summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
AgeCommit message (Expand)Author
2023-01-10gnu: Add ftxui....* gnu/packages/cpp.scm (ftxui): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Artyom V. Poptsov
2023-01-06gnu: Add psascan....* gnu/packages/cpp.scm (psascan): New variable. Ricardo Wurmus
2023-01-04gnu: 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-11gnu: gulrak-filesystem: Update to 1.5.12....* gnu/packages/cpp.scm (gulrak-filesystem): Update to 1.5.12. Tobias Geerinckx-Rice
2022-11-17gnu: 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-15gnu: Add safeint....* gnu/packages/cpp.scm (safeint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr
2022-11-06gnu: Add json-dto....* gnu/packages/cpp.scm (json-dto): New variable. Maxim Cournoyer
2022-11-05gnu: google-highway: Update to 1.0.2....* gnu/packages/cpp.scm (google-highway): Update to 1.0.2. Vinicius Monego
2022-10-30gnu: folly: Update to 2022.10.31.00....* gnu/packages/cpp.scm (folly): Update to 2022.10.31.00. Tobias Geerinckx-Rice
2022-11-03gnu: 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-17gnu: 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-15gnu: 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-15gnu: Add optionparser....* gnu/packages/cpp.scm (optionparser): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> David Elsing
2022-10-15gnu: Add sajson....* gnu/packages/cpp.scm (sajson): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> David Elsing
2022-10-15gnu: 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-15gnu: 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-28gnu: 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-28gnu: 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-15gnu: 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-14gnu: 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-14gnu: 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-07gnu: 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-31gnu: abseil-cpp: Update to 20220623.0....* gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.0. Maxim Cournoyer
2022-08-13gnu: Add cpp-mustache....* gnu/packages/cpp.scm (cpp-mustache): New variable. Arun Isaac
2022-08-04gnu: 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-24gnu: pegtl: Update to 3.2.7....* gnu/packages/cpp.scm (pegtl): Update to 3.2.7. Tobias Geerinckx-Rice
2022-07-24gnu: libconfini: Omit static library....* gnu/packages/cpp.scm (libconfini)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice
2022-07-24gnu: libconfini: Update to 1.16.4....* gnu/packages/cpp.scm (libconfini): Update to 1.16.4. Tobias Geerinckx-Rice
2022-06-26gnu: 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-22gnu: 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-05gnu: reproc: Update to 14.2.4....* gnu/packages/cpp.scm (reproc): Update to 14.2.4. Tobias Geerinckx-Rice
2022-05-29gnu: caf: Update to 0.18.6....* gnu/packages/cpp.scm (caf): Update to 0.18.6. Tobias Geerinckx-Rice
2022-05-02gnu: 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-02gnu: 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-20gnu: 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-20gnu: 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-20gnu: 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-20gnu: 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-05gnu: poco: Make description a full sentence....* gnu/packages/cpp.scm (poco)[description]: Expand into a full sentence. Liliana Marie Prikler
2022-03-31gnu: 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-31gnu: 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-21gnu: Add atomic-queue....* gnu/packages/cpp.scm (atomic-queue): New variable. Arun Isaac
2022-03-08gnu: Add poco....* gnu/packages/cpp.scm (poco): New variable. Liliana Marie Prikler
2022-03-03gnu: 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-03gnu: Add gulrak-filesystem....* gnu/packages/cpp.scm (gulrak-filesystem): New variable. Mathieu Othacehe
2022-02-23gnu: 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
2022-02-19gnu: xsimd: Update to 8.0.5....* gnu/packages/cpp.scm (xsimd): Update to 8.0.5. Marius Bakke
2022-02-19gnu: xtl: Update to 0.7.4....* gnu/packages/cpp.scm (xtl): Update to 0.7.4. [native-inputs]: Add DOCTEST. [arguments]: Remove trailing #t. Marius Bakke
2022-02-10gnu: cpplint: Reduce closure size....* gnu/packages/cpp.scm (cpplint)[arguments]: Add #:modules. Add phases to adjust GUIX_PYTHONPATH before the wrap phase. Marius Bakke
2022-02-10gnu: cpplint: Update to 1.5.5....* gnu/packages/cpp.scm (cpplint): Update to 1.5.5. [arguments]: Remove obsolete phase. Override check phase. [native-inputs]: Add PYTHON-COVERAGE and PYTHON-TESTFIXTURES. Marius Bakke