summaryrefslogtreecommitdiffstats
path: root/base/compiler_specific.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-1/+1
* base: remove dcheng's TODO for updating webrtctfarina2015-12-171-1/+0
* Annotate more functions with _Printf_format_string_brucedawson2015-10-201-0/+4
* Enforce WARN_UNUSED_RESULT attribute on Windowsdcheng2015-10-101-1/+3
* Remove STATIC_CONST_MEMBER_DEFINITION.thakis2015-08-121-22/+0
* clang/win: Enable -Wunused-local-typedefthakis2015-07-201-1/+1
* Revise a stale comment on ignore_result()toyoshim2015-07-031-1/+1
* win: Remove __alignof workaround, no longer needed.thakis2015-04-081-4/+2
* Revert of Revert of MSan: check data is initialized when serializing with bas...thestig2015-03-161-2/+10
* Revert of MSan: check data is initialized when serializing with base::Pickle....thestig2015-03-061-10/+2
* MSan: check data is initialized when serializing with base::Pickle.earthdok2015-03-061-2/+10
* Delete the last remaining use of OVERRIDE and remove its definition.viettrungluu2014-10-221-6/+0
* Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC.pkasting2014-10-161-3/+9
* remove the FINAL macromostynb2014-10-141-7/+0
* Use a C++11 feature in a single file, to discover if this works everywhere.Nico Weber2014-09-161-16/+0
* Revert of Use a C++11 feature in a single file, to discover if this works eve...kevers2014-09-151-0/+16
* Use a C++11 feature in a single file, to discover if this works everywhere.thakis2014-09-121-16/+0
* win: sealed -> final rename, part 3/3.thakis@chromium.org2014-04-071-9/+2
* win: Now that we're on msvs2013, spell final 'final' not 'sealed'.thakis@chromium.org2014-04-041-2/+4
* Remove the LIKELY() macro.viettrungluu@chromium.org2014-03-241-9/+0
* Remove the NSSTRING_FORMAT() macro.viettrungluu@chromium.org2014-03-241-13/+0
* Add a macro NSSTRING_FORMAT for Objective-C formatting functionsdefresne@chromium.org2014-02-281-0/+12
* Use branch prediction hints to make trace events cheaperskyostil@chromium.org2014-02-131-0/+18
* Fix NaCl-related build errors in MemorySanitizer builds.earthdok@chromium.org2014-02-071-1/+1
* Include the MSan interface header in base/compiler_specific.h.earthdok@chromium.org2014-02-031-3/+1
* compiler_specific.h: define FINAL as final when using Clang on Windowshans@chromium.org2014-02-031-3/+3
* Move DumpProcessWithoutCrash to base, so we can use it from net and contentjochen@chromium.org2013-12-181-0/+9
* Correctly define OVERRIDE / FINAL when building with g++ 4.7 and C++11 supportch.dumez@samsung.com2013-12-061-0/+8
* Mojo: First stab at making MessagePipes work across OS pipes.viettrungluu@chromium.org2013-11-071-0/+22
* Add FINAL to base/compiler_specific.h.jered@chromium.org2013-05-101-0/+14
* base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-05-011-11/+0
* Update ALLOW_THIS_IN_INITIALIZER_LIST macro to reflect its deprecatation.scherkus@chromium.org2013-04-261-10/+7
* Annotate ThreadData::PushToHeadOfList for MemorySanitizer.eugenis@chromium.org2013-03-201-0/+15
* Upgrade AlignedMemory to support dynamic allocations.dalecurtis@chromium.org2012-07-261-2/+4
* Revert 147988 - Upgrade AlignedMemory to support dynamic allocations.acolwell@chromium.org2012-07-241-4/+2
* Upgrade AlignedMemory to support dynamic allocations.dalecurtis@chromium.org2012-07-231-2/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySing...jbates@chromium.org2012-02-231-0/+19
* Add a stackframe named 'CrashIntentionally' to crashes from about:crash.eroman@chromium.org2012-02-141-2/+11
* Make the comment above NON_EXPORTED_BASE talk about static data.jam@chromium.org2012-02-091-3/+3
* Comment on WARN_UNUSED_RESULT about how to defeat it.shess@chromium.org2011-05-201-0/+1
* net: Add NET_API to net/baservargas@google.com2011-05-181-0/+16
* Add shutdown trace functionsdavemoore@chromium.org2011-05-091-1/+3
* Roll clang to r124477.thakis@chromium.org2011-02-071-3/+2
* Disable OVERRIDE for clang for a while.thakis@chromium.org2011-01-271-2/+3
* Support OVERRIDE for clang.thakis@chromium.org2011-01-071-0/+2
* Add an OVERRIDE macro to our list of compiler-specific annotations.evan@chromium.org2010-10-081-11/+31
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-0/+21
* Platform cleanup in browser/ and porting of few files.phajdan.jr@chromium.org2008-12-171-0/+2