summaryrefslogtreecommitdiffstats
path: root/base/lazy_instance.h
Commit message (Expand)AuthorAgeFilesLines
* Update dynamic annotations and move them to base/third_partytimurrrr@chromium.org2010-05-141-1/+1
* Avoid a strict aliasing issue in LazyInstance.craig.schlenter@chromium.org2010-03-121-15/+21
* Isolate tests by running AtExit callbacks between them.phajdan.jr@chromium.org2009-11-191-0/+4
* Added dynamic annotation files into base/.deanm@chromium.org2009-06-261-0/+9
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Fix a typo in a comment.deanm@chromium.org2009-01-131-1/+1
* Just by implementing a destructor (even if it's not doing anything), MSVC wil...deanm@google.com2008-09-081-2/+4
* Add a DISALLOW_COPY_AND_ASSIGN to LazyInstanceHelper.deanm@google.com2008-09-081-0/+3
* Create a LazyInstance abstraction for avoiding static constructors by lazily ...deanm@google.com2008-09-081-0/+105