-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2240 from GMLC-TDC/develop
Develop
- Loading branch information
Showing
551 changed files
with
3,169 additions
and
4,011 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
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,32 +1,32 @@ | ||
[submodule "ThirdParty/asio"] | ||
path = ThirdParty/asio | ||
url = https://github.com/chriskohlhoff/asio | ||
url = ../../chriskohlhoff/asio | ||
[submodule "ThirdParty/fmtlib"] | ||
path = ThirdParty/fmtlib | ||
url = https://github.com/fmtlib/fmt.git | ||
url = ../../fmtlib/fmt.git | ||
[submodule "ThirdParty/containers"] | ||
path = ThirdParty/containers | ||
url = https://github.com/GMLC-TDC/containers.git | ||
url = ../../GMLC-TDC/containers.git | ||
branch = master | ||
[submodule "ThirdParty/concurrency"] | ||
path = ThirdParty/concurrency | ||
url = https://github.com/GMLC-TDC/concurrency.git | ||
url = ../../GMLC-TDC/concurrency.git | ||
[submodule "ThirdParty/utilities"] | ||
path = ThirdParty/utilities | ||
url = https://github.com/GMLC-TDC/utilities.git | ||
url = ../../GMLC-TDC/utilities.git | ||
[submodule "ThirdParty/units"] | ||
path = ThirdParty/units | ||
url = https://github.com/LLNL/units.git | ||
[submodule "ThirdParty/toml11"] | ||
path = ThirdParty/toml11 | ||
url = https://github.com/GMLC-TDC/toml11.git | ||
[submodule "ThirdParty/netif"] | ||
path = ThirdParty/netif | ||
url = https://github.com/GMLC-TDC/netif.git | ||
url = ../../LLNL/units.git | ||
[submodule "ThirdParty/spdlog"] | ||
path = ThirdParty/spdlog | ||
url = https://github.com/gabime/spdlog.git | ||
url = ../../gabime/spdlog.git | ||
[submodule "ThirdParty/json_cpp"] | ||
path = ThirdParty/json_cpp | ||
url = https://github.com/open-source-parsers/jsoncpp.git | ||
url = ../../open-source-parsers/jsoncpp.git | ||
branch = master | ||
[submodule "ThirdParty/toml"] | ||
path = ThirdParty/toml | ||
url = ../../ToruNiina/toml11 | ||
[submodule "ThirdParty/networking"] | ||
path = ThirdParty/networking | ||
url = ../../GMLC-TDC/networking.git |
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
Submodule netif
deleted from
72de54
Submodule networking
added at
584c17
Submodule toml11
deleted from
eef710
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ branches: | |
- develop | ||
- helics2 | ||
|
||
version: 3.1.0.{build} | ||
version: 3.1.1.{build} | ||
|
||
image: Visual Studio 2019 | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/sh | ||
python -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html |
Binary file not shown.
Oops, something went wrong.