Peter Olsson
|
c679d98eb7
|
mod_v8: Minor tweaks to keep up with recent V8 API changes
|
2014-02-20 17:34:27 +01:00 |
|
Michael Jerris
|
b622a66cb7
|
FS-6245: add this for now until we figure out a better way
|
2014-02-19 19:16:37 -05:00 |
|
Michael Jerris
|
fba1c2bf36
|
FS-6245: add this for now until we figure out a better way
|
2014-02-19 18:44:02 -05:00 |
|
Brian West
|
cc32113ed4
|
FS-6245
|
2014-02-19 17:34:06 -06:00 |
|
Michael Jerris
|
6184e9c0f2
|
freebsd doesn't have g++ so you need to tell the makefile what to use
|
2014-02-19 18:02:24 -05:00 |
|
Anthony Minessale
|
99765fbd9a
|
FS-6241 --resolve
|
2014-02-20 01:25:12 +05:00 |
|
Ken Rice
|
6e7d5d0897
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
|
Jeff Lenk
|
3846bef5f1
|
FS-6213 --resolve
|
2014-02-12 08:49:40 -06:00 |
|
Anthony Minessale
|
aae30e358c
|
swigall master
|
2014-02-09 00:14:12 +05:00 |
|
Jeff Lenk
|
6dca277ed1
|
fix compiler error with last commit
|
2014-02-04 15:36:13 -06:00 |
|
Michael Jerris
|
1f2b632aee
|
FS-5999: set visibility on lua symbols that are supposed to be exported
|
2014-02-04 16:09:08 -05:00 |
|
Peter Olsson
|
1e0e66fd47
|
FS-6160 --resolve
|
2014-02-02 08:13:55 +01:00 |
|
Peter Olsson
|
40a48ae951
|
mod_v8: Fixed compiler warnings on Linux
|
2014-02-01 19:18:47 +01:00 |
|
Peter Olsson
|
4f9402c09d
|
mod_v8: Fixed line endings, and removed old code.
|
2014-02-01 18:54:39 +01:00 |
|
Peter Olsson
|
04005dfa68
|
mod_v8: Added new extension class that makes it possible to subscribe to FS events. Wiki will be updated soon.
|
2014-02-01 18:20:04 +01:00 |
|
Peter Olsson
|
7e04f2178c
|
FS-6147 --resolve
|
2014-01-25 11:38:17 +01:00 |
|
Peter Olsson
|
d878bac69c
|
mod_v8: Skip clean before rebuild
|
2014-01-24 22:39:50 +01:00 |
|
Jeff Lenk
|
790c69cb48
|
vs2010 reswig
|
2014-01-23 22:20:43 -06:00 |
|
Peter Olsson
|
04f7e7c025
|
mod_v8: Removed i18n support (ECMAScript 402) from V8 for now, to make build work on ARM platform. This will also force a rebuild of V8
|
2014-01-23 23:46:49 +01:00 |
|
Peter Olsson
|
a120177144
|
mod_v8: Updated license header
|
2014-01-23 12:25:15 +01:00 |
|
Peter Olsson
|
93696934b2
|
Silence more compiler warnings
|
2014-01-23 12:25:15 +01:00 |
|
Peter Olsson
|
5a820fdc78
|
Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future.
|
2014-01-22 22:47:11 +01:00 |
|
Peter Olsson
|
084e245085
|
Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks.
|
2014-01-22 22:30:23 +01:00 |
|
Peter Olsson
|
855361d8ae
|
mod_v8: Force V8 build to disable python multithreading support during build, to make it safe to build even if there is not enough rights on /dev/shm. FS-6111 --resolve
|
2014-01-21 10:54:30 +01:00 |
|
Peter Olsson
|
2e32d10503
|
mod_v8: Added configure flag --enable-static-v8 to enable static linking of the V8 lib. Also enabled this flag for the Debian packaging system. Please note the static linking has only been verified on Linux so far
|
2014-01-20 11:33:38 +01:00 |
|
Peter Olsson
|
df193ac5c6
|
mod_v8: Detect the g++ target platform, and use this when building V8
|
2014-01-19 11:41:15 +01:00 |
|
Peter Olsson
|
177d8950c2
|
mod_v8: Add support for build in VS2010. Files manually patched, but they should work as expected
|
2014-01-18 11:24:57 +01:00 |
|
Anthony Minessale
|
8dfbd91a3d
|
fold version macros into runtime functions to avoid cascade rebuilds when modifying the core
|
2014-01-17 01:54:47 +05:00 |
|
Peter Olsson
|
104ce2a35f
|
mod_v8: Improved build for some version of gcc and (hopefully) fixed build on OSX
|
2014-01-16 19:56:45 +01:00 |
|
Peter Olsson
|
50b9ba29b4
|
mod_v8: In FileIO, make sure to initialize buffer with NULL, and add extra space for terminating NULL char
|
2014-01-15 17:47:16 +01:00 |
|
Peter Olsson
|
dd145edc8c
|
mod_v8: Extended FSEvent class to handle array values in headers, also a new constructor flag was added to make it possible to create events holding only unique headers
|
2014-01-15 16:55:04 +01:00 |
|
Peter Olsson
|
47006e90ea
|
mod_v8: Renamed XML error property to a better name
|
2014-01-14 23:05:55 +01:00 |
|
Anthony Minessale
|
283342fae6
|
wire json api interface into mod_v8
|
2014-01-15 00:28:30 +05:00 |
|
Peter Olsson
|
c346f0813f
|
mod_v8: Tweak to Windows build
|
2014-01-14 18:30:32 +01:00 |
|
Peter Olsson
|
4e85716905
|
mod_v8: Added shell script used to fetch a specific version of V8 from git, and package it into tarballs
|
2014-01-14 15:41:44 +01:00 |
|
Peter Olsson
|
b762332669
|
Initial commit of mod_v8
|
2014-01-14 15:38:41 +01:00 |
|
Jeff Lenk
|
bc8f2ffeb3
|
vs2010 reswig
|
2013-12-23 15:28:30 -06:00 |
|
Anthony Minessale
|
615a4ec1cf
|
update python diff
|
2013-12-23 23:26:34 +05:00 |
|
Anthony Minessale
|
0de5e6fb93
|
chage swig hack diff
|
2013-12-23 23:26:10 +05:00 |
|
Anthony Minessale
|
b63bacf43f
|
FS-6061 swigall
|
2013-12-23 22:43:48 +05:00 |
|
Jeff Lenk
|
553bda996b
|
vs2010 reswig
|
2013-12-08 21:53:56 -06:00 |
|
Anthony Minessale
|
a0e2fc0342
|
swigall
|
2013-11-30 21:02:52 -06:00 |
|
Anthony Minessale
|
b64cbe33b4
|
swigall
|
2013-11-22 16:21:41 -06:00 |
|
Jeff Lenk
|
cec4b78d53
|
fix windows build for lua 5.2 VS2010
|
2013-11-13 19:42:52 -06:00 |
|
Jeff Lenk
|
7fb68faa55
|
fix windows build for lua 5.2
|
2013-11-13 18:06:12 -06:00 |
|
Anthony Minessale
|
81a48a9e4e
|
missed a few files in new lua commit
|
2013-11-13 21:06:04 +05:00 |
|
Anthony Minessale
|
2771498707
|
change to lua 5.2
|
2013-11-13 07:55:12 +05:00 |
|
Jeff Lenk
|
bf03df9f14
|
fix windows compiler warnings and vs2010 reswig
|
2013-11-07 23:01:40 -06:00 |
|
Anthony Minessale
|
b86770f34c
|
FS-5935 --resolve this was broken from the initial check in FS-5524
|
2013-11-01 16:34:14 -05:00 |
|
William King
|
40c1053221
|
Fixing printf arg mismatch
|
2013-10-28 17:01:13 -07:00 |
|