1
0
Fork 0
Commit Graph

73 Commits

Author SHA1 Message Date
Wilfried Goesgens 19aac9704f - add Ninja build approach for windows
- export the location of the ICU data file - the client packages may need them.
2016-08-18 15:56:35 +02:00
jsteemann 3955fe8b77 fixed double slash 2016-06-28 17:32:48 +02:00
Andreas Streichardt c8af04f7f8 Remove openssl 2016-06-27 20:23:36 +02:00
Frank Celler 1c9d99d8ec removed SNAPPY_STATIC_LIB 2016-05-11 17:34:39 +02:00
Andreas Streichardt 64a567a5a0 ROCKSDB uses static snappy from 3rdparty 2016-05-11 16:30:24 +02:00
Wilfried Goesgens 56ec020600 Prepare to pass our jemalloc configure state into rocksdb 2016-05-10 16:45:15 +02:00
Wilfried Goesgens c77baed2db Move rocksdb after zlib & snappy 2016-05-10 15:35:15 +02:00
Wilfried Goesgens afef9a5466 Include libsnappy for rocksdb. 2016-05-10 15:33:58 +02:00
Wilfried Goesgens e3bf9cf42f use cmake inside of rocksdb for linux too. 2016-05-04 17:18:21 +02:00
jsteemann 495b266c8a initial commit 2016-05-03 15:42:24 +02:00
Max Neunhoeffer cb78f14046 Revert "Revert V8"
This reverts commit 61917961fa.
2016-05-02 13:55:30 +02:00
Frank Celler 61917961fa Revert V8 2016-05-02 12:03:57 +02:00
Wilfried Goesgens 2dbd2059f5 Fix new V8 version number here too. 2016-05-02 10:21:59 +02:00
jsteemann f9b872e77e remove unnecessary libraries 2016-04-22 16:13:53 +02:00
Kaveh Vahedipour a315997617 callback redesign 2016-04-07 10:20:08 +02:00
Andreas Streichardt 11e7808641 Hopefully fix unittest boost fun 2016-03-24 19:01:34 +01:00
Frank Celler c97d35c986 fixed USE_PRECOMPILED_V8 2016-03-20 10:41:17 +01:00
jsteemann a9ab4eaace Merge branch 'devel' of https://github.com/arangodb/arangodb into v8 2016-03-17 21:13:21 +01:00
Andreas Streichardt edf378053e Do not build etcd in source 2016-03-16 14:22:29 +00:00
Frank Celler ca608f1293 fixed number 2016-03-15 22:25:36 +01:00
Andreas Streichardt c4847dd8a8 Do not install zlib 2016-03-02 17:15:49 +01:00
Frank Celler c88a68358d CMAKE changes for Windows and Solaris 2016-03-01 17:31:30 +01:00
Max Neunhoeffer 5688e05f1c Fix capitalisation of openssl subdir in CMakeLists.txt. 2016-02-26 09:24:39 +01:00
Frank Celler 06256947fa splitted into 3rd libs 2016-02-25 18:51:17 +01:00
Frank Celler b1a56dd59c moved BOOST to its own CMakeLists.txt 2016-02-25 18:51:17 +01:00
Frank Celler 0c511e2b49 readded USE_PRECOMPILED_V8 2016-02-25 16:36:24 +01:00
Frank Celler 43be85e72b more cleanup 2016-02-24 10:30:30 +01:00
Frank Celler fed3dee2fa more cleanup 2016-02-23 20:36:33 +01:00
Wilfried Goesgens 2968cc81da Finalize work on solaris with static library linking. 2016-02-23 14:28:27 +01:00
Wilfried Goesgens 8632080bdc - remove rasbian stuff
- make solaris link stattic using the csw linker
 - cleanup V8 & ICU include & libraries.
2016-02-23 11:23:51 +01:00
Wilfried Goesgens 8d7b55416e Cleanup variable collecting for V8 and start out with windows. 2016-02-23 09:56:27 +01:00
Wilfried Goesgens 03f402d842 Move apple specific cflag modifications into a proper if clause. 2016-02-22 13:28:46 +01:00
Frank Celler ab02faf75b added version 2016-02-22 09:57:16 +01:00
Frank Celler 2ef2687c59 upgraded to 1.2.8 2016-02-20 18:01:09 +01:00
Frank Celler 0643923f4a Merge branch 'solaris' of github.com:arangodb/arangodb into solaris 2016-02-20 13:06:44 +01:00
Frank Celler ddd7b29ade Merge branch 'devel' of github.com:arangodb/arangodb into solaris 2016-02-20 12:57:14 +01:00
Frank Celler 3ed64c8e53 moved to CMAKE 2016-02-20 12:54:58 +01:00
Frank Celler c9b973915d fixed name of etcd 2016-02-19 22:04:35 +01:00
Frank Celler bb57f0e75f added install step 2016-02-19 21:15:26 +01:00
Wilfried Goesgens 9a5cf6dfb4 Export directories with the icu & v8 libraries into the calling scope 2016-02-19 18:35:15 +01:00
Wilfried Goesgens 8608fae2d1 Move stuff around
- properly calculate ICU
 - propagate PYTHON_EXECUTABLE into the make file for V8
2016-02-19 17:57:45 +01:00
Wilfried Goesgens 4a9dc3cbd4 More solaris compatibility 2016-02-19 15:52:32 +01:00
Wilfried Goesgens e1e707ff34 Use absolute path so the script can riddle out where to set include paths. 2016-02-19 15:30:41 +01:00
Wilfried Goesgens 9907c4e4a6 More forcing of the compiler on solaris; fix V8 location for arangodb build. 2016-02-19 14:47:27 +01:00
Wilfried Goesgens 0700ccc847 start to use gyp directly from cmake; add 64 bits detection; remove old arm stuff. 2016-02-19 12:46:28 +01:00
Frank Celler 417db335ab removed old files 2016-02-19 12:26:26 +01:00
Frank Celler c5be313670 -stdlib=libc++ is also required in CXXFLAGS 2016-02-19 11:15:54 +01:00
Frank Celler 972acd6ae8 trying to fix Darwin 2016-02-19 00:01:05 +01:00
Kaveh Vahedipour db9d23b7ef Adapting to intel compiler 15.0 2016-02-18 23:26:45 +01:00
Frank Celler cca627318a fixed quotes 2016-02-18 16:35:04 +01:00