Age | Commit message (Expand) | Author |
2024-06-06 | build: expose option to enable or disable precompiled std headers | Qyriad |
2024-06-01 | chore: rebrand Nix to Lix when it makes sense | Raito Bezarius |
2024-05-30 | build-time: remove 20% more by PCH'ing C++ stdlib | Jade Lovelace |
2024-05-29 | Remove 100s of CPU time (10%) from build times (1465s -> 1302s) | Jade Lovelace |
2024-05-29 | util.hh: Delete remaining file and clean up headers | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out current-process.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out processes.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out terminal.{hh,cc} | Tom Hubrecht |
2024-05-28 | util.{hh,cc}: Split out environment-variables.{hh,cc} | Tom Hubrecht |
2024-05-26 | Revert "bump the extra --version info from info to notice, -vv -> -v" | Qyriad |
2024-05-23 | packaging: rename nixexpr -> lixexpr and so on | Jade Lovelace |
2024-05-13 | libutil: remove the interrupt-blocking code | Alois Wohlschlager |
2024-05-10 | bump the extra --version info from info to notice, -vv -> -v | Qyriad |
2024-05-07 | remove the autoconf+Make buildsystem | Qyriad |
2024-03-29 | meson: install pkg-config files for libraries | eldritch horrors |
2024-03-27 | progress-bar.cc: fix signed overflow | Jade Lovelace |
2024-03-26 | Merge "libmain: version printer uses `Lix` instead of `Nix`" into main | jade |
2024-03-25 | Overhaul completions, redo #6693 (#8131) | John Ericson |
2024-03-25 | libmain: version printer uses `Lix` instead of `Nix` | Raito Bezarius |
2024-03-22 | build: optionally build and install with meson | Qyriad |
2024-03-17 | Delete hasPrefix and hasSuffix from the codebase | Jade Lovelace |
2024-03-11 | util.hh: split out signals stuff | Jade Lovelace |
2024-03-09 | `:quit` in the debugger should quit the whole program | eldritch horrors |
2024-03-09 | libexpr: Support structured error classes | eldritch horrors |
2024-03-04 | Merge pull request #9465 from obsidiansystems/build-dir | eldritch horrors |
2024-03-04 | Merge pull request #8887 from obsidiansystems/bsd-cross-ci | John Ericson |
2023-08-11 | Prevent overriding virtual methods that are called in a destructor | Yorick van Pelt |
2023-04-28 | nix: Support the --repair flag | Eelco Dolstra |
2023-04-07 | Move initLibUtil() from initNix to initLibStore | Robert Hensing |
2023-04-07 | libmain: Clarify the lack of initLibExpr() | Robert Hensing |
2023-04-07 | Move macOS TMPDIR hack from initNix to initLibStore | Robert Hensing |
2023-04-07 | Move preloadNSS() from initNix to initLibStore | Robert Hensing |
2023-04-07 | Move sodium_init() to initLibStore() | Robert Hensing |
2023-04-07 | Move initLibStore() immediately after initLibUtil() | Robert Hensing |
2023-04-07 | Move loadConfFile() to initLibStore | Robert Hensing |
2023-04-07 | Move OpenSSL init to initLibUtil | Robert Hensing |
2023-04-07 | Finish converting existing comments for internal API docs (#8146) | John Ericson |
2023-03-31 | Ensure all headers have `#pragma once` and are in API docs | John Ericson |
2023-03-22 | Add a test for nix copy over ssh | Alexander Bantyev |
2023-03-22 | Logger, ProgressBar: add a way to pause/resume | Alexander Bantyev |
2023-03-07 | Merge pull request #7889 from sidkshatriya/sorted-fetch-paths | Théophane Hufschmitt |
2023-03-03 | Print the store paths to be fetched sorted by StorePath name() and not baseName | Sidharth Kshatriya |
2023-03-02 | Remove FormatOrString and remaining uses of format() | Eelco Dolstra |
2023-02-10 | Fix building with GCC 9 | Eelco Dolstra |
2023-02-01 | Merge pull request #7203 from graham33/feature/cpp20 | Eelco Dolstra |
2023-01-19 | Revert "Revert "Merge pull request #6204 from layus/coerce-string"" | Guillaume Maudoux |
2023-01-18 | Revert "Merge pull request #6204 from layus/coerce-string" | Robert Hensing |
2023-01-10 | Make clear that `StorePathWithOutputs` is a deprecated type | John Ericson |
2023-01-03 | nix --version: Print the data directory | Eelco Dolstra |
2023-01-02 | Put the --show-trace hint in the logical place | Eelco Dolstra |