summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* recursive_mutexerikkay@google.com2008-08-116-27/+228
* Provide cross-platform implementation of WaitableEvent for use on Mac and Linux.darin@google.com2008-08-117-13/+201
* Allow multiple AtExitManagers to be chained in a stack, this allows much easi...deanm@google.com2008-08-1110-535/+146
* Define a private IDMap::iterator, and use our own iterator / const_iterator.deanm@google.com2008-08-111-5/+7
* HashTable is a dependent name, since it's based on the template parameter T. ...deanm@google.com2008-08-111-2/+2
* Remove class scoping operator from Pickle method declaration.deanm@google.com2008-08-111-1/+1
* Even though AtExit should never be called while an object is being accessed, ...deanm@google.com2008-08-111-3/+2
* Add a NOTIMPLEMENTED() macro to annotate the code paths which need revisiting...ericroman@google.com2008-08-103-0/+78
* I suspect this comment was not intended...ericroman@google.com2008-08-104-4/+0
* rollback the experimentsdarin@google.com2008-08-091-34/+9
* experiment with APCsdarin@google.com2008-08-091-11/+33
* just a test...darin@google.com2008-08-091-0/+3
* A basic wrapper for a windows event object that encapsulates the way we often...darin@google.com2008-08-094-0/+187
* Fix bug 1317458: Busy wait in IPC::SyncChannel::Send in some casesmpcomplete@google.com2008-08-091-6/+7
* Add deps files and rules for the checkdeps script.brettw@google.com2008-08-083-0/+7
* Add some extra test cases for whitespace at start/end of number.ericroman@google.com2008-08-081-0/+6
* pulling in more files to run more unit testspinkerton@google.com2008-08-081-0/+36
* fix base test harness to work on mac. fix command_line unit tests to match wh...pinkerton@google.com2008-08-084-8/+85
* * add base_paths_mac.mm to mac porterikkay@google.com2008-08-0810-71/+644
* Stub out unused Windows specific code.paulg@google.com2008-08-082-9/+22
* MemoryDebug uses size_t, which portably comes from <sys/types.h>. Use "base/...mmentovai@google.com2008-08-082-7/+12
* pull out command_line_unittest until it workspinkerton@google.com2008-08-081-2/+2
* Remove cruft of old unit test harness, replace it with gTest goodness. Fix ex...pinkerton@google.com2008-08-082-145/+109
* Catch up SCons build with latest changes:sgk@google.com2008-08-081-1/+10
* Fix memory leak and assert that the values are correct.tc@google.com2008-08-081-1/+27
* Add observer_list_unittest.cc to base test target. Fix gcc warnings with virt...pinkerton@google.com2008-08-082-1/+6
* Add Lock and LockImpl to the test target to get it linking.mmentovai@google.com2008-08-081-0/+4
* Port LockImpl, Lock, and ConditionVariable to pthreads-supporting platforms.mmentovai@google.com2008-08-089-78/+195
* fix recursionpinkerton@google.com2008-08-081-2/+2
* Logging cleanup for mac and linuxpinkerton@google.com2008-08-081-15/+164
* Remove the first line filename comment to make this consistent with the restdeanm@google.com2008-08-082-2/+0
* rollback my experiment to see the effectsdarin@google.com2008-08-081-4/+0
* This is a revised CB of issue 738 and 764 (which were made jungshik@google.com2008-08-083-20/+62
* Remove a NOTREACHED() that was causing a dialog box during unit tests, hencemaruel@google.com2008-08-072-12/+4
* Complete brett's string conversion goodness for utf32 platforms.pinkerton@google.com2008-08-071-3/+3
* Fix an accidental nested extern and conversion cleanup from brett's landing.pinkerton@google.com2008-08-071-4/+4
* remove fixed_string from build.pinkerton@google.com2008-08-071-8/+4
* Removing unnecessary information; it's not clarifying things.avi@google.com2008-08-071-3/+0
* Add a unit test for WordIterator. Fix word_iterator.* includes at the same time.maruel@google.com2008-08-074-6/+108
* Add UTF-16 <-> Wide conversions for Mac.brettw@google.com2008-08-073-24/+94
* Improve PathServiceTest test by verifying that the returned path exists.maruel@google.com2008-08-073-9/+34
* Port in threading for Posix. Will require fixes to MessageLoop and Task to co...avi@google.com2008-08-075-9/+174
* Pinkerton's port/fix-up of command-line processing to work cross-platform.evanm@google.com2008-08-073-40/+130
* This is an experiment to see the impact of a boosted priority on the pagedarin@google.com2008-08-071-0/+4
* Fix sys_string_conversions for use on the Mac.mmentovai@google.com2008-08-073-20/+27
* Rename and remove a bunch of string functions.evanm@google.com2008-08-075-167/+62
* Remove the unit tests for the error condition. Vista handles the error differ...brettw@google.com2008-08-071-2/+8
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-0713-218/+210
* Cross-platform portability fixes for JSONReader. Adds generic string-to-doub...mmentovai@google.com2008-08-078-54/+214
* Reapply 508 to determine if it was indeed the cause of the webkit-release-pla...maruel@google.com2008-08-072-15/+10