bmeurer
|
c65ae4f10c
|
Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.".
R=svenpanne@chromium.org
Review URL: https://codereview.chromium.org/877753007
Cr-Commit-Position: refs/heads/master@{#26346}
|
2015-01-30 09:29:41 +00:00 |
|
Benedikt Meurer
|
883852293a
|
Revert "Make GCC happy again." and "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.".
This reverts commit 6a4c0a3bae and commit
0deaa4b629 for breaking GCC bots.
TBR=svenpanne@chromium.org
Review URL: https://codereview.chromium.org/893533003
Cr-Commit-Position: refs/heads/master@{#26342}
|
2015-01-30 07:19:57 +00:00 |
|
bmeurer
|
0deaa4b629
|
Initial switch to Chromium-style CHECK_* and DCHECK_* macros.
R=svenpanne@chromium.org
Review URL: https://codereview.chromium.org/888613002
Cr-Commit-Position: refs/heads/master@{#26340}
|
2015-01-30 06:25:36 +00:00 |
|
jochen@chromium.org
|
a4506cd3f2
|
Move platform abstraction to base library
Also split v8-core independent methods from checks.h to base/logging.h and
merge v8checks with the rest of checks.
The CPU::FlushICache method is moved to CpuFeatures::FlushICache
RoundUp and related methods are moved to base/macros.h
Remove all layering violations from src/libplatform
BUG=none
R=jkummerow@chromium.org
LOG=n
Review URL: https://codereview.chromium.org/358363002
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22092 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2014-06-30 13:25:46 +00:00 |
|
jochen@chromium.org
|
56a486c322
|
Use full include paths everywhere
- this avoids using relative include paths which are forbidden by the style guide
- makes the code more readable since it's clear which header is meant
- allows for starting to use checkdeps
BUG=none
R=jkummerow@chromium.org, danno@chromium.org
LOG=n
Review URL: https://codereview.chromium.org/304153016
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21625 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2014-06-03 08:12:43 +00:00 |
|
jkummerow@chromium.org
|
ed6c366f98
|
Add missing license headers.
BUG=chromium:98597
Review URL: https://codereview.chromium.org/12486003
Patch from Paweł Hajdan Jr. <phajdan.jr@chromium.org>.
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13854 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-03-07 11:12:26 +00:00 |
|
whesse@chromium.org
|
1853458a39
|
Fix X64 Windows compilation.
Review URL: http://codereview.chromium.org/6312120
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6621 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2011-02-03 15:14:46 +00:00 |
|
floitschV8@gmail.com
|
fc9915b770
|
Added precision mode to fast-dtoa.
Review URL: http://codereview.chromium.org/2000004
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5491 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2010-09-20 09:18:00 +00:00 |
|
floitschV8@gmail.com
|
7fc98eb1f4
|
Dtoa for fixed notation.
Review URL: http://codereview.chromium.org/1956005
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4596 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2010-05-05 13:51:27 +00:00 |
|
floitschV8@gmail.com
|
92a9e30cd8
|
Revert r4591
Review URL: http://codereview.chromium.org/1968003
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4592 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2010-05-05 10:33:27 +00:00 |
|
floitschV8@gmail.com
|
b441d246b3
|
Provide (non Gay) dtoa for fixed notation.
Review URL: http://codereview.chromium.org/1865001
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4591 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2010-05-05 09:29:18 +00:00 |
|
floitschV8@gmail.com
|
0aa67676f6
|
Switch to vectors instead of bare char* arrays.
Review URL: http://codereview.chromium.org/1732019
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4546 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2010-04-29 12:15:02 +00:00 |
|
floitschV8@gmail.com
|
05beab6b1f
|
Rename files containing underscores.
Review URL: http://codereview.chromium.org/1102002
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4191 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2010-03-19 12:15:24 +00:00 |
|
floitschV8@gmail.com
|
9e84308722
|
Rename grisu to fast-dtoa. Get rid of template.
Review URL: http://codereview.chromium.org/1032007
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4181 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2010-03-18 13:19:59 +00:00 |
|