31
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 19 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added version 1 of the V8 benchmark suite to the repository. More... over 15 years ago
Add option 'env' to the SCons build scripts to support overriding the ENV part of the build environment. This is mostly to support Windows builds in cases where SCons cannot find the correct paths to the Windows SDK, as these paths cannot be passed through shell envrionment variables. More... over 15 years ago
More updates to the API documentation. More... over 15 years ago
Comment formatting change. More... over 15 years ago
Updated V8 API documentation. More... over 15 years ago
Corrected a few typos, other minor edits to comments More... over 15 years ago
Revert unsafe change to code generator which is causing regressions. More... over 15 years ago
Hack to avoid bug in scons 0.ninety-something which doesn't allow warning options to be set. I'm loving scons right now. More... over 15 years ago
Renamed the top level directory 'public' to 'include'. More... over 15 years ago
Switched back on the "Buffer Security Check" on Windows SCons build. More... over 15 years ago
Created a factory method for allocating the debug info object. The new method ensures that there are no allocations during the setup. More... over 15 years ago
Shut up env.Copy warning. This breaks the build with scons 0.97 because of a bug in that version but it's easy to solve by upgrading to 1.0. More... over 15 years ago
Test that I can submit to new repository and fix lots of typos in comments. More... over 15 years ago
Update version number. Now working on 0.2.5. More... over 15 years ago
Fix typo in test.py. More... over 15 years ago
Changed two IA-32 assembler tests to use the stack below the return address as temporary storage for moving data from register xmm0 to st(0) instead of overwriting the parameters. This fixes a test that crashed on Windows in release build due to stack corruption. More... over 15 years ago
Introduce ZoneScope class to keep track of zone deletion. Remove unsafe calls to Zone::DeleteAll() from parser and use ZoneScopes instead. More... over 15 years ago
updated front page More... over 15 years ago
Checking I can edit More... over 15 years ago
Added presubmit step that runs cpplint and checks for missing copyrights. Fixed some lint issues in the samples. Added better error handling for crashing tests on windows. More... over 15 years ago
Removed the implicit call to DebugBreak when receiving debugger commands while V8 is running. More... over 15 years ago
Normalize the test suite path before passing it to basename. basename returns '' if the path ends in a path separator. More... over 15 years ago
Change the mozilla test support. The mozilla tests are now expected to be located at tests/mozilla/data. More... over 15 years ago
Add Visual Studio solution and Visual Studio project for building the cctest. More... over 15 years ago
Removed the library=default option. More... over 15 years ago
Add executable bit. More... over 15 years ago
Clean up a couple of runtime functions that mixed handles and raw pointers. More... over 15 years ago
Deal with timeouts when running test cases. More... over 15 years ago
Add a test that access a property name in its unicode escaped form. More... over 15 years ago
Changed status file support for the tests. The testcfg.py script is now responsible for adding the status information for the tests in the corresponding test suite. More... over 15 years ago