Age | Commit message (Expand) | Author |
2023-02-11 | gnu: Add mcpp....* gnu/packages/cpp.scm (mcpp): New public variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sughosha |
2023-02-01 | gnu: simdjson: Update to 3.1.0....* gnu/packages/cpp.scm (simdjson): Update to 3.1.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Greg Hogan |
2023-01-22 | gnu: google-highway: Update to 1.0.3....* gnu/packages/cpp.scm (google-highway): Update to 1.0.3.
| Tobias Geerinckx-Rice |
2023-01-22 | gnu: libzen: Update to 0.4.40....* gnu/packages/cpp.scm (libzen): Update to 0.4.40.
| Tobias Geerinckx-Rice |
2023-01-10 | gnu: Add ftxui....* gnu/packages/cpp.scm (ftxui): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Artyom V. Poptsov |
2023-01-06 | gnu: Add psascan....* gnu/packages/cpp.scm (psascan): New variable.
| Ricardo Wurmus |
2023-01-04 | gnu: Add wdl....Alined and improved the definition, as per the chat in IRC.
* gnu/packages/cpp.scm (wdl): New public variable.
* gnu/packages/patches/wdl-link-libs-and-fix-jnetlib.patch: New file.
* gnu/local.mk: Register the patch file.
| Sughosha |
2022-12-11 | gnu: gulrak-filesystem: Update to 1.5.12....* gnu/packages/cpp.scm (gulrak-filesystem): Update to 1.5.12.
| Tobias Geerinckx-Rice |
2022-11-17 | gnu: crc32c: Fix build on x86_64-linux....* gnu/packages/cpp.scm (crc32c)[arguments]: Remove #:phases. The check is for
SSE support in the compiler, not the build machine; and the runtime code tests
for SSE availability on the CPU before enabling the SSE code path.
| Marius Bakke |
2022-11-15 | gnu: Add safeint....* gnu/packages/cpp.scm (safeint): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Antero Mejr |
2022-11-06 | gnu: Add json-dto....* gnu/packages/cpp.scm (json-dto): New variable.
| Maxim Cournoyer |
2022-11-05 | gnu: google-highway: Update to 1.0.2....* gnu/packages/cpp.scm (google-highway): Update to 1.0.2.
| Vinicius Monego |
2022-10-30 | gnu: folly: Update to 2022.10.31.00....* gnu/packages/cpp.scm (folly): Update to 2022.10.31.00.
| Tobias Geerinckx-Rice |
2022-11-03 | gnu: ccls: Update to 0.20210330....* gnu/packages/cpp.scm (ccls): Update to 0.20210330.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Z572 |
2022-10-17 | gnu: abseil-cpp: Don't use 'package/inherit'....* gnu/packages/cpp.scm (abseil-cpp): Use object inheritance instead of
PACKAGE/INHERIT because the inherited package has a different source, thus
replacements should not be inherited.
| Marius Bakke |
2022-10-15 | gnu: Add sajson-for-gemmi....* gnu/packages/cpp.scm (sajson-for-gemmi): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| David Elsing |
2022-10-15 | gnu: Add optionparser....* gnu/packages/cpp.scm (optionparser): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| David Elsing |
2022-10-15 | gnu: Add sajson....* gnu/packages/cpp.scm (sajson): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| David Elsing |
2022-10-15 | gnu: Add pocketfft-cpp....* gnu/packages/patches/pocketfft-cpp-prefer-preprocessor-if.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/cpp.scm (pocketfft-cpp): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| David Elsing |
2022-10-15 | gnu: Add fast-float....* gnu/packages/cpp.scm (fast-float-test-files, fast-float): New variables.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| David Elsing |
2022-09-28 | gnu: Add crc32c....* gnu/packages/cpp.scm (crc32c): New variable.
* gnu/packages/patches/crc32c-unbundle-googletest.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Hilton Chain |
2022-09-28 | gnu: Add abseil-cpp-cxxstd17....* gnu/packages/cpp.scm (abseil-cpp-cxxstd17): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Hilton Chain |
2022-09-15 | gnu: catch-framework2: Rename variable to catch2....Automated with:
git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
| Maxim Cournoyer |
2022-09-14 | gnu: xsimd-benchmark: Build example....* gnu/packages/cpp.scm (xsimd-benchmark): Fix package name.
[arguments]<#:configure-flags>: Enable examples ...
<#:phases>{install} ... and install.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-09-14 | gnu: xsimd: Update to 9.0.1....* gnu/packages/cpp.scm (xsimd): Update to 9.0.1.
[home-page]: Update redirect.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-09-07 | gnu: abseil-cpp: Update to 20220623.1....* gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Hilton Chain |
2022-08-31 | gnu: abseil-cpp: Update to 20220623.0....* gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.0.
| Maxim Cournoyer |
2022-08-13 | gnu: Add cpp-mustache....* gnu/packages/cpp.scm (cpp-mustache): New variable.
| Arun Isaac |
2022-08-04 | gnu: gperftools: Update to 2.10....* gnu/packages/cpp.scm (gperftools): Update to 2.10.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Greg Hogan |
2022-07-24 | gnu: pegtl: Update to 3.2.7....* gnu/packages/cpp.scm (pegtl): Update to 3.2.7.
| Tobias Geerinckx-Rice |
2022-07-24 | gnu: libconfini: Omit static library....* gnu/packages/cpp.scm (libconfini)[arguments]: Add "--disable-static"
to #:configure-flags.
| Tobias Geerinckx-Rice |
2022-07-24 | gnu: libconfini: Update to 1.16.4....* gnu/packages/cpp.scm (libconfini): Update to 1.16.4.
| Tobias Geerinckx-Rice |
2022-06-26 | gnu: xsimd: Update to 8.1.0....* gnu/packages/cpp.scm (xsimd): Update to 8.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-06-22 | gnu: google-highway: Update to 0.17.0....* gnu/packages/cpp.scm (google-highway): Update to 0.17.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-06-05 | gnu: reproc: Update to 14.2.4....* gnu/packages/cpp.scm (reproc): Update to 14.2.4.
| Tobias Geerinckx-Rice |
2022-05-29 | gnu: caf: Update to 0.18.6....* gnu/packages/cpp.scm (caf): Update to 0.18.6.
| Tobias Geerinckx-Rice |
2022-05-02 | gnu: aws-sdk-cpp: Remove openssl input....* gnu/packages/cpp.scm (aws-sdk-cpp):
[inputs]: Remove openssl.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-05-02 | gnu: aws-crt-cpp: Fix comment formatting....* gnu/packages/cpp.scm (aws-crt-cpp): Fix comment formatting.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-04-20 | gnu: aws-sdk-cpp: Update to 1.9.236....* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.236.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-04-20 | gnu: aws-crt-cpp: Update to 0.17.27....* gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.17.27.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-04-20 | gnu: folly: Update to 2022.04.11.00....* gnu/packages/cpp.scm (folly): Update to 2022.04.11.00.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-04-20 | gnu: cxxopts: Update to 3.0.0....* gnu/packages/cpp.scm (cxxopts): Update to 3.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-04-05 | gnu: poco: Make description a full sentence....* gnu/packages/cpp.scm (poco)[description]: Expand into a full sentence.
| Liliana Marie Prikler |
2022-03-31 | gnu: atomic-queue: Do not look for boost when cross-compiling....* gnu/packages/cpp.scm (atomic-queue)[arguments]: When cross-compiling, add a
do-not-check-for-boost phase.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Arun Isaac |
2022-03-31 | gnu: atomic-queue: Run tests correctly....* gnu/packages/cpp.scm (atomic-queue)[arguments]: In the check phase, run
tests instead of returning a function to run them.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Arun Isaac |
2022-03-21 | gnu: Add atomic-queue....* gnu/packages/cpp.scm (atomic-queue): New variable.
| Arun Isaac |
2022-03-08 | gnu: Add poco....* gnu/packages/cpp.scm (poco): New variable.
| Liliana Marie Prikler |
2022-03-03 | gnu: Add c2ffi....* gnu/packages/cpp.scm (c2ffi): New variable.
Co-authored-by: muradm <mail@muradm.net>
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Attila Lendvai |
2022-03-03 | gnu: Add gulrak-filesystem....* gnu/packages/cpp.scm (gulrak-filesystem): New variable.
| Mathieu Othacehe |
2022-02-23 | gnu: range-v3: Don't target the build machine....* gnu/packages/cpp.scm (range-v3)[arguments]: Add configure-flag to not
build with '-march=native'.
| Efraim Flashner |