Go to file
mikhail.naganov@gmail.com 30a0a7de43 Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
This issue was raised by Brett Wilson while reviewing my changelist for readability. Craig Silverstein (one of C++ SG maintainers) confirmed that we should declare one namespace per line. Our way of namespaces closing seems not violating style guides (there is no clear agreement on it), so I left it intact.

Review URL: http://codereview.chromium.org/115756


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2038 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-05-25 10:05:56 +00:00
benchmarks Add new Splay benchmark to the V8 benchmark suite and remove 2009-05-12 08:23:11 +00:00
include Expose the calling context through the API. 2009-05-20 07:44:59 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
test Split nested namespaces declaration in two lines in accordance with C++ Style Guide. 2009-05-25 10:05:56 +00:00
tools Land patch from Craig Schlenter to make V8 build and run when compiled 2009-05-22 06:52:02 +00:00
AUTHORS Land patch from Craig Schlenter to make V8 build and run when compiled 2009-05-22 06:52:02 +00:00
ChangeLog Prepare to push version 1.2.4 to trunk. 2009-05-18 05:50:26 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Fixed minor style issue in SConstruct file. 2009-05-22 07:01:04 +00:00