jsteemann
b76bf9b3fb
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
2016-09-02 10:31:31 +02:00
Wilfried Goesgens
e10fbf1a1a
Merge pull request #2033 from servusoft/patch-12
...
Setting "v8_use_snapshot=false" by CROSS_COMPILING
2016-09-02 09:53:41 +02:00
servusoft
8931eb8bd0
Adding dependencies: 'v8_libbase', 'v8_libplatform' by v8_use_snapshot!="true"'
2016-09-01 17:17:57 +02:00
servusoft
bfb33abeb7
Setting "v8_use_snapshot=false" by CROSS_COMPILING
2016-09-01 17:12:52 +02:00
jsteemann
fa21e70256
Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types
2016-08-31 17:59:54 +02:00
servusoft
2ec8ae8698
Set host_arch by CROSS_COMPILING
2016-08-31 14:24:15 +02:00
Jan Christoph Uhde
3a7f5ea826
add flags only for gcc as they are meaningless for clang
2016-08-30 16:11:57 +02:00
Wilfried Goesgens
1f162ac882
Implement scheme to more clever pass the directories from the build process to the run-time
...
We will now try to evaluate the toplevel install directory from the configured binary dir.
We will use this toplever directory when searching for other directories.
2016-08-24 14:45:08 +02:00
Wilfried Goesgens
19aac9704f
- add Ninja build approach for windows
...
- export the location of the ICU data file - the client packages may need them.
2016-08-18 15:56:35 +02:00
servusoft
9ae6bd6831
Adaptation of V8 architecture "arm64" with "aarch64" processor.
...
Set V8_PROC_ARCH to "arm64" by "aarch64"
Additional info:
https://chromium.googlesource.com/v8/v8/+/refs/heads/5.0.71/build/standalone.gypi
2016-07-25 16:35:58 +02:00
servusoft
228257c5db
set GYP_CROSSCOMPILE by CROSS_COMPILING
2016-07-22 19:39:19 +02:00
jsteemann
eaeafcaedd
fixed segfault in V8, by backporting https://bugs.chromium.org/p/v8/issues/detail?id=5033
2016-07-18 09:44:38 +02:00
Wilfried Goesgens
832422ae31
once more fix python call in gyp
2016-07-05 15:22:42 +02:00
Wilfried Goesgens
b2294e7732
Fix calling of python
2016-07-05 14:06:38 +02:00
Frank Celler
8631325d78
added release type
2016-06-28 18:01:26 +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
Jan Steemann
fb07580500
forward port Comparator bugfix from 5ff7901e24
2016-05-23 15:58:02 +02:00
Frank Celler
1119ceada6
added -fno-delete-null-pointer-checks
2016-05-11 17:39:33 +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
Frank Celler
5f0ae035b0
added default env variables
2016-05-04 16:25:18 +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
Wilfried Goesgens
d19cef695e
Unify the way we locate and initialize icu on windows in the unittests.
2016-05-03 11:43:14 +02:00
Kaveh Vahedipour
dd99efe0ea
corrected v8 build on mac
2016-05-02 18:20:44 +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
cb78f14046
Revert "Revert V8"
...
This reverts commit 61917961fa
.
2016-05-02 13:55:30 +02:00
Frank Celler
61917961fa
Revert V8
2016-05-02 12:03:57 +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
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
Wilfried Goesgens
8ae9ed7b4e
Only need to install icu data files on windows, others have them hardwired at build time.
2016-04-14 10:46:04 +02:00
Wilfried Goesgens
2c7cfac728
Add routine to install the ICU character table database
2016-04-13 15:37:50 +02:00
Wilfried Goesgens
519e4a038f
Disable usage of cygwin inside of generated msvs project files.
2016-03-31 15:54:49 +02:00
Wilfried Goesgens
75450a3fae
Fix V8 build for windows
...
- use <(PYTHON_EXECUTABLE) its a gyp variable not an environment variable.
- disable fetching of platform json for visual studio.
2016-03-31 14:35:32 +02:00
Wilfried Goesgens
1ccb985109
Forward patch missing changes to the V8 build for windows/solaris/arch linux
2016-03-31 10:55:17 +02:00
Andreas Streichardt
b3357a644e
Fix remaining invalid python commands
2016-03-23 14:43:02 +01:00
Andreas Streichardt
f449aeb6c3
Fix python versioning in newer v8
2016-03-23 13:45:07 +01:00
Frank Celler
30f826ff8c
fixed libs
2016-03-20 13:43:29 +00:00
Frank Celler
e785284c5b
removed -Wshorten-64-to-32
2016-03-20 13:53:20 +01:00
Frank Celler
949ec7074b
set deployment target
2016-03-20 13:51:45 +01:00
Frank Celler
46c1844dc1
replied fix
2016-03-20 13:37:20 +01:00
Frank Celler
6e3555b828
V4.9.391
2016-03-20 13:21:08 +01:00
Frank Celler
e6f02486d4
no think archive
2016-03-20 10:12:04 +00:00
Frank Celler
165d6c18bd
missing files
2016-03-20 00:16:55 +01:00
Frank Celler
9a2da21d53
flatten
2016-03-19 22:39:20 +01:00
Frank Celler
55e43a9823
fixed typo
2016-03-19 22:22:44 +01:00
Frank Celler
42b2cb5baf
removed '()', because msbuild does not like it
2016-03-19 22:15:07 +01:00
Frank Celler
bf6882a92f
VS
2016-03-19 19:23:48 +01:00
Frank Celler
f5e6f534ab
removed -Wshorten-64-to-32
2016-03-19 16:47:13 +01:00
Frank Celler
f0c0257d8f
removed pyc files
2016-03-18 21:48:46 +01:00