Stefan Siegl
|
5073111829
Rename v8js.cc -> v8js_main.cc
|
8 lat temu |
Stefan Siegl
|
77e7338018
Don't try to guess if blob.bin files are needed
|
8 lat temu |
Stefan Siegl
|
09f98e7cb1
Use linker to detect libv8_libplatform & libv8_libbase
|
8 lat temu |
Remi Collet
|
2b9d37672c
honours --with-libdir option, instead of harcoding lib or lib64
|
9 lat temu |
Stefan Siegl
|
90ca5cb142
Fix libv8_libbase.a detection, closes #264
|
9 lat temu |
Stefan Siegl
|
956a21743d
Optionally link in libv8_libbase.a on Linux as well
|
9 lat temu |
Stefan Siegl
|
e9e90bac65
Merge remote-tracking branch 'origin/master' into php7
|
9 lat temu |
Stefan Siegl
|
ed8e88e11d
Search libv8_libplatform.a in V8_DIR only
|
9 lat temu |
Stefan Siegl
|
4fea8f4fb9
Require V8 4.6.76 or higher
|
9 lat temu |
Stefan Siegl
|
28a5832f23
Fix configuration on MacOS platform
|
9 lat temu |
Stefan Siegl
|
bf6effba63
Merge remote-tracking branch 'origin/master' into php7
|
9 lat temu |
Stefan Siegl
|
de0b8e2aa8
Check V8_DIR/share/v8 for snapshot images as well
|
9 lat temu |
Stefan Siegl
|
52ebdc28ed
Simply v8::Isolate::New to test if snapshot blob needed
|
9 lat temu |
Stefan Siegl
|
39062b4248
Test for snapshot support in V8
|
9 lat temu |
Stefan Siegl
|
a18ae9e853
Implement JS-side wrapper around PHP Generator objects
|
9 lat temu |
Stefan Siegl
|
7805abfb18
Improve -Wno-c++11-narrowing/-Wno-narrowing detection
|
10 lat temu |
Stefan Siegl
|
b38c31b521
Remove v8::Debug agent stuff
|
10 lat temu |
Taneli Leppa
|
9f082a057b
Check lib64 dir for libplatform as well.
|
10 lat temu |
Stefan Siegl
|
b30ee1e09b
auto-add CXXFLAG -Wno-c++11-narrowing if possible
|
10 lat temu |
Stefan Siegl
|
0e76b675d2
Require v8 3.24.6 or higher
|
10 lat temu |
Stefan Siegl
|
90c3b9db5f
Fix debug build; move debug stuff into seperate files
|
10 lat temu |
Stefan Siegl
|
ddc6a46049
Set c++ -std version on v8 version test
|
10 lat temu |
Stefan Siegl
|
453a95826b
On MacOS/Darwin link against libv8_libbase.a as well, refs #97
|
10 lat temu |
Stefan Siegl
|
37e3e001c5
Don't --rpath link on MacOS/Darwin, refs #97
|
10 lat temu |
Stefan Siegl
|
3efec8d428
Remove CVS $Id$ comment lines
|
10 lat temu |
Stefan Siegl
|
5ea36016fe
code cleanup, part 1
|
10 lat temu |
Stefan Siegl
|
fc583a8ec6
Move PHP to JS object wrapping into seperate file
|
11 lat temu |
Stefan Siegl
|
ddcaee47d6
Refactor array access code into seperate files
|
11 lat temu |
Stefan Siegl
|
3843fc1b5c
Remove stray debug-echo
|
11 lat temu |
Stefan Siegl
|
14600d3be3
Initialize v8 platform as needed
|
11 lat temu |