summaryrefslogtreecommitdiffstats
path: root/base/build
Commit message (Expand)AuthorAgeFilesLines
* Create a thread-safe observer list. Will be usedmbelshe@google.com2008-10-222-0/+8
* Make String Conversion Unittest x-platform + fix a small bug the tests exposed.jeremy@chromium.org2008-10-221-1/+1
* Construct a field trial to see if HIGH or MEDIUM memory model "works better"jar@google.com2008-10-192-4/+16
* Add a DirectoryWatcher class, allowing objects to be notified wheneverevanm@google.com2008-10-172-7/+19
* Remove unused shared_event.agl@chromium.org2008-10-162-12/+0
* Port parts of base/process_util to Linux.evanm@google.com2008-10-141-1/+1
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-091-8/+8
* Add a FilePath objectmark@chromium.org2008-10-032-0/+12
* Refactoring for portability:mark@chromium.org2008-09-292-0/+16
* Provide autorelease pool management on the Mac in all types of message pumps.mark@chromium.org2008-09-251-0/+4
* Implement a SystemMonitor class for monitoring system statusmbelshe@google.com2008-09-252-0/+16
* Create a class for getting at processor information via thembelshe@google.com2008-09-241-0/+8
* Add a class for extracting system-specific information, like the number of pr...deanm@chromium.org2008-09-172-0/+12
* Refactor the platform canvas unit test a bit so that it can be run onawalker@google.com2008-09-091-1/+1
* Create a LazyInstance abstraction for avoiding static constructors by lazily ...deanm@google.com2008-09-082-0/+12
* HMAC-SHA1 implementation for Mac based on CommonCrypto;mmentovai@google.com2008-09-041-2/+2
* Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca...deanm@google.com2008-09-032-0/+12
* Initial pass at simple event tracing. I added a few traces to tcp_socket and...erikkay@google.com2008-09-021-2/+10
* Cleanup some Windows TimeTicks functions. Move TickTicks::Now and TicksTicks...deanm@google.com2008-09-021-0/+4
* Import upstream atomicop tests.deanm@google.com2008-08-291-0/+4
* Bring back SimpleThread, but with a Delegate interface.deanm@google.com2008-08-292-0/+12
* Mark the platform_canvas_unittest as windows specific.erg@google.com2008-08-271-1/+1
* Move process_util.cc to process_util_win.cc to make way for posix.deanm@google.com2008-08-261-1/+1
* Move unittests that had a _test filename to _unittest. Update some missing t...deanm@google.com2008-08-261-5/+5
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-0/+8
* Add example usages and tests to scoped_ptr.h and tuple.h.deanm@google.com2008-08-251-0/+8
* Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".ericroman@google.com2008-08-251-4/+0
* Remove CallWrapper and SimpleThread. They overlap too closely with the messa...deanm@google.com2008-08-222-20/+0
* Create a simple abstraction to a native OS thread, mostly useful for unittest...deanm@google.com2008-08-222-0/+12
* Fix the final gcc warnings in base and net. Provide some macros to selective...mmentovai@google.com2008-08-211-5/+9
* Create a CallWrapper interface, for making closure-like callbacks. This is s...deanm@google.com2008-08-212-0/+8
* Port the Thread class properly to Mac and Linux. This involved portingdarin@google.com2008-08-211-1/+1
* Move time formatters that only use ICU into base/time.*tc@google.com2008-08-191-0/+8
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-0/+4
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-8/+20
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9...awalker@google.com2008-08-141-6/+6
* Unify maintenance of NumberFormat objects into a cross-platform Singleton. C...mmentovai@google.com2008-08-131-4/+0
* Kill check handler. It seems to be unused, and is implemented using ugly SEHdeanm@google.com2008-08-132-12/+0
* Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linuxdeanm@google.com2008-08-131-0/+4
* The Posix shared memory implementation.avi@google.com2008-08-121-1/+1
* Basic implementation of the clipboard on the Mac.avi@google.com2008-08-121-1/+1
* Provide cross-platform implementation of WaitableEvent for use on Mac and Linux.darin@google.com2008-08-111-0/+4
* Allow multiple AtExitManagers to be chained in a stack, this allows much easi...deanm@google.com2008-08-113-181/+0
* Add a NOTIMPLEMENTED() macro to annotate the code paths which need revisiting...ericroman@google.com2008-08-101-0/+4
* A basic wrapper for a windows event object that encapsulates the way we often...darin@google.com2008-08-091-0/+8
* Port LockImpl, Lock, and ConditionVariable to pthreads-supporting platforms.mmentovai@google.com2008-08-081-2/+2
* Add a unit test for WordIterator. Fix word_iterator.* includes at the same time.maruel@google.com2008-08-071-0/+4
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-071-0/+4
* Cross-platform portability fixes for JSONReader. Adds generic string-to-doub...mmentovai@google.com2008-08-071-0/+4
* Remove the old atomic operations interface.deanm@google.com2008-08-072-8/+0