Commit Graph

30 Commits

Author SHA1 Message Date
Mario Rodas
6083fb0a15 cmake: 3.29.0 -> 3.29.1
Diff: https://gitlab.kitware.com/cmake/cmake/-/compare/v3.29.0...v3.29.1
2024-04-05 04:20:00 +00:00
R. Ryantm
3eedc01a98 cmake: 3.28.3 -> 3.29.0 2024-03-25 18:25:35 +00:00
github-actions[bot]
3174119b20
Merge staging-next into staging 2024-02-28 00:02:28 +00:00
Elian Doran
31b1dd083c
cmake: add meta.mainProgram 2024-02-27 20:28:27 +02:00
Sergei Trofimovich
a9de206ed4 cmake: 3.28.2 -> 3.28.3
While at it added trivial updater.

Changes: https://gitlab.kitware.com/cmake/cmake/-/compare/v3.28.2...v3.28.3?from_project_id=541&straight=false
2024-02-19 21:46:13 +00:00
Artem Leshchev
1a16930721 cmake: fix patch for darwin
The patch was malformed and did not apply before.
2024-02-16 13:23:03 +03:00
Jacek Galowicz
1bee8a0b0a cmake: 3.28.1 -> 3.28.2 2024-02-14 07:34:03 +00:00
github-actions[bot]
1fe30fdf4b
Merge staging-next into staging 2024-02-10 18:01:16 +00:00
R. Ryantm
f5fae3ff88 cmd-wrapped: 0.1.1 -> 0.2.0 2024-02-10 08:20:26 +00:00
github-actions[bot]
370cda4ea0
Merge staging-next into staging 2024-02-09 18:01:33 +00:00
github-actions[bot]
b64b4f2d6a
Merge master into staging-next 2024-02-09 18:01:06 +00:00
Nick Cao
6ddcfabd59
Merge pull request #278998 from Cryolitia/cmd-unwrapped
cmd-wrapped: init at 0.1.1
2024-02-09 10:15:47 -05:00
Guillaume Racicot
aeb939f81f cmake: 3.27.9 -> 3.28.1 2024-02-08 10:12:15 -05:00
Alyssa Ross
4a5606d31f cmake: enable debug info 2024-01-23 16:23:44 +01:00
Sandro
f5076d066b
Merge pull request #271629 from trofi/cmake-update 2024-01-23 10:52:05 +01:00
Cryolitia
b2007d128e cmd-wrapped: init at 0.1.1 2024-01-06 13:54:36 +01:00
Nick Cao
8b2757a191
cmake: drop libatomic workaround for riscv 2023-12-16 16:27:08 -05:00
Dmitry Kalinkin
025a278148 Merge remote-tracking branch 'origin/master' into staging
Conflicts:
	pkgs/tools/networking/ofono/default.nix
2023-12-08 12:27:28 -05:00
github-actions[bot]
1287e59c06
Merge master into staging-next 2023-12-08 06:00:55 +00:00
Guillaume Racicot
84ab279895 cmakerc: init at 2.0.1 2023-12-07 10:01:00 -03:00
Sergei Trofimovich
791b761c61 cmake: 3.27.8 -> 3.27.9
Changes: https://github.com/Kitware/CMake/compare/v3.27.8...v3.27.9
2023-12-02 11:08:39 +00:00
Vladimír Čunát
c44890cbd0
Merge #267795: cmake: 3.27.7 -> 3.27.8
...into staging
2023-12-01 07:30:31 +01:00
github-actions[bot]
5f1b5197be
Merge staging-next into staging 2023-11-23 00:02:56 +00:00
Francesco Gazzetta
3832b75e4e cmake: fix risc-v build failure
riscv64 is failing due to missing atomic ops in gcc 12.
This commit works around the problem by linking against libatomic.

It can be reverted when we switch to gcc 13 (#268097)
2023-11-22 16:10:35 -03:00
Artturin
69b2aa71ab cmake: Fix feature check
Unconditional because once pie is enabled on glibc it will start to fail
2023-11-18 20:36:39 +02:00
Muhammad Falak R Wani
590745a7b6 cmake: 3.27.7 -> 3.27.8
Changelog: https://cmake.org/cmake/help/v3.27/release/3.27.html
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-11-16 09:09:34 +05:30
Anderson Torres
cc9458e2b9 cmake: 3.26.4 -> 3.27.7
With that typical change on the fifth patch
2023-10-28 23:38:57 -03:00
Anderson Torres
c9eb8d14da cmake: rename isBootstrap to isMinimalBuild
Indeed there is few to no reason to call this "isBootstrap" since we do not
build cmake by using a previous cmake.

Also, add a warning to the use of the old option.
2023-10-28 23:38:57 -03:00
Anderson Torres
9f4436aa8c cmake: use lib.cmake* functions
Also, a bit of cosmetic rewriting.
2023-10-28 23:38:57 -03:00
Anderson Torres
0f4bc8579f cmake: migrate to by-name 2023-10-28 23:38:57 -03:00