1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00
Commit graph

20 commits

Author SHA1 Message Date
2f6c4f3dab Remove incredis and import it as a submodule. 2016-07-14 17:30:45 +01:00
a5477c99cf Import duckhandy as a submodule and fix includes. 2016-07-14 15:52:03 +01:00
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
e92ee0cef0 Revert "Import ohm-scripts from soveran's repo."
This reverts commit fc4bec4e19.
2016-07-08 21:33:01 +01:00
fc4bec4e19 Import ohm-scripts from soveran's repo.
They will be used by the redis backend (not the redis wrapper).
2016-07-08 11:45:00 +01:00
5da1d41ddf Move case sensitivity option into glob2regex. 2016-05-18 10:17:05 +02:00
1192ce7c18 Warning fix on gcc 2016-05-14 16:14:58 +02:00
354c760a07 Use the same compiler passed to cmake for libpqtypes.
Don't bother the user with silly messages, if the compiler doesn't
work then it just won't work. But at least try, u damn script!
2016-05-13 19:54:25 +01:00
61fa9628a5 Rename AstType to GlobExpression 2016-05-13 19:22:33 +02:00
253af1a3ad Throw if glob parsing fails.
This also fixes the warning about an unused boolean variable.
2016-05-12 20:02:33 +02:00
217b41ace2 Add new tests for glob2regex and try to fix the failing one
glob2regex is not 100% accurate yet, but it works at least
for the cases in the accompanying unit test.
2016-05-12 10:23:47 +02:00
05aaaebe0d Import glob2regex
It's still missing ast optimization and some code cleanup is also
needed, but it should be working in the general case.
Also write a small unit test for it.
2016-05-11 20:36:23 +02:00
a625f69afd Import better-enums project from github and put it to use :)
Fix build and somewhat improve the dindexer-scan --help message.
2016-04-26 20:47:29 +02:00
6590898a36 Update pbl version (warning fix) 2016-04-26 20:47:29 +02:00
a9bb28d0a8 Include CTest instead of calling enable_testing() manually 2016-04-26 20:45:49 +02:00
609f5db623 Fix pbl unit tests failure 2016-04-22 20:50:27 +02:00
e6bfd0ecfd Merge remote-tracking branch 'gitan/master' 2016-04-19 00:37:57 +02:00
3e130cd346 Import pbl c library 2016-04-18 22:52:35 +02:00
a27b1ccec8 Buildfix on ARM 64 2016-03-18 22:09:55 +01:00
d8f3578497 Add libpqtypes from http://libpqtypes.esilo.com/ 2015-12-26 22:16:51 +00:00