1
0
Fork 0
Commit Graph

263 Commits

Author SHA1 Message Date
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