55 Commits

Author SHA1 Message Date
Daniel Marjamäki
ca047e57bf Switch from http to https on our sourceforge webpage 2021-08-28 12:46:54 +02:00
Daniel Marjamäki
c7cbe7f2d3 rename externals/tinyxml to externals/tinyxml2 2020-11-16 09:11:53 +01:00
Daniel Marjamäki
e52c4f9aa7 readme: link to files used to build official rpms 2020-09-04 10:21:06 +02:00
sandhyabhan
770bd6cb73 readme: fix grammatical errors 2020-09-01 17:37:28 +02:00
Daniel Marjamäki
0bf9858d57 compiling; you can put z3 files in externals/z3 2020-02-11 17:42:40 +01:00
Daniel Marjamäki
a17f2a6f05 Compiling/Installing : The CFGDIR parameter was removed. Use FILESDIR instead. 2019-08-17 10:53:07 +02:00
Wolfgang Stöggl
a8ab9796f6 Update readme files concerning Visual Studio (#2058)
- The cppcheck.sln file is configured for Visual Studio 2019
  See commit: ae86536
- Add information on how to obtain a current version of PCRE for
  Visual Studio using vcpkg from https://github.com/microsoft/vcpkg
2019-08-01 15:03:09 +02:00
Carlo Marcelo Arenas Belón
ec4e43767e minor improvements (#1929)
* lib: isNonBoolStdType no longer needed

lib/checkbool.cpp:50:13: warning: unused function 'isNonBoolStdType'
      [-Wunused-function]
static bool isNonBoolStdType(const Variable* var)

* cmake: C++11 is required

also change instructions to a more common syntax
2019-06-28 06:57:05 +02:00
Daniel Marjamäki
fef7bc584d readme: Add instructions for cmake 2019-06-27 06:51:59 +02:00
Daniel Marjamäki
1b4485a738 Makefile: Add one more flag 'MATCHCOMPILER=yes' 2019-06-23 13:43:09 +02:00
Carlo Marcelo Arenas Belón
bf5c71bdca sync (#1835)
* build: remove -Wabi and add -Wundef

gcc >= 8 throws a warning about -Wabi (without a specific ABI version)
being ignored, while -Wundef seems more useful (as shown by the change
in config.h, which was probably an unfortunate typo)

travis.yaml should probably be updated soon, but was left out from this
change as the current images don't yet need it

* lib: unused function in valueflow

refactored out since 8c03be32122ed85af89050eb1ad07ddd7038508e

lib/valueflow.cpp:3124:21: warning: unused function 'endTemplateArgument' [-Wunused-function]

* readme: include picojson

* make: also clean exe
2019-05-17 09:31:41 +02:00
Daniel Marjamäki
dffad3b3d1 Remove some more cxx11emu.h references 2018-04-10 06:52:33 +02:00
Daniel Marjamäki
bce1d83550 Updated build instructions in readme 2017-08-21 12:31:50 +02:00
PKEuS
cc783b0186 Updated/Improved several readme files 2015-11-06 15:19:08 +01:00
PKEuS
421d42c838 Refactorized readme files. 2015-07-29 11:08:32 +02:00
Daniel Marjamäki
d53a6ca2cd readme: To compile Cppcheck, partial C++11 support is needed. 2014-03-05 06:15:44 +01:00
Matthias Krüger
49f34b8df4 readme: update "g++ (for experts)" build commands. 2014-03-03 08:30:05 +01:00
Daniel Marjamäki
690c32dd86 readme: document how a project file or Makefile is created for Cppcheck 2014-02-15 08:22:13 +01:00
Daniel Marjamäki
d3a848f2e6 Makefile: Added optional CFGDIR parameter that allows user to specify where Cppcheck will look for cfg files. 2013-12-26 18:41:51 +01:00
Daniel Marjamäki
4a01a26945 readme: updated build instructions 2013-11-04 17:51:49 +01:00
XhmikosR
29475d056a Use the full sourceforget.net url. 2013-07-16 09:01:56 +02:00
Daniel Marjamäki
7d31c2257d readme: tell about SRCDIR=build 2013-01-12 14:05:03 +01:00
XhmikosR
9b5c245899 tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-29 13:49:16 +02:00
Reijo Tomperi
93b1bba8cb Fix readme.txt to match current HAVE_RULES behaviour. 2011-11-10 21:49:55 +02:00
Daniel Marjamäki
46b73bc493 readme: added a little info about compiling without pcre 2011-04-23 08:59:54 +02:00
Daniel Marjamäki
712e285bd6 Makefile: added option for compiling with/without rules 2011-04-19 20:53:40 +02:00
Daniel Marjamäki
c56c90bfe1 readme: better build instructions 2011-03-06 10:18:50 +01:00
Daniel Marjamäki
3bb2850c5c Renaming HAVE_DEPENDENCIES to HAVE_RULES 2011-02-14 19:50:16 +01:00
Daniel Marjamäki
edc472dd34 readme: show how cppcheck is compiled with g++ with or without dependencies 2011-02-12 08:50:38 +01:00
Reijo Tomperi
83f43d8ab6 Fix readme.txt instructions for g++ compiling 2011-02-08 23:29:27 +02:00
Daniel Marjamäki
10e82c029a readme: tweaked the 'compiling cppcheck' section 2011-02-06 11:21:50 +01:00
Tim Gerundt
7297ada2e8 Switch website URL in readme.txt 2011-02-01 19:51:12 +01:00
vBm
46a11183a5 Fixed some spelling mistakes 2010-12-15 18:45:53 +01:00
Daniel Marjamäki
edec43c913 mention the manual in the --help output 2010-08-29 13:21:35 +02:00
Daniel Marjamäki
e185a7dd78 readme.txt: mention the online manual 2010-05-08 10:01:26 +02:00
Daniel Marjamäki
4f0f980272 readme: minor cleanup. we don't need to mention the '--all' flag anymore. 2010-04-13 21:55:16 +02:00
Daniel Marjamäki
d493592ae4 readme: removed cmake/scons 2010-02-23 18:26:09 +01:00
Kimmo Varis
dfe18dbb71 Fix mixed EOL styles in readme.txt. Use LF for now. 2010-02-21 21:39:18 +02:00
Daniel Marjamäki
66f17d3fcb readme: removed 'dmake' information 2010-02-21 13:36:58 +01:00
Daniel Marjamäki
e30c49f204 updated readme.txt 2010-02-19 17:34:50 +01:00
Reijo Tomperi
b95ea6ddc4 Fix #814 (Improvements for readme.txt)
http://sourceforge.net/apps/trac/cppcheck/ticket/814
2009-10-12 21:36:38 +03:00
Reijo Tomperi
6ee5399a5d cross compiling info added to readme.txt 2009-09-23 19:48:46 +03:00
Kimmo Varis
132403168e Wrap long line in readme.txt. 2009-09-06 10:52:31 +03:00
Aleksey Palazhchenko
d9d2f53df6 Added top-level 'check' target.
Also refactored all. pro files by the way. :)
2009-09-04 22:59:25 +04:00
Kimmo Varis
ec40b4c628 Don't force debug builds in qmake project files.
When creating makefiles with qmake one needs to give the target in command
line. E.g.
  $ qmake -config debug
or
  $ qmake -config release

For Visual studio projects both targets are generated by just running the
qmake command without switches.
2009-08-17 18:12:53 +03:00
Vesa Pikki
e5d5573067 Added instructions to compile the GUI. 2009-07-02 11:38:47 +03:00
Daniel Marjamäki
a0d27c9109 readme : minor updates 2008-12-30 18:45:35 +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
347068b672 Update man page and readme to reflect the new syntax 2008-12-19 19:19:26 +00:00
Daniel Marjamäki
aee10ecc38 readme : fixed the readme file 2008-12-11 18:07:23 +00:00