lix/src/libutil
Daniel Pauls 629edd43ba libutil: Change return value of addTrace to void
The return value of BaseError::addTrace(...) is never used and
error-prone as subclasses calling it will return a BaseError instead of
the subclass.
This commit changes its return value to be void.
2022-03-30 18:37:32 +02:00
..
tests Add some tests for the suggestions 2022-03-07 10:09:10 +01:00
abstract-setting-to-json.hh
ansicolor.hh
archive.cc libfetchers/path: set lastModified to path's mtime 2022-03-15 12:32:11 +01:00
archive.hh libfetchers/path: set lastModified to path's mtime 2022-03-15 12:32:11 +01:00
args.cc Implement a suggestions mechanism 2022-03-07 10:09:09 +01:00
args.hh Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
callback.hh
closure.hh
comparator.hh
compression.cc
compression.hh
compute-levels.cc
compute-levels.hh
config.cc Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
config.hh
error.cc libutil: Change return value of addTrace to void 2022-03-30 18:37:32 +02:00
error.hh libutil: Change return value of addTrace to void 2022-03-30 18:37:32 +02:00
experimental-features.cc Add experimental feature 'fetch-closure' 2022-03-24 21:33:33 +01:00
experimental-features.hh Add experimental feature 'fetch-closure' 2022-03-24 21:33:33 +01:00
finally.hh make Finally more local 2022-03-09 00:16:50 +01:00
fmt.cc
fmt.hh Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
hash.cc Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
hash.hh Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
json.cc
json.hh
local.mk
logging.cc libstore/derivation-goal: avoid double-parsing of JSON messages 2022-02-28 17:27:52 +01:00
logging.hh logging.hh: json.hpp -> json_fwd.hpp 2022-02-28 17:27:52 +01:00
lru-cache.hh
monitor-fd.hh
pool.hh
ref.hh
serialise.cc Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
serialise.hh Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
split.hh
suggestions.cc Implement operator<< for Suggestions 2022-03-07 10:09:10 +01:00
suggestions.hh Merge or-suggestions.hh into suggestions.hh 2022-03-07 17:49:02 +01:00
sync.hh
tarfile.cc Revert "TarArchive: Small refactoring" 2022-03-24 22:30:46 +01:00
tarfile.hh Revert "TarArchive: Small refactoring" 2022-03-24 22:30:46 +01:00
thread-pool.cc
thread-pool.hh
topo-sort.hh
types.hh Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
url-parts.hh
url.cc
url.hh
util.cc nix store gc: account for auto-optimised store 2022-03-13 07:24:48 +00:00
util.hh Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
xml-writer.cc
xml-writer.hh