Daniel Marjamäki
eaea572683
Writing rules: rewrote the chapter about writing rule files
2010-12-05 09:39:06 +01:00
Daniel Marjamäki
80b2c0594b
Writing rules: Target this guide for beginners. Skip C++ and only describe how rules are created with regular expressions.
2010-12-04 20:01:55 +01:00
Daniel Marjamäki
a29f54c122
Writing rules: Removed the C++ information. I'll focus on regular expressions to begin with.
2010-12-04 15:52:22 +01:00
Daniel Marjamäki
df56b31143
Writing rules: Start writing document. A beginners guide to writing rules.
2010-12-04 09:18:57 +01:00
Daniel Marjamäki
ca8f5015b8
Manual: updated the manual
2010-12-03 20:00:59 +01:00
Daniel Marjamäki
3faaa397e9
manual: added info about warning/style/performance. Ticket: #2106
2010-10-17 18:06:02 +02:00
Pete Johns
2943bf0f70
Licensing: Using the GPL 3 license
2010-10-12 08:37:38 +11:00
Daniel Marjamäki
a4a039ad4e
1.45: updated the manual
2010-10-05 18:02:22 +02:00
Reijo Tomperi
7f58a18020
Update man page
2010-10-03 00:02:46 +03:00
Daniel Marjamäki
794c0a8f78
doc: added a little section about excluding a file or folder from checking
2010-08-12 21:51:20 +02:00
Daniel Marjamäki
6cb7fefdbf
Added command line option --report-progress. ticket: #1926
2010-08-12 21:03:33 +02:00
Daniel Marjamäki
73c6a154f3
manual: Added a chapter about the GUI
2010-07-13 16:23:02 +02:00
Daniel Marjamäki
2e03e60218
Manual: Better description of -D. As suggested by kwin. Ticket #1212
2010-07-10 08:12:23 +02:00
Reijo Tomperi
b5d81d0a19
Update man page
2010-07-08 17:51:28 +03:00
Daniel Marjamäki
75bac44ed8
man: updated the cppcheck.1.xml file.
2010-06-05 12:13:42 +02:00
Daniel Marjamki
5fe2a56b41
doc: updated docs about -D command line flag
2010-05-16 08:48:03 +02:00
Reijo Tomperi
d0ca73c193
Update man page
2010-05-10 23:35:46 +03:00
Daniel Marjamäki
cbea8ceed0
Updated version to 1.43
2010-05-08 12:41:06 +02:00
Daniel Marjamäki
7e3c2223cc
manual: updated error message to match latest versions
2010-05-08 10:24:40 +02:00
Daniel Marjamäki
af49d4ba87
manual: removed information about possible errors. The inconclusive checks have been disabled. Removed section about --auto-dealloc.. this section is not relevant at the moment.
2010-04-10 15:00:01 +02:00
Daniel Marjamäki
0f43ce4743
updated version to 1.42
2010-03-09 19:05:28 +01:00
Kimmo Varis
a5dd99bc8c
CMake - build htmlhelp manual in Cygwin.
...
I want to build htmlhelp manual for Windows with Cygwin. This is
the easiest way to create "native" manual for Windows users.
2010-02-01 23:42:29 +02:00
Kimmo Varis
5586f13c58
CMake - build HTML manual in Cygwin.
...
Latest update to Cygwin made possible to build HTML manual also
in the Cygwin. Requires latest version 4.5 of DocBook XML.
2010-02-01 23:20:13 +02:00
Daniel Marjamäki
3e698362c4
manual: updated version to 1.40
2010-01-17 14:05:14 +01:00
Kimmo Varis
0010a98316
CMake - build Docbook manual in Linux.
...
Add XMLTO macro to build Docbook manual using xmlto program. xmlto
is not available in Windows so limit building to Linux.
Adds new target "html" to build which is not run automatically.
2010-01-06 12:54:27 +02:00
Daniel Marjamäki
9b851a2a11
htmlreport: added brief information in the manual
2009-12-25 18:56:14 +01:00
Reijo Tomperi
d1ebb83884
Minor fixes to the man page.
2009-12-05 22:24:04 +02:00
Daniel Marjamäki
42093911d6
updated help about --enable
2009-12-05 20:08:52 +01:00
Daniel Marjamäki
e482cb561b
updated the manual
2009-12-04 20:00:01 +01:00
Reijo Tomperi
839cee45a6
Update man page
2009-11-30 22:42:24 +02:00
Daniel Marjamäki
7126524afc
manual: refactorings
2009-11-16 18:01:47 +01:00
Daniel Marjamäki
2cbda0cfe4
Manual: Minor refactorings. Added a simple build script
2009-11-15 20:04:05 +01:00
Daniel Marjamäki
395c0055e4
manual: better description of --enable ( #883 )
2009-11-15 16:50:54 +01:00
Daniel Marjamäki
f569edc614
manual: updated the manpage regarding --enable ( #883 )
2009-11-15 15:47:57 +01:00
Daniel Marjamäki
91433587d2
manual: some minor refactorings
2009-11-14 15:17:06 +01:00
Daniel Marjamäki
3097444438
Manual: Minor refactorings
2009-11-14 11:01:09 +01:00
Daniel Marjamäki
6384b83938
manual: added the section 'introduction'
2009-11-13 18:41:27 +01:00
Daniel Marjamäki
050e8400b0
Manual: Working draft for a Cppcheck manual
2009-11-11 20:45:26 +01:00
Reijo Tomperi
0581c4195f
Fixed typo in man page
2009-10-25 15:54:13 +02:00
Reijo Tomperi
38c2a360ee
Fix #674 (Feature request: error filtering)
...
--suppressions argument added to CLI
http://sourceforge.net/apps/trac/cppcheck/ticket/674
2009-10-08 17:56:30 +03:00
Reijo Tomperi
541192da2b
Minor fix to man page
2009-10-01 16:14:12 +03:00
Reijo Tomperi
949ad462c7
Fix #739 (Pre-defined output format templates)
...
http://sourceforge.net/apps/trac/cppcheck/ticket/739
Patch from lanurmi. Slightly modified by me.
2009-09-28 22:48:27 +03:00
Reijo Tomperi
c6b0cfc15c
Fix #662 (Command line option --append not documented)
...
http://sourceforge.net/apps/trac/cppcheck/ticket/662
2009-09-12 22:16:13 +03:00
Reijo Tomperi
7af4ac4282
New command line argument added --template
...
Fix ticket #462 (Allow using template to customize output format)
http://sourceforge.net/apps/trac/cppcheck/ticket/462
2009-09-05 22:01:49 +03:00
Reijo Tomperi
3d648b92ab
Updated man page to reflect AUTHORS file.
2009-05-21 23:09:37 +03:00
Reijo Tomperi
8e32753ec1
Man page copyright year changed to 2009
2009-03-08 19:12:00 +02:00
Reijo Tomperi
15fc47660c
Improve man page
2009-03-07 16:05:30 +02:00
Daniel Marjamäki
fe2aee131d
Fix ticket #140 (New command line option --auto-dealloc), added documentation
2009-03-07 08:56:12 +01:00
Reijo Tomperi
1ab57390cf
Fix ticket #137 (--version would be nice) and also do some cleanup for help texts
...
http://apps.sourceforge.net/trac/cppcheck/ticket/137
2009-03-06 23:17:42 +02:00
Reijo Tomperi
28475b2986
Fix ticket #135 (Add option to control main() exit value)
2009-03-06 02:03:31 +02:00
Reijo Tomperi
c936e00191
Copyright fix for the man page
2009-03-01 20:44:22 +00:00
Reijo Tomperi
adced8abce
Copyright for the man page
2009-03-01 20:41:04 +00:00
Reijo Tomperi
8e5f0b19fa
Removed --vcl fromt he man page
2009-03-01 19:05:42 +00:00
Reijo Tomperi
92b0fa45b3
Updated man page for --vcl
2009-03-01 18:55:54 +00:00
Reijo Tomperi
a7b0c30884
Change -w to -j to make it similar with make and scons.
2009-02-22 18:38:10 +00:00
Reijo Tomperi
61587c42ae
Fix ticket #113 (Add support for multi core CPUs and -w parameter to specifify amount of worker threads)
2009-02-20 19:40:42 +00:00
Reijo Tomperi
1373e14bc9
Fix ticket #93 (Write xml results into error stream instead of results.xml file.) and also refactor the
...
code to use ErrorLogger::reportErr() for all errors, for both xml and plain text. And move xml formatting
from Cppcheck to CppcheckExecutor.
2009-02-09 20:51:04 +00:00
Reijo Tomperi
0747cfceb4
Fixed man page, previous version had <dir> while < and > should be
...
used.
2009-01-31 20:59:37 +00:00
Reijo Tomperi
7a3c7cd242
Updated man page for --unused-functions and --xml-results
2009-01-28 21:01:29 +00:00
Reijo Tomperi
5de5eab9fe
Fix Ticket #46 , invalid commandline. (Also added -h and --help parameters)
2009-01-22 20:26:04 +00:00
Reijo Tomperi
e897637c7a
Fix Ticket #30 , Need a way to specify include file folders (-I parameter was added)
2009-01-22 19:59:50 +00:00
Reijo Tomperi
176dd41306
Fixed Ticket #40 , Check copyright texts in files, now that we have new developers.
2009-01-21 20:04:20 +00:00
Reijo Tomperi
801f2c246d
Bailing out if too many (over 12) configurations found froma file. --force parameter added to prevent this from happening.
2008-12-27 07:52:07 +00:00
Reijo Tomperi
fe94c577bc
Man page updated
2008-12-19 22:27:51 +00:00
Reijo Tomperi
ee5513e3ca
Updated author names to man page
2008-12-19 21:16:28 +00:00
Reijo Tomperi
347068b672
Update man page and readme to reflect the new syntax
2008-12-19 19:19:26 +00:00
Reijo Tomperi
5326a35951
Verbose: Added line change to help text printing and updated man page
2008-11-30 10:38:58 +00:00
Reijo Tomperi
df452a3b0f
Recursive file listing, .cxx added to file list
2008-11-27 19:17:15 +00:00
Daniel Marjamäki
da52dfe948
Applied patch "errors_only_man" that adds description for "--errorsonly" to the man page. This was submitted by kimmov in bug 2277848
2008-11-15 06:44:32 +00:00
Daniel Marjamäki
e13dfbafe6
man: Added xml for generating man page
2008-11-01 17:16:48 +00:00