Commit Graph

82 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
AMS21
1838178ba3
cppcheck: 2.14.0 -> 2.14.1 2024-05-28 20:38:24 +02:00
R. Ryantm
b791c2e723 cppcheck: 2.13.4 -> 2.14.0 2024-04-22 01:31:44 +10:00
Pavel Sobolev
fbb324d6f1
cppcheck: update the hash for the 2.13.4 release. 2024-02-16 17:02:29 +00:00
Pavel Sobolev
7a3976e5bd
cppcheck: 2.13.3 -> 2.13.4 2024-02-15 16:39:10 +00:00
Pavel Sobolev
935bf02320
cppcheck: 2.13.2 -> 2.13.3 2024-02-05 15:41:33 +00:00
Pavel Sobolev
ea77c587e1
cppcheck: 2.13.1 -> 2.13.2 2024-01-24 15:19:39 +00:00
R. Ryantm
67ee06ea99 cppcheck: 2.13.0 -> 2.13.1 2024-01-21 06:38:58 +00:00
Pavel Sobolev
d57d1d61b6 cppcheck: 2.12.1 -> 2.13.0 2023-12-28 20:25:13 +01:00
Pavel Sobolev
de00fcd7cf
cppcheck: 2.12.0 -> 2.12.1 2023-09-20 11:27:06 +03:00
Pavel Sobolev
d37ce79698
cppcheck: refactor 2023-09-20 11:22:58 +03:00
Pavel Sobolev
87eaf61a2f
cppcheck: 2.11.1 -> 2.12.0 2023-09-11 18:07:36 +03:00
Pavel Sobolev
74c782d0d3
cppcheck: refactor 2023-09-11 18:07:36 +03:00
Pol Dellaiera
5088e63daf
cppcheck: code style format update using nixpkgs-fmt 2023-08-12 11:33:58 +02:00
Pol Dellaiera
e0a830245b
cppcheck: use finalAttrs pattern 2023-08-12 11:07:54 +02:00
R. Ryantm
10f0225bdd cppcheck: 2.11 -> 2.11.1 2023-08-12 09:20:18 +02:00
R. Ryantm
578e9e1f40 cppcheck: 2.10.3 -> 2.11 2023-06-27 05:06:09 +00:00
R. Ryantm
63d9758cbf cppcheck: 2.10.2 -> 2.10.3 2023-04-14 05:30:29 +00:00
Artturin
d3eda58a2d cppcheck: enable strictDeps
fixes cross

checked with diffing
2023-03-20 18:48:53 +02:00
R. Ryantm
a6561d8237 cppcheck: 2.10.1 -> 2.10.2 2023-03-09 04:00:39 +00:00
Weijia Wang
881651b7bf
Merge pull request #218632 from wegank/cppcheck-aarch64-linux
cppcheck: disable tests on aarch64-linux
2023-02-28 01:33:09 +02:00
Weijia Wang
c8a1127856 cppcheck: disable tests on aarch64-linux 2023-02-27 17:53:03 +02:00
R. Ryantm
f3e9abfb9e cppcheck: 2.10 -> 2.10.1 2023-02-26 06:30:36 +00:00
Robert Helgesson
4375ddbf1f cppcheck: 2.9.3 -> 2.10
Note, the "bug hunting" feature was removed from version 2.10. It is
now only available in the "premium" version of cppcheck. See

  8f386e15fd

