aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
Commit message (Collapse)AuthorAge
...
* gnu: xtl: Use G-expressions.Tobias Geerinckx-Rice2023-07-09
| | | | | * gnu/packages/cpp.scm (xtl)[arguments]: Rewrite as G-expressions.
* gnu: xtl: Update to 0.7.5.Tobias Geerinckx-Rice2023-07-09
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.7.5.
* gnu: Add tl-optional.David Elsing2023-07-01
| | | | | | * gnu/packages/cpp.scm (tl-optional): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add tsl-ordered-map.David Elsing2023-07-01
| | | | | | * gnu/packages/cpp.scm (tsl-ordered-map): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add tsl-sparse-map.David Elsing2023-07-01
| | | | | | * gnu/packages/cpp.scm (tsl-sparse-map): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add tsl-hopscotch-map.David Elsing2023-07-01
| | | | | | * gnu/packages/cpp.scm (tsl-hopscotch-map): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add mpark-variant.David Elsing2023-07-01
| | | | | | * gnu/packages/cpp.scm (mpark-variant): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: aws-sdk-cpp: Update to 1.9.306.Greg Hogan2023-06-25
| | | | | | * gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.306. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: psascan: Do not build with "-march=native".Zheng Junjie2023-06-14
| | | | | | | * gnu/packages/cpp.scm (psascan)[origin]: Add 'snippet'. [properties]: New field. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: cpp-httplib: Update to 0.12.5.Efraim Flashner2023-06-05
| | | | | | | | * gnu/packages/cpp.scm (cpp-httplib): Update to 0.12.5. [arguments]: Adjust configure-flags to build the tests. Add a make-flag to set CXX. Adjust custom 'disable-network-tests phase to skip more network tests. Remove custom 'check phase. [native-inputs]: Add googletest.
* gnu: cpp-mustache: Update to 5.0 to fix build.Denis 'GNUtoo' Carikli2023-06-02
| | | | | | * gnu/packages/cpp.scm (cpp-mustache): Update to 5.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cli11: Use G-Expressions.Liliana Marie Prikler2023-05-28
| | | | * gnu/packages/cpp.scm (cli11)[arguments]: Convert to list of G-Expressions.
* gnu: cli11: Update to 2.3.2.Liliana Marie Prikler2023-05-28
| | | | | | | * gnu/packages/cpp.scm (cli11): Update to 2.3.2. [source]: Remove snippet. [arguments]: Drop #:imported-modules, #:modules, and #:phases. [native-inputs]: Add “catch2”.
* gnu: c++-gsl: Update to 4.0.0Saku Laesvuori2023-05-28
| | | | | | | | | | * gnu/packages/cpp.scm (c++gsl): Update to 4.0.0. * gnu/packages/patches/c++-gsl-find-system-gtest.patch: Delete file. * gnu/packages/patches/c++-gsl-move-array-bounds-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove deleted patches. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
* gnu: cxxopts: Update to 3.1.1.Greg Hogan2023-05-18
| | | | | | * gnu/packages/cpp.scm (cxxopts): Update to 3.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cpp: Mention that autoload prevents module cycles.Liliana Marie Prikler2023-05-14
| | | | | * gnu/packages/cpp.scm: Add a comment on the #:autoload to explain that serialization depends on cpp.
* gnu: Add lager.Liliana Marie Prikler2023-05-14
| | | | * gnu/packages/cpp.scm (lager): New variable.
* gnu: Add zug.Liliana Marie Prikler2023-05-14
| | | | * gnu/packages/cpp.scm (zug): New variable.
* gnu: Add immer.Liliana Marie Prikler2023-05-14
| | | | * gnu/packages/cpp.scm (immer): New variable.
* gnu: nlohmann-json: Improve package style.Liliana Marie Prikler2023-05-14
| | | | | | * gnu/package/cpp.scm (nlohmann-json)[source]<snippet>: Fit to 80 chars width. Use G-Expressions. [arguments]: Use G-Expressions.
* gnu: nlohmann-json: Update to 3.11.2.Liliana Marie Prikler2023-05-14
| | | | | | * gnu/packages/cpp.scm (nlohmann-json): Update to 3.11.2. [source]<snippet>: Adjust accordingly. [native-inputs]<json_test_data>: Update to 3.1.0.
* gnu: Rename json-modern-cxx to nlohmann-json.Liliana Marie Prikler2023-05-14
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/cpp.scm (nlohmann-json): New variable. (json-modern-cxx): Mark as deprecated alias. (xtl, jsonnet)[inputs]: Use nlohmann-json. * gnu/packages/build-tools.scm (bear)[inputs]: Likewise. * gnu/packages/cybersecurity.scm (blacksmith)[inputs]: Likewise. * gnu/packages/databases.scm (sqlitebrowser)[inputs]: Adjust comment. * gnu/packages/games.scm (openrct2)[inputs]: Use nlohmann-json. * gnu/packages/graphics.scm (f3d)[native-inputs]: Likewise. * gnu/packages/hardware.scm (openrgb)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/image-processing.scm (paraview)[inputs]: Adjust comment. * gnu/packages/irods.scm (irods, irods-client-icommands)[inputs]: Use nlohmann-json. * gnu/packages/jupyter.scm (xeus)[inputs]: Likewise. * gnu/packages/messaging.scm (mtxclient, nheko)[inputs]: Likewise. * gnu/packages/text-editors.scm (jucipp)[inputs]: Likewise. * gnu/packages/video.scm (mktoolnix)[inputs]: Likewise. * gnu/packages/xdisorg.scm (nwg-launchers)[inputs]: Likewise.
* gnu: ftxui: Build ftxui-benchmark.Artyom V. Poptsov2023-05-13
| | | | | | | * gnu/packages/cpp.scm (ftxui)[native-inputs]: Add benchmark. [arguments]: Remove #:phases. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: ftxui: Update to 4.0.0.Lu Hui2023-05-11
| | | | | | * gnu/packages/cpp.scm (ftxui): Update to 4.0.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: libexpected: Update to 1.1.0.Josselin Poiret2023-04-28
| | | | | | | | | * gnu/packages/patches/libexpected-use-provided-catch2.patch: Add new patch. * gnu/packages/patches/libexpected-nofetch.patch: Remove unused patch. * gnu/local.mk (dist_patch_DATA): Register changes. * gnu/packages/cpp.scm (libexpected): Update to 1.1.0, and use new patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add abseil-cpp-20211102.0.Ricardo Wurmus2023-04-21
| | | | * gnu/packages/cpp.scm (abseil-cpp-20211102.0): New variable.
* gnu: abseil-cpp: Add variant for C++11.Ludovic Courtès2023-04-20
| | | | | | * gnu/packages/cpp.scm (abseil-cpp-for-c++-standard): New procedure. (abseil-cpp-cxxstd17): Use it. (abseil-cpp-cxxstd11): New variable.
* gnu: abseil-cpp-20200923.3: Fix build failure.Ricardo Wurmus2023-04-12
| | | | | * gnu/packages/cpp.scm (abseil-cpp-20200923.3)[arguments]: Add phase 'fix-max to add a missing type cast.
* gnu: xsd: Build with GCC 10.Ricardo Wurmus2023-04-08
| | | | * gnu/packages/cpp.scm (xsd)[native-inputs]: Add gcc-10.
* gnu: libxsd-frontend: Build with GCC 10.Ricardo Wurmus2023-04-08
| | | | * gnu/packages/cpp.scm (libxsd-frontend)[native-inputs]: Add gcc-10.
* gnu: cli: Use GCC 10.Ricardo Wurmus2023-04-08
| | | | * gnu/packages/cpp.scm (cli)[native-inputs]: Add gcc-10.
* gnu: libcutl: Use GCC 10.Ricardo Wurmus2023-04-08
| | | | * gnu/packages/cpp.scm (libcutl)[native-inputs]: Add gcc-10.
* Merge remote-tracking branch 'savannah/master' into core-updatesChristopher Baines2023-03-02
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/autotools.scm gnu/packages/cmake.scm gnu/packages/gnuzilla.scm gnu/packages/haskell.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/samba.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/wxwidgets.scm
| * gnu: Add mcpp.Sughosha2023-02-11
| | | | | | | | | | | | * gnu/packages/cpp.scm (mcpp): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: simdjson: Update to 3.1.0.Greg Hogan2023-02-01
| | | | | | | | | | | | * gnu/packages/cpp.scm (simdjson): Update to 3.1.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2023-01-30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm
| * gnu: google-highway: Update to 1.0.3.Tobias Geerinckx-Rice2023-01-22
| | | | | | | | * gnu/packages/cpp.scm (google-highway): Update to 1.0.3.
| * gnu: libzen: Update to 0.4.40.Tobias Geerinckx-Rice2023-01-22
| | | | | | | | * gnu/packages/cpp.scm (libzen): Update to 0.4.40.
| * gnu: Add ftxui.Artyom V. Poptsov2023-01-10
| | | | | | | | | | | | * gnu/packages/cpp.scm (ftxui): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: Add psascan.Ricardo Wurmus2023-01-06
| | | | | | | | * gnu/packages/cpp.scm (psascan): New variable.
| * gnu: Add wdl.Sughosha2023-01-04
| | | | | | | | | | | | | | | | 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.
| * gnu: gulrak-filesystem: Update to 1.5.12.Tobias Geerinckx-Rice2022-12-11
| | | | | | | | * gnu/packages/cpp.scm (gulrak-filesystem): Update to 1.5.12.
| * gnu: crc32c: Fix build on x86_64-linux.Marius Bakke2022-11-17
| | | | | | | | | | | | * 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.
| * gnu: Add safeint.Antero Mejr2022-11-15
| | | | | | | | | | | | * gnu/packages/cpp.scm (safeint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add json-dto.Maxim Cournoyer2022-11-06
| | | | | | | | * gnu/packages/cpp.scm (json-dto): New variable.
| * gnu: google-highway: Update to 1.0.2.Vinicius Monego2022-11-05
| | | | | | | | * gnu/packages/cpp.scm (google-highway): Update to 1.0.2.
| * gnu: folly: Update to 2022.10.31.00.Tobias Geerinckx-Rice2022-10-30
| | | | | | | | * gnu/packages/cpp.scm (folly): Update to 2022.10.31.00.
| * gnu: ccls: Update to 0.20210330.Z5722022-11-03
| | | | | | | | | | | | * gnu/packages/cpp.scm (ccls): Update to 0.20210330. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: abseil-cpp: Don't use 'package/inherit'.Marius Bakke2022-10-17
| | | | | | | | | | | | * 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.
| * gnu: Add sajson-for-gemmi.David Elsing2022-10-15
| | | | | | | | | | | | * gnu/packages/cpp.scm (sajson-for-gemmi): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>