Go to file
2008-09-12 11:00:36 +00:00
benchmarks Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
include Removed Message::GetStackTrace. 2008-09-11 07:29:25 +00:00
samples Removed Message::GetStackTrace. 2008-09-11 07:29:25 +00:00
src Fix some arm related flags with the new flag system. 2008-09-12 11:00:36 +00:00
test Fix some arm related flags with the new flag system. 2008-09-12 11:00:36 +00:00
tools This is a new static flag system, designed to have all flags in a central place, and compiled into the binary without requiring static constructors for registration. All flags are moved out of the specific modules and into flags.defs, with different sections for debug, release, etc. The flag variables are always defined. For example, a debug flag in release mode still exists, but is read only and set to the default value. 2008-09-12 10:19:33 +00:00
AUTHORS Capitalize V8 in AUTHORS file. 2008-09-08 08:09:50 +00:00
ChangeLog Update version string and ChangeLog, we are now working on version 2008-09-11 08:42:29 +00:00
codereview.settings Add support for setting the correct parameters for gcl and 2008-09-09 03:27:06 +00:00
LICENSE Initial export. 2008-07-03 15:10:15 +00:00
SConstruct Removed SCons warning flags duplication on Windows. It now uses 2008-09-12 07:08:55 +00:00