1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00
dindexer/include
King_DuckZ 417e7105d3 Import Sprout. This is to fix the build on clang.
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.
2016-07-11 19:30:21 +01:00
..
backends SetRecordData is not really needed anymore so get rid of it 2016-06-04 01:13:26 +02:00
dindexer-common Move split_tags to core. 2016-07-10 17:12:19 +01:00
dindexer-core Move split_tags to core. 2016-07-10 17:12:19 +01:00
dindexer-machinery New string_to_tiger function. 2016-06-15 14:57:52 +01:00
helpers Import Sprout. This is to fix the build on clang. 2016-07-11 19:30:21 +01:00
kakoune Adapt safe_ptr to build in this project 2016-02-18 19:16:50 +01:00
pq Move sequence_bt and string_bt into helpers. 2016-06-15 14:53:07 +01:00