about summary refs log tree commit diff
path: root/third_party/nix/src/libutil (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23 r/1704 refactor(tvix/libutil): Mark single-argument constructors explicitVincent Ambo18-64/+80
2020-08-21 r/1703 style(tvix): Add missing braces in expressionsVincent Ambo7-12/+30
2020-08-21 r/1702 style(tvix): Replace remaining typedefs with using statementsVincent Ambo7-23/+26
2020-08-14 r/1649 refactor(tvix): Make Store::buildPaths return a StatusGriffin Smith3-2/+80
2020-08-10 r/1632 style(tvix): Sort out minor formatting errorsVincent Ambo4-11/+11
2020-08-09 r/1627 test(tvix): Cover scanForReferences in a testGriffin Smith2-0/+10
2020-08-09 r/1621 refactor(tvix): Factor-out proto utilitiesGriffin Smith2-0/+115
2020-08-08 r/1619 chore(3p/nix): apply google-readability-castingKane York7-28/+30
2020-08-06 r/1613 fix(3p/nix): Use SkipEmpty in all calls to absl::StrSplitKane York2-3/+3
2020-08-05 r/1594 feat(3p/nix): Implement AddToStore rpc clientGriffin Smith2-0/+17
2020-08-04 r/1581 fix(tvix): Partially revert "eliminate exposed global variable"Griffin Smith2-3/+3
2020-08-01 r/1534 fix(3p/nix): revert "apply all clang-tidy fixes"Kane York8-61/+59
2020-08-01 r/1519 feat(3p/nix): Implement AddToStore proto handlerGriffin Smith3-0/+23
2020-08-01 r/1516 fix(3p/nix/hash): param of Unknown allows any hash typeKane York1-1/+6
2020-08-01 r/1515 chore(3p/nix/hash): prefer StatusOr over throwing constructorKane York2-9/+16
2020-08-01 r/1514 fix(3p/nix/hash): initialize HashSink.ctxKane York1-1/+4
2020-07-29 r/1506 fix(3p/nix/hash): smart pointers in HashSinkKane York2-17/+18
2020-07-28 r/1504 fix(3p/nix/hash): provide a Status-returning constructorKane York4-51/+82
2020-07-28 r/1503 chore(3p/nix/hash): eliminate exposed global variableKane York2-2/+43
2020-07-27 r/1495 fix(3p/nix): apply all clang-tidy fixesKane York8-62/+64
2020-07-25 r/1472 feat(3p/nix): Add main function for grpc daemonGriffin Smith1-0/+3
2020-07-25 r/1462 refactor(3p/nix): Remove custom base64 implementationGriffin Smith3-73/+9
2020-07-24 r/1457 fix(3p/nix): do not call vforkKane York2-17/+12
2020-07-24 r/1447 fix(3p/nix): Link nixutil to its dependenciesGriffin Smith1-0/+6
2020-07-19 r/1403 fix(3p/nix): Fix all remaining compiler warningsVincent Ambo1-0/+7
2020-07-19 r/1401 refactor(3p/nix): Remove remaining prefork-compat typeVincent Ambo2-22/+0
2020-07-13 r/1278 refactor(3p/nix/libexpr): Make nix::AttrName a std::variantVincent Ambo1-2/+2
2020-07-13 r/1277 feat(3p/nix/libutil): Add util::overloaded class for std::visitorVincent Ambo2-0/+20
2020-06-22 r/1060 fix(3p/nix): fix readTree by fixing readDir by deleting some codeLuke Granger-Brown1-7/+0
2020-06-21 r/1053 fix(3p/nix): allow blank lines in nix.confLuke Granger-Brown1-1/+1
2020-06-21 r/1051 chore(3p/nix): use GNUInstallDirs to determine output directory namesLuke Granger-Brown1-1/+1
2020-06-21 r/1050 chore(3p/nix): export library headers to include/ in output.Luke Granger-Brown1-2/+7
2020-05-30 r/872 chore(3p/nix): Clean up some unused definesVincent Ambo1-5/+0
2020-05-28 r/868 refactor(3p/nix): Introduce CMake as the build system for NixVincent Ambo1-0/+53
2020-05-27 r/867 chore(3p/nix): Remove meson build files for core packagesVincent Ambo1-68/+0
2020-05-27 r/865 refactor(3p/nix): Anchor local includes at src/Vincent Ambo21-52/+55
2020-05-25 r/846 refactor(3p/nix): Replace tokenizeStrings with absl::StrSplitVincent Ambo3-36/+14
2020-05-25 r/845 refactor(3p/nix/libutil): Replace hasPrefix/Suffix with AbseilVincent Ambo2-15/+0
2020-05-25 r/843 refactor(3p/nix/libutil): Replace string2Int & trim functionsVincent Ambo5-32/+15
2020-05-24 r/841 style(3p/nix): Remove 'using std::*' from xml-writer.hhVincent Ambo1-5/+1
2020-05-24 r/840 style(3p/nix): Remove 'using std::*' from types.hhVincent Ambo14-180/+183
2020-05-24 r/835 refactor(3p/nix/libutil): Replace chomp() with absl::stringsVincent Ambo2-8/+0
2020-05-24 r/834 chore(3p/nix): Remove some OS X specific definesVincent Ambo1-25/+1
2020-05-24 r/833 fix(3p/nix): Fix long paths permanently breaking GCAlyssa Ross1-13/+45
2020-05-21 r/797 refactor(3p/nix/libexpr): Use std::string as qualified typeVincent Ambo1-1/+1
2020-05-21 r/791 chore(3p/nix): Minor fixes to get rid of warningsVincent Ambo2-5/+3
2020-05-20 r/789 refactor(3p/nix): Apply clang-tidy's performance-* fixesVincent Ambo7-16/+17
2020-05-20 r/788 refactor(3p/nix): Apply clang-tidy's readability-* fixesVincent Ambo10-107/+122
2020-05-20 r/787 refactor(3p/nix): Apply clang-tidy's modernize-* fixesVincent Ambo8-40/+43
2020-05-20 r/786 feat(3p/nix): Add some initial Abseil build targetsVincent Ambo1-8/+9