index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve-system-dependencies
Age
Commit message (
Expand
)
Author
2024-05-07
remove the autoconf+Make buildsystem
Qyriad
2024-03-18
libutil: make AutoCloseFD a better resource
eldritch horrors
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-02-21
Fix macOS build
Eelco Dolstra
2022-01-27
convert a for more utilities to string_view
pennae
2021-06-23
Apply OS checks to host platform, not build
Alyssa Ross
2021-01-21
Fix macOS build
Eelco Dolstra
2020-09-23
lstat() cleanup
Eelco Dolstra
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-06-02
elide the 'ErrorInfo' in logError and logWarning calls
Ben Burdette
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-03-30
Fix macOS build
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-01-05
Remove mentions of `libformat`, it no longer exists
John Ericson
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-05-31
resolve-system-dependencies: Misc fixes
Eelco Dolstra
2017-05-31
resolve-system-dependencies: Simplify
Eelco Dolstra
2017-05-30
resolve-system-dependencies: Fix another segfault
Eelco Dolstra
2017-05-30
resolve-system-dependencies: Several fixes
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-08-17
iterate through fat_headers correctly
Jude Taylor
2016-08-16
remove double casting
Jude Taylor
2016-08-16
account for unknown magic numbers
Jude Taylor
2016-08-16
switch to mmap strategy
Jude Taylor
2016-08-15
ensure presence of directories
Jude Taylor
2016-08-15
code review comments
Jude Taylor
2016-08-14
make inclusion conditional
Jude Taylor
2016-08-14
add a missing load command
Jude Taylor
2016-08-13
remove old traces of resolve-system-dependencies
Jude Taylor
2016-08-13
resolve-system-dependencies: implement in C++
Jude Taylor