aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
Commit message (Expand)AuthorAge
...
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: Add spscqueue.•••* gnu/packages/cpp.scm (spscqueue): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego2021-10-16
| * gnu: aws-sdk-cpp: Update to 1.9.92.•••* gnu/packages/patches/aws-sdk-cpp-cmake-prefix.patch, gnu/packages/patches/aws-sdk-cpp-disable-networking-tests.patch, gnu/packages/patches/aws-sdk-cpp-disable-werror.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.92. [source]: Use patches. [inputs, propagated-inputs]: Update AWS dependencies to Common Runtime. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-16
| * gnu: Add aws-crt-cpp.•••* gnu/packages/cpp.scm (aws-crt-cpp): New variable. * gnu/packages/patches/aws-crt-cpp-cmake-prefix.patch, gnu/packages/patches/aws-crt-cpp-disable-networking-tests.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-16
| * gnu: Add simdjson.•••* gnu/packages/cpp.scm (simdjson): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-10-14
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: caf: Update to 0.18.5.•••* gnu/packages/cpp.scm (caf): Update to 0.18.5. Signed-off-by: Marius Bakke <marius@gnu.org> Greg Hogan2021-10-08
| * gnu: pcg-cpp: Update to 0.98.1-ffd522e7.•••* gnu/packages/cpp.scm (pcg-cpp): Update to 0.98.1-ffd522e7. Signed-off-by: Marius Bakke <marius@gnu.org> Greg Hogan2021-10-08
| * gnu: folly: Update to 2021.10.04.00.•••* gnu/packages/cpp.scm (folly): Update to 2021.10.04.00. Signed-off-by: Marius Bakke <marius@gnu.org> Greg Hogan2021-10-08
| * gnu: libzen: Update to 0.4.39.•••* gnu/packages/cpp.scm (libzen): Update to 0.4.39. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice2021-10-05
| * gnu: Consolidate duplicate copyright names.•••* 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> Greg Hogan2021-09-25
* | gnu: sobjectizer: Update to 5.7.2.6.•••* gnu/packages/cpp.scm (sobjectizer): Update to 5.7.2.6. Mathieu Othacehe2021-10-05
* | gnu: range-v3: Fix build.•••* 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. Jonathan Brielmaier2021-10-03
* | gnu: fifo-map: Fix build.•••* gnu/packages/cpp.scm (fifo-map)[arguments]: Fix 'install' phase. Guillaume Le Vaillant2021-09-11
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * gnu: Add cpp-httplib.•••* gnu/packages/cpp.scm (cpp-httplib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> nixo2021-09-03
| * gnu: jsonnet: Do not build static libraries.•••* gnu/packages/cpp.scm (jsonnet)[arguments]: Pass "-DBUILD_STATIC_LIBS=OFF". Ludovic Courtès2021-08-12
| * gnu: Add jsonnet.•••* gnu/packages/cpp.scm (jsonnet): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus2021-08-12
* | gnu: c++-gsl: Fix build with GCC 10.•••* 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> Felix Gruber2021-09-06
|/
* gnu: magic-enum: Update to 0.7.3.•••* gnu/packages/cpp.scm (magic-enum): Update to 0.7.3. Tobias Geerinckx-Rice2021-07-02
* doc, gnu, guix: Fix typos.•••* 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> Paul A. Patience2021-06-13
* gnu: folly: Update to 2021.04.26.00.•••* gnu/packages/cpp.scm (folly): Update to 2021.04.26.00. Tobias Geerinckx-Rice2021-04-28
* gnu: xsimd: Update to 7.5.0.•••* gnu/packages/cpp.scm (xsimd): Update to 7.5.0. Tobias Geerinckx-Rice2021-04-28
* gnu: xsimd: Update to 7.4.10.•••* gnu/packages/cpp.scm (xsimd): Update to 7.4.10. Tobias Geerinckx-Rice2021-04-09
* gnu: Add xsd.•••* 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> Raghav Gururajan2021-03-27
* gnu: Add cli.•••* gnu/packages/cpp.scm (cli): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Raghav Gururajan2021-03-27
* gnu: Add libxsd-frontend.•••* 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> Raghav Gururajan2021-03-27
* gnu: Add libcutl.•••* gnu/packages/cpp.scm (libcutl): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Raghav Gururajan2021-03-27
* gnu: ccls: Update to 0.20201219.•••* gnu/packages/cpp.scm (ccls): Update to 0.20201219. Tobias Geerinckx-Rice2021-03-27
* gnu: abseil-cpp: Patch sterror_test.•••* 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> Greg Hogan2021-03-19
* gnu: abseil-cpp: Update to 20200923.3.•••* 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> Greg Hogan2021-03-19
* gnu: aws-sdk-cpp: Update to 1.8.159.•••* 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> Greg Hogan2021-03-12
* gnu: range-v3: Fix typo in description.•••* gnu/packages/cpp.scm (range-v3)[description]: Fix typo. Tobias Geerinckx-Rice2021-03-10
* gnu: Add pcg-cpp.•••* gnu/packages/cpp.scm (pcg-cpp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-03-02
* gnu: Add caf.•••* gnu/packages/cpp.scm (caf): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Greg Hogan2021-02-25
* gnu: cli11: Remove (guix utils) dependency.•••* gnu/packages/cpp.scm (cli11)[arguments]: Do not import (guix utils) that is not meant to go on the build side. Mathieu Othacehe2021-02-23
* gnu: Add cli11.•••* gnu/packages/cpp.scm (cli11): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Milkey Mouse2021-02-21
* gnu: gperftools: Update to 2.8.1.•••* gnu/packages/cpp.scm (gperftools): Update to 2.8.1. [arguments]: Set '#:parallel-tests? #f'. Co-authored-by: Leo Famulari <leo@famulari.name> Greg Hogan2021-02-18
* gnu: Add range-v3.•••* gnu/packages/cpp.scm (range-v3): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Raghav Gururajan2021-01-31
* gnu: Add c++-gsl.•••* 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> Raghav Gururajan2021-01-31
* gnu: folly: Update to 2021.01.25.00.•••* gnu/packages/cpp.scm (folly): Update to 2021.01.25.00. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2021-01-26
* gnu: magic-enum: Declare a source file-name.•••* gnu/packages/cpp.scm (magic-enum)[source]: Add file-name field. Efraim Flashner2021-01-21
* gnu: Add magic-enum.•••* gnu/packages/cpp.scm (magic-enum): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Anadon2021-01-20
* gnu: json-modern-cxx: Install json_fwd.hpp header.•••* gnu/packages/cpp.scm (json-modern-cxx)[arguments]: Set JSON_MultipleHeaders=ON to install optional header. Pierre Neidhardt2021-01-07
* gnu: xtl: Update to 0.6.23.•••* gnu/packages/cpp.scm (xtl): Update to 0.6.23. Tobias Geerinckx-Rice2020-12-23
* gnu: Add aws-sdk-cpp.•••* gnu/packages/cpp.scm (aws-sdk-cpp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2020-12-17
* gnu: Add libexpected.•••* gnu/packages/cpp.scm (libexpected): New variable. * gnu/packages/patches/libexpected-nofetch.patch: Add patch. * gnu/local.mk: Reference patch. Brett Gilio2020-12-05
* gnu: xsimd: Define SIMD.•••* gnu/packages/cpp.scm (xsimd)[description]: Expand the @acronym. Tobias Geerinckx-Rice2020-11-17
* gnu: xsimd: Update to 7.4.9.•••* gnu/packages/cpp.scm (xsimd): Update to 7.4.9. Tobias Geerinckx-Rice2020-11-17
* gnu: xtl: Update to 0.6.21.•••* gnu/packages/cpp.scm (xtl): Update to 0.6.21. Tobias Geerinckx-Rice2020-11-04