summaryrefslogtreecommitdiffstats
path: root/base/macros.h
Commit message (Expand)AuthorAgeFilesLines
* Move bit_cast from base/macros.h to its own headertapted2016-01-141-65/+0
* Switch to standard integer types in base/.avi2015-12-261-1/+1
* Add a web reference to arraysize() macro docs.tnagel2015-12-181-4/+5
* Remove DISALLOW_EVIL_CONSTRUCTORSthakis2015-12-041-7/+0
* Remove COMPILE_ASSERT.avi2015-11-251-18/+0
* Switch to static_assert in base/.avi2015-11-241-1/+2
* Remove base's implicit_cast.danakj2015-09-151-23/+0
* Use "= delete" for DISALLOW_IMPLICIT_CONSTRUCTORS.mlamouri2015-07-031-1/+1
* Use "= delete" for DISALLOW_COPY and DISALLOW_ASSIGN.mlamouri2015-05-211-4/+4
* base: Remove gcc and msvs workaround limitations for arraysize template magic.tfarina2015-05-081-12/+2
* Fully qualify usage of ArraySizeHelper to prevent conflict.qsr2015-02-091-1/+1
* Remove #include of compiler_specific.h from macros.h.pkasting2014-11-211-2/+0
* Delete ARRAYSIZE_UNSAFE (from base/macros.h).Viet-Trung Luu2014-10-211-9/+0
* Don't define ARRAYSIZE_UNSAFE except in Blink.viettrungluu2014-10-171-1/+5
* Make ARRAYSIZE_UNSAFE() just use arraysize().viettrungluu2014-10-141-47/+5
* Use a better c++11 readiness check.Nico Weber2014-09-161-56/+0
* Split macros, etc. from base/basictypes.h into base/macros.h.viettrungluu@chromium.org2014-01-081-0/+313