summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
Commit message (Collapse)AuthorAge
...
| * gnu: Consolidate duplicate copyright names.Greg Hogan2021-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/android.scm: Consolidate copyright lines with the same email address. * gnu/packages/code.scm: Likewise. * gnu/packages/cpp.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/file.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gps.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/web.scm: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: sobjectizer: Update to 5.7.2.6.Mathieu Othacehe2021-10-05
| | | | | | | | * gnu/packages/cpp.scm (sobjectizer): Update to 5.7.2.6.
* | gnu: range-v3: Fix build.Jonathan Brielmaier2021-10-03
| | | | | | | | | | | | | | * gnu/packages/patches/range-v3-build-with-gcc10.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/cpp.scm (range-v3)[source]: Use patch. [native-inputs]: Add gcc@9 for a succesful build.
* | gnu: fifo-map: Fix build.Guillaume Le Vaillant2021-09-11
| | | | | | | | * gnu/packages/cpp.scm (fifo-map)[arguments]: Fix 'install' phase.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * gnu: Add cpp-httplib.nixo2021-09-03
| | | | | | | | | | | | * gnu/packages/cpp.scm (cpp-httplib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: jsonnet: Do not build static libraries.Ludovic Courtès2021-08-12
| | | | | | | | * gnu/packages/cpp.scm (jsonnet)[arguments]: Pass "-DBUILD_STATIC_LIBS=OFF".
| * gnu: Add jsonnet.Vivien Kraus2021-08-12
| | | | | | | | | | | | * gnu/packages/cpp.scm (jsonnet): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: c++-gsl: Fix build with GCC 10.Felix Gruber2021-09-06
|/ | | | | | | | | * gnu/packages/cpp.scm (c++-gsl)[source]: Add a patch from Debian to fix compilation of a test. * gnu/packages/patches/c++-gsl-move-array-bounds-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: magic-enum: Update to 0.7.3.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/cpp.scm (magic-enum): Update to 0.7.3.
* doc, gnu, guix: Fix typos.Paul A. Patience2021-06-13
| | | | | | | | | | | | | | | | * doc/guix.texi: Fix various typos and reword a sentence. * gnu/packages/cpp.scm (cpplint)[description]: Fix typo. * gnu/packages/dns.scm (ldns): Fix typo in comment. * gnu/packages/games.scm (yamagi-quake2): Fix typo in comment. * gnu/packages/qt.scm (python-pyqtwebengine): Fix typo in comment. * gnu/packages/rails.scm (ruby-autoprefixer-rails): Fix typo in comment. * gnu/packages/syndication.scm (quiterss)[description]: Fix typo. * gnu/packages/terminals.scm (kmscon): Fix typo in comment. * gnu/packages/xml.scm (perl-xml-sax-base)[description]: Fix typo. (python-elementpath)[description]: Fix typo. * guix/build/asdf-build-system.scm (output-translation): Fix typo in docstring. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: folly: Update to 2021.04.26.00.Tobias Geerinckx-Rice2021-04-28
| | | | * gnu/packages/cpp.scm (folly): Update to 2021.04.26.00.
* gnu: xsimd: Update to 7.5.0.Tobias Geerinckx-Rice2021-04-28
| | | | * gnu/packages/cpp.scm (xsimd): Update to 7.5.0.
* gnu: xsimd: Update to 7.4.10.Tobias Geerinckx-Rice2021-04-09
| | | | * gnu/packages/cpp.scm (xsimd): Update to 7.4.10.
* gnu: Add xsd.Raghav Gururajan2021-03-27
| | | | | | | * gnu/packages/cpp.scm (xsd): New variable. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add cli.Raghav Gururajan2021-03-27
| | | | | | | * gnu/packages/cpp.scm (cli): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add libxsd-frontend.Raghav Gururajan2021-03-27
| | | | | | | * gnu/packages/cpp.scm (libxsd-frontend): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add libcutl.Raghav Gururajan2021-03-27
| | | | | | * gnu/packages/cpp.scm (libcutl): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: ccls: Update to 0.20201219.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/cpp.scm (ccls): Update to 0.20201219.
* gnu: abseil-cpp: Patch sterror_test.Greg Hogan2021-03-19
| | | | | | | | | * gnu/packages/patches/abseil-cpp-fix-gtest.patch: Renamed file. * gnu/packages/patches/abseil-cpp-fix-strerror_test.patch: New file. * gnu/local.mk (dist_patch_DATA): Rename / add files. * gnu/packages/cpp.scm (abseil-cpp)[source]: Use files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: abseil-cpp: Update to 20200923.3.Greg Hogan2021-03-19
| | | | | | | | | * gnu/packages/cpp.scm (abseil-cpp): Update to 20200923.3. [arguments]: Enable external googletest. * gnu/packages/patches/abseil-cpp-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-sdk-cpp: Update to 1.8.159.Greg Hogan2021-03-12
| | | | | | | * gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.8.159. [arguments]: Build as shared library Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: range-v3: Fix typo in description.Tobias Geerinckx-Rice2021-03-10
| | | | * gnu/packages/cpp.scm (range-v3)[description]: Fix typo.
* gnu: Add pcg-cpp.Greg Hogan2021-03-02
| | | | | | * gnu/packages/cpp.scm (pcg-cpp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add caf.Greg Hogan2021-02-25
| | | | | | * gnu/packages/cpp.scm (caf): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: cli11: Remove (guix utils) dependency.Mathieu Othacehe2021-02-23
| | | | | * gnu/packages/cpp.scm (cli11)[arguments]: Do not import (guix utils) that is not meant to go on the build side.
* gnu: Add cli11.Milkey Mouse2021-02-21
| | | | | | * gnu/packages/cpp.scm (cli11): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: gperftools: Update to 2.8.1.Greg Hogan2021-02-18
| | | | | | | * gnu/packages/cpp.scm (gperftools): Update to 2.8.1. [arguments]: Set '#:parallel-tests? #f'. Co-authored-by: Leo Famulari <leo@famulari.name>
* gnu: Add range-v3.Raghav Gururajan2021-01-31
| | | | | | * gnu/packages/cpp.scm (range-v3): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add c++-gsl.Raghav Gururajan2021-01-31
| | | | | | | | * gnu/packages/cpp.scm (c++-gsl): New variable. * gnu/packages/patches/c++-gsl-find-system-gtest.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: folly: Update to 2021.01.25.00.Greg Hogan2021-01-26
| | | | | | * gnu/packages/cpp.scm (folly): Update to 2021.01.25.00. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: magic-enum: Declare a source file-name.Efraim Flashner2021-01-21
| | | | * gnu/packages/cpp.scm (magic-enum)[source]: Add file-name field.
* gnu: Add magic-enum.Anadon2021-01-20
| | | | | | * gnu/packages/cpp.scm (magic-enum): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: json-modern-cxx: Install json_fwd.hpp header.Pierre Neidhardt2021-01-07
| | | | | * gnu/packages/cpp.scm (json-modern-cxx)[arguments]: Set JSON_MultipleHeaders=ON to install optional header.
* gnu: xtl: Update to 0.6.23.Tobias Geerinckx-Rice2020-12-23
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.6.23.
* gnu: Add aws-sdk-cpp.Greg Hogan2020-12-17
| | | | | | * gnu/packages/cpp.scm (aws-sdk-cpp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libexpected.Brett Gilio2020-12-05
| | | | | | * gnu/packages/cpp.scm (libexpected): New variable. * gnu/packages/patches/libexpected-nofetch.patch: Add patch. * gnu/local.mk: Reference patch.
* gnu: xsimd: Define SIMD.Tobias Geerinckx-Rice2020-11-17
| | | | * gnu/packages/cpp.scm (xsimd)[description]: Expand the @acronym.
* gnu: xsimd: Update to 7.4.9.Tobias Geerinckx-Rice2020-11-17
| | | | * gnu/packages/cpp.scm (xsimd): Update to 7.4.9.
* gnu: xtl: Update to 0.6.21.Tobias Geerinckx-Rice2020-11-04
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.6.21.
* gnu: ccls: Update to 0.20201025.Brett Gilio2020-10-30
| | | | * gnu/packages/cpp.scm (ccls): Update to 0.20201025.
* gnu: xtl: Update to 0.6.20.Tobias Geerinckx-Rice2020-10-20
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.6.20.
* gnu: folly: Remove reference to missing patch.Marius Bakke2020-10-10
| | | | | | | | The patch is unnecessary because tests are disabled. This is a follow-up to 5b548a1ee45bb12111af50cf00eb696207e207c5. * gnu/packages/cpp.scm (folly)[source](patches): Remove. * gnu/local.mk (dist_patch_DATA): Remove missing patch.
* gnu: Add folly.Greg Hogan2020-10-10
| | | | | | * gnu/packages/cpp.scm (folly): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xtl: Update to 0.6.19.Tobias Geerinckx-Rice2020-10-01
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.6.19.
* gnu: Add cxxopts.Greg Hogan2020-09-18
| | | | | | * gnu/packages/cpp.scm (cxxopts): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add reproc.Alexandros Theodotou2020-09-11
| | | | | | * gnu/packages/cpp.scm (reproc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xtl: Update to 0.6.18.Tobias Geerinckx-Rice2020-09-07
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.6.18.
* gnu: xtl: Update to 0.6.17.Tobias Geerinckx-Rice2020-09-01
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.6.17.
* gnu: xtl: Update to 0.6.16.Tobias Geerinckx-Rice2020-08-20
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.6.16.