aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2020-05-26Merge remote-tracking branch 'john-ericson/more-rust-ffi' into no-stringly-ty...Carlo Nucera
2020-05-26Merge remote-tracking branch 'john-ericson/enum-FileIngestionMethod' into no-...Carlo Nucera
2020-05-26Merge remote-tracking branch 'origin/master' into more-rust-ffiCarlo Nucera
2020-05-26Update src/libutil/rust-ffi.hhCarlo Nucera
2020-05-20Add unit testes for url.ccTobias Pflug
2020-05-08Enable toLower umlauts testTobias Pflug
2020-05-08Enable `baseNameOf` testTobias Pflug
2020-05-08Enable `dirOf` testTobias Pflug
2020-05-08configure: Look for gtestEelco Dolstra
2020-05-08Don't install unit testsEelco Dolstra
2020-05-08make check: Run unit testsEelco Dolstra
2020-05-08Fix warningEelco Dolstra
2020-05-08Move unit tests to sr/libutil/tests, use mk make rulesEelco Dolstra
2020-05-07Remove replaceInSetTobias Pflug
2020-05-06Merge pull request #3546 from guibou/nix_readfile_on_0_sized_filesEelco Dolstra
2020-05-06Revert "Merge pull request #3558 from LnL7/ssh-ng-stderr"Eelco Dolstra
2020-05-05nix --help: Group commandsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-05-02logging: handle build log lines in simple loggerDaiderd Jordan
2020-04-29StringSink pre allocateGuillaume Bouchard
2020-04-29Remove the `drain` argument from `readFile`Guillaume Bouchard
2020-04-29builtins.readFile: do not truncate contentGuillaume Bouchard
2020-04-27Fix long paths permanently breaking GCAlyssa Ross
2020-04-22Don't include error.hh in util.hh to prevent header bloatEelco Dolstra
2020-04-22Merge branch 'error-format' of https://github.com/bburdette/nixEelco Dolstra
2020-04-16iomanip no longer neededBen Burdette
2020-04-16Logger: Add method for writing to stdoutEelco Dolstra
2020-04-16switch to structs, which don't need public:Ben Burdette
2020-04-15move implementation to ccBen Burdette
2020-04-15Merge branch 'initializer-style' into error-formatBen Burdette
2020-04-14add NIX_USER_CONF_FILESzimbatm
2020-04-08DataTransfer -> FileTransferNikola Knezevic
2020-04-08actDownload -> actDataTransferNikola Knezevic
2020-04-08indentionBen Burdette
2020-04-08format -> fmtBen Burdette
2020-04-08commentsBen Burdette
2020-04-08return of NixCodeBen Burdette
2020-04-08initializer styleBen Burdette
2020-04-07columnRange -> columnBen Burdette
2020-04-07remove columnrange; switch to fmt in error.ccBen Burdette
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-04-06comment cleanupBen Burdette
2020-04-06constructor style basically workingBen Burdette
2020-04-06Merge branch 'master' into error-formatBen Burdette
2020-04-03handle Pos instead of individual file/line/columnrange argsBen Burdette
2020-04-03variadic args for hint formatBen Burdette
2020-04-02formatted with astyleBen Burdette
2020-04-02indentingBen Burdette
2020-04-01using std:: everywhere; fix a formatting error; add exception flagsBen Burdette
2020-04-01indentingBen Burdette