summaryrefslogtreecommitdiffstats
path: root/base/build/base_unittests.vcproj
Commit message (Expand)AuthorAgeFilesLines
* Implement a SystemMonitor class for monitoring system statusmbelshe@google.com2008-09-251-0/+4
* Add a class for extracting system-specific information, like the number of pr...deanm@chromium.org2008-09-171-0/+4
* 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-081-0/+4
* Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca...deanm@google.com2008-09-031-0/+4
* 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-291-0/+4
* Mark the platform_canvas_unittest as windows specific.erg@google.com2008-08-271-1/+1
* Move unittests that had a _test filename to _unittest. Update some missing t...deanm@google.com2008-08-261-5/+5
* Add example usages and tests to scoped_ptr.h and tuple.h.deanm@google.com2008-08-251-0/+8
* Remove CallWrapper and SimpleThread. They overlap too closely with the messa...deanm@google.com2008-08-221-8/+0
* Create a simple abstraction to a native OS thread, mostly useful for unittest...deanm@google.com2008-08-221-0/+4
* Create a CallWrapper interface, for making closure-like callbacks. This is s...deanm@google.com2008-08-211-0/+4
* Kill check handler. It seems to be unused, and is implemented using ugly SEHdeanm@google.com2008-08-131-8/+0
* Provide cross-platform implementation of WaitableEvent for use on Mac and Linux.darin@google.com2008-08-111-0/+4
* Add a unit test for WordIterator. Fix word_iterator.* includes at the same time.maruel@google.com2008-08-071-0/+4
* Remove the old atomic operations interface.deanm@google.com2008-08-071-4/+0
* This is the addition of the system-dependent string conversions. This is just...brettw@google.com2008-08-071-0/+4
* Drop FixedString. It's only used in two places, one where it doesn't really ...evanm@google.com2008-08-061-4/+0
* A helper class for calling RegisterWaitForSingleObject with the objective of ...darin@google.com2008-08-011-0/+4
* Adds new class AtExitManager which manages the dtors of all singletons.cpu@google.com2008-08-011-0/+4
* Add base to the repository.initial.commit2008-07-261-0/+370