aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2023-12-01Put functional tests in `tests/functional`John Ericson
2023-07-18Introduce notion of a test group, use for CA testsJohn Ericson
2023-06-15Fix build hook error for libstore library usersRobert Hensing
2023-03-10Generate API docs with DoxygenJohn Ericson
2023-02-24Add ./configure --disable-tests optionRobert Hensing
2023-02-10Fix building with GCC 9Eelco Dolstra
2022-10-22Build with C++20Graham Bennett
2022-05-25Merge branch 'master' into ltopennae
2022-05-06Add unit tests for libexpr (#5377)Andreas Rammhold
2022-03-03enable LTO in optimized buildspennae
2022-01-26Stop vendoring nlohmann_jsonEelco Dolstra
2021-11-11Install nlohmann_json headersRobert Hensing
2021-10-04Add a test for RefScanSink and clean up the codeEelco Dolstra
2021-07-15nlohmann_json: Update to 3.9.1, fix use of internal copyEelco Dolstra
2021-06-23Add a fish completion scriptJan Tojnar
2021-06-02Install zsh completion scriptChua Hou
2021-01-26Move command plugin interface to libnixcmdShea Levy
2020-12-22Move <nix/fetchurl.nix> into the nix binaryEelco Dolstra
2020-09-22Disable `FORTIFY_SOURCE` when compiling without optimsregnat
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-16StorePath: Rewrite in C++Eelco Dolstra
2020-05-28Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-05-10nix: Implement basic bash completionEelco Dolstra
2020-05-08Move unit tests to sr/libutil/tests, use mk make rulesEelco Dolstra
2020-05-06WIP: add unit tests for libutilTobias Pflug
2020-04-22Don't install error-demoEelco Dolstra
2020-04-22Merge branch 'error-format' of https://github.com/bburdette/nixEelco Dolstra
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-04-03move out of tests/Ben Burdette
2020-03-30build with makeBen Burdette
2020-03-30Move fetchers from libstore to libfetchersEelco Dolstra
2019-11-26Add some Rust codeEelco Dolstra
2019-11-07Fix Perl bindingsEelco Dolstra
2019-11-07Revert "autoconf: Allow overriding CFLAGS/CXXFLAGS from outside."Eelco Dolstra
2019-11-07Precompile headersEelco Dolstra
2019-07-03autoconf: Allow overriding CFLAGS/CXXFLAGS from outside.Niklas Hambüchen
2018-10-26Merge all nix-* binaries into nixEelco Dolstra
2018-03-20Merge pull request #1997 from dtzWill/fix/cxx14-std-consistencyEelco Dolstra
2018-03-20ask autotools for c++14 support flags, not c++11; don't override laterWill Dietz
2018-03-20Make <nix/buildenv.nix> a builtin builderEelco Dolstra
2018-03-14Use boost::format from the boost packageEelco Dolstra
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2017-08-19Remove nix-mode.el from Nix.Matthew Bauer
2017-03-31Merge branch 'remove-perl' of https://github.com/shlevy/nixEelco Dolstra
2017-02-08Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen
2017-02-07Remove perl dependency.Shea Levy
2017-02-07Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nixEelco Dolstra
2017-02-07Remove download-via-sshEelco Dolstra
2017-01-20nix-copy-closure: Implement in C++.Shea Levy
2017-01-19Merge pull request #981 from shlevy/build-remote-c++Eelco Dolstra