summaryrefslogtreecommitdiff
path: root/deps/v8
Commit message (Expand)AuthorAgeFilesLines
* build: remove v8-node.gypBen Noordhuis2011-11-172-13/+3
* v8: add platform-solaris.cc to gyp buildBen Noordhuis2011-11-171-0/+7
* v8: compile with __C99FEATURES__=1 on sunosBen Noordhuis2011-11-171-0/+7
* Upgrade V8 to 3.6.6.8Ryan Dahl2011-11-142-2/+7
* Upgrade V8 to 3.6.6.7Ryan Dahl2011-11-084-8/+44
* Remove -Werror from V8 buildRyan Dahl2011-11-031-2/+1
* Downgrade V8 to 3.6.4Ryan Dahl2011-11-03307-32350/+17100
* v8: fix freebsd build, implement VirtualMemory classBen Noordhuis2011-11-031-13/+95
* Revert "Upgrade V8 to 3.7.1"Ben Noordhuis2011-11-02224-13984/+6958
* Fix v8 build on WindowsBert Belder2011-10-291-1/+0
* v8: implement VirtualMemory class on SunOSBen Noordhuis2011-10-271-15/+126
* Upgrade V8 to 3.7.1Ryan Dahl2011-10-27226-7084/+14000
* build: fix windows buildIgor Zinkovsky2011-10-151-1/+0
* v8: implement VirtualMemory class on SunOSBen Noordhuis2011-10-141-15/+126
* Upgrade V8 to 3.7.0Ryan Dahl2011-10-13306-17073/+32349
* v8: fix gyp build on windowsBen Noordhuis2011-10-111-0/+3
* Revert "v8: implement VirtualMemory class on SunOS"Ryan Dahl2011-10-101-126/+15
* Revert "Upgrade V8 to 3.6.6"Ryan Dahl2011-10-10282-29482/+15414
* v8: implement VirtualMemory class on SunOSBen Noordhuis2011-10-101-15/+126
* Upgrade V8 to 3.6.6Ryan Dahl2011-10-10282-15414/+29482
* Upgrade V8 to 3.6.4Ryan Dahl2011-09-15201-2128/+4246
* v8: move __C99FEATURES__=1 into common.gypiBen Noordhuis2011-09-122-7/+3
* v8: add platform-solaris.cc to gyp buildBen Noordhuis2011-09-121-0/+7
* v8: compile with __C99FEATURES__=1 on sunosBen Noordhuis2011-09-121-0/+7
* Upgrade V8 to 3.6.2Ryan Dahl2011-09-0860-2776/+3961
* Upgrade V8 to 3.6.1Ryan Dahl2011-09-07213-2908/+5390
* Strip V8 -WerrorRyan Dahl2011-08-303-5/+3
* Fix Windows buildRyan Dahl2011-08-301-1/+1
* Upgrade V8 to 3.5.9.1Ryan Dahl2011-08-2974-2021/+2626
* v8: remove unnecessary break-after-return in switch statementjkummerow@chromium.org2011-08-291-1/+0
* Upgrade V8 to 3.5.8Ryan Dahl2011-08-2644-402/+731
* Upgrade V8 to 3.5.7Ryan Dahl2011-08-2335-979/+870
* Upgrade V8 to 3.5.6Ryan Dahl2011-08-18129-1527/+3261
* Fix GYP build on OSXRyan Dahl2011-08-151-6/+6
* Rename gyp files to produce useful solution names.Peter Bright2011-08-131-0/+6
* Upgrade V8 to v3.5.4Ryan Dahl2011-08-11103-2069/+3959
* V8 GYP should attempt to not use cygwin.Peter Bright2011-08-061-0/+8
* add deps/v8/build ???Ryan Dahl2011-08-066-0/+607
* Upgrade V8 to 3.5.3Ryan Dahl2011-08-04102-2090/+4377
* V8: Don't use mprotect on Cygwin as virtual memory is managed directly via Wi...Bert Belder2011-08-022-0/+8
* Merge branch 'V8-3.4'Ryan Dahl2011-07-21110-919/+4226
|\
| * Upgrade V8 to 3.4.14Ryan Dahl2011-07-21111-920/+4227
* | Replace reinterpret_cast with BitCast in deoptimizer to please certain compil...Ben Noordhuis2011-07-181-1/+1
* | Revert dcf6955: Fix V8 mingw32 buildBen Noordhuis2011-07-161-9/+0
* | Merge branch 'V8-3.4'Ryan Dahl2011-07-15163-4279/+3659
|\ \ | |/
| * Upgrade V8 to 3.4.12.1Ryan Dahl2011-07-15165-4290/+3693
* | Correctly propagate toolchain setting in SConstruct.vegorov@chromium.org2011-07-164-7/+7
* | MinGW32: define STRUNCATE and change strncpy_s implementation to follow speci...vegorov@chromium.org2011-07-161-4/+27
* | Merge branch 'v0.4'Ryan Dahl2011-07-144-2/+81
|\ \
| * | Bring back execScriptRyan Dahl2011-07-064-2/+81