17027 Commits

Author SHA1 Message Date
Dmitry-Me
288ee96cc7 Avoid recomputing loop range end 2017-10-14 18:57:27 +03:00
orbitcowboy
db787369b9 #8243: Changed order of includes. Moved mathlib include at first place. 2017-10-14 16:30:10 +02:00
Dmitry-Me
b678f3c4c4 Improve test coverage for %c used with scanf_s 2017-10-13 19:08:14 +03:00
Dmitry-Me
d32a8884bf Initial test coverage for %lx, %ld, %llx, %lld, %hx, %hhx, %Lx, %jx, %zx and %tx used with scanf 2017-10-13 18:36:12 +03:00
Dmitry-Me
7a7f34fb11 Improve test coverage for %zx, %zu used with printf 2017-10-13 18:17:33 +03:00
Daniel Marjamäki
81beb47e5c std.cfg: Added std::...::insert configurations 2017-10-13 15:39:08 +02:00
orbitcowboy
3c96924c56 std.cfg: Improved support for std::string::resize(). 2017-10-13 10:22:59 +02:00
orbitcowboy
43de937a4e Removed not needed <use-retval/> from std::string::resize(). 2017-10-13 10:15:53 +02:00
orbitcowboy
8160cc2fc6 std.cfg: Improved support for find, std::string functions. 2017-10-13 09:58:23 +02:00
Daniel Marjamäki
120a7dd42e GUI: Refactoring pythonCmd lookup 2017-10-12 22:24:45 +02:00
Dmitry-Me
d4a435a520 Tests for %Id, %Ld, %I32x used with scanf 2017-10-12 18:18:38 +03:00
Daniel Marjamäki
abf97c2c26 GUI: refactoring 2017-10-12 17:02:25 +02:00
Daniel Marjamäki
74fc6485d2 GUI: Disable addons that are not found 2017-10-11 23:02:00 +02:00
Dmitry-Me
2a6f63d995 Resolve C4305 - double constant truncated to float 2017-10-11 23:36:51 +03:00
Daniel Marjamäki
1656ecd73b Revert changes I committed by mistake 2017-10-11 17:15:28 +02:00
Daniel Marjamäki
cc82288ff6 Travis: Suppress false positive 2017-10-11 17:14:02 +02:00
Dmitry-Me
2d1c47b474 Omit repeated map access 2017-10-11 17:36:43 +03:00
orbitcowboy
3eb84fa980 std.cfg: Warn when parameters of std::swap() are not initialized. 2017-10-11 15:54:49 +02:00
orbitcowboy
dc2aff42a8 std.cfg: Added support for std::string::rfind(). 2017-10-11 15:50:59 +02:00
Daniel Marjamäki
a5d3bc52b9 Travis: Suppress false positive 2017-10-11 15:48:28 +02:00
orbitcowboy
5bc61e35a0 std.cfg: Added support for std::swap. 2017-10-11 13:12:00 +02:00
amai2012
e4cdb51f7f #8240 Fix test error due to path handling 2017-10-11 08:45:29 +02:00
Daniel Marjamäki
29a0dfc152 std.cfg: add configuration for std::string::find_first_of and std::string::find_last_of 2017-10-11 08:33:12 +02:00
Daniel Marjamäki
247810a186 qt.cfg: split configuration for QSettings::setValue and QSettings::value 2017-10-11 08:30:10 +02:00
Dmitry-Me
d12db51771 Function parameter was not used 2017-10-11 00:43:50 +03:00
Daniel Marjamäki
f9d8dd9f4d testsuite: don't compare doubles with != 2017-10-10 22:40:49 +02:00
Dmitry-Me
e59ebed3b0 Remove rather unexpected empty line 2017-10-10 23:18:30 +03:00
Daniel Marjamäki
7f9571c4e6 std: added std find methods 2017-10-10 22:15:56 +02:00
Daniel Marjamäki
4009f11475 qt: Add configurations for QSettings::setValue, QSettings::value 2017-10-10 22:05:00 +02:00
Daniel Marjamäki
fb94b47f84 GUI: Indicate in project file dialog if clang-tidy is not found 2017-10-10 21:32:37 +02:00
Dmitry-Me
bef6d6f446 Improve test coverage for %I used with scanf 2017-10-10 17:27:33 +03:00
Daniel Marjamäki
fbccb3ae55 Add errorpath for accessMoved message 2017-10-10 15:49:15 +02:00
Daniel Marjamäki
d22614bdaa Use cppcheck-lib.cfg in travis and during release 2017-10-10 12:29:22 +02:00
Daniel Marjamäki
917317ad3d cppcheck-lib.cfg: fix invalid XML 2017-10-10 11:27:54 +02:00
Daniel Marjamäki
4afa8ef9d7 cppcheck-lib.cfg: Added cfg file for internal use 2017-10-10 11:25:30 +02:00
Daniel Marjamäki
abc3779e61 Tweaked the --check-library output so configured methods will not be shown 2017-10-10 10:18:03 +02:00
Dmitry-Me
fcba5b88c2 Improve test coverage for string literals passed as read target into scanf 2017-10-09 18:50:24 +03:00
Daniel Marjamäki
243960eb8a Revert "Remove MISRA addon before the release of 1.81"
This reverts commit 9baefd8687515cbad4c44a0a3d8d665ecf6e73b0.
2017-10-09 15:25:55 +02:00
Daniel Marjamäki
09cdead6cb GUI: Fixed problem with absolute build dir 2017-10-08 15:01:03 +02:00
Daniel Marjamäki
d3c9d06aa4 astyle formatting
[ci skip]
2017-10-08 14:16:45 +02:00
Daniel Marjamäki
9d27917fea c++98 compatibility 2017-10-08 14:16:18 +02:00
Dmitry-Me
9c0e6986da Passing string literals into printf as %p is fine 2017-10-08 11:14:10 +03:00
Ayaz Salikhov
be2c65eb58 Simplify int vs bool 2017-10-08 07:54:39 +02:00
PKEuS
a29b33b833 Set version to 1.81.99/1.82 dev 2017-10-07 23:22:31 +02:00
Daniel Marjamäki
7b1f156ed0 GUI: Restore filemode for checkthread 2017-10-07 23:19:09 +02:00
Daniel Marjamäki
0103a75b05 Makefile: Restore debug mode after release 2017-10-07 23:15:41 +02:00
PKEuS
a79b9125a4 Removed svg file from gui.qrc 1.81 2017-10-07 23:11:39 +02:00
Daniel Marjamäki
773cc07d44 cppcheckdata.py: parsing of NULL pointers from VS 32-bit and 64-bit 2017-10-07 22:44:35 +02:00
PKEuS
6ff8849419 Revert "Windows Installer: Added Qt5Svg.dll" - it seems to not work on Windows 10 and the issue was fixed by using PNG instead of SVG
This reverts commit 46dd0dbb766de2831da8234822990b905f480dec.
2017-10-07 17:50:16 +02:00
Daniel Marjamäki
92314b65e9 GUI: Set PYTHONPATH 2017-10-07 16:21:35 +02:00