1
0
Fork 0
arangodb/arangod
Tobias Gödderz b7f8f01a22 Feature/split libarangoserver (#9670)
* Made usage of named variables for targets a little more consistent

* Bumped minimum cmake version

- removed policies superseded by minimum cmake version
- fixed static linking due to new policy CMP0060

* Fixed library suffixes for windows

* Extracted libs arango_mmfiles and _rocksdb from arangoserver

* Replaced target variables by constants

* Extracted arango_cluster_engine from arangoserver

* Extracted llhttp from arangoserver

* First successful split of arangoserver

* Moved enterprise files to enterprise

* Again only optionally include RestTestHandler and AcceptorUnixDomain

* Cleaned source files from other libraries

* Removed old commented sources

* Split off a small third library

* Fixed boost dependency for cluster engine

* Added some missing dependencies

* Added arango_geo dep, and -J on windows

* Began to split off an arango_graph lib

* Moved more files to arango_graph

* Do not set /J globally for ATL

* Moved more files to arango_graph

* Moved graph-RestHandlers to arango_graph

* Added arango_geo dependency to _mmfiles and _rocksdb

* Updated graph dependencies

* Split off arango_pregel

* Split off arango_aql

* Added missing boost_system dependency to pregel

* Split off arango_vocbase

* Cleanup

* Added missing boost_system dependency for arango_vocbase

* Split off arango_v8server

* Split off arango_utils

* Minor cleanup

* Split of arango_storage_engine

* Split off arango_indexes and arango_cache

* Fixed some dependencies

* Split off arango_replication

* Resolved two todos

* Split off arango_agency

* Reordered some statements

* Ordered dependency definitions alphabetically

* Cleaned some deps

* Break one cycle, comment on another

* Merge the remaining arangoserver_part[123] sources

* Moved some utils to vocbase to break cycles

* Added missing backtrace dependency to iresearch-s

* Added missing boost dependency

* Added dependency arango_indexes -> arango_geo

* Added deps to arango_cluster_engine, cleaned duplicate deps

* Broke remaining dependency cycles

* Actually, missed one cycle...

* Re-added include for Mac

* arango_cache needs SharedPRNG
2019-09-05 09:37:12 +02:00
..
Actions fixed includes for Mac 2019-09-02 16:57:31 +02:00
Agency agency lockup when removing 404ed callbacks and leadership preparation (#9847) 2019-09-03 16:59:41 +02:00
Aql Feature/split libarangoserver (#9670) 2019-09-05 09:37:12 +02:00
Auth Improve ExecContext usability (#9806) 2019-08-28 19:05:23 +02:00
Cache Check scheduler queue return value (#9754) 2019-08-19 19:31:55 +02:00
Cluster Feature/split libarangoserver (#9670) 2019-09-05 09:37:12 +02:00
ClusterEngine Feature/split libarangoserver (#9670) 2019-09-05 09:37:12 +02:00
GeneralServer Feature/split libarangoserver (#9670) 2019-09-05 09:37:12 +02:00
GeoIndex
Graph Bug fix/remove base directory from include path (#9885) 2019-09-04 17:39:01 +02:00
IResearch Fix for internal issue #633 (#9884) 2019-09-03 15:03:49 +03:00
Indexes AQL date functions improvements (#9714) 2019-08-22 12:50:08 +02:00
InternalRestHandler upgrade curl to 7.65.3 (#9788) 2019-08-26 18:11:12 +02:00
MMFiles Feature/split libarangoserver (#9670) 2019-09-05 09:37:12 +02:00
Network Added a stop to Network feature. There is a race condition on the gar… (#9892) 2019-09-05 08:31:11 +02:00
Pregel Improve ExecContext usability (#9806) 2019-08-28 19:05:23 +02:00
Replication Feature/split libarangoserver (#9670) 2019-09-05 09:37:12 +02:00
RestHandler Bug fix/remove base directory from include path (#9885) 2019-09-04 17:39:01 +02:00
RestServer Feature/split libarangoserver (#9670) 2019-09-05 09:37:12 +02:00
RocksDBEngine Feature/split libarangoserver (#9670) 2019-09-05 09:37:12 +02:00
Scheduler fix return value checks (#9852) 2019-08-29 20:38:53 +02:00
Sharding
Statistics count intermediate commits (#9753) 2019-08-26 11:07:57 +02:00
StorageEngine Improve ExecContext usability (#9806) 2019-08-28 19:05:23 +02:00
Transaction honor return values of important methods (#9859) 2019-08-30 23:11:19 +02:00
Utils Feature/split libarangoserver (#9670) 2019-09-05 09:37:12 +02:00
V8Server Bug fix/make graphs transaction aware (#9840) 2019-09-02 16:53:00 +02:00
VocBase fix audit test (#9886) 2019-09-04 17:44:00 +02:00
CMakeLists.txt Feature/split libarangoserver (#9670) 2019-09-05 09:37:12 +02:00
dbg.cmake