summaryrefslogtreecommitdiffstats
path: root/base/basictypes.h
Commit message (Expand)AuthorAgeFilesLines
* Copy WebKit's DEFINE_STATIC_LOCAL to base/basictypes.hthakis@chromium.org2011-11-051-0/+7
* Remove 2 unused definitions from base/basictypes.hthakis@chromium.org2011-11-041-12/+0
* OpenBSD and FreeBSD fixes for base.mark@chromium.org2011-10-131-2/+2
* Fix a trivial warning compiling basictypes.hmcgrathr@chromium.org2011-09-171-1/+1
* Fixed spelling mistake typo in comment.wyck@chromium.org2011-05-191-2/+2
* Use #if defined(__LP64__) in preference to #if __LP64__. This is a follow-upmark@chromium.org2011-03-241-2/+2
* 64-bit support for Mac OS X in base.mark@chromium.org2011-03-221-4/+7
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* GTK: Minimize usage of gtk headers.erg@chromium.org2010-07-081-1/+0
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-071-1/+5
* Revert "Remove npapi hack from basictypes.h now that npapi.h is fixed."evan@chromium.org2010-05-061-0/+10
* Remove npapi hack from basictypes.h now that npapi.h is fixed.evan@chromium.org2010-05-061-10/+0
* Fix various uses of release() that did not check its valueestade@chromium.org2010-05-041-3/+4
* Add a macro to ignore the return value of a function.estade@chromium.org2010-05-031-0/+11
* Some base/ progress towards building on Linux x86-64.deanm@chromium.org2009-07-271-0/+13
* Delete unused stuff from basictypes.h.willchan@chromium.org2009-05-041-13/+0
* Remove some unused stuff from basictypes.h.deanm@chromium.org2009-04-081-48/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Port the spell checker to posix.estade@chromium.org2008-12-161-8/+8
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-131-5/+4
* Linux does not always have ULLONG_MAX, etc. Use numerical constants instead.deanm@google.com2008-08-121-12/+12
* Back out r736 due to breakagemmentovai@google.com2008-08-121-4/+5
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-121-5/+4
* Removing unnecessary information; it's not clarifying things.avi@google.com2008-08-071-3/+0
* We use intptr_t in various points in the code.evanm@google.com2008-08-061-0/+5
* Import base::LINKER_INITIALIZED from google-perftools / tcmalloc. This is ef...deanm@google.com2008-08-051-0/+17
* Add base to the repository.initial.commit2008-07-261-0/+403