1
0
Fork 0
Commit Graph

327 Commits

Author SHA1 Message Date
Jan Steemann 998a614531 added boost file 2015-07-17 14:29:20 +02:00
Jan Steemann fccf74dee6 boost core was ignored due to .gitignore 2015-07-16 21:59:41 +02:00
Jan Steemann 7b1651a68c added even more headers, fixed warnings in boost tests 2015-07-16 21:52:20 +02:00
Jan Steemann ae67a71088 added swap.hpp 2015-07-16 21:16:27 +02:00
Jan Steemann cf5fd9bc50 added boost preprocessor 2015-07-16 21:12:27 +02:00
Jan Steemann f7ff6a1d2c added boost detail and boost test 2015-07-16 21:06:53 +02:00
Jan Steemann 80c919a9d7 moved boost modules, add missing modules 2015-07-16 20:57:28 +02:00
Jan Steemann b1a38a09df Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-07-16 20:25:13 +02:00
Jan Steemann efb68a2e6c added boost::lockfree and removed mutex in statistics 2015-07-16 20:24:58 +02:00
Willi Goesgens 5e83ff9c08 Switch windows release build to 'RelWithDebug' 2015-07-16 17:55:53 +02:00
Willi Goesgens b652628b27 Fix permissions for other users after installing to the WindowsLibraries folder 2015-06-25 14:15:49 +02:00
Willi Goesgens 63baf5afbf Also install the windows symbol files, so we may later on be able to use debugging symbols. 2015-06-25 12:01:47 +02:00
Willi Goesgens 23683d8bc6 One more place for the V8-upgrade. 2015-06-25 10:21:18 +02:00
Willi Goesgens 49ccdafe80 If we didn't find a go compiler, refrain from building etcd and print out a warning. fixes #995 2015-06-24 16:36:38 +02:00
Willi Goesgens ec9b4485ff Add de-thin-er so we can pre-compile V8 for travis. 2015-06-24 11:24:43 +02:00
Willi Goesgens efbe345590 Tippgicht. Specify -stdlib=libc++ was the intention. 2015-06-23 15:37:05 +02:00
Willi Goesgens fc41fb55d7 fix #0188384a183955136f256f7d1dc3cab0e6a300ce; wanted to change mac-target not linux. 2015-06-23 15:31:51 +02:00
Willi Goesgens 2fe357ae2b Forec linking of the stdc++ lib on Mac 2015-06-23 15:19:52 +02:00
Willi Goesgens dc8a12c219 remove stdc++ and use the system one. 2015-06-23 15:18:36 +02:00
Willi Goesgens ffc918e8dd Remove dependency to own stdc++, this breaks our build. 2015-06-23 15:18:04 +02:00
Frank Celler 538c254648 moved flags back to MAKE 2015-06-23 09:49:09 +02:00
Willi Goesgens d4f2f920bc use proper build flags so our V8 is built using c++11; as in 721730ebf8c3a342f62c8861a1f36ae5d1301e10 2015-06-18 17:45:19 +02:00
Willi Goesgens fdd9c0c6f4 changed mac_deployment_target to 10.7 - as previously done in aa11ac3cbbb170d3725349342c4cfcad3d138792 2015-06-18 15:56:32 +02:00
Willi Goesgens c18161c78b ignore build output. 2015-06-18 14:57:53 +02:00
Willi Goesgens 4069e8797f Remove autogenerated python files 2015-06-18 14:56:59 +02:00
Willi Goesgens 45741be192 Upgrade V8 to the most recent version. 2015-06-18 13:22:38 +02:00
Willi Goesgens 9c7d49a666 Merge branch 'v8_4.2' of github.com:arangodb/arangodb into devel 2015-06-18 10:34:08 +02:00
Willi Goesgens 934e80616f The linker & compiler needs to be forced, therefore moving it back. 2015-06-10 16:32:42 +02:00
Willi Goesgens 5a71092c21 If presets are done via commandline instead of environment, the V8-Makefile can't generate its own settings anymore. 2015-06-10 14:43:26 +02:00
Frank Celler 92a664eb43 switch to O3 2015-05-28 14:03:47 +02:00
Willi Goesgens 8e858bc96d Upgrade V8 to 4.2.77
- v8 now requires llvm libstdc++ inline
  - ForceDelete is gone now; employ new tactics of working with wrapping shaped json
  - gold crashes while linking V8, remove it.
