From e41b4013ffeacf82f5d8ae5d5cda2e3cd74e82ab Mon Sep 17 00:00:00 2001 From: "J. Zhao" Date: Sat, 26 Nov 2016 15:08:15 +0800 Subject: [PATCH] add fmt and assert --- .gitignore | 2 -- .gitmodules | 6 ++++++ Assert | 1 + fmt | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 Assert create mode 160000 fmt diff --git a/.gitignore b/.gitignore index 57bb547..5f7ff89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ tests/ -fmt -ppk_* .clang-format diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..052511e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "fmt"] + path = fmt + url = https://github.com/fmtlib/fmt.git +[submodule "Assert"] + path = Assert + url = https://github.com/gpakosz/Assert.git diff --git a/Assert b/Assert new file mode 160000 index 0000000..02fbd24 --- /dev/null +++ b/Assert @@ -0,0 +1 @@ +Subproject commit 02fbd24ddadb86627445dc614de1d04132c63858 diff --git a/fmt b/fmt new file mode 160000 index 0000000..796beaa --- /dev/null +++ b/fmt @@ -0,0 +1 @@ +Subproject commit 796beaaddb5226162fe00c2c55e322d80d26f3d8