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
/
libstore
/
build.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-28
r/1946
feat(tvix): Thread a log sink through calls to buildDerivation
Griffin Smith
1
-3
/
+3
2020-11-27
r/1943
refactor(tvix): Prefer absl::StrFormat/StrAppend
Griffin Smith
1
-6
/
+13
2020-11-27
r/1940
fix(tvix): Remove more superfluous log output
Griffin Smith
1
-1
/
+1
2020-11-27
r/1933
fix(tvix): Don't double-up on endlines from log messages
Griffin Smith
1
-1
/
+1
2020-11-22
r/1909
fix(tvix): Add endlines to build log messages
Griffin Smith
1
-16
/
+19
2020-11-21
r/1894
chore(3p): Bump nixpkgs to nixos-unstable from 2020-11-21
Vincent Ambo
1
-10
/
+7
2020-09-14
r/1791
refactor(tvix): Make static strings constexpr string_views
Griffin Smith
1
-3
/
+3
2020-09-10
r/1782
fix(tvix): Make working flag thread_local
Griffin Smith
1
-5
/
+4
2020-09-06
r/1767
feat(tvix): Write even more build logs to client
Griffin Smith
1
-89
/
+84
2020-09-01
r/1758
refactor(tvix): Remove default buildMode arguments from libstore
Griffin Smith
1
-4
/
+4
2020-09-01
r/1756
refactor(tvix): getEnv(): Return std::optional
Eelco Dolstra
1
-1
/
+1
2020-08-23
r/1704
refactor(tvix/libutil): Mark single-argument constructors explicit
Vincent Ambo
1
-29
/
+31
2020-08-21
r/1699
fix(tvix): Add newlines to build logs
Vincent Ambo
1
-2
/
+2
2020-08-21
r/1697
feat(tvix): Write build logs into the build log sink
Vincent Ambo
1
-3
/
+4
2020-08-21
r/1696
chore(tvix): Thread std::ostream through builder goals
Vincent Ambo
1
-42
/
+66
2020-08-20
r/1689
chore(tvix): Thread a std::ostream through Store::buildPaths
Vincent Ambo
1
-4
/
+6
2020-08-20
r/1688
style(tvix): typedef -> using in build.cc/store-api.hh
Vincent Ambo
1
-9
/
+9
2020-08-14
r/1649
refactor(tvix): Make Store::buildPaths return a Status
Griffin Smith
1
-2
/
+8
2020-08-10
r/1632
style(tvix): Sort out minor formatting errors
Vincent Ambo
1
-2
/
+2
2020-08-08
r/1619
chore(3p/nix): apply google-readability-casting
Kane York
1
-14
/
+17
2020-08-06
r/1613
fix(3p/nix): Use SkipEmpty in all calls to absl::StrSplit
Kane York
1
-1
/
+2
2020-08-06
r/1611
refactor(tvix): Use absl::btree_map for DerivationInputs
Vincent Ambo
1
-1
/
+1
2020-08-04
r/1574
fix(3p/nix): pass SkipEmpty to StrSplit("", ...)
Griffin Smith
1
-4
/
+8
2020-08-01
r/1534
fix(3p/nix): revert "apply all clang-tidy fixes"
Kane York
1
-39
/
+36
2020-07-27
r/1495
fix(3p/nix): apply all clang-tidy fixes
Kane York
1
-36
/
+39
2020-07-24
r/1457
fix(3p/nix): do not call vfork
Kane York
1
-3
/
+0
2020-07-23
r/1437
fix(3p/nix): remove usage of strcpy
Kane York
1
-1
/
+1
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-27
r/865
refactor(3p/nix): Anchor local includes at src/
Vincent Ambo
1
-16
/
+16
2020-05-25
r/846
refactor(3p/nix): Replace tokenizeStrings with absl::StrSplit
Vincent Ambo
1
-2
/
+5
2020-05-25
r/843
refactor(3p/nix/libutil): Replace string2Int & trim functions
Vincent Ambo
1
-2
/
+4
2020-05-24
r/840
style(3p/nix): Remove 'using std::*' from types.hh
Vincent Ambo
1
-66
/
+65
2020-05-24
r/835
refactor(3p/nix/libutil): Replace chomp() with absl::strings
Vincent Ambo
1
-3
/
+6
2020-05-24
r/834
chore(3p/nix): Remove some OS X specific defines
Vincent Ambo
1
-184
/
+1
2020-05-20
r/789
refactor(3p/nix): Apply clang-tidy's performance-* fixes
Vincent Ambo
1
-19
/
+21
2020-05-20
r/788
refactor(3p/nix): Apply clang-tidy's readability-* fixes
Vincent Ambo
1
-57
/
+58
2020-05-20
r/787
refactor(3p/nix): Apply clang-tidy's modernize-* fixes
Vincent Ambo
1
-50
/
+51
2020-05-19
r/778
refactor(3p/nix): Make all single-argument constructors explicit
Vincent Ambo
1
-11
/
+11
2020-05-19
r/777
style(3p/nix): Final act in the brace-wrapping saga
Vincent Ambo
1
-201
/
+375
2020-05-19
r/772
style(3p/nix): Add braces around single-line for-loops
Vincent Ambo
1
-17
/
+51
2020-05-19
r/771
style(3p/nix): Add braces around single-line conditionals
Vincent Ambo
1
-81
/
+243
2020-05-19
r/767
style(3p/nix): Enforce braces around loops and conditionals
Vincent Ambo
1
-16
/
+42
2020-05-19
r/766
style(3p/nix): Reformat all includes to match new style
Vincent Ambo
1
-10
/
+12
2020-05-19
r/756
refactor(3p/nix/libstore): Replace logging.h with glog
Vincent Ambo
1
-171
/
+125
2020-05-17
r/740
style(3p/nix): Reformat project in Google C++ style
Vincent Ambo
1
-3901
/
+3792
2020-05-17
r/724
Add 'third_party/nix/' from commit 'be66c7a6b24e3c3c6157fd37b86c7203d14acf10'
Vincent Ambo
1
-0
/
+4708