2015-05-20 15:10:28 +02:00
Michael Hackstein 86c7f87dd3 Merge branch 'cppTrav2' into devel 2015-05-19 16:17:27 -07:00
Willi Goesgens 592f21bdae Adjust the windows build to the new icu version. 2015-04-29 14:27:49 +02:00
Willi Goesgens 964d53bb7c Use the python interpreter which V8 brings to run gyp. 2015-04-28 11:47:07 +02:00
Willi Goesgens 4fb7de4253 Upgrade the ICU to what was done in https://code.google.com/p/chromium/issues/detail?id=428145 2015-04-28 09:27:13 +02:00
Max Neunhoeffer 1a71382f1e Fix clean target for etcd. 2015-04-25 21:35:40 -07:00
Willi Goesgens 48e3131ad0 Differenciate between ARMV7 (with FP) and V6 (without) 2015-04-16 09:06:59 +02:00
Frank Celler 4545136e06 added --enable-gold 2015-03-12 12:27:47 +01:00
Michael Hackstein acfaa59ea0 Disabled -Werror flag in v8 for mac build 2015-03-04 15:23:59 +01:00
Jan Steemann a561a96d2b removed remainders of mruby integration 2015-03-02 19:39:42 +01:00
Jan Steemann 48ddc4d5bd fixed Makefile for use with "strange" CC and CXX values 2015-02-23 09:37:05 +01:00
Jan Steemann 02f331a140 optionally disable sync for testing 2015-02-18 16:49:46 +01:00
Willi Goesgens 2175eab0ab re-add windows build dependencies 2015-02-11 12:04:49 +01:00
Willi Goesgens 633c82d674 Add new etcd 2015-02-09 17:30:21 +01:00
Willi Goesgens b85ee2956a Remove old etcd. 2015-02-09 17:25:15 +01:00
Willi Goesgens eecda78e58 Ignore files in the out directory - its autogenerated. 2015-01-26 10:58:12 +01:00
Frank Celler 6e20887e30 Lean on system path for python. 2015-01-20 12:41:34 +01:00
Willi Goesgens 563ec2d691 changed mac_deployment_target to 10.7 2015-01-20 11:45:48 +01:00
Willi Goesgens 7578f09878 use proper build flags so our V8 is built using c++11 2015-01-20 11:45:10 +01:00
Willi Goesgens b1f881254d Upgrade V8 to 3.31.74.1 2015-01-19 19:29:31 +01:00
Frank Celler 77e3d3dd6f added --enable-v8-debug 2015-01-08 21:59:31 +01:00
Frank Celler 60510f7431 copy icudtl.dat 2014-12-26 10:58:19 +01:00
Frank Celler 8df3952e62 switched back icu_use_data_file_flag to 0 as this is needed for linux 2014-12-24 22:38:19 +01:00
Frank Celler 9e3b8fc21e fix target 2014-12-24 11:42:32 +01:00
Frank Celler f7d061ba8c clean directories before build 2014-12-24 11:16:46 +01:00
Frank Celler 2e4af7e46a Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-12-24 00:30:45 +01:00
Frank Celler 67bfa2901e windows adjustments 2014-12-24 00:30:29 +01:00
Frank Celler 3f398ecbd1 changed icu_use_data_file_flag to 1 2014-12-23 23:54:38 +01:00
Frank Celler 52f0fc344b fixed install 2014-12-23 23:54:12 +01:00
Frank Celler 1ab488c6da install for v8 2014-12-23 18:03:14 +01:00
Frank Celler 96e0bad97e install script 2014-12-23 17:19:32 +01:00
Frank Celler 81fd0e9994 windows makefiles 2014-12-23 14:31:14 +01:00
Frank Celler 44eb7ff14d added missing files 2014-12-23 14:24:36 +01:00
Frank Celler 707057978d added missing files 2014-12-23 14:22:47 +01:00
Frank Celler 281ca40555 renamed V8 to V8-3.29.59 2014-12-23 14:05:47 +01:00
Frank Celler c3e9e534c5 added windows files 2014-12-23 12:29:08 +01:00
Frank Celler ac90b72e94 changed WarnAsError to false 2014-12-23 12:16:50 +01:00
Frank Celler 0633828e90 added -march=armv6 for raspberry pi 2014-12-21 21:44:03 +01:00
Frank Celler 5e30094a04 avoid O3 2014-12-21 10:57:32 +01:00
Frank Celler 2816651278 added cpu and fpu flags for raspberrypi 2014-12-21 10:41:33 +01:00
Frank Celler e9127f7712 fixed compiler for tests 2014-12-19 20:36:03 +01:00
Frank Celler fbb1cc6dd3 Revert "removed generated file"
This reverts commit f47c63869130c65e09025fcc4e62b07470b7c930.
2014-12-19 11:29:45 +01:00
Frank Celler c4c83a5529 removed pyc files 2014-12-19 11:23:15 +01:00
Frank Celler aabfdc5669 cleanup of Makefiles 2014-12-19 00:13:51 +01:00
Frank Celler 5478668835 moved definition to environment 2014-12-18 22:55:27 +01:00
Frank Celler 0c394bec44 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-12-16 18:37:06 +01:00
Frank Celler 385d143d9c use GYPFLAGS="-Dstandalone_static_library=1" 2014-12-16 18:37:02 +01:00
Jan Steemann 591d975672 remove unused library 2014-12-16 16:53:04 +01:00
Jan Steemann 3cc3150f28 removed generated file 2014-12-15 20:14:08 +01:00
Willi Goesgens fb8d6d9924 Override .gitignore. 2014-12-15 18:15:31 +01:00
Willi Goesgens 1c4a72b106 The Big V8 upgrade Merge. 2014-12-15 17:30:56 +01:00
Willi Goesgens 55d904ad14 New V8 engine. 2014-12-15 17:23:39 +01:00
Willi Goesgens 00a3d5dcfd remove old V8. 2014-12-15 17:21:42 +01:00
Jan Steemann 50ee924c3a move to EOL before executing command 2014-12-05 15:02:17 +01:00
Jan Steemann 5f8c71e01e adjusted build instructions so they work with clang 2014-10-24 17:35:28 +02:00
Jan Steemann 0ed38262dc disable GDBJIT 2014-10-24 17:29:46 +02:00
Willi Goesgens ef87222b58 Enable jit-debugging in V8, disable warnings. 2014-10-22 10:44:47 +02:00
Frank Celler 70825ae10a fixed V8 compiler for ARM
Conflicts:
	CHANGELOG
