1
0
Fork 0
Commit Graph

790 Commits

Author SHA1 Message Date
Jan Steemann d24c900626 fixed buffer overruns 2016-06-28 15:01:52 +02:00
Andreas Streichardt c8af04f7f8 Remove openssl 2016-06-27 20:23:36 +02:00
Andreas Streichardt e4d42a10da Remove special openssl logic 2016-06-27 20:21:57 +02:00
jsteemann 8f0991e18e potential performance optimizations
simplifications

small optimizations
2016-06-23 14:47:44 +02:00
Kaveh Vahedipour ab0b3fc321 agency test waits exactly for the leader election to have ended 2016-06-23 10:52:43 +02:00
Kaveh Vahedipour b40e5a3d24 agency test waits exactly for the leader election to have ended 2016-06-23 10:48:26 +02:00
Jan Steemann 4038c21c10 reserve buffer ahead of time 2016-06-22 11:14:50 +02:00
jsteemann ae2d8b8394 micro optimizations 2016-06-21 16:01:31 +02:00
Jan Steemann 91a065de8e update vpack 2016-06-20 19:35:47 +02:00
jsteemann e952d2f08b Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-13 22:38:45 +02:00
Wilfried Goesgens 1f7a079a30 Fix windows dll includes 2016-06-13 16:49:54 +02:00
jsteemann f3edd6ef5d Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-13 12:59:37 +02:00
Jan Steemann 088a7b1807 fixes for Visual Studio 2016-06-13 10:13:48 +02:00
jsteemann 0d2274edef Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-12 16:58:18 +02:00
Wilfried Goesgens 5cd9af937e If V8_TARGET_ARCHS is parametrized from external, only compile the specified targets. 2016-06-10 17:54:05 +02:00
Wilfried Goesgens b3dce0871c Use install directory hack here too. 2016-06-10 16:56:31 +02:00
Wilfried Goesgens f58b835202 revert back to dynamic openssl; instead deploy the DLL into the package. 2016-06-10 16:13:08 +02:00
jsteemann 31936b0ff6 fix g++6 complaints 2016-06-09 10:13:22 +02:00
Frank Celler 967d709f28 added cmath for GCC 5.4 2016-06-08 21:40:21 +02:00
jsteemann 325aa13795 merge with velocypack 2016-06-06 16:59:36 +02:00
Andreas Streichardt bea2ca257b broken syntax 2016-06-06 09:57:26 +02:00
Andreas Streichardt 569dd0de04 Do not hardcode march=native but use the one arangodb uses
fixing SIGILL on AWS when using a modern machine to build a debian image
2016-05-27 11:43:41 +02:00
Jan Steemann fb07580500 forward port Comparator bugfix from 5ff7901e24 2016-05-23 15:58:02 +02:00
Frank Celler d4291b36e5 added sanity check for CMAKE_BUILD_TYPE 2016-05-19 16:10:36 +02:00
Wilfried Goesgens 69827a5294 Adjust memory model to MT since arangod uses threads. 2016-05-19 09:44:14 +02:00
Wilfried Goesgens c90f631a78 Fix include of SSIZE_T 2016-05-18 18:18:08 +02:00
Andreas Streichardt 9094ea3a0b Fix solaris build 2016-05-17 18:16:45 +02:00
Wilfried Goesgens c7f13cde14 Define ssize_t the same way in snappy as in rocksdb. 2016-05-17 17:27:38 +02:00
jsteemann 0828abbb5c query less documents 2016-05-13 14:26:34 +02:00
jsteemann abb0f36d55 fixed hashes 2016-05-12 11:11:20 +02:00
jsteemann 11f2afad44 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-12 00:00:37 +02:00
jsteemann 9b6467dc60 fix hash function 2016-05-11 22:16:36 +02:00
Frank Celler 1119ceada6 added -fno-delete-null-pointer-checks 2016-05-11 17:39:33 +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
jsteemann bfd5596359 optimizations 2016-05-11 11:50:07 +02:00
jsteemann 3f61b70192 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-10 19:21:32 +02:00
Wilfried Goesgens 31df95118a Fix define for windows. 2016-05-10 19:13:00 +02:00
jsteemann 213ade22a4 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-10 19:01:30 +02:00
jsteemann 0ce8599598 fixes for MSVC 2016-05-10 19:01:21 +02:00
Wilfried Goesgens d0eca813e9 reverse check; it doesn't work doing that in the preprocessor. 2016-05-10 18:57:40 +02:00
Wilfried Goesgens ce8371d307 Fix windows absence of ssize_t 2016-05-10 18:54:33 +02:00
Wilfried Goesgens ec3d51dfbd fix library name. 2016-05-10 17:27:27 +02:00
Wilfried Goesgens 56ec020600 Prepare to pass our jemalloc configure state into rocksdb 2016-05-10 16:45:15 +02:00
Wilfried Goesgens e2da3d4912 check for fcntl for enabling fallocate; only enable posix mmap for posix platforms. 2016-05-10 16:45:15 +02:00
Wilfried Goesgens b2766e12a8 Don't override external defines. 2016-05-10 16:45:15 +02:00
Wilfried Goesgens 37fac2e40f Fix library list 2016-05-10 15:56:17 +02:00
Wilfried Goesgens 5e311be4ba Add missing test source file. 2016-05-10 15:39:50 +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 704eeef880 configure system libraries per operating system. 2016-05-10 14:36:15 +02:00
Wilfried Goesgens 1763c5dc36 Revert #366d771b5247c271f9dbf22905e7f3d49e0d974c and set the policies for ubuntu. 2016-05-10 11:06:40 +02:00
Wilfried Goesgens 030233a642 Fix OS detection for rocksdb. this fixes #1814 2016-05-09 11:06:25 +02:00
Frank Celler 664a2e14f2 fixed 2.8 issue 2016-05-04 23:42:31 +00:00
ArangoDB a51f795b82 Merge branch 'devel' into json_agency_comm 2016-05-04 19:49:22 +00:00
Frank Celler 59aef959ac changed to static 2016-05-04 19:45:55 +02:00
Kaveh Vahedipour 35d604e9e0 Merge branch 'devel' of https://github.com/arangodb/arangodb into json_agency_comm 2016-05-04 18:17:00 +02:00
Wilfried Goesgens 737cb058b8 Remove debug output, no more needed in-between-CMakeList.txt 2016-05-04 17:55:14 +02:00
Wilfried Goesgens 14fe556031 Merge branch 'devel' of github.com:arangodb/ArangoDB into dox-cox-pix-ex-rox-box 2016-05-04 17:27:39 +02:00
Wilfried Goesgens da3a12320a remove debug output 2016-05-04 17:26:47 +02:00
Wilfried Goesgens e3bf9cf42f use cmake inside of rocksdb for linux too. 2016-05-04 17:18:21 +02:00
Kaveh Vahedipour e623198d6c Merge branch 'devel' of https://github.com/arangodb/arangodb into json_agency_comm 2016-05-04 17:06:23 +02:00
jsteemann 42c9394797 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-04 16:42:44 +02:00
jsteemann 852a6d7829 fixed compile warning 2016-05-04 16:42:37 +02:00
Frank Celler 5f0ae035b0 added default env variables 2016-05-04 16:25:18 +02:00
jsteemann c7effa2410 readded subdirectory 2016-05-04 15:05:54 +02:00
jsteemann 2a2ad584a5 updated gitignore 2016-05-04 15:01:40 +02:00
jsteemann 7ad08738af Merge branch 'devel' of https://github.com/arangodb/arangodb into dox-cox-pix-ex-rox-box 2016-05-04 14:54:45 +02:00
Max Neunhoeffer 0ac60a8fe7 Merge branch 'devel' into json_agency_comm 2016-05-04 11:15:02 +02:00
jsteemann 9d865c7047 optimizations, bugfixes 2016-05-04 01:50:28 +02:00
Kaveh Vahedipour 5d911bceb4 Merge branch 'devel' of https://github.com/arangodb/arangodb into json_agency_comm 2016-05-03 15:48:36 +02:00
jsteemann 495b266c8a initial commit 2016-05-03 15:42:24 +02:00
Wilfried Goesgens d19cef695e Unify the way we locate and initialize icu on windows in the unittests. 2016-05-03 11:43:14 +02:00
jsteemann 95d1c093fd recursively resolved externals 2016-05-03 11:18:44 +02:00
jsteemann eb788e1791 fixed tests 2016-05-03 10:42:17 +02:00
Kaveh Vahedipour dab8accd5b Merge branch 'devel' of https://github.com/arangodb/arangodb into json_agency_comm 2016-05-03 08:57:09 +02:00
jsteemann d3604238e4 optimizations 2016-05-02 23:06:04 +02:00
Kaveh Vahedipour dd99efe0ea corrected v8 build on mac 2016-05-02 18:20:44 +02:00
jsteemann 70f5dfdd7f updated vpack library 2016-05-02 17:49:04 +02:00
jsteemann b9324ea2a1 use VPackDumper 2016-05-02 17:32:53 +02:00
Wilfried Goesgens 4e67ba3dd2 Add tool to make archives non thin; use it in target nonthinV8 2016-05-02 15:38:47 +02:00
Max Neunhoeffer 3248d6d574 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-02 15:15:45 +02:00
Max Neunhoeffer cb78f14046 Revert "Revert V8"
This reverts commit 61917961fa.
2016-05-02 13:55:30 +02:00
jsteemann 0038ccefb0 updated vpack library 2016-05-02 13:49:28 +02:00
Jan Steemann 2b0f3f7b57 change behavior of arithmetic operators, TO_STRING and TO_NUMBER 2016-05-02 13:29:29 +02:00
Frank Celler 61917961fa Revert V8 2016-05-02 12:03:57 +02:00
Max Neunhoeffer 62f4c78baa Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-02 10:46:38 +02:00
Max Neunhoeffer 9668a3eb87 Fix compilation under Linux with g++.
This is a dirty hack, I just removed an option that should have
been added only under clang.
2016-05-02 10:44:40 +02:00
Wilfried Goesgens 2dbd2059f5 Fix new V8 version number here too. 2016-05-02 10:21:59 +02:00
Wilfried Goesgens fb36d41264 One more missing file. 2016-05-02 10:15:50 +02:00
Wilfried Goesgens 48190b463b Add missing file 2016-05-02 09:56:58 +02:00
Wilfried Goesgens c56309c62c Upgrade V8 to 5.0.71.39 2016-05-02 09:40:15 +02:00
jsteemann 1250fcf63e micro optimizations 2016-05-01 00:03:23 +02:00
jsteemann 58736a9d50 prepation for optimizations 2016-04-29 17:26:22 +02:00
jsteemann cb64122ab4 updated vpack library 2016-04-29 16:26:18 +02:00
jsteemann 6e57c95de8 updated vpack library 2016-04-29 14:52:20 +02:00
Frank Celler 0d97c7d15c boost unit tests included 2016-04-27 21:47:36 +02:00
Frank Celler 587866bba9 no shared 2016-04-27 17:56:55 +02:00
Frank Celler 273ce3073c disabled shared 2016-04-27 17:36:29 +02:00
Frank Celler 3d75364af6 changed to boost 1.61 2016-04-27 00:18:34 +02:00