1
0
Fork 0
Commit Graph

40079 Commits

Author SHA1 Message Date
Wilfried Goesgens 8e46df89e4 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-05-23 12:06:16 +02:00
Wilfried Goesgens b4b59c9a38 cleanup: remove unneccesary code 2017-05-23 12:06:03 +02:00
Simon Grätzer add535f1ed Update Geo.md 2017-05-23 12:01:29 +02:00
Wilfried Goesgens 8afdf85d0a move ConditionalAddToRegistry into macro to make the source more compact. 2017-05-23 11:59:40 +02:00
jsteemann ca16705097 windows again 2017-05-23 11:15:17 +02:00
jsteemann b2cd86ad8b fix for win32 2017-05-23 11:01:57 +02:00
jsteemann 244e380f63 unintentionally broke the export 2017-05-23 10:57:31 +02:00
jsteemann d1f466327c updated manual 2017-05-23 10:42:51 +02:00
jsteemann 47e2648e44 updated manual 2017-05-23 10:40:45 +02:00
jsteemann 53fa66e60d move parts from ProgramOptions from headers into cpp files 2017-05-23 10:30:36 +02:00
Wilfried Goesgens 6c065cd889 fix windows executable version information 2017-05-23 10:16:45 +02:00
Wilfried Goesgens 1ee149d1ea fix build script - it doesn't work properly with quotes. 2017-05-23 09:47:39 +02:00
jsteemann 2f3e4d0ba0 fix init order 2017-05-23 08:57:39 +02:00
jsteemann ad5e58b050 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-23 08:53:26 +02:00
jsteemann a7b3839e6c renamed "getMore" to "next" 2017-05-23 08:53:13 +02:00
Simon Grätzer 80aa6e0e77 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-22 19:09:38 +02:00
Simon Grätzer ddfa15b8cc Adding bound checking back 2017-05-22 19:09:32 +02:00
Andreas Streichardt d8dc3c85e7 Call version instead of foxx status to save a v8 context 2017-05-22 19:07:24 +02:00
jsteemann 802180e2f2 better error messages 2017-05-22 18:00:20 +02:00
Wilfried Goesgens 504427f800 split functions out of base NSIS file 2017-05-22 17:54:07 +02:00
jsteemann 79cda92a2a move common code into its own file 2017-05-22 17:46:12 +02:00
jsteemann 221583e9ca fix warning 2017-05-22 16:00:05 +02:00
jsteemann ee0ba4f377 inline functions 2017-05-22 15:58:27 +02:00
jsteemann c53126cebc added missing include 2017-05-22 15:58:07 +02:00
jsteemann 183ae6381d add missing include 2017-05-22 15:57:54 +02:00
jsteemann e74f77fbc9 fix reserve 2017-05-22 15:57:39 +02:00
jsteemann bdac806e49 slightly optimize context destruction 2017-05-22 15:57:08 +02:00
jsteemann ae75259542 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-22 15:56:39 +02:00
jsteemann efc4ca24eb remove IsolateData again after context gets destroyed 2017-05-22 15:56:23 +02:00
jsteemann c844db70b8 fixed invalid assertion 2017-05-22 15:54:25 +02:00
Wilfried Goesgens 5ca6622352 Lintify build.sh
- wrap overlong lines
 - use $() instead of ``
 - use shell lists for CONFIGURE_OPTIONS and MAKE_PARAMS
 - add quotes
2017-05-22 14:35:13 +02:00
mpv1989 cdfd41f9b9 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-22 13:54:08 +02:00
mpv1989 66fa98e14d Add alder32 tests 2017-05-22 13:54:02 +02:00
jsteemann 5b5cdfd320 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-22 13:53:29 +02:00
jsteemann 686a964718 adjusted error message 2017-05-22 13:53:22 +02:00
jsteemann bbdb191797 remove unused error code 2017-05-22 13:53:10 +02:00
Wilfried Goesgens bb4055f3cf windows sometimes fails on first attempt if the build directory was last used to compile another branch, but succeed on second attempt... 2017-05-22 13:11:40 +02:00
jsteemann 6d6bcde242 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-22 11:28:30 +02:00
jsteemann a91c54f6b3 avoid double-copying of shared ptrs 2017-05-22 11:28:18 +02:00
jsteemann 7b924d8f33 pass by const reference to avoid copying 2017-05-22 11:27:55 +02:00
Kaveh Vahedipour 630cb277ce more quality to seeding RNG 2017-05-22 11:24:05 +02:00
jsteemann 8a1c557f07 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-22 10:52:03 +02:00
jsteemann d398b5e4b7 added option `--query.fail-on-warning` 2017-05-22 10:51:53 +02:00
jsteemann 8858b81e2b fixed issue #2490 2017-05-22 09:40:08 +02:00
Michael Hackstein 71241e6048 Fixed usage of std::min on apple clang. It complains that size_t != uint64_t. Now both sides are uint64_t 2017-05-22 08:03:18 +02:00
Michael Hackstein 15967173e1 Moved the NDEBUG flag before the include of RocksDB otherwise it was not propagated properly. 2017-05-22 07:51:19 +02:00
Michael Hackstein 6f58815ccc Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-05-22 07:50:06 +02:00
Michael Hackstein c9206ab218 The RocksDBEdgeIndexCache now can increase the values size it wants to cache, there is no hardcoded upperbound anymore. Also moved a lot of state out of the iterator. 2017-05-21 23:30:33 +02:00
Andreas Streichardt 9bfb16e4d5 Carrot fix to allow foreground logging on windows 2017-05-19 17:44:24 +02:00
jsteemann b8058039d4 adjust error message 2017-05-19 16:55:39 +02:00