| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Turn NULL used as int to 0. | phajdan.jr@chromium.org | 2009-10-13 | 1 | -0/+2 |
* | Port some of the base module to FreeBSD. Extracted from | wtc@chromium.org | 2009-08-31 | 1 | -4/+4 |
* | Added a new method CreateNonJoinable() to PlatformThread. Added the windows ... | willchan@chromium.org | 2009-03-05 | 1 | -1/+5 |
* | Use PlatformThreadId, not int when dealing with thread ids. | agl@chromium.org | 2009-01-23 | 1 | -1/+10 |
* | Make PlatformThread::SetName operate only on the current thread. | deanm@google.com | 2008-08-25 | 1 | -3/+5 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Properly initialize PlatformThreadHandle. The Open Group Base Specifications... | deanm@google.com | 2008-08-22 | 1 | -2/+4 |
* | Create a simple abstraction to a native OS thread, mostly useful for unittest... | deanm@google.com | 2008-08-22 | 1 | -2/+6 |
* | Port the Thread class properly to Mac and Linux. This involved porting | darin@google.com | 2008-08-21 | 1 | -14/+32 |
* | Fix for mac and linux. Fix gcc warning about class with virtual functions and... | pinkerton@google.com | 2008-08-13 | 1 | -0/+3 |
* | Add a cross-platform sleep API. We don't use TimeDelta | paulg@google.com | 2008-08-13 | 1 | -0/+3 |
* | rollback r749 | darin@google.com | 2008-08-12 | 1 | -5/+0 |
* | Provide a cross platform sleep API. | paulg@google.com | 2008-08-12 | 1 | -0/+5 |
* | Add defines for the size of wchar_t to build_config.h. Use this in places whe... | brettw@google.com | 2008-08-07 | 1 | -7/+12 |
* | Add YieldCurrentThread to PlatformThread, for giving up the current thread's ... | deanm@google.com | 2008-08-06 | 1 | -0/+3 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+53 |