Jan Steemann
e38d547a88
using linenoise from yhirose/cpp-linenoise
2015-10-27 09:35:31 +01:00
Frank Celler
07d779e5aa
fixed stdlib=c++ and linenoise options
2015-10-25 22:13:49 +01:00
Frank Celler
9d8f706b14
fix for GCC-5: add check for '-stdlib' option
2015-10-19 11:24:18 +02:00
Wilfried Goesgens
a866927a0c
Tabify
2015-09-18 12:53:33 +02:00
Frank Celler
43dd92bb47
added -Dlinux_use_bundled_gold=0 -Dlinux_use_gold_flags=0 if gold is disabled
2015-09-13 22:14:28 +02:00
Jan Steemann
5a00792931
added license, updates licenses overview
2015-08-26 20:23:43 +02:00
Willi Goesgens
3f5ad7c52d
Work on VS2015 compatibility
2015-08-24 15:28:31 +02:00
Willi Goesgens
65cd1b68f3
pull variables out of the batch files together into the makefile - so the user can override the default settings.
2015-08-24 13:56:18 +02:00
Willi Goesgens
f02ecbf3b9
by CoDEmanX: fix windows build for the non-express Visual Studios
2015-08-19 20:56:16 +02:00
Willi Goesgens
18db6faadb
by CoDEmanX: fix relative path calculation.
2015-08-19 14:33:28 +02:00
Willi Goesgens
4195b37513
Cleanup windows build
...
- enforce the usage of the proper python via manipulating the path environment
- create the complete directory
- add blanks to make the parameters better readable
2015-08-18 11:23:08 +02:00
Jan Steemann
b57a575044
added boost::memory_order
2015-07-17 16:42:41 +02:00
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