depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
nix
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-16
r/1321
refactor(3p/nix/libexpr): Extract parser header out of Yacc file
Vincent Ambo
3
-54
/
+49
2020-07-16
r/1320
refactor(3p/nix/libexpr): Use range insertion to merge nix::Bindings
Vincent Ambo
3
-18
/
+25
2020-07-16
r/1315
feat(3p/nix/proto): Add QueryDerivationOutputNames
Griffin Smith
1
-0
/
+7
2020-07-16
r/1314
feat(3p/nix): Add proto for QueryPathInfo
Griffin Smith
1
-0
/
+18
2020-07-16
r/1313
chore(3p/nix): {query,clear}FailedPaths are obsolete
Griffin Smith
1
-2
/
+2
2020-07-16
r/1312
feat(3p/nix/worker.proto): Add QueryAllValidPaths
Griffin Smith
1
-0
/
+3
2020-07-16
r/1311
feat(3p/nix/proto): Add additional worker-protocol operations
Vincent Ambo
1
-48
/
+43
2020-07-16
r/1309
refactor(3p/libstore): Optimise nix::printString
Vincent Ambo
1
-12
/
+37
2020-07-16
r/1307
style(3p/nix): Minor style fix in DrvInfo::setMeta
Vincent Ambo
1
-3
/
+2
2020-07-16
r/1306
refactor(3p/nix): Compare attribute sets by pointer equality
Vincent Ambo
1
-0
/
+6
2020-07-16
r/1305
refactor(3p/nix): Use a static empty Bindings for 0-element attrs
Vincent Ambo
1
-2
/
+11
2020-07-15
r/1298
refactor(3p/nix): Revert VectorBindings implementation
Vincent Ambo
2
-235
/
+30
2020-07-13
r/1289
refactor(3p/nix/libexpr): Backport upstream VectorBindings merge sort
Vincent Ambo
1
-17
/
+28
2020-07-13
r/1288
fix(3p/nix/libexpr): Remove default & copy constructors for VectorBindings
Vincent Ambo
1
-1
/
+2
2020-07-13
r/1287
fix(3p/nix/libexpr): Fix post-increment operator in BindingsIterator
Vincent Ambo
1
-1
/
+2
2020-07-13
r/1286
refactor(3p/nix): Remove unused insert_or_assign
Griffin Smith
2
-26
/
+0
2020-07-13
r/1285
feat(3p/nix): Statically pass bindings capacity where possible
Griffin Smith
5
-31
/
+39
2020-07-13
r/1284
feat(3p/nix): Add vector-backed impl for Bindings
Griffin Smith
2
-16
/
+150
2020-07-13
r/1283
refactor(3p/nix): Abstract away concrete bindings impl
Griffin Smith
2
-24
/
+94
2020-07-13
r/1281
docs(3p/nix): Minor semantic correction to a comment
Vincent Ambo
1
-1
/
+1
2020-07-13
r/1280
refactor(3p/nix/libexpr): Remove the nix::Symbol default constructor
Vincent Ambo
10
-37
/
+50
2020-07-13
r/1279
fix(nix-channel): Actually strip whitespace.
isomer
1
-1
/
+1
2020-07-13
r/1278
refactor(3p/nix/libexpr): Make nix::AttrName a std::variant
Vincent Ambo
7
-53
/
+67
2020-07-13
r/1277
feat(3p/nix/libutil): Add util::overloaded class for std::visitor
Vincent Ambo
2
-0
/
+20
2020-07-10
r/1250
fix(3p/nix/repl): Scan NixRepl for GC roots
Eelco Dolstra
1
-1
/
+4
2020-07-10
r/1249
fix(3p/nix/libstore): use exception instead of assertion when storepath is ma...
Andreas Rammhold
1
-2
/
+11
2020-07-10
r/1246
feat(3p/nix): Add additional worker protocol actions to proto
Vincent Ambo
1
-4
/
+114
2020-07-05
r/1217
chore(3p/nix/libstore): Link to nixproto library
Vincent Ambo
2
-0
/
+2
2020-07-05
r/1216
feat(3p/nix): Add protobuf & gRPC dependencies and generate sources
Vincent Ambo
2
-0
/
+38
2020-07-05
r/1215
feat(3p/nix): Add gRPC definitions for worker protocol
Vincent Ambo
1
-0
/
+88
2020-07-04
r/1206
chore(3p/nix/libexpr): Remove dead code from attribute sets
Vincent Ambo
3
-17
/
+2
2020-06-23
r/1066
fix(3p/nix): Make traces log, not dlog
Griffin Smith
1
-2
/
+2
2020-06-22
r/1060
fix(3p/nix): fix readTree by fixing readDir by deleting some code
Luke Granger-Brown
1
-7
/
+0
2020-06-21
r/1053
fix(3p/nix): allow blank lines in nix.conf
Luke Granger-Brown
1
-1
/
+1
2020-06-21
r/1052
feat(3p/nix): install pkgconfig files for libexpr, libmain and libstore
Luke Granger-Brown
6
-12
/
+21
2020-06-21
r/1051
chore(3p/nix): use GNUInstallDirs to determine output directory names
Luke Granger-Brown
4
-4
/
+4
2020-06-21
r/1050
chore(3p/nix): export library headers to include/ in output.
Luke Granger-Brown
4
-8
/
+28
2020-05-31
r/876
fix(3p/nix): passAsFile: leave out the hash prefix
edef
1
-1
/
+1
2020-05-31
r/875
fix(3p/nix): passAsFile: hash the attribute name instead of numbering sequent...
Puck Meerburg
1
-2
/
+2
2020-05-30
r/873
chore(3p/nix): Clean up leftover Meson file
Vincent Ambo
1
-78
/
+0
2020-05-30
r/872
chore(3p/nix): Clean up some unused defines
Vincent Ambo
4
-43
/
+2
2020-05-28
r/868
refactor(3p/nix): Introduce CMake as the build system for Nix
Vincent Ambo
6
-6
/
+338
2020-05-27
r/867
chore(3p/nix): Remove meson build files for core packages
Vincent Ambo
5
-405
/
+0
2020-05-27
r/865
refactor(3p/nix): Anchor local includes at src/
Vincent Ambo
158
-655
/
+660
2020-05-25
r/846
refactor(3p/nix): Replace tokenizeStrings with absl::StrSplit
Vincent Ambo
29
-145
/
+146
2020-05-25
r/845
refactor(3p/nix/libutil): Replace hasPrefix/Suffix with Abseil
Vincent Ambo
21
-57
/
+69
2020-05-25
r/844
fix(3p/nix/libstore): Fix error condition when parsing generations
Vincent Ambo
1
-1
/
+1
2020-05-25
r/843
refactor(3p/nix/libutil): Replace string2Int & trim functions
Vincent Ambo
19
-72
/
+84
2020-05-24
r/842
chore(3p/nix/libstore): Remove progress bar remnants from download
Vincent Ambo
1
-19
/
+0
2020-05-24
r/841
style(3p/nix): Remove 'using std::*' from xml-writer.hh
Vincent Ambo
2
-7
/
+3
[next]