about summary refs log tree commit diff
path: root/src/resolve-system-dependencies (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-8/+8
Relevant RFC: NixOS/rfcs#4 $ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g"
2017-05-31 resolve-system-dependencies: Misc fixesEelco Dolstra1-22/+20
This fixes Could not find any mach64 blobs in file ‘/usr/lib/libSystem.B.dylib’, continuing...
2017-05-31 resolve-system-dependencies: SimplifyEelco Dolstra1-10/+1
2017-05-30 resolve-system-dependencies: Fix another segfaultEelco Dolstra1-0/+5
runResolver() was barfing on directories like /System/Library/Frameworks/Security.framework/Versions/Current/PlugIns. It should probably do something sophisticated for frameworks, but let's ignore them for now.
2017-05-30 resolve-system-dependencies: Several fixesEelco Dolstra1-53/+65
This fixes error: getting attributes of path ‘Versions/Current/CoreFoundation’: No such file or directory when /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation is a symlink. Also fixes a segfault when encounting a file that is not a MACH binary (such as /dev/null, which is included in __impureHostDeps in Nixpkgs). Possibly fixes #786.
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-3/+3
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change...
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-3/+3
2016-09-21 printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra1-2/+2
2016-08-17 iterate through fat_headers correctlyJude Taylor1-1/+1
2016-08-16 remove double castingJude Taylor1-3/+3
2016-08-16 account for unknown magic numbersJude Taylor1-0/+3
2016-08-16 switch to mmap strategyJude Taylor1-81/+68
2016-08-15 ensure presence of directoriesJude Taylor1-2/+7
2016-08-15 code review commentsJude Taylor1-127/+124
2016-08-14 make inclusion conditionalJude Taylor1-1/+3
2016-08-14 add a missing load commandJude Taylor1-0/+1
2016-08-13 remove old traces of resolve-system-dependenciesJude Taylor1-0/+2
2016-08-13 resolve-system-dependencies: implement in C++Jude Taylor2-0/+208