summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: gulrak-filesystem: Update to 1.5.12.•••* gnu/packages/cpp.scm (gulrak-filesystem): Update to 1.5.12. Tobias Geerinckx-Rice2022-12-111-2/+2
* 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 Bakke2022-11-171-7/+1
* gnu: Add safeint.•••* gnu/packages/cpp.scm (safeint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr2022-11-151-0/+39
* gnu: Add json-dto.•••* gnu/packages/cpp.scm (json-dto): New variable. Maxim Cournoyer2022-11-061-0/+32
* gnu: google-highway: Update to 1.0.2.•••* gnu/packages/cpp.scm (google-highway): Update to 1.0.2. Vinicius Monego2022-11-051-3/+3
* gnu: folly: Update to 2022.10.31.00.•••* gnu/packages/cpp.scm (folly): Update to 2022.10.31.00. Tobias Geerinckx-Rice2022-10-301-2/+2
* gnu: ccls: Update to 0.20210330.•••* gnu/packages/cpp.scm (ccls): Update to 0.20210330. Signed-off-by: Christopher Baines <mail@cbaines.net> Z5722022-11-031-2/+3
* 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 Bakke2022-10-171-1/+2
* 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 Elsing2022-10-151-0/+16
* gnu: Add optionparser.•••* gnu/packages/cpp.scm (optionparser): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> David Elsing2022-10-151-0/+47
* gnu: Add sajson.•••* gnu/packages/cpp.scm (sajson): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> David Elsing2022-10-151-0/+65
* 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 Elsing2022-10-151-0/+28
* 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 Elsing2022-10-151-0/+54
* 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 Chain2022-09-281-0/+38
* 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 Chain2022-09-281-0/+9
* gnu: catch-framework2: Rename variable to catch2.•••Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i Maxim Cournoyer2022-09-151-2/+2
* 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 Hogan2022-09-141-3/+5
* 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 Hogan2022-09-141-3/+3
* 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 Chain2022-09-071-2/+2
* gnu: abseil-cpp: Update to 20220623.0.•••* gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.0. Maxim Cournoyer2022-08-311-2/+2
* gnu: Add cpp-mustache.•••* gnu/packages/cpp.scm (cpp-mustache): New variable. Arun Isaac2022-08-131-0/+34
* gnu: gperftools: Update to 2.10.•••* gnu/packages/cpp.scm (gperftools): Update to 2.10. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Greg Hogan2022-08-041-2/+2
* gnu: pegtl: Update to 3.2.7.•••* gnu/packages/cpp.scm (pegtl): Update to 3.2.7. Tobias Geerinckx-Rice2022-07-241-2/+2
* gnu: libconfini: Omit static library.•••* gnu/packages/cpp.scm (libconfini)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice2022-07-241-1/+3
* gnu: libconfini: Update to 1.16.4.•••* gnu/packages/cpp.scm (libconfini): Update to 1.16.4. Tobias Geerinckx-Rice2022-07-241-2/+2
* 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 Hogan2022-06-261-2/+2
* 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 Hogan2022-06-221-2/+2
* gnu: reproc: Update to 14.2.4.•••* gnu/packages/cpp.scm (reproc): Update to 14.2.4. Tobias Geerinckx-Rice2022-06-051-4/+3
* gnu: caf: Update to 0.18.6.•••* gnu/packages/cpp.scm (caf): Update to 0.18.6. Tobias Geerinckx-Rice2022-05-291-2/+2
* 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 Hogan2022-05-021-1/+1
* 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 Hogan2022-05-021-3/+3
* 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 Hogan2022-04-201-2/+2
* 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 Hogan2022-04-201-36/+34
* 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 Hogan2022-04-201-2/+2
* 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 Hogan2022-04-201-2/+2
* gnu: poco: Make description a full sentence.•••* gnu/packages/cpp.scm (poco)[description]: Expand into a full sentence. Liliana Marie Prikler2022-04-051-2/+2
* 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 Isaac2022-03-311-0/+9
* 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 Isaac2022-03-311-2/+1
* gnu: Add atomic-queue.•••* gnu/packages/cpp.scm (atomic-queue): New variable. Arun Isaac2022-03-211-0/+40
* gnu: Add poco.•••* gnu/packages/cpp.scm (poco): New variable. Liliana Marie Prikler2022-03-081-0/+33
* 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 Lendvai2022-03-031-0/+49
* gnu: Add gulrak-filesystem.•••* gnu/packages/cpp.scm (gulrak-filesystem): New variable. Mathieu Othacehe2022-03-031-1/+22
* 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 Flashner2022-02-231-0/+5
* gnu: xsimd: Update to 8.0.5.•••* gnu/packages/cpp.scm (xsimd): Update to 8.0.5. Marius Bakke2022-02-191-2/+2
* gnu: 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 Bakke2022-02-191-6/+5
* gnu: cpplint: Reduce closure size.•••* gnu/packages/cpp.scm (cpplint)[arguments]: Add #:modules. Add phases to adjust GUIX_PYTHONPATH before the wrap phase. Marius Bakke2022-02-101-2/+29
* gnu: 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 Bakke2022-02-101-10/+14
* gnu: Add bloomberg-bde.•••* gnu/packages/cpp.scm (bloomberg-bde): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2022-02-081-1/+74
* gnu: Add bloomberg-bde-tools.•••* gnu/packages/cpp.scm (bloomberg-bde-tools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2022-02-081-1/+29
* gnu: pegtl: Update to 3.2.2.•••* gnu/packages/cpp.scm (pegtl): Update to 3.2.2. Marius Bakke2022-02-031-2/+2