Commit Graph

20 Commits

Author SHA1 Message Date
R. Ryantm
ac2d89df8e cppcheck: 2.21.0 -> 2.21.1 2026-06-21 12:44:23 +00:00
fliiiix
8c9434beea cppcheck: 2.18.3 -> 2.21.0
Also update to correct owner

Add myself as maintainer
2026-06-09 17:48:01 +02:00
Marcin Serwin
d49d190572 maintainers: drop joachifm
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-02-15 00:41:24 +01:00
Jonathan Davies
116036d574 treewide: Remove redundant versionCheckProgramArg = "--version"; with:
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
  sed -i '/versionCheckProgramArg/d' "$f"
  sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
R. Ryantm
901c4d710f cppcheck: 2.18.1 -> 2.18.3 2025-09-11 09:29:55 +00:00
R. Ryantm
19f5c489cb cppcheck: 2.18.0 -> 2.18.1 2025-08-20 16:39:21 +00:00
R. Ryantm
c687b753ee cppcheck: 2.17.1 -> 2.18.0 2025-07-25 20:55:58 +00:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Pavel Sobolev
f685a22664 treewide: remove paveloom as maintainer 2025-07-13 12:17:08 +03:00
Gaetan Lepage
bfe27cf81c treewide: use a string for versionCheckProgramArg where possible 2025-04-05 14:45:13 +02:00
Bjørn Forsman
ca72ac4e75 cppcheck: 2.16.2 -> 2.17.1
https://github.com/danmar/cppcheck/releases/tag/2.17.1
2025-02-26 22:44:39 +01:00
Gaetan Lepage
6ae1d01bcd cppcheck: improve and skip failing tests on darwin 2024-12-31 14:46:39 +01:00
R. Ryantm
c759ea20f8 cppcheck: 2.16.1 -> 2.16.2 2024-12-28 21:49:31 +00:00
R. Ryantm
3fb3dbe426 cppcheck: 2.16.0 -> 2.16.1 2024-12-07 14:42:25 +00:00
R. Ryantm
feca8a8a56 cppcheck: 2.15.0 -> 2.16.0 2024-10-28 17:10:55 +01:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Pavel Sobolev
f0566c81fb cppcheck: 2.14.2 -> 2.15.0 2024-08-31 21:31:07 +02:00
Pavel Sobolev
4a48decea2 cppcheck: 2.14.1 -> 2.14.2 2024-06-26 22:05:13 +02:00
Pavel Sobolev
cf7a400d31 cppcheck: reformat 2024-06-26 22:05:13 +02:00
Pavel Sobolev
6b36d73885 cppcheck: move to pkgs/by-name 2024-06-26 22:05:13 +02:00