mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-25 00:53:43 +00:00
King_DuckZ
417e7105d3
Sprout is needed because pow, log2 and log10 are constexpr on gcc, but that's nonstandard. Sprout provides the constexpr version of those functions. Also fix warnings. I still get plenty of warnings about some suggested paretheses, but it seems to be a bug from clang. See https://llvm.org/bugs/show_bug.cgi?id=21629 for the bug report.
12 lines
382 B
Text
12 lines
382 B
Text
[submodule "test/gtest"]
|
|
path = test/gtest
|
|
url = https://github.com/google/googletest.git
|
|
[submodule "lib/pbl/pbl"]
|
|
path = lib/pbl/pbl
|
|
url = https://github.com/peterGraf/pbl.git
|
|
[submodule "lib/better-enums"]
|
|
path = lib/better-enums
|
|
url = https://github.com/aantron/better-enums
|
|
[submodule "lib/sprout"]
|
|
path = lib/sprout
|
|
url = https://github.com/bolero-MURAKAMI/Sprout.git
|