Jan
8ec48b79ea
upgrade curl to 7.66.0 ( #10329 )
...
* upgrade curl to 7.66.0
* update licenses file
* apply change suggested by @kvs85
2019-10-30 15:59:14 +03:00
Jan
6d53c1e02f
Feature 3.5/curl 7.65.3 ( #9790 )
...
* upgrade curl to 7.65.3
* re-add modifications to curl
* remove curl 7.63.0
* update LICENSES file
* fix error handling
2019-08-26 15:54:42 +03:00
Simon
241d5d19ef
Fuerte changes from comm-task-refactor branch ( #9422 )
2019-07-08 18:02:35 +02:00
Wilfried Goesgens
42e3dcf5a1
Bug fix/wintendo compile sequence ( #9295 )
...
* move snappy up
* Fix compile warning with MSVC (#9291 )
* one more warning
* use right type
* only define variable if we actually use it in the code
* only define variable if we actually use it in the code undo
* use right type
2019-06-19 12:00:48 +02:00
Wilfried Goesgens
6fd3dd024c
windows warning as errors, masquerade remaining unfixeable errors ( #9249 )
2019-06-17 16:21:29 +02:00
Dan Larkin-York
d5ecdd143a
Convert unit tests to googletest framework ( #9034 )
2019-05-21 09:17:46 +02:00
KVS85
2d5bf58c94
Remove USE_IRESEARCH definition and usage ( #8613 )
2019-03-28 17:23:51 +01:00
Andrey Abramov
d86fb726e6
ArangoSearch index encryption ( #8214 )
...
* update iresearch
* add index encryption support
* update iresearch
* encrypt ArangoSearch index using rocksdb encryption provider
* fix merge issue
* update iresearch
* fix cmake
* minor fixes after update
* update iresearch
* partially revert changes from commit 492d05c1f1
since they cause iresearch configuration failures
* Update arangod/IResearch/IResearchRocksDBLink.cpp
Co-Authored-By: gnusi <gnusmas@kvolitek.ru>
* partially revert changes from commit 492d05c1f1
since they cause iresearch configuration failures
* fix cmake configuration for MAX
* another attempt to fix cmake on mac
* Fix 3rdparty cmake for Windows
2019-03-01 15:56:40 +03:00
Wilfried Goesgens
492d05c1f1
Feature/upgrade v8 7.1.302.28 ( #8088 )
2019-02-19 11:15:34 +01:00
Jan
fa7de56cf8
upgrade to boost 1.69.0 ( #7910 )
2019-01-09 17:17:33 +01:00
Jan
b40b88d73b
upgrade bundled curl library to version 7.63 ( #7846 )
2019-01-08 11:27:59 +01:00
Vasiliy
db07e1ca5e
issue 511.6: update iresearch to 6e870904eae5eaf891359ed06e7332666c02cb19 ( #7819 )
...
* issue 511.6: update iresearch to 6e870904eae5eaf891359ed06e7332666c02cb19
* backport: add back required MSVC command replacement
* try to address MSVC link issues
* backport: move post-build step into a separate custom target
* another attempt to address cmake build issues
2018-12-21 15:00:35 +03:00
Vasiliy
dff5d53c31
issue 511.1: move iresearch data-store from IResearchView to IResearchLink ( #7695 )
...
* issue 511.1: move iresearch data-store from IResearchView to IResearchLink
* backport: address build failures on some compilers
* address MacOS build issue
2018-12-10 14:00:35 +03:00
Jan
389b677161
use jemalloc for client tools as well ( #7506 )
2018-11-28 19:42:52 +01:00
Wilfried Goesgens
285c842983
Bug fix/copy schmutz ( #7441 )
...
* don't copy files, rather source them from their actual location directly
* also locate the stemmer modules header
2018-11-26 16:35:03 +01:00
Andrey Abramov
de30a5f04f
Feature/arangosearch pk endianness ( #7306 )
...
* refactor arangosearch pks
* minor refactoring
* store PK as BigEndian since it leads to more compact index representation
* force iresearch to not to use libbfd
* fix tests
2018-11-14 01:42:38 +03:00
Wilfried Goesgens
430f5229dd
upgrade snappy ( #6245 )
2018-08-28 19:07:25 +02:00
Wilfried Goesgens
bcdcb43c4c
Feature/upgrade rocksdb ( #5484 )
2018-07-04 12:04:41 +02:00
Max Neunhöffer
7bed3f2df0
Try openssl 1.1 ( #5123 )
2018-06-08 13:21:31 +02:00
Wilfried Goesgens
0b81f003a5
Bug fix/fix cmake warnings ( #5503 )
2018-06-01 15:51:20 +02:00
Vasiliy
370bde71d9
issue 389.7: expand workaround to include MSVC2015 debug code, backport from iresearch upstream: skip importing empty readers ( #5391 )
...
* issue 389.7: expand workaround to include MSVC2015 debug code, backport from iresearch upstream: skip importing empty readers
* backport: address MSVC V8/ICU link issues
* backport: fix typo
2018-05-20 22:43:37 +03:00
Simon
fdee0544b7
Using asio::io_context::strands instead of locks ( #5266 )
...
* initial try adding strands
* working, stable amount of threads
* improve shell_client cluster
* Fixing some accounting for the scheduler
* Fix accounting
* Fixing wrong strand usage
* add missing return
* Fixing thread accounting
* More scheduler accounting issues
* Fixing various things
* Fixing some stuff
* Fixing some stuff
* Some more subtle bugfixes
* Some cleanup code
* fixing some stuff
* adding some more fixes
* Fixing possible issues
* Fixing missing _storeResult
* Fixing some stuff
* Reducing lambda stack, perhaps fixing hangups
* Fix writeunlocker
* Fixing possible issues
* adding some debugging stuff
* refactor sockets
* possible fixes
* Adding more job guards
* Fixin possible bug
* cleaning up some stuff
* working impl
* Remove debugging output
* Fixing build
* fixing import
* Fixing another bug
* removing debug log
* Removing examples
* Reverting scheduler working code
* Cleanup
* Addressing review comments
2018-05-07 15:58:19 +02:00
Simon
828f1d423c
S2 based Geo-Spatial index ( #5249 )
2018-05-02 23:54:41 +02:00
Jan Christoph Uhde
bad4f2103a
reduces warnings during build ( #5131 )
2018-04-19 14:48:49 +02: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
08b1bf965b
backport: MacOS does not support 'u' option on 'cp'
2018-04-05 19:57:20 +03: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
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
Andrey Abramov
1b64f03bf8
Bug fix/internal issue #327 ( #4649 )
2018-02-22 11:11:23 +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
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
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
2a96df5ca5
Feature iresearch ( #4071 )
2017-12-18 15:04:59 +01:00
Wilfried Goesgens
7dd439f203
add build target to compile the starter if its present ( #3679 )
2017-12-06 16:33:37 +01:00
Wilfried Goesgens
71466b9129
Upgrade V8 to v5.7.492.77 ( #3536 )
2017-10-27 17:11:43 +02:00
Wilfried Goesgens
2c1e4dae98
remove remaints of libev. ( #3372 )
2017-10-10 15:01:59 +02:00
Frank Celler
ce8b1fb885
Feature/rocksdb update 5.6 ( #2621 )
2017-06-20 18:12:43 +02:00
jsteemann
910de592bf
remove libcuckoo
2017-05-18 09:26:54 +02:00
Frank Celler
f1d0c5eba1
added jemalloc feature
2017-04-19 19:57:54 +02:00
Frank Celler
45a4fac4d3
removed v from version
2017-03-23 22:27:48 +01:00
Frank Celler
baafc2ceee
removed V8 prefix
2017-03-23 22:15:12 +01:00
Frank Celler
74cf8a0f75
fixed boost version
2017-03-23 21:25:54 +01:00
Wilfried Goesgens
3ee0472ed3
unify handling of 3rdparty revisions
2017-03-23 16:28:24 +01:00