aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2020-05-21position for stdin, string; (string) for trace; fix testsBen Burdette
2020-05-20print LOC for stdin, string argsBen Burdette
2020-05-20get code lines from the nix fileBen Burdette
2020-05-14fix compile errorsBen Burdette
2020-05-13formatting and a few minor changesBen Burdette
2020-05-13change status messages to info levelBen Burdette
2020-05-12no blank line if no LOCBen Burdette
2020-05-12remove unused extra json fieldsBen Burdette
2020-05-11fixes to merged codeBen Burdette
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-05-11switch from printError warnings to logWarningsBen Burdette
2020-05-08add pos to errorinfo, remove from hintsBen Burdette
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-07pretending to be constBen Burdette
2020-05-07Remove replaceInSetTobias Pflug
2020-05-06implement SysError errno handlingBen Burdette
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-04appending to hints; remove _printErrorBen Burdette
2020-05-04add normaltxt, yellowify->yellowtxtBen Burdette
2020-05-04affinity operator<<Ben Burdette
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-05-03convert some printError calls to logErrorBen Burdette
2020-05-02logging: handle build log lines in simple loggerDaiderd Jordan
2020-04-29errorinfo constructor testBen Burdette
2020-04-29StringSink pre allocateGuillaume Bouchard
2020-04-29Remove the `drain` argument from `readFile`Guillaume Bouchard
2020-04-29uncrustify formattingBen Burdette
2020-04-29builtins.readFile: do not truncate contentGuillaume Bouchard
2020-04-28Error classname as nameBen Burdette
2020-04-27astyle formatBen Burdette
2020-04-27Fix long paths permanently breaking GCAlyssa Ross
2020-04-26error.hhBen Burdette
2020-04-25print dashes instead of empty name stringBen Burdette
2020-04-24don't print blank lines for blank descriptionBen Burdette
2020-04-24all things error to error.hhBen Burdette
2020-04-24add has_value check; remove obslete friend classBen Burdette
2020-04-23'what' stringBen Burdette
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-21remove 'format' from Error constructor callsBen Burdette
2020-04-21add ErrorInfo to BaseErrorBen Burdette