aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/types.hh
AgeCommit message (Expand)Author
2020-10-26Move ExplicitEelco Dolstra
2020-10-09Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-buildsJohn Ericson
2020-09-16Fetch commits from github/gitlab using Auth headerGreg Hale
2020-06-29Add possibly missing `<string>` includeJohn Ericson
2020-06-15Disambiguate BaseError(Args) constructorEelco Dolstra
2020-05-14fix compile errorsBen Burdette
2020-05-13formatting and a few minor changesBen Burdette
2020-05-11fixes to merged codeBen Burdette
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-04-24all things error to error.hhBen Burdette
2020-04-23'what' stringBen Burdette
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
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-04-03variadic args for hint formatBen Burdette
2019-12-05Eliminate more pass-by-value in variadic callsEelco Dolstra
2019-12-05Revert "Make fmt() non-recursive"Eelco Dolstra
2019-12-05fmt(): Pass arguments by reference rather than by valueEelco Dolstra
2019-11-10Fix extra ; warnings involving MakeErrorJohn Ericson
2019-07-10Revert "Fix 'error 9 while decompressing xz file'"Eelco Dolstra
2019-06-24Fix 'error 9 while decompressing xz file'Eelco Dolstra
2017-08-16Progress indicator: Show number of active itemsEelco Dolstra
2017-05-15Make fmt() non-recursiveEelco Dolstra
2017-04-13Add a Config class to simplify adding configuration settingsEelco Dolstra
2017-02-08Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-09-21Some notational convenience for formatting stringsEelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-02-23Move ref<t> into a separate headerEelco Dolstra
2016-02-11ref<T>: Add cast operatorEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2014-12-10Revert "Use posix_spawn to run the pager"Eelco Dolstra
2014-12-05Use posix_spawn to run the pagerEelco Dolstra
2014-10-20Fix build on gcc < 4.7Shea Levy
2014-10-20Revert "Drop support for pre-c++11 compilers."Shea Levy
2014-10-18Drop support for pre-c++11 compilers.Shea Levy
2014-07-09Fix compilation error on some versions of GCCEelco Dolstra
2014-03-28Don't interpret strings as format stringsEelco Dolstra
2012-09-11Include config.h before any other headerEelco Dolstra
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2011-02-09* Sync with the trunk.Eelco Dolstra
2011-01-14Remove useless <config.h> inclusion from public header.Ludovic Courtès
2010-12-13* nix-instantiate: return exit status 100 to denote a permanent buildEelco Dolstra
2010-11-16* Sync with the trunk.Eelco Dolstra
2010-10-04* Make sure that config.h is included before the system headers,Eelco Dolstra
2010-08-30* When using the build hook, distinguish between the stderr of theEelco Dolstra
2009-06-30* Don't show trace information by default (`--show-trace' to enable).Eelco Dolstra
2007-08-12* Get rid of the substitutes database table (NIX-47). Instead, if weEelco Dolstra