2014-07-15 20:30:16 +02:00
Jan Steemann 0e5679693c fixed compile warnings 2014-07-01 13:17:46 +02:00
Frank Celler 2aec336f09 fixed bufferoverflow 2014-06-25 09:38:20 +02:00
Esteban Lombeyda d429e850ab cleaning compilere warnings 2014-06-23 13:48:21 +02:00
Esteban Lombeyda 96dd32cdd3 bug fix: autocompletion and tab 2014-06-23 12:28:30 +02:00
Jan Steemann 670a833828 issue #868: Can't build the current devel on Mac OS X 2014-05-23 08:51:27 +02:00
Jan Steemann 36567df644 removed libbson 2014-05-16 20:32:05 +02:00
Jan Steemann 14813638dd removed boost 2014-05-12 17:22:42 +02:00
Frank Celler f676e06dc1 fixed CXX and LINK 2014-05-11 21:19:00 +02:00
Frank Celler 540130a4b0 fixed cflags 2014-05-11 00:45:52 +02:00
Frank Celler d46420f2a8 cleanup of flags 2014-05-10 20:10:25 +02:00
Frank Celler cd892deca8 fixed flags 2014-05-10 19:39:35 +02:00
Frank Celler 5fc34f85be fixed flags 2014-05-10 18:58:48 +02:00