1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00
dindexer/include/helpers
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
..
implem Buildfix on gcc 5.4 2016-06-30 12:41:01 +01:00
cmake_on_off.h Move cmake_on_off.h to helpers dir. 2016-06-20 19:04:24 +01:00
compatibility.h Move mediatypes.hpp/cpp to machinery. 2016-03-04 09:01:11 +01:00
flatinsertin2dlist.hpp Move db dbsource files to the postgresql backend lib and rename namespace. 2016-05-24 09:57:02 +02:00
has_method.hpp New ScanIterator class. 2016-06-10 20:33:11 +02:00
infix_iterator.hpp Implement deleting sets from the db. 2015-12-12 20:20:57 +00:00
lengthof.h Update year on copyright notice. 2016-02-05 21:02:40 +01:00
lexical_cast.hpp Import Sprout. This is to fix the build on clang. 2016-07-11 19:30:21 +01:00
MaxSizedArray.hpp Move MaxSizedArray to helpers include dir. 2016-05-24 09:57:02 +02:00
MaxSizedArray.inl Move MaxSizedArray to helpers include dir. 2016-05-24 09:57:02 +02:00
sequence_bt.hpp Make sequence_bt more generic by taking the index type as well. 2016-07-11 16:45:46 +01:00
string_bt.hpp Move sequence_bt and string_bt into helpers. 2016-06-15 14:53:07 +01:00
stringize.h Update year on copyright notice. 2016-02-05 21:02:40 +01:00