47 Commits

Author SHA1 Message Date
amai2012
6a7c0c531e
Add badge for GitHub Actions
Show the status of the CI workflow
2020-03-28 16:04:36 +01:00
orbitcowboy
1e3e270a55
Added OSS-fuzz badge 2019-12-21 13:32:26 +01:00
orbitcowboy
356dc164b7
README: Added License-badge 2019-11-14 09:02:19 +01:00
Daniel Marjamäki
29778fdddb readme: Donate CPU 2019-11-02 08:25:04 +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
cf1f353ec3 readme.md: Removed 'donations' 2019-06-26 07:43:53 +02:00
Daniel Marjamäki
1b4485a738 Makefile: Add one more flag 'MATCHCOMPILER=yes' 2019-06-23 13:43:09 +02:00
Jim Zhou
071fc85a05 minor corrections (#1906) 2019-06-17 07:04:08 +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
Igor Zhukov
0ab378b9cf fix typo (#1512) 2018-12-08 07:03:28 +01:00
Daniel Marjamäki
dffad3b3d1 Remove some more cxx11emu.h references 2018-04-10 06:52:33 +02:00
hexcoder
78ae435a94 sync build instructions from readme.txt (#962) 2017-09-19 19:01:43 +02:00
Matthias Krüger
5ab8c20d8e readme: minor fix 2016-01-18 19:09:43 +01:00
Matthias Krüger
5440e0d5a0 readme: document proposed CXXFLAGS for release build 2016-01-18 19:07:40 +01:00
PKEuS
cc783b0186 Updated/Improved several readme files 2015-11-06 15:19:08 +01:00
orbitcowboy
dc57402887 Improved layout of Readme.md 2015-09-30 15:04:45 +02:00
orbitcowboy
377a6d425d Improved layout of Readme.md 2015-09-30 15:03:57 +02:00
orbitcowboy
ab395dcaec Improved layout of Readme.md 2015-09-21 22:41:38 +02:00
PKEuS
421d42c838 Refactorized readme files. 2015-07-29 11:08:32 +02:00
XhmikosR
599d2b4119 Update readme.md badges.
[ci skip]
2015-04-20 21:11:45 +03:00
XhmikosR
2cd086304f Update readme.md.
[ci skip]
2015-03-07 09:49:07 +02:00
Daniel Marjamäki
2b182cbcc8 AppVeyor: Set proper badge 2015-01-27 18:13:56 +01:00
Daniel Marjamäki
6aead9ca06 Update readme.md 2015-01-27 10:12:47 +01:00
unknown
2e0b83551f add support for the AppVeyor CI system for checked Windows builds 2015-01-27 04:49:31 +01:00
orbitcowboy
292b4e3b93 Fixed #6270: Cross compiling instructions for cppcheck are wrong. 2014-11-01 19:00:22 +01:00
XhmikosR
bfa788a329 readme.md: switch to the SVG badge. 2014-08-31 10:09:43 +03:00
Alexander Mai
b50900595c #5482 - Cppcheck development with '--std=c++0x' enabled. Specify supported compilers. 2014-05-01 20:15:36 +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
XhmikosR
d0f6f07ced Update readme.md. 2013-12-26 20:29:08 +02:00
Daniel Marjamäki
b43166a1d9 readme.md: reformatting 2013-12-26 19:02:56 +01:00
Daniel Marjamäki
caa1bc184a readme.md: reformatting 2013-12-26 19:02:13 +01:00
Daniel Marjamäki
56f08a5bdb readme.md: reformatting 2013-12-26 18:56:02 +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
XhmikosR
367078e1bb readme.md: add Coverity scan status badge. 2013-12-26 19:04:04 +02:00
Goran Džaferi
4973ae5183 Show Travis CI build status image 2013-09-07 12:13:38 +02:00
XhmikosR
29475d056a Use the full sourceforget.net url. 2013-07-16 09:01:56 +02:00
XhmikosR
653d5242d9 Update readme.md
Use Markdown syntax in the code places
2013-02-23 08:13:03 +01:00
XhmikosR
abfca0b574 readme.md: various improvements 2012-12-23 10:58:33 +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
Daniel Marjamäki
9026febaad readme.md: simple reformatting 2012-06-06 16:28:49 +02:00
Daniel Marjamäki
10a91b5ca3 readme.md: simple reformatting 2012-06-06 16:27:44 +02:00
Daniel Marjamäki
8bd416b5b3 added readme.md for github 2012-06-06 16:15:41 +02:00