Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-27 | r/867 chore(3p/nix): Remove meson build files for core packages | Vincent Ambo | 1 | -68/+0 | |
2020-05-25 | r/843 refactor(3p/nix/libutil): Replace string2Int & trim functions | Vincent Ambo | 1 | -1/+1 | |
Replaces these functions with corresponding functions from Abseil, namely absl::StripAsciiWhitespace and absl::SimpleAtoi. In the course of doing this some minor things I encountered along the way were also refactored. This also changes the signatures of the various custom readFile functions to use absl::string_view types. | |||||
2020-05-20 | r/786 feat(3p/nix): Add some initial Abseil build targets | Vincent Ambo | 1 | -8/+9 | |
These make it possible to link to Abseil strings. | |||||
2020-05-19 | r/756 refactor(3p/nix/libstore): Replace logging.h with glog | Vincent Ambo | 1 | -2/+4 | |
2020-05-18 | r/754 refactor(3p/nix/libutil): Replace internal logging library with glog | Vincent Ambo | 1 | -1/+2 | |
2020-05-18 | r/753 chore(3p/nix/libutil): Remove logging implementation | Vincent Ambo | 1 | -42/+0 | |
2020-05-17 | r/726 feat(3p/nix): added meson support | p01arst0rm | 1 | -0/+106 | |
(cherry picked from commit 086a81b7a5bbe1fc022efb5935ff68f6ad71ddaf) |