Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-17 | Delete hasPrefix and hasSuffix from the codebase | Jade Lovelace | |
These now have equivalents in the standard lib in C++20. This change was performed with a custom clang-tidy check which I will submit later. Executed like so: ninja -C build && run-clang-tidy -checks='-*,nix-*' -load=build/libnix-clang-tidy.so -p .. -fix ../tests | tee -a clang-tidy-result Change-Id: I62679e315ff9e7ce72a40b91b79c3e9fc01b27e9 | |||
2022-12-02 | Clean up cgroup handling in getMaxCPU() | Eelco Dolstra | |
Also, don't assume in LocalDerivationGoal that cgroups are mounted on /sys/fs/cgroup. | |||
2022-12-02 | Move cgroup.{cc,hh} to libutil | Eelco Dolstra | |