| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor the platform canvas unit test a bit so that it can be run on | awalker@google.com | 2008-09-09 | 1 | -1/+1 |
* | Create a LazyInstance abstraction for avoiding static constructors by lazily ... | deanm@google.com | 2008-09-08 | 2 | -0/+12 |
* | HMAC-SHA1 implementation for Mac based on CommonCrypto; | mmentovai@google.com | 2008-09-04 | 1 | -2/+2 |
* | Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca... | deanm@google.com | 2008-09-03 | 2 | -0/+12 |
* | Initial pass at simple event tracing. I added a few traces to tcp_socket and... | erikkay@google.com | 2008-09-02 | 1 | -2/+10 |
* | Cleanup some Windows TimeTicks functions. Move TickTicks::Now and TicksTicks... | deanm@google.com | 2008-09-02 | 1 | -0/+4 |
* | Import upstream atomicop tests. | deanm@google.com | 2008-08-29 | 1 | -0/+4 |
* | Bring back SimpleThread, but with a Delegate interface. | deanm@google.com | 2008-08-29 | 2 | -0/+12 |
* | Mark the platform_canvas_unittest as windows specific. | erg@google.com | 2008-08-27 | 1 | -1/+1 |
* | Move process_util.cc to process_util_win.cc to make way for posix. | deanm@google.com | 2008-08-26 | 1 | -1/+1 |
* | Move unittests that had a _test filename to _unittest. Update some missing t... | deanm@google.com | 2008-08-26 | 1 | -5/+5 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 1 | -0/+8 |
* | Add example usages and tests to scoped_ptr.h and tuple.h. | deanm@google.com | 2008-08-25 | 1 | -0/+8 |
* | Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h". | ericroman@google.com | 2008-08-25 | 1 | -4/+0 |
* | Remove CallWrapper and SimpleThread. They overlap too closely with the messa... | deanm@google.com | 2008-08-22 | 2 | -20/+0 |
* | Create a simple abstraction to a native OS thread, mostly useful for unittest... | deanm@google.com | 2008-08-22 | 2 | -0/+12 |
* | Fix the final gcc warnings in base and net. Provide some macros to selective... | mmentovai@google.com | 2008-08-21 | 1 | -5/+9 |
* | Create a CallWrapper interface, for making closure-like callbacks. This is s... | deanm@google.com | 2008-08-21 | 2 | -0/+8 |
* | Port the Thread class properly to Mac and Linux. This involved porting | darin@google.com | 2008-08-21 | 1 | -1/+1 |
* | Move time formatters that only use ICU into base/time.* | tc@google.com | 2008-08-19 | 1 | -0/+8 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 1 | -0/+4 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 1 | -8/+20 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9... | awalker@google.com | 2008-08-14 | 1 | -6/+6 |
* | Unify maintenance of NumberFormat objects into a cross-platform Singleton. C... | mmentovai@google.com | 2008-08-13 | 1 | -4/+0 |
* | Kill check handler. It seems to be unused, and is implemented using ugly SEH | deanm@google.com | 2008-08-13 | 2 | -12/+0 |
* | Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linux | deanm@google.com | 2008-08-13 | 1 | -0/+4 |
* | The Posix shared memory implementation. | avi@google.com | 2008-08-12 | 1 | -1/+1 |
* | Basic implementation of the clipboard on the Mac. | avi@google.com | 2008-08-12 | 1 | -1/+1 |
* | Provide cross-platform implementation of WaitableEvent for use on Mac and Linux. | darin@google.com | 2008-08-11 | 1 | -0/+4 |
* | Allow multiple AtExitManagers to be chained in a stack, this allows much easi... | deanm@google.com | 2008-08-11 | 3 | -181/+0 |
* | Add a NOTIMPLEMENTED() macro to annotate the code paths which need revisiting... | ericroman@google.com | 2008-08-10 | 1 | -0/+4 |
* | A basic wrapper for a windows event object that encapsulates the way we often... | darin@google.com | 2008-08-09 | 1 | -0/+8 |
* | Port LockImpl, Lock, and ConditionVariable to pthreads-supporting platforms. | mmentovai@google.com | 2008-08-08 | 1 | -2/+2 |
* | Add a unit test for WordIterator. Fix word_iterator.* includes at the same time. | maruel@google.com | 2008-08-07 | 1 | -0/+4 |
* | Add defines for the size of wchar_t to build_config.h. Use this in places whe... | brettw@google.com | 2008-08-07 | 1 | -0/+4 |
* | Cross-platform portability fixes for JSONReader. Adds generic string-to-doub... | mmentovai@google.com | 2008-08-07 | 1 | -0/+4 |
* | Remove the old atomic operations interface. | deanm@google.com | 2008-08-07 | 2 | -8/+0 |
* | This is the addition of the system-dependent string conversions. This is just... | brettw@google.com | 2008-08-07 | 2 | -0/+8 |
* | Drop FixedString. It's only used in two places, one where it doesn't really ... | evanm@google.com | 2008-08-06 | 2 | -8/+0 |
* | Fix base::DIR_SOURCE_ROOT path calculation. | maruel@google.com | 2008-08-06 | 1 | -0/+28 |
* | Refactoring file_util into file_util and file_util_win. Also fix windows dep... | erikkay@google.com | 2008-08-06 | 1 | -0/+4 |
* | Cross platform and cleanup of Singleton class | deanm@google.com | 2008-08-06 | 1 | -4/+0 |
* | refactor base_paths so that windows-specific paths are pulled out into their ... | erikkay@google.com | 2008-08-05 | 1 | -0/+8 |
* | A helper class for calling RegisterWaitForSingleObject with the objective of ... | darin@google.com | 2008-08-01 | 2 | -0/+12 |
* | Adds new class AtExitManager which manages the dtors of all singletons. | cpu@google.com | 2008-08-01 | 2 | -3/+15 |
* | Use own our bzip2 error handler instead of the default which prints error mes... | deanm@google.com | 2008-07-30 | 1 | -0/+4 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 10 | -0/+1708 |