Go to file
erik.corry@gmail.com df727ffd43 Fix build (someone tell gcc you can't take the address of a static
const int and someone tell MSVC it's OK to define a static const int
in a .cc file).
Review URL: http://codereview.chromium.org/13656

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@942 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-12-09 09:17:41 +00:00
benchmarks Changed benchmark runners to always display at least three significant 2008-12-02 13:02:11 +00:00
include Commiting Evan's change to use char instead of wchar_t for counter names. 2008-12-01 07:40:43 +00:00
samples Adds a --help option and usage message listing all flags to V8. 2008-11-06 10:43:15 +00:00
src Fix build (someone tell gcc you can't take the address of a static 2008-12-09 09:17:41 +00:00
test Skip some debugger related tests on ARM for nowas they have different behaviour based on platform and mode. The debugger infrastructure is currently not working on the ARM platform. This also fix the "syntax" error of the previous change to mjsunit.status. 2008-12-08 15:11:02 +00:00
tools Fix the Xcode build ARM targets. 2008-12-05 22:27:22 +00:00
AUTHORS Apply patch from Alexander Botero-Lowry that adds FreeBSD platform 2008-11-21 10:06:29 +00:00
ChangeLog Preparing to push to trunk. 2008-12-03 13:58:36 +00:00
LICENSE Initial export. 2008-07-03 15:10:15 +00:00
SConstruct Added support for building V8 on Windows with either the shared or static version of MSVCRT. The selection of the MSVCRT version is through the new SCons flag msvcrt which can have values static or shared with static being the default. 2008-11-21 11:19:01 +00:00