This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various warp-related fixes; setup-resource uses cubicspline for downs…
…amplig; metatile warping uses avg(min, max) if value is unavailable.
- Loading branch information
1 parent
3241c5a
commit d42fdfc
Showing
9 changed files
with
35 additions
and
15 deletions.
There are no files selected for viewing
Submodule libutility
updated
17 files
+3 −0 | utility/CMakeLists.txt | |
+79 −0 | utility/atfork-asio.hpp | |
+76 −23 | utility/atfork.cpp | |
+1 −15 | utility/atfork.hpp | |
+3 −1 | utility/cpuinfo.cpp | |
+4 −1 | utility/cpuinfo.hpp | |
+65 −0 | utility/ctrlcommand.hpp | |
+3 −1 | utility/detail/streams.hpp | |
+0 −3 | utility/mysqldb.hpp | |
+74 −0 | utility/po.cpp | |
+62 −1 | utility/po.hpp | |
+54 −40 | utility/process.cpp | |
+87 −8 | utility/process.hpp | |
+7 −0 | utility/procstat.cpp | |
+22 −0 | utility/procstat.hpp | |
+1 −1 | utility/streams.hpp | |
+15 −4 | utility/time.hpp |
Submodule vts-libs
updated
12 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters