longradix
e96948cdd9
documentation updates ( #2906 )
2020-11-25 16:56:24 +01:00
Daniel Marjamäki
2e20ee9e39
set version 2.2.99
2020-10-03 13:54:17 +02:00
Daniel Marjamäki
c373be0b16
2.2: Update versions
2020-10-03 10:47:35 +02:00
Daniel Marjamäki
7ff6d691e2
Manual: Clarify section about inline suppressions. For backwards compatibility we might need to handle a comment after a '{' differently.
2020-10-02 18:18:30 +02:00
Oliver Stöneberg
fb37137216
extended the --clang command-line option so you can specify a custom … ( #2734 )
2020-09-06 07:46:51 +02:00
Daniel Marjamäki
da1de50deb
Clang: The clang parser import should be considered to be an experimental feature for now. There are many problems to solve.
2020-09-04 18:30:29 +02:00
Daniel Marjamäki
acd1e848dd
manual; try to clarify better how variable contracts are used by cppcheck
2020-08-28 19:42:52 +02:00
Daniel Marjamäki
31d7acb99a
manual: markdown fix
2020-08-25 18:16:14 +02:00
Daniel Marjamäki
56f1897961
manual: markdown fix
2020-08-25 18:13:18 +02:00
Daniel Marjamäki
3226fd85ee
manual: Updated documentation for contracts
2020-08-25 18:10:03 +02:00
Daniel Marjamäki
6277eece67
Variable contracts
2020-08-24 20:57:49 +02:00
eivindt
27e40af06c
Add support for comments at end of suppression in suppression files ( #2736 )
2020-08-20 21:49:07 +02:00
Daniel Marjamäki
f11a089141
help/manual: update explanations about severities
2020-07-23 16:09:24 +02:00
Simon Large
a23d1ca692
manual.md: Reformatting lists
2020-07-15 21:49:25 +02:00
Daniel Marjamäki
57187ef876
ImportProject: Read max template recursion configuration value
2020-06-27 10:34:02 +02:00
Daniel Marjamäki
98bf0d41aa
TemplateSimplifier; Clarify information message when max recursion limit is reached
2020-06-26 12:59:40 +02:00
Daniel Marjamäki
d0b2ddc056
Manual; Tweaked section about template recursion
2020-06-26 12:39:55 +02:00
Daniel Marjamäki
c21b5b1aa4
manual; template recursion
2020-06-24 20:47:12 +02:00
Daniel Marjamäki
fdb8cbdb8c
manual; extend description of --std
2020-06-22 20:10:03 +02:00
orbitcowboy
86e64f6224
Integrated PR #2679 into main
2020-06-15 20:11:20 +02:00
Daniel Marjamäki
33388217a5
new default branch is main
2020-06-15 20:04:57 +02:00
Daniel Marjamäki
dc5e93a103
manual: preprocessor configuration, platform, standard
2020-06-14 17:40:34 +02:00
Daniel Marjamäki
97fd51edd1
Set version to 2.1.99 / 2.2 dev
2020-06-14 07:16:14 +02:00
Daniel Marjamäki
026bbac975
2.1: Set version
2020-06-13 17:04:26 +02:00
Daniel Marjamäki
dc32f428ff
Set Cppcheck version
2020-05-10 11:28:31 +02:00
Daniel Marjamäki
2c23a81470
Manual: Improved information about bug hunting
2020-05-08 22:47:27 +02:00
Daniel Marjamäki
32cbbb09ed
cli: publish the --clang option
2020-05-08 20:52:42 +02:00
Daniel Marjamäki
e329169ce5
documentation
2020-05-08 20:15:54 +02:00
Daniel Marjamäki
6f1df50511
Manual: minor tweaks of 'bug hunting' chapter
2020-05-03 17:42:43 +02:00
Daniel Marjamäki
1c6b6dc384
Manual; In bug hunting chapter focus on GUI usage better
2020-04-29 22:27:34 +02:00
Daniel Marjamäki
c60652630f
manual: cleaned up chapter about bug hunting
2020-04-21 08:39:23 +02:00
Daniel Marjamäki
86b707607c
manual: describe bug hunting better
2020-04-20 10:40:39 +02:00
Lukas Grützmacher
095fd2bc62
add command line option to select single project configuration of loaded solution ( #2523 )
...
* add command line option to select single project configuration of loaded solution
* Update cmdlineparser.cpp
* Update manual.md
* fix initialization
2020-04-19 18:19:28 +02:00
Daniel Marjamäki
7f2f7031e1
manual: updated chapter about inline suppressions
2020-02-25 19:59:21 +01:00
fuzzelhjb
fcd5cda97f
Check selected files from project ( #2378 )
2020-01-10 08:57:37 +01:00
Daniel Marjamäki
bf62138237
Verification; Remove VERIFY_UNINIT define, the checking is always compiled from now on
2020-01-09 20:25:52 +01:00
Daniel Marjamäki
9b48802a7f
Verification; Updated manual
2020-01-01 11:31:10 +01:00
Daniel Marjamäki
c6dfec5d5f
Verification; Describe our philosophy in the manual
2020-01-01 09:39:57 +01:00
Daniel Marjamäki
c86a2d6e15
Verification; updated manual
2019-12-31 14:03:12 +01:00
Daniel Marjamäki
270140f1fa
manual; add chapter about verification
2019-12-23 16:34:50 +01:00
Daniel Marjamäki
267bdc0f5f
Manual: -i and --project
2019-12-14 13:05:05 +01:00
Armin Müller
130ebe4b85
Typos found by running "codespell" ( #2380 )
2019-11-19 20:02:24 +01:00
Daniel Marjamäki
65784a16c4
Manual: Clarify suppression filename, it must match exactly ( #7780 )
2019-11-17 17:18:41 +01:00
Sebastian
b089ba4e3b
manuals: Fix missing/wrong table of contents in HTML files ( #2360 )
...
The YAML setting `toc: true` works for PDF creation but for HTML it
simply prints `true` as the table of contents.
It looks like a misconception and the only acceptable solution I have
found is to use `--toc` on the command line instead of the `toc: true`
setting in the YAML header.
It is a known issue, here are more details:
https://github.com/jgm/pandoc/issues/2872
With this fix I get table of contents not only for PDF but for HTML too.
The PDF looks like before for me, the table of contents and the outline
are still present as it was before.
2019-11-15 21:35:41 +01:00
Georgy Komarov
3bd126486f
addons: Clean up and clarify addons usage. ( #2359 )
...
* addons: Add '--recursive' arg. Clean up and clarify errors messages.
This commit introduce '--recursive' option for cppcheck addons.
Iff this option is set addon will recursively traverse directories in
given input files to find files with '.dump' suffix that would be
checked. Otherwise it will treat input directory as error (current
behaviour).
Add additional error handling with more clear error messages, clean up
the code.
* Add regex specifier
* Roll back --recursive option
* Update addons section in manual
2019-11-15 20:14:30 +01:00
Masafumi Koba
38dec6a9ac
Add missing ending tag in XML example ( #2187 )
2019-09-20 16:46:57 +02:00
PKEuS
e9f8dddabe
Set version to 1.89.99/1.90 dev
2019-09-02 15:44:40 +02:00
Daniel Marjamäki
4ede39a9b7
1.89: Set version
2019-09-01 12:16:33 +02:00
Daniel Marjamäki
767667815d
Manual: Remove chapter about safe checks again. I hide this for now.
2019-08-25 18:44:59 +02:00
Daniel Marjamäki
7367b212ae
Manual: Add chapter about safe checks
2019-08-25 16:16:35 +02:00