Daniel Marjamäki
|
d30ebe268a
|
daca2: refactorings and fix of indentlevel that might have screwed up the script.
|
2013-10-12 16:49:37 +02:00 |
XhmikosR
|
911e1f9559
|
Revert "htdocs: move inline JS to a separate file."
This reverts commit 3a9740b110 .
Conflicts:
htdocs/archive/index.php
htdocs/demo/index.php
htdocs/make.js
htdocs/run-tests.js
htdocs/site/js/cppcheck.js
htdocs/site/js/pack.js
|
2013-10-12 17:42:19 +03:00 |
Matthias Krüger
|
8397d99370
|
travis: move htmlreport checks into /htmlreport/checks.sh and make travis run it.
|
2013-10-12 15:49:42 +02:00 |
Matthias Krüger
|
7c1f6ab9dc
|
travis: install deps as suggested by travis manual (via before_install)
|
2013-10-12 15:09:45 +02:00 |
Matthias Krüger
|
9d95200cb4
|
travis: check all xml files cppcheck generated during tests of htmlreport via xmllint as suggested in 'createrelease'.
|
2013-10-12 15:09:45 +02:00 |
Matthias Krüger
|
a92e73dc18
|
travis: check htmlreport via --errorlist output
|
2013-10-12 15:09:45 +02:00 |
Daniel Marjamäki
|
cd87699eb1
|
1.62: Updated download link on main page
|
2013-10-12 14:55:03 +02:00 |
Daniel Marjamäki
|
d45d32d9dd
|
htdocs: removed archive
|
2013-10-12 14:48:52 +02:00 |
Daniel Marjamäki
|
0b9d0e48cf
|
daca2: added script that runs cppcheck on debian source code
|
2013-10-12 14:02:03 +02:00 |
Daniel Marjamäki
|
1fa5b5ffd5
|
Makefile: Set debug mode
|
2013-10-12 12:50:49 +02:00 |
Daniel Marjamäki
|
6477acb590
|
createrelease: updated instructions
|
2013-10-12 12:44:43 +02:00 |
PKEuS
|
7d39a2d8bd
|
Ran lupdate gui.pro
|
2013-10-12 12:33:03 +02:00 |
Daniel Marjamäki
|
b70d9196cb
|
1.62: Update version
|
2013-10-12 12:30:17 +02:00 |
Daniel Marjamäki
|
51f83fc772
|
1.62: Updated Makefile for release
|
2013-10-12 12:26:38 +02:00 |
Daniel Marjamäki
|
ee325008c4
|
dmake: install htmlreport
|
2013-10-12 12:26:27 +02:00 |
Daniel Marjamäki
|
21c537e8d7
|
1.62: Set versions
|
2013-10-12 12:22:52 +02:00 |
Daniel Marjamäki
|
a0326c33df
|
updated AUTHORS
|
2013-10-12 12:09:04 +02:00 |
XhmikosR
|
1b7b3102ef
|
cppcheck-htmlreport: PEP8 fixes.
|
2013-10-12 12:04:25 +03:00 |
Daniel Marjamäki
|
d2d121ce2b
|
Merge pull request #181 from myint/fix
Fix Travis tests
|
2013-10-12 01:53:29 -07:00 |
Robert Reif
|
1fccfd50eb
|
Fixed #5080 ((error) Internal error. Token::Match called with varid 0. Please report this to Cppcheck developers)
|
2013-10-12 10:50:59 +02:00 |
Steven Myint
|
18402bf673
|
Fix Travis tests
This fixes a bug introduced in #180.
|
2013-10-11 23:43:07 -07:00 |
Daniel Marjamäki
|
783bb6eb0b
|
Test that there is no segfault in CheckOther::checkZeroDivisionOrUselessCondition when the SymbolDatabase is invalid. Ticket: #5045
|
2013-10-10 22:23:52 +02:00 |
orbitcowboy
|
6eaa2f2444
|
Tokenizer:simplifyMathFunctions: added support for acos[f|l] functions.
|
2013-10-09 07:59:32 -07:00 |
orbitcowboy
|
58c09f80b6
|
Testother: split up a large testfunction, no functional change.
|
2013-10-09 07:48:46 -07:00 |
Daniel Marjamäki
|
f4020b8838
|
Merge pull request #180 from matthiaskrgr/travis
travis: check cppcheck-htmlreport compatibility with --inconclusive and --verbose flags
|
2013-10-08 22:34:08 -07:00 |
Daniel Marjamäki
|
682e68b1b6
|
Fixed #5077 (False positive: Comparison of boolean result with relational operator ((X + (Y < 0)) <= b))
|
2013-10-09 05:43:50 +02:00 |
Matthias Krüger
|
38290120c9
|
travis: add another check for xml2 + inconclusive + verbose.
|
2013-10-09 01:58:37 +02:00 |
Matthias Krüger
|
d552da76ff
|
travis: check if cppcheck-htmlreport works with xml2 + --inconclusive output.
|
2013-10-09 01:51:56 +02:00 |
Daniel Marjamäki
|
9dfb950776
|
Merge pull request #178 from matthiaskrgr/make_install
Make install: install cppcheck-htmlreport and cppcheck-gui (if binary is compiled), make travis also perform make install.
|
2013-10-08 11:43:57 -07:00 |
Daniel Marjamäki
|
ff89a08b8f
|
Merge pull request #179 from matthiaskrgr/travis_speedup
travis: use -j 4 to build cppcheck, the testrunner and cppcheck-gui.
|
2013-10-08 11:42:50 -07:00 |
Matthias Krüger
|
891a85a553
|
travis: also check "make install"
|
2013-10-08 19:33:36 +02:00 |
Matthias Krüger
|
074f195f7b
|
make install: install cppcheck-htmlreport as well.
|
2013-10-08 19:33:36 +02:00 |
Matthias Krüger
|
ee1d37d100
|
travis: use -j 4 to build cppcheck, the testrunner and cppcheck-gui.
|
2013-10-08 19:25:12 +02:00 |
Martin Ettl
|
f08325284c
|
Tokenizer:simplifyMathFunctions: added support for acosh[f|l]() functions.
|
2013-10-07 22:10:58 +02:00 |
Daniel Marjamäki
|
9ce7efc6e4
|
commaSeparatedReturn: made checking experimental for now because there are false positives (#5076)
|
2013-10-08 18:05:07 +02:00 |
orbitcowboy
|
90b2c5ddce
|
testtokenize: split up large testcases for simplifying math functions.
|
2013-10-08 07:05:05 -07:00 |
Daniel Marjamäki
|
4f88fdcf4a
|
Check64Bit: Fixed false positive about returning integer for 'p+(n*80)'
|
2013-10-08 06:36:45 +02:00 |
Robert Reif
|
1959377423
|
Fixed #4963 (cppcheck and testrunner Visual Studio 2008 build failure)
|
2013-10-08 05:36:52 +02:00 |
Robert Reif
|
41b3ed788d
|
CheckIO: fix crash
|
2013-10-08 05:33:37 +02:00 |
Daniel Marjamäki
|
9271286425
|
Merge pull request #175 from matthiaskrgr/htmlreport
mention --help in cppcheck-htmlreport readme & implement 2 tests for it into travis
|
2013-10-07 10:32:48 -07:00 |
Daniel Marjamäki
|
a46a05cffa
|
Merge pull request #176 from myint/cd
Allow running "test_htmlreport.py" from any path
|
2013-10-07 10:10:56 -07:00 |
Daniel Marjamäki
|
a98460fd7e
|
Merge pull request #177 from matthiaskrgr/travis
travis: build cppcheck-gui
|
2013-10-07 10:10:27 -07:00 |
Daniel Marjamäki
|
f9cf148012
|
CheckBool: Skip 'bool' type checking in C code
|
2013-10-07 18:41:07 +02:00 |
Daniel Marjamäki
|
b81de5494e
|
CheckBool: Fixed false positive for calculation using bool result in rhs
|
2013-10-07 18:01:08 +02:00 |
Daniel Marjamäki
|
d2025363d0
|
CheckBool: Fix false positive for '(a != boolexpr || c)' if a is a int
|
2013-10-07 17:44:19 +02:00 |
Matthias Krüger
|
1cbc8a5d6d
|
travis: build cppcheck-gui
|
2013-10-07 16:58:53 +02:00 |
Daniel Marjamäki
|
83f9503839
|
CheckBool: Fixed false positives for non-bool expressions that contain ! operator
|
2013-10-07 16:37:51 +02:00 |
Steven Myint
|
9475a7d029
|
Allow running "test_htmlreport.py" from any path
This fixes a Travis CI failure.
|
2013-10-07 07:36:34 -07:00 |
Daniel Marjamäki
|
023d0e7cb8
|
Fixed #5072 (False positive: comparisonOfBoolWithInvalidComparator even without explicit bool type)
|
2013-10-07 16:16:07 +02:00 |
Matthias Krüger
|
717680fdd9
|
travis: run cppcheck-htmlreport on 2 xml files as test.
|
2013-10-07 16:15:21 +02:00 |