cppcheck/addons
Albert ARIBAUD (3ADEV) 38e70dfb74 Preprocessor directives for addons
This patch augments the XML dumps with a 'directivelist'
subnode which lists all raw preprocessor directives met
while reading the source code in each configuration.

Also, the addons/cppcheckdata.py file has been extended
to give easy access to the list of directives and to
provide Python support for the --template (or short -t)
option.

Finally, an new addon, addons/y2038/y2038.py, is created
to detect when a glibc symbol might be Y2038-sensitive,
based on whether and how _TIME_BITS and _USE_TIME_BITS64
are defined when meeting the symbol.
2016-01-15 12:36:35 +01:00
..
y2038 Preprocessor directives for addons 2016-01-15 12:36:35 +01:00
cert.py Fix multiple config dumps 2015-12-14 18:20:35 +01:00
cppcheckdata.doxyfile cppcheckdata: Added doxygen comments 2015-08-26 18:10:33 +02:00
cppcheckdata.py Preprocessor directives for addons 2016-01-15 12:36:35 +01:00
findcasts.py Fix multiple config dumps 2015-12-14 18:20:35 +01:00
naming.py Fix multiple config dumps 2015-12-14 18:20:35 +01:00
threadsafety.py addons: threadsafety: print name of local static object in message. 2016-01-12 20:31:18 +01:00