/gnu/

f4cf5c685eb6c619f03ee39daa8c02e'>convert-xref.scm
puts]: add python-pytest, python-pytest-cov, python-pytest-runner, [arguments]: add a new 'use-later-pytest phase to remove pytest version requirement. an>
AgeCommit message (Expand)Author
2021-10-17maint: Factorize po xref translation....This ensures we use the same method in "make" as in "guix/self.scm". * Makefile.am: Build guix/build/po.scm. * build-aux/convert-xref.scm: New file. * doc/local.mk (xref_command): Use it. * guix/self.scm (translate-cross-references): Move it... * guix/build/po.scm: Parse comments and flags separately to find fuzzy flags. (translate-cross-references): ...here. (parse-tree->assoc): Ignore fuzzy entries. Julien Lepiller
Mathieu Othacehe
2020-05-07gnu: Add pegtl....* gnu/packages/cpp.scm (pegtl): New variable. Brice Waegeneire
2020-04-10gnu: libzen: Update to 0.4.38....* gnu/packages/cpp.scm (libzen): Update to 0.4.38. [source]: Hard-code NAME. Tobias Geerinckx-Rice
2020-03-29gnu: xtl: Update to 0.6.13....* gnu/packages/cpp.scm (xtl): Update to 0.6.13. Tobias Geerinckx-Rice
2020-03-25gnu: abseil-cpp: Update to 20200225.1....* gnu/packages/cpp.scm (abseil-cpp): Update to 20200225.1. Ricardo Wurmus
2020-03-06Do not record store file name in cpp.scm....* gnu/packages/cpp.scm (abseil-cpp): Replace full store file name with '...' Vagrant Cascadian
2020-03-04gnu: Add abseil-cpp....* gnu/packages/cpp.scm (abseil-cpp): New variable. Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz> Roel Janssen
2020-02-23gnu: Add tweeny....* gnu/packages/cpp.scm (tweeny): New variable. nixo
2019-12-19gnu: catch-framework2: Update to 2.1.2....* gnu/packages/check.scm (catch-framework2): Update to 2.1.2. (catch-framework2-1): New variable. * gnu/packages/cpp.scm (fifo-map)[native-inputs]: Use catch-framework2-1. Ricardo Wurmus
2019-12-16Revert "gnu: ccls: Configure using -isystem for header files."...This reverts commit 2c82d4ad10de8e0ba462d81401385c5e7499f6e2. Brett Gilio
2019-12-16Revert "gnu: ccls: Adjust indentation"...This reverts commit 3c80b07a0b4a2f1c2702acd6896f94892c516709. Brett Gilio
2019-12-16gnu: ccls: Adjust indentation...* gnu/packages/cpp.scm (ccls): Adjust indentation. Brett Gilio
2019-12-16gnu: ccls: Configure using -isystem for header files....* gnu/packages/cpp.scm (ccls): Configure using -isystem for header files. [arguments]: Use GCC as a build input for preprocessing and searching GCC subdirectories, this provides better support for header file completion on runtime. [inputs]: Add ncurses for command-line support. Remove LLVM, it is not needed. [native-inputs]: Move rapidjson from inputs to native-inputs, add GCC. Brett Gilio
2019-12-04gnu: Remove duplicate nlohmann-json-cpp package....* gnu/packages/serialization.scm (nlohmann-json-cpp): Move variable ... * gnu/packages/cpp.scm (nlohmann-json-cpp): ... here. Mark as deprecated by JSON-MODERN-CXX. * gnu/packages/jupyter.scm (xeus)[inputs]: Change NLOHMANN-JSON-CPP to JSON-MODERN-CXX. * gnu/packages/video.scm (mkvtoolnix)[inputs]: Likewise. Marius Bakke
2019-12-02gnu: ccls: Update to 0.20190823.5....* gnu/packages/cpp.scm (ccls): Update to 0.20190823.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brett Gilio
2019-12-01gnu: Add sobjectizer....* gnu/packages/cpp.scm (sobjectizer): New variable. Jan Wielkiewicz
2019-11-21gnu: json-modern-cxx: Update to 3.7.3....* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.7.3. Marius Bakke
2019-11-15gnu: Add cpplint....* gnu/packages/cpp.scm (cpplint): New variable. Mathieu Othacehe
2019-11-03gnu: xtl: Update to 0.6.8....* gnu/packages/cpp.scm (xtl): Update to 0.6.8. Tobias Geerinckx-Rice
2019-10-22gnu: Add gperftools....* gnu/packages/cpp.scm (gperftools): New variable. Pierre Neidhardt
Efraim Flashner
2019-10-20gnu: Remove more GCC < 7 workarounds....* gnu/packages/abiword.scm (abiword)[arguments]: Do not pass "-std=c++11" to the GCC command line. * gnu/packages/aidc.scm (zbar)[arguments]: Likewise. * gnu/packages/android.scm (android-libbase, android-libcutils, android-libziparchive, fastboot)[arguments]: Likewise. * gnu/packages/audio.scm (azr3, guitarix, suil)[arguments]: Likewise. * gnu/packages/bioinformatics.scm (bless)[arguments]: Likewise. * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Likewise. * gnu/packages/code.scm (rtags)[arguments]: Likewise. * gnu/packages/coq.scm (coq-gappa)[arguments]: Likewise. * gnu/packages/emulators.scm (dolphin-emu)[arguments]: Likewise. * gnu/packages/engineering.scm (xyce-serial, xyce-parallel)[arguments]: Likewise. * gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Likewise. * gnu/packages/gobby.scm (libnet6, obby)[arguments]: Likewise. * gnu/packages/graph.scm (python-faiss)[arguments]: Likewise. * gnu/packages/graphics.scm (povray)[arguments]: Likewise. * gnu/packages/image-processing.scm (opencv, itk-snap)[arguments]: Likewise. * gnu/packages/image.scm (freeimage)[arguments]: Likewise. * gnu/packages/kodi.scm (crossguid)[arguments]: Likewise. * gnu/packages/music.scm (amsynth, qmidiarp, qmidiroute, seq24)[arguments]: Likewise. * gnu/packages/pdf.scm (python-poppler-qt5)[arguments]: Likewise. * gnu/packages/sagemath.scm (lcalc)[arguments]: Likewise. * gnu/packages/video.scm (vlc, mlt, v4l-utils)[arguments]: Likewise. Marius Bakke