1. 30 Sep, 2015 1 commit
  2. 11 Aug, 2015 1 commit
    • mstarzinger's avatar
      Remove several grab-bag includes from the v8.h header. · 58109a2c
      mstarzinger authored
      This is the first step of turning the v8.h file into a normal header
      instead of an include-the-world header. The new rule is that no other
      header files are allowed to include v8.h, which is enforced by DEPS.
      
      Also the number of includes inside the v8.h file has been drastically
      reduced. Basically the last missing piece is the inclusion of the big
      objects-inl.h file.
      
      This in turn makes many headers follow the IWYU principle.
      
      R=bmeurer@chromium.org,hpayer@chromium.org,titzer@chromium.org
      
      Review URL: https://codereview.chromium.org/1282503003
      
      Cr-Commit-Position: refs/heads/master@{#30102}
      58109a2c
  3. 06 Jul, 2015 1 commit
  4. 10 Sep, 2014 1 commit
  5. 03 Jun, 2014 1 commit
  6. 29 Apr, 2014 1 commit
  7. 17 Jan, 2014 1 commit
  8. 28 Nov, 2013 1 commit
  9. 05 Jun, 2013 1 commit
  10. 17 Nov, 2010 1 commit
  11. 17 May, 2010 1 commit
    • mark@chromium.org's avatar
      Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac · e9b5d785
      mark@chromium.org authored
      Chromium build.
      
      v8.gyp no longer sets any V8_TARGET_ARCH_* macro on the Mac. Instead, the
      proper V8_TARGET_ARCH_* macro will be set by src/globals.h in the same way as
      the V8_HOST_ARCH_* macro when it detects that no target macro is currently
      defined. The Mac build will attempt to compile all ia32 and x86_64 .cc files.
      #ifdef guards in each of these target-specific source files prevent their
      compilation when the associated target is not selected. For completeness,
      these #ifdef guards are also provided for the arm and mips .cc files.
      
      BUG=706
      TEST=x86_64 Mac GYP/Xcode-based Chromium build (still depends on other changes)
      Review URL: http://codereview.chromium.org/2133003
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4666 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      e9b5d785
  12. 04 Feb, 2010 1 commit
  13. 27 May, 2009 1 commit
  14. 25 May, 2009 1 commit
  15. 15 May, 2009 1 commit
  16. 11 May, 2009 1 commit
  17. 23 Apr, 2009 1 commit
  18. 20 Mar, 2009 1 commit
  19. 27 Feb, 2009 1 commit
  20. 09 Sep, 2008 1 commit
  21. 03 Jul, 2008 1 commit