1. 10 May, 2016 1 commit
  2. 06 May, 2016 1 commit
  3. 29 Apr, 2016 1 commit
  4. 25 Apr, 2016 1 commit
    • machenbach's avatar
      [build] Prepare moving v8.gyp to src/ · cb855fe7
      machenbach authored
      This will allow to pull in gyp as a deps to the same location
      as chromium (tools/gyp not build/gyp), needed for gn switch.
      
      This is the first step of a 3-way move.
      1) Copy v8.gyp in v8
      2) Update references in embedders (follow up)
      3) Remove old v8.gyp (follow up)
      
      BUG=chromium:474921
      LOG=n
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/1920793002
      
      Cr-Commit-Position: refs/heads/master@{#35760}
      cb855fe7
  5. 09 Dec, 2015 1 commit
  6. 02 Jul, 2015 1 commit
  7. 21 May, 2015 1 commit
  8. 24 Nov, 2014 1 commit
  9. 03 Jul, 2014 1 commit
  10. 22 Nov, 2013 2 commits
  11. 19 Sep, 2013 1 commit
  12. 18 Sep, 2013 2 commits
  13. 17 Sep, 2013 1 commit
  14. 11 Jul, 2013 2 commits
  15. 10 Jul, 2013 1 commit
  16. 28 Jun, 2013 1 commit
  17. 16 Apr, 2012 1 commit
  18. 25 Aug, 2011 1 commit
  19. 05 Aug, 2011 1 commit
  20. 18 Jul, 2011 2 commits
  21. 14 Dec, 2010 1 commit
  22. 25 Jun, 2009 2 commits
  23. 26 Sep, 2008 2 commits
  24. 09 Sep, 2008 1 commit
  25. 02 Sep, 2008 1 commit
  26. 28 Aug, 2008 1 commit
  27. 22 Aug, 2008 1 commit
    • christian.plesner.hansen's avatar
      Included mjsunit JavaScript test suite and C++ unit tests. · c42f5829
      christian.plesner.hansen authored
      In the shell sample don't print the result of executing a script, only
      evaluating expressions.
      
      Fixed issue when building samples on Windows using a shared V8
      library.  Added visibility option on Linux build which makes the
      generated library 18% smaller.
      
      Changed build system to accept multiple build modes in one build and
      generate seperate objects, libraries and executables for each mode.
      
      Removed deferred negation optimization (a * -b => -(a * b)) since this
      visibly changes operand conversion order.
      
      Improved parsing performance by introducing stack guard in preparsing.
      Without a stack guard preparsing always bails out with stack overflow.
      
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      c42f5829