We also add a basic installation check to avoid issues in the future.
2023-02-20 22:03:39 +01:00
Matthew Croughan
e5bde651a5 Revert "cppcheck: 2.9.3 -> 2.10" 2023-02-15 21:22:21 +01:00
R. Ryantm
e35051ad37 cppcheck: 2.9.3 -> 2.10 2023-01-31 19:56:19 +00:00
R. Ryantm
18d8cf38d9 cppcheck: 2.9.2 -> 2.9.3 2022-11-25 11:50:07 +01:00
R. Ryantm
5744a7b2c6 cppcheck: 2.9.1 -> 2.9.2 2022-11-14 09:20:05 +00:00
Mike Purvis
6739decba3
cppcheck: fix broken hash
The original hash is for https://github.com/danmar/cppcheck/commit/4a17dcb and the new hash is for https://github.com/danmar/cppcheck/commit/ef1c70f.
2022-11-01 22:51:07 +08:00
R. Ryantm
cb7eb7ee38 cppcheck: 2.9 -> 2.9.1 2022-10-24 09:34:05 +00:00
R. Ryantm
72bc74de82 cppcheck: 2.8.2 -> 2.9 2022-08-29 08:18:24 +00:00
Sebastián Mancilla
47f0f32de5 cppcheck: use recommended build options
From the readme:

> The recommended release build is:
>     make MATCHCOMPILER=yes FILESDIR=/usr/share/cppcheck HAVE_RULES=yes
>
> Flags:
> MATCHCOMPILER=yes               : Python is used to optimise cppcheck at compile time
> FILESDIR=/usr/share/cppcheck    : Specify folder where cppcheck files are installed
> HAVE_RULES=yes                  : Enable rules (pcre is required if this is used)

This adds MATCHCOMPILER and fixes the location of FILESDIR into a
standard directory instead of that ugly '$out/cfg' directory.

The Makefile needs 'which' to locate Python.
2022-07-17 15:52:26 +02:00
Mario Rodas
1182fa2339 cppcheck: 2.8.1 -> 2.8.2 2022-07-16 04:20:00 +00:00
R. Ryantm
88fe25c28d cppcheck: 2.8 -> 2.8.1 2022-07-09 06:20:05 +00:00
R. Ryantm
cf44b6fb79 cppcheck: 2.7.5 -> 2.8 2022-05-25 14:17:12 +00:00
R. Ryantm
d030ffdeb6 cppcheck: 2.7.4 -> 2.7.5 2022-04-22 23:46:13 +02:00
R. Ryantm
b1ad5cd29e cppcheck: 2.7.3 -> 2.7.4 2022-03-29 13:19:22 +00:00
Bjørn Forsman
45ab96dd9c cppcheck: set doCheck = true 2022-03-26 16:43:27 +01:00
Bjørn Forsman
494ce6bbcb cppcheck: 2.7 -> 2.7.3
And switch from sourceforge to github, as upstream hasn't updated the
sourceforge pages yet. (I checked the download links on the sourceforge
page and they link to https://github.com/danmar/cppcheck, so that should
be fine.)
2022-03-23 11:13:12 +01:00
Bjørn Forsman
589c764e8e cppcheck: fix cppcheck-htmlreport
By adding python3 with pygments to buildInputs.
2022-03-23 11:12:54 +01:00
R. Ryantm
5556ea9f04 cppcheck: 2.6 -> 2.7 2022-02-11 05:46:40 +00:00
Fabian Affolter
d6a2e5815e
cppcheck: 2.5 -> 2.6 (#147713) 2021-11-29 01:18:28 -05:00
R. RyanTM
5eee95b3fa cppcheck: 2.4 -> 2.5 2021-07-05 14:06:14 +00:00
R. RyanTM
c04f0f8413 cppcheck: 2.3 -> 2.4 2021-03-23 01:22:50 -04:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
R. RyanTM
72d2cb86fd cppcheck: 2.2 -> 2.3 2020-12-08 15:21:34 +00:00
R. RyanTM
57dc5ba564 cppcheck: 2.1 -> 2.2 2020-10-24 15:27:39 +00:00
R. RyanTM
b24cd9444e cppcheck: 2.0 -> 2.1 2020-06-15 14:20:40 +00:00
Sebastian Neubauer
92ec463c51 cppcheck: enable z3 support 2020-05-26 12:55:34 +02:00
R. RyanTM
28600363dd cppcheck: 1.90 -> 2.0 2020-05-20 09:08:05 +00:00