-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove remaining compile warnings/bugs
- Loading branch information
1 parent
1451923
commit 64047f0
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
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
Submodule utils
updated
15 files
+4 −0 | .gitignore | |
+8 −5 | .travis.yml | |
+37 −33 | args.h | |
+31 −2 | arrayutils.h | |
+60 −0 | common.h | |
+26 −26 | logger.h | |
+11 −0 | mathutils.h | |
+17 −3 | stringutils.h | |
+2 −0 | tests/CMakeLists.txt | |
+16 −3 | tests/arrayutils.t.h | |
+60 −0 | tests/common.t.h | |
+2 −0 | tests/env.t.h | |
+7 −0 | tests/mathutils.t.h | |
+11 −1 | tests/stringutils.t.h | |
+20 −10 | timeutils.h |