summaryrefslogtreecommitdiff
path: root/deps/v8/include
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade V8 to 3.0.0Ryan Dahl2010-12-073-0/+225
|
* Upgrade V8 to 2.5.9.1Ryan Dahl2010-11-301-0/+5
|
* Upgrade V8 to 2.5.8Ryan Dahl2010-11-241-7/+22
|
* Upgrade V8 to 2.5.7Ryan Dahl2010-11-193-38/+83
|
* Revert "Upgrade V8 to 2.5.6"Ryan Dahl2010-11-163-83/+38
| | | | | | This reverts commit 564a48643bd3edc6da845e458277a54c8068d0e2. Breaks cygwin
* Upgrade V8 to 2.5.6Ryan Dahl2010-11-113-38/+83
|
* Upgrade V8 to 2.5.3Ryan Dahl2010-11-011-21/+23
|
* Upgrade V8 to 2.5.2Ryan Dahl2010-10-301-3/+8
|
* Upgrade V8 to 2.5.0Ryan Dahl2010-10-182-2/+67
|
* Upgrade V8 to 2.4.7Ryan Dahl2010-10-011-1/+4
|
* Upgrade V8 to 2.4.4Ryan Dahl2010-09-162-1/+56
|
* Upgrade V8 to 2.4.2Ryan Dahl2010-09-082-6/+66
|
* Upgrade V8 to 2.3.8Ryan Dahl2010-08-172-16/+24
|
* Revert "Upgrade V8 to 2.3.7"Ryan Dahl2010-08-132-67/+17
| | | | | | | | | | | | | | | | | | | This reverts commit 083ee0f8b7a8d98d51bf2debf47d68117f13087f. V8 build broken on cygwin: ./deps/v8/src/handles.h:62: instantiated from `T* v8::internal::Handle<T>::operator->() const [with T = v8::internal::Code]' ./deps/v8/src/accessors.cc:396: instantiated from here ./deps/v8/src/handles-inl.h:50: error: call of overloaded `BitCast(v8::internal::Code** const&)' is ambiguous ./deps/v8/src/utils.h:732: note: candidates are: Dest v8::internal::BitCast(const Source&) [with Dest = v8::internal::Code**, Source = v8::internal::Code**] ./deps/v8/src/utils.h:743: note: Dest v8::internal::BitCast(Source* const&) [with Dest = v8::internal::Code**, Source = v8::internal::Code*] scons: *** [obj/release/accessors.o] Error 1
* Upgrade V8 to 2.3.7Ryan Dahl2010-08-122-17/+67
|
* Upgrade V8 to 2.3.2Ryan Dahl2010-07-212-4/+26
|
* Upgrade V8 to 2.3.0Ryan Dahl2010-07-151-1/+15
|
* Upgrade V8 to 2.2.24Ryan Dahl2010-07-141-0/+16
|
* Upgrade V8 to 2.2.23Ryan Dahl2010-07-071-189/+199
|
* Upgrade V8 to 2.2.19Ryan Dahl2010-06-232-6/+6
|
* Upgrade V8 to 2.2.18Ryan Dahl2010-06-162-49/+152
|
* Upgrade V8 to 2.2.16Ryan Dahl2010-06-091-27/+41
|
* Upgrade V8 to 2.2.15Ryan Dahl2010-06-091-27/+81
|
* Upgrade V8 to 2.2.12Ryan Dahl2010-05-261-37/+77
|
* Upgrade V8 to 2.2.11Ryan Dahl2010-05-212-6/+67
|
* Upgrade V8 to 2.2.9Ryan Dahl2010-05-102-2/+104
|
* Upgrade V8 to 2.2.8Ryan Dahl2010-05-061-1/+1
|
* Upgrade V8 to 2.2.6Ryan Dahl2010-04-281-1/+1
|
* Upgrade V8 to 2.2.4.2Ryan Dahl2010-04-231-0/+2
|
* Upgrade V8 to 2.2.3.1Ryan Dahl2010-04-142-11/+192
|
* Try out Flatten APIRyan Dahl2010-04-061-0/+7
| | | | | Speeds up WriteUtf8 significantly when dealing with strings made by the concatenation of many others.
* Upgrade V8 to 2.2.0.3Ryan Dahl2010-04-041-2/+5
|
* Upgrade V8 to 2.1.10Ryan Dahl2010-03-261-1/+1
|
* Update to V8 2.1.9.1Ryan Dahl2010-03-252-8/+83
|
* Upgrade V8 to 2.1.4Ryan Dahl2010-03-151-0/+8
|
* Upgrade V8 to 2.1.3Ryan Dahl2010-03-101-6/+30
|
* Upgrade V8 to 2.1.2.6Ryan Dahl2010-03-081-0/+16
|
* Upgrade V8 to 2.1.1Ryan Dahl2010-02-191-37/+85
|
* Upgrade V8 to 2.1.0Ryan Dahl2010-02-031-1/+40
|
* Upgrade V8 to 2.0.6.1Ryan Dahl2010-01-192-1/+5
|
* Upgrade V8 to 2.0.5.4Ryan Dahl2009-12-301-10/+16
|
* Revert "Upgrade V8 to 2.0.5"Ryan Dahl2009-12-191-16/+10
| | | | | | This reverts commit 20b945df706b2b9fcbc1a84230372d288d497544. Broken on Hagen's Macintosh. Don't have time to investigate.
* Upgrade V8 to 2.0.5Ryan Dahl2009-12-181-10/+16
|
* upgrade v8 to 2.0.3Ryan Dahl2009-12-051-3/+17
|
* Upgrade v8 to 2.0Ryan Dahl2009-11-182-8/+20
| | | | (With just one change: remove -Werror)
* Upgrade v8 to 1.3.17Ryan Dahl2009-10-281-12/+51
|
* Upgrade v8 to 1.3.16Ryan Dahl2009-10-161-31/+84
| | | | and apply my V8 patch for debugging.
* Enable debugging.Ryan Dahl2009-10-091-0/+17
| | | | | | | | | Use the --debug command line flag to enable. It appears that d8 sucks. Luckily it can be rewritten rather easily with the repl and tcp client libraries. Node's CL option parsing is getting rather unwieldy - needs refactor.
* Upgrade v8 to 1.3.14Ryan Dahl2009-10-071-33/+46
|
* Upgrade v8 to 1.3.13Ryan Dahl2009-09-231-4/+13
|