summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/cpp-hocon (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* treewide: move NIX_CFLAGS_COMPILE to the env attrset•••with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure Artturin2023-02-221-1/+1
* cpp-hocon: fix build w/glibc-2.34•••Simply disable tests as it tries to pull in an old `catch2` from `leatherman`. Failing Hydra build: https://hydra.nixos.org/build/163982252 Maximilian Bosch2022-02-271-0/+4
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-211-2/+2
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-031-2/+0
* cpp-hocon: enable on darwinMario Rodas2020-07-041-3/+3
* cpp-hocon: 0.2.2 -> 0.3.0R. RyanTM2020-07-041-2/+2
* cpp-hocon: 0.2.1 -> 0.2.2R. RyanTM2020-06-171-2/+2
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-311-1/+1
* Merge remote-tracking branch 'origin/master' into gcc-8Franz Pletz2019-09-031-1/+1
|\
| * treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* | cpp-hocon: fix build with gcc8Franz Pletz2019-06-171-0/+2
|/
* cpp-hocon: 0.2.0 -> 0.2.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cpp-hocon/versions R. RyanTM2018-11-091-2/+2
* cpp-hocon: 0.1.7 -> 0.2.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cpp-hocon/versions R. RyanTM2018-10-031-2/+2
* cpp-hocon: 0.1.6 -> 0.1.7•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cpp-hocon/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 0.1.7 with grep in /nix/store/xvra7ffhxjj2p4j80p253jwjxgwyp1rl-cpp-hocon-0.1.7 - directory tree listing: https://gist.github.com/f58abd979d8b4e35bed032e929b39177 - du listing: https://gist.github.com/361aabaa0ba139c553980b12090a1f95 R. RyanTM2018-06-271-2/+2
* cpp-hocon: 0.1.5 -> 0.1.6Kranium Gikos Mendoza2017-09-291-2/+4
* cpp-hocon: 0.1.4 -> 0.1.5Kranium Gikos Mendoza2017-04-301-2/+2
* cpp-hocon: 0.1.2 -> 0.1.4Kranium Gikos Mendoza2017-01-201-2/+2
* cpp-hocon: init at 0.1.2Kranium Gikos Mendoza2016-08-291-0/+26