1. 30 Nov, 2016 1 commit
    • leszeks's avatar
      Deprecate the BASE_EMBEDDED macro · 80b92012
      leszeks authored
      This was causing more confusion than benefit, so we're removing it.
      
      It's re-defined to empty for now, to avoid touching the ~100 files which
      use it, we can remove it completely during a quiet period when it's less
      likely to conflict with other work.
      
      Review-Url: https://codereview.chromium.org/2535383005
      Cr-Commit-Position: refs/heads/master@{#41393}
      80b92012
  2. 17 Oct, 2016 1 commit
  3. 20 Sep, 2016 2 commits
  4. 19 Sep, 2016 1 commit
  5. 05 Jul, 2016 1 commit
    • honggyu.kp's avatar
      Strictly disable instantiation of AllStatic class · 446232f1
      honggyu.kp authored
      Since the intention of using AllStatic class is to provide classes that
      only contain static method functions without member variables so it
      doesn't have to be instantiated at all.
      
      However, current implementation only disables dynamic instantiation, and
      it can be detected at runtime by reaching UNREACHABLE().  And it can
      still have instances allocated inside stack.
      
      This blocks all those cases by deleting default constructor of AllStatic
      class to prevent undesirable usage of it.
      
      BUG=
      R=jochen@chromium.org
      
      Review-Url: https://codereview.chromium.org/2108273003
      Cr-Commit-Position: refs/heads/master@{#37532}
      446232f1
  6. 30 Sep, 2015 1 commit
  7. 11 Feb, 2015 1 commit
  8. 03 Jun, 2014 1 commit
  9. 29 Apr, 2014 1 commit
  10. 10 Jan, 2014 1 commit
  11. 20 Nov, 2013 1 commit
  12. 02 Sep, 2013 2 commits
  13. 04 Jun, 2012 1 commit
  14. 11 Mar, 2012 1 commit
  15. 25 Jan, 2012 1 commit
  16. 29 Nov, 2011 1 commit
  17. 29 Mar, 2011 1 commit
  18. 18 Mar, 2011 3 commits
  19. 15 Dec, 2010 1 commit
  20. 15 Nov, 2010 1 commit
  21. 20 Nov, 2009 1 commit
  22. 25 May, 2009 1 commit
  23. 18 Mar, 2009 1 commit
  24. 09 Sep, 2008 1 commit
  25. 03 Jul, 2008 1 commit