1
0
Fork 0
Commit Graph

1021 Commits

Author SHA1 Message Date
Jan acab8b45f6
add missing override specifiers (#5262) 2018-05-04 11:55:53 +02:00
Simon 8d5a30cca6 S2 upgrade (#5258) 2018-05-03 18:18:09 +02:00
Mark 34709327ef Fix windows compile errors (#5254) 2018-05-03 11:48:55 +02:00
Simon 828f1d423c S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
Vasiliy 9062c41592 issue 383.3: implement remainder of IResearchViewDBServer tests, use the data-source id (primary key) instead of an arbitrary instance for dropCollection()/dropView(), backport from iresearch upstream: ensure block is flushed if key index is full (#5176) 2018-04-23 00:33:46 +03:00
Vasiliy da4519df43 issue 383.2: backport from iresearch upstream: address issue with _T(…) macro not working when _MBCS is defined on MSVC, backport from iresearch upstream: address issue with _T(...) macro not working when _MBCS is defined on MSVC (#5152)
* issue 383.2: backport from iresearch upstream: address issue with _T(...) macro not working when _MBCS is defined on MSVC, backport from iresearch upstream: address issue with _T(...) macro not working when _MBCS is defined on MSVC

* backport: add more tests for IResearchViewDBServer
2018-04-20 18:20:31 +03:00
Jan Christoph Uhde bad4f2103a reduces warnings during build (#5131) 2018-04-19 14:48:49 +02:00
Vasiliy e62d6b5e09 backport: address typo during last backport 2018-04-11 16:01:25 +03:00
Vasiliy 84dc75c8b5 backport: backport from iresearch upstream: change field_id type to be uint64_t 2018-04-11 14:49:54 +03:00
Vasiliy 38705fd75d backport: backport from iresearch upstream: do not set symbol visibility globally 2018-04-11 10:04:53 +03:00
Vasiliy b8245f9be7 address MacOS build failure, backport from iresearch upstream: ensure build_version builds as a separate target and no visibility is set on static libraries, ensure doc_ids are not truncated in the postings list, address some MSVC warnings, address MacOS warnings 2018-04-10 19:14:39 +03:00
Vasiliy 4e49b1afad backport: backport from iresearch upstream: address some MSVC warnings 2018-04-10 15:38:39 +03:00
Vasiliy 2554f109e3 backport: remove unused boost dependency, backport from iresearch upstream: ensure doc_ids are not truncated in the postings list 2018-04-10 15:05:19 +03:00
Vasiliy e7889507f9 issue 374.1: backport from iresearch upstream: address some MSVC warnings 2018-04-10 14:01:26 +03:00
Vasiliy 08b1bf965b backport: MacOS does not support 'u' option on 'cp' 2018-04-05 19:57:20 +03:00
Simon 3ec8bcfd97
Merge branch 'devel' into bug-fix/internal-issue-#355.5 2018-04-05 17:34:55 +02:00
Simon 9980067e73 fixing various warnings (#5013) 2018-04-05 17:01:16 +02:00
Vasiliy 99b83ba8c8 issue 355.5: remove more unused methods, move view-related storage engine functionality from vocbase into DBServerLogicalView, address MSVC cmake dependency issue 2018-04-05 16:17:07 +03:00
Vasiliy 635db3b409 issue 355.4: remove redundant methods and code, use 'cp' instead of 'cmake copy_directory' where possible, use vocbase reference instead of pointer 2018-04-04 10:53:48 +03:00
Vasiliy e7353feeb4 issue 355.2: address issue with cmake deleting files during the configuration stage (#4989) 2018-03-29 16:01:43 +02:00
Vasiliy e798ddf5c4 issue 355.1: backport from IResearch upstream: use same workaround for non-MSVC build to suppress file regeneration by bison for the case where dependency ang generated file timestamps are euqal (#4961) 2018-03-26 17:11:52 +02:00
Manuel B 215777736e Move AQL Date Functions => CPP 2018-03-22 15:22:24 +01:00
Vasiliy 399c1ce2f0 manually-merge: add more tests, backport some miscellaneous fixes 2018-03-20 16:40:35 +03:00
Wilfried Goesgens 7b99fd05d9 Fix building V8 with debug mode (#4878) 2018-03-19 11:03:32 +01:00
Max Neunhöffer 4f0de2990c
Fix compilation on libmusl. (#4686)
`blksize_t` is only defined in `sys/types.h`.
2018-02-27 11:58:04 +01:00
Vasiliy 00557d0119 Changes since last PR: backport upstream IResearch patches to address nightly-build issues (#4668) 2018-02-26 08:06:30 +01:00
Andrey Abramov 1b64f03bf8 Bug fix/internal issue #327 (#4649) 2018-02-22 11:11:23 +01:00
Max Neunhöffer 152f60b80a Add processor architecture specific flags to BASE_FLAGS again. (#4605) 2018-02-20 10:50:17 +01:00
Wilfried Goesgens 1c891978e6 Packaging/fix curl rebuild 2 (#4620) 2018-02-19 14:24:20 +01:00
Wilfried Goesgens 290d5989d7 another file that gets re-generated but doesn't have to (#4619) 2018-02-19 13:03:15 +01:00
Wilfried Goesgens 94e67c950c make sure libcurl doesn't recompile itself during the packaging process (#4606) 2018-02-16 13:59:22 +01:00
Vasiliy 8a2b9f3dc6 Changes since last PR: backport from IResearch upstream: address issue with unnecessary rebuild of parser.cc on Linux (#4597) 2018-02-15 17:37:21 +01:00
Vasiliy 828f8fb48c locally tested only, Changes since last PR: ensure parser.cc dependency is tracked in the build directory to avoid bison invocation on MSVC, aquire IResearchView snapshot at transaction begin() and reuse it for all queries, remove unused callback registration from Methods (#4564) 2018-02-14 12:32:29 +01:00
Vasiliy cf0d575246 locally tested only, Changes since last PR: disable IResearch IQL until IResearch upstream is updated, address some warnings (#4519) 2018-02-07 09:40:06 +01:00
Wilfried Goesgens 97e2a9d968 we mustn't deliver curl build results with our packages (#4506) 2018-02-06 15:44:50 +01:00
Jan Christoph Uhde 3fadaf72c6 Feature/upgrade curl (#4283) 2018-02-05 20:37:12 +01:00
Vasiliy aa041ddfb9 locally tested only (#4476) 2018-02-05 11:24:34 +01:00
Max Neunhöffer 858d875e8b
Further fixes for libmusl completely static build. (#4474)
* Make crc assembler code position independent.
* Fix PIE compilation for libmusl in alpine linux.
* Use backtrace library if found.
2018-02-01 13:38:34 +01:00
Jan Christoph Uhde fd166d07f4 try to fix windows build (#4468) 2018-01-31 10:09:39 +01:00
Andrey Abramov 76c21660b6 disable `IQL` (#4377) 2018-01-22 12:44:57 +01:00
Andrey Abramov a1cfb3d72b Feature iresearch (#4105) 2018-01-19 14:23:58 +01:00
Jan b32cf3822a
explicitly control activation of RocksDB write-throttling feature (#4360)
also consistently use -DNDEBUG to avoid different class layouts when
the same class are used by different translation units
2018-01-19 09:33:01 +01:00
Jan c69868bde7
fix small issues found by codescan (#4241) 2018-01-16 00:27:42 +01:00
Jan 7f860153ba
Bug fix/msvc fixes (#4243) 2018-01-08 11:20:53 +01:00
Jan b2b6c06cbf
Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
Heiko 78213b3b4a fixed some macos ires related warnings and errors (#4196) 2018-01-05 14:51:13 +01:00
Jan 9dd63e4907
remove unused USE_BOOST_UNITTEST CMake variable (again!) (#4089) 2018-01-05 14:49:40 +01:00
Jan 2a96df5ca5
Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
Jan Christoph Uhde 41a8c581a3 fix windows build (#3855) 2017-12-06 16:35:45 +01:00
Wilfried Goesgens 7dd439f203 add build target to compile the starter if its present (#3679) 2017-12-06 16:33:37 +01:00