-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to use latest build of ThorsSerializer
- Loading branch information
1 parent
b88adc9
commit 3ce98ef
Showing
14 changed files
with
140 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
[submodule "docSource/themes/documentation"] | ||
path = docSource/themes/documentation | ||
url = ../andvari-theme-documentation.git | ||
url = ../../Loki-Astari/andvari-theme-documentation.git | ||
[submodule ".build"] | ||
path = build | ||
url = ../ThorMaker.git | ||
url = ../../Loki-Astari/ThorMaker.git | ||
[submodule "third/ThorsStorage"] | ||
path = third/ThorsStorage | ||
url = ../ThorsStorage.git | ||
url = ../../Loki-Astari/ThorsStorage.git | ||
[submodule "third/ThorsCrypto"] | ||
path = third/ThorsCrypto | ||
url = ../ThorsCrypto.git | ||
url = ../../Loki-Astari/ThorsCrypto.git | ||
[submodule "third/ThorsSocket"] | ||
path = third/ThorsSocket | ||
url = ../ThorsSocket.git | ||
url = ../../Loki-Astari/ThorsSocket.git | ||
[submodule "third/ThorsLogging"] | ||
path = third/ThorsLogging | ||
url = ../ThorsLogging.git | ||
url = ../../Loki-Astari/ThorsLogging.git | ||
[submodule "third/ThorsIOUtil"] | ||
path = third/ThorsIOUtil | ||
url = ../ThorsIOUtil.git | ||
url = ../../Loki-Astari/ThorsIOUtil.git | ||
[submodule "third/ThorsMongoAPI"] | ||
path = third/ThorsMongoAPI | ||
url = ../ThorsMongoAPI.git | ||
url = ../../Loki-Astari/ThorsMongoAPI.git | ||
[submodule "third/ThorsSerializer"] | ||
path = third/ThorsSerializer | ||
url = ../ThorsSerializer | ||
url = ../../Loki-Astari/ThorsSerializer |
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 build
updated
3 files
+55 −33 | autotools/m4/thorbuildinit.m4 | |
+6 −2 | tools/Project.Makefile | |
+21 −0 | tools/main.Makefile |
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
Submodule ThorsMongoAPI
updated
4 files
+1 −1 | .gitmodules | |
+1 −1 | build | |
+34 −13 | configure | |
+1 −1 | src/ThorsMongo/ThorsMongoCommon.h |
Submodule ThorsSerializer
updated
from db727e to 4e5ddf