wireshark/epan/ftypes
Graham Bloice 2e23b506c7 Add checkAPI calls to CMake.
This generates a top level target, checkAPI, that is
excluded from the ALL build target, so must be run separately.

On Windows using a Visual Studio generator, call
msbuild /p:Configuration=RelWithDebInfo checkAPI.vcxproj

Change-Id: I44a57c564dcfc75499463b942436f4b920a82478
Reviewed-on: https://code.wireshark.org/review/14873
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
2016-05-02 12:01:24 +00:00
..
.editorconfig Add EditorConfig settings for most C files 2016-03-08 10:46:35 +00:00
CMakeLists.txt Add checkAPI calls to CMake. 2016-05-02 12:01:24 +00:00
Makefile.am Add EditorConfig settings for most C files 2016-03-08 10:46:35 +00:00
Makefile.common Add support for IEEE-11073 FLOATs 2015-12-29 14:20:02 +00:00
Makefile.nmake Add '*.nativecodeanalysis.xml' to 'clean' targets 2015-01-02 01:45:16 +00:00
ftype-bytes.c Fix warnings/errors of type -Wused-but-marked-unused 2016-03-28 13:27:52 +00:00
ftype-double.c Ftypes: Double: Minor fixes 2015-02-21 17:29:05 +00:00
ftype-guid.c Replace tabs in files with editor modeline "expandtab" 2015-06-11 02:15:35 +00:00
ftype-ieee-11073-float.c Add support for IEEE-11073 FLOATs 2015-12-29 14:20:02 +00:00
ftype-integer.c Fix warnings/errors of type -Wused-but-marked-unused 2016-03-28 13:27:52 +00:00
ftype-ipv4.c Rename ipv4_addr and ipv6_addr to indicate their full contents. 2016-01-04 00:03:34 +00:00
ftype-ipv6.c Rename ipv4_addr and ipv6_addr to indicate their full contents. 2016-01-04 00:03:34 +00:00
ftype-none.c Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,48,56} 2015-02-21 16:57:52 +00:00
ftype-pcre.c Fix warnings/errors of type -Wused-but-marked-unused 2016-03-28 13:27:52 +00:00
ftype-string.c Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,48,56} 2015-02-21 16:57:52 +00:00
ftype-time.c Remove use of sprintf for ftype string formatting 2015-03-11 22:50:55 +00:00
ftype-tvbuff.c Remove another batch of deprecated tvb_length calls 2015-06-24 04:30:35 +00:00
ftypes-int.h Add support for IEEE-11073 FLOATs 2015-12-29 14:20:02 +00:00
ftypes.c Add support for IEEE-11073 FLOATs 2015-12-29 14:20:02 +00:00
ftypes.h Fix FT_UINT24 comment error 2016-01-12 16:52:11 +00:00