-
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.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule fmt
updated
5 files
+1 −0 | include/fmt/core.h | |
+1 −1 | include/fmt/format.h | |
+43 −0 | include/fmt/ostream.h | |
+12 −0 | test/core-test.cc | |
+5 −4 | test/xchar-test.cc |
Submodule gtest
updated
3 files
+45 −0 | googlemock/include/gmock/gmock-actions.h | |
+6 −3 | googlemock/include/gmock/internal/gmock-internal-utils.h | |
+83 −0 | googlemock/test/gmock-actions_test.cc |