[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / base / macros.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-06-17 svenpanneReplace OFFSET_OF with offsetof as far as possible.
2015-05-05 bmeurer[c++11] Remove remnants of pre-C++11 delete, final...
2015-04-20 svenpanneImport Reversed adapter from Chromium and use it in v8.
2015-01-30 michael_dawsonContribution of PowerPC port (continuation of 422063005...
2015-01-16 deftlyfix defines for openbsd - build fails without them:
2014-11-18 rickyzUse 16 instead of 4 for determining member offsets.
2014-10-24 svenpanne@chromium.orgonly define ARRAYSIZE_UNSAFE for NaCl builds
2014-10-24 yangguo@chromium.orgUse memcpy in List::AddAll for fundamental types.
2014-10-21 svenpanne@chromium.orgRemove v8stdint.h, it doesn't serve a purpose anymore.
2014-10-01 svenpanne@chromium.orgChanges to ALLOW_UNUSED to match upcoming changes to...
2014-09-23 bmeurer@chromium.orgForcibly inline bit_cast when building with GCC.
2014-09-08 bmeurer@chromium.orgReplace our home-grown BitCast with bit_cast from Chrom...
2014-09-08 bmeurer@chromium.orgNext base/macros.h cleanup step.
2014-09-02 bmeurer@chromium.orgFirst step to cleanup the power-of-2 mess.
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-08-26 bmeurer@chromium.orgNext attempt to fix NaCl build.
2014-08-26 bmeurer@chromium.orgReplace our homegrown ARRAY_SIZE() with Chrome's arrays...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-03 ishell@chromium.orgStack overflow checkers are now compatible with ASAN...
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-27 jochen@chromium.orgRemove dependency from platform files on v8.h
2014-06-17 jochen@chromium.orgUntangle RNG from v8 core
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-28 jochen@chromium.orgExtract build configuration into a separate header...
2014-05-20 ishell@chromium.orgReland "v8::TryCatch now works correctly with ASAN...
2014-05-12 ishell@chromium.orgRevert "v8::TryCatch now works correctly with ASAN...
2014-05-12 ishell@chromium.orgv8::TryCatch now works correctly with ASAN's UseAfterRe...
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-23 jochen@chromium.orgExtract common macros and start a base library