cppcheck/test
Sebastian 346704b2e2
windows library: Mainly add socket functions, some other stuff and tests. (#1095)
Add Windows Socket 2 type/function configuration. There are still many
(microsoft specific) socket functions that are not yet configured.
Add configuration for GetUserName(), GetWindowText() and _fileno().
On Windows __wchar_t is a synonym for wchar_t, so an according define is
added.
2018-02-23 12:51:37 +01:00
..
cfg windows library: Mainly add socket functions, some other stuff and tests. (#1095) 2018-02-23 12:51:37 +01:00
synthetic Improve Python code 2017-06-05 13:23:00 +02:00
CMakeLists.txt Fixed #7660 (cmake build does not handle simplecpp) 2016-08-06 18:21:54 +02:00
options.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
options.h Updated copyright year 2018-01-14 15:37:52 +01:00
redirect.h Updated copyright year 2018-01-14 15:37:52 +01:00
test.cxx test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
test64bit.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testassert.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testastutils.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testautovariables.cpp Fixed #8325 (False negative: address of auto variable being returned when assigned to another variable first) 2018-01-27 14:48:45 +01:00
testbool.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testboost.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testbufferoverrun.cpp Fixed #6356 (Improve checking: pointer arithmetic "ab.a + 100" overrun) 2018-01-27 15:39:39 +01:00
testcharvar.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testclass.cpp Ticket #8337: Fix false positive in copy constructor detection. (#1040) 2018-01-20 14:46:09 +01:00
testcmdlineparser.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testcondition.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testconstructors.cpp Fix #5766 (FP: typedef array throws off parser) (#1052) 2018-01-24 09:51:22 +01:00
testcppcheck.cpp Add purgedConfiguration to list of error ids. (#1087) 2018-02-10 22:30:49 +01:00
testerrorlogger.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testexceptionsafety.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testfilelister.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testfiles.pri Fixed #7177 (Support compile_commands.json) 2016-08-13 10:50:03 +02:00
testfunctions.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testgarbage.cpp Ticket #8352: Properly detect AST cycles. (#1060) 2018-02-10 14:39:57 +01:00
testimportproject.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testincompletestatement.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testinternal.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testio.cpp Fix #8381: false positives for swprintf_ and stprintf_s (#1080) 2018-02-03 05:10:52 +01:00
testleakautovar.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testlibrary.cpp testlibrary: Minor improvements, take into account the return values from readLibrary in unit-tests. 2018-02-17 23:33:24 +01:00
testmathlib.cpp fix some typos found by codespell. 2018-02-04 20:53:43 +01:00
testmemleak.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testnullpointer.cpp Remove whole program analysis from 'uninitialized variables' and 'null pointer dereference' checkers. I think this logic can more or less be added in ValueFlow instead and then all ValueFlow checkers should get whole program analysis. 2018-02-06 14:56:17 +01:00
testoptions.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testother.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testpath.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testpathmatch.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testpostfixoperator.cpp Fixed #8350 (False positive: enum class static_cast to int is treated as non-primitive when type inference is used) (#1042) 2018-01-21 07:26:37 +01:00
testpreprocessor.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testrunner.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testrunner.vcxproj also generate debug information when building for release. This makes (#1003) 2017-11-29 08:31:30 +01:00
testrunner.vcxproj.filters Support relative paths in Visual Studio projects properties (#995) 2017-11-11 11:13:18 +01:00
testsamples.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsimplifytemplate.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsimplifytokens.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsimplifytypedef.cpp Fix simplifyTypedef crash on lambda. (#1054) 2018-01-24 15:04:33 +01:00
testsizeof.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
teststl.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
teststring.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsuite.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testsuite.h Updated copyright year 2018-01-14 15:37:52 +01:00
testsuppressions.cpp Refactor f487182 2018-02-06 08:59:36 +01:00
testsymboldatabase.cpp Fix #8382 (Syntax error when scanning code with template and attribute) (#1089) 2018-02-16 22:25:51 +01:00
testthreadexecutor.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtimer.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtoken.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtokenize.cpp Fix #8382 (Syntax error when scanning code with template and attribute) (#1089) 2018-02-16 22:25:51 +01:00
testtokenlist.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testtype.cpp Replace uint8_t with short to fix CI. 2018-02-20 00:22:14 +01:00
testuninitvar.cpp Remove whole program analysis from 'uninitialized variables' and 'null pointer dereference' checkers. I think this logic can more or less be added in ValueFlow instead and then all ValueFlow checkers should get whole program analysis. 2018-02-06 14:56:17 +01:00
testunusedfunctions.cpp Refactor f487182 2018-02-06 08:59:36 +01:00
testunusedprivfunc.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testunusedvar.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testutils.h Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
testvaarg.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testvalueflow.cpp Fixed #8348 (ValueFlow: wrong Uninit value with abort() in else-branch) 2018-02-11 22:14:44 +01:00
testvarid.cpp Updated copyright year 2018-01-14 15:37:52 +01:00