summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Use a more compact license header in source files.license.bot2008-08-24287-10266/+3376
* Add a spinlock wait to the dearly beloved crititcal sectioncpu@google.com2008-08-231-1/+3
* We're hoping to find exit codes that are incorrectly counted jar@google.com2008-08-231-4/+34
* Adds capabilities for IPC messages of type long, for the primary purpose of a...klink@google.com2008-08-222-0/+20
* Add the condition variable unittest to all builds.paulg@google.com2008-08-221-1/+1
* Make the condition variable unit test cross platform.paulg@google.com2008-08-223-89/+87
* De-winify context headers in prep for future mac implementations. First step.pinkerton@google.com2008-08-221-0/+4
* Impl of platform mime typing for Mac.avi@google.com2008-08-223-5/+62
* Work around a UMR reported by purify by using a different ICUtc@google.com2008-08-221-1/+5
* Remove CallWrapper and SimpleThread. They overlap too closely with the messa...deanm@google.com2008-08-228-820/+0
* Properly initialize PlatformThreadHandle. The Open Group Base Specifications...deanm@google.com2008-08-222-4/+6
* Back out r1223, we'll just look at the logs on the buildbots for now. It wou...mmentovai@google.com2008-08-221-1/+1
* Make CallWrappers multiuse. No longer make CallWrapper->Run() self deleting....deanm@google.com2008-08-225-51/+90
* Send log output to stderr on Windows when uninitializedmmentovai@google.com2008-08-221-1/+1
* Clean up some method naming style.deanm@google.com2008-08-221-13/+14
* Create a simple abstraction to a native OS thread, mostly useful for unittest...deanm@google.com2008-08-227-2/+372
* Clean up warnings in Skia (also sent upstream)mmentovai@google.com2008-08-221-2/+0
* Disable -Werror in base_gfx until Skia is fixedmmentovai@google.com2008-08-221-0/+2
* Enable -Werror on the Mac. Fix two more warnings just added to our build. N...mmentovai@google.com2008-08-221-3/+3
* Add more base unittests that are now passing to the mac build.paulg@google.com2008-08-211-0/+8
* Fix the final gcc warnings in base and net. Provide some macros to selective...mmentovai@google.com2008-08-214-13/+98
* Kill off conjoined twin copy of the header.avi@google.com2008-08-211-61/+0
* M base/base.xcodeproj/project.pbxprojawalker@google.com2008-08-211-2/+0
* Turn on mac platform files in base_gfx target, add image operations unit testawalker@google.com2008-08-211-2/+18
* crosstool's gcc gives lots of warnings likedkegel@google.com2008-08-211-5/+5
* Fix the final few remaining warnings in basemmentovai@google.com2008-08-211-8/+8
* Create a CallWrapper interface, for making closure-like callbacks. This is s...deanm@google.com2008-08-215-0/+414
* Remove the unused make_scoped_ptr interface.deanm@google.com2008-08-211-30/+3
* A small fixup to a comment that was over 80 cols.deanm@google.com2008-08-211-3/+3
* Port the Thread class properly to Mac and Linux. This involved portingdarin@google.com2008-08-2113-334/+287
* Kill NavigationControllerBase. I merged the two into NavigationController.brettw@google.com2008-08-211-2/+2
* Bring thread_posix into Linux build and fix it for Linux/Mac.evanm@google.com2008-08-202-5/+6
* Fix some more warnings.evanm@google.com2008-08-202-4/+4
* Turn on -Wall -Werror, fixing a few files while I'm here and *temporarily* di...evanm@google.com2008-08-201-1/+1
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-209-98/+143
* No need for size_mac.cc; subsumed by size.ccavi@google.com2008-08-201-48/+0
* Revert. Failing unit tests.evanm@google.com2008-08-208-135/+90
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-208-90/+135
* fix hammer builddarin@google.com2008-08-202-1/+1
* Disable warning 4355 on Windows builds: "'this' : used in base member initial...maruel@google.com2008-08-201-1/+0
* Merges in updated versions of Mac graphics platform classes, adds generic typ...awalker@google.com2008-08-2015-5/+1338
* Add MimeSnifferTest to net_unittests. Take message_pump_default.cc out ofmmentovai@google.com2008-08-201-2/+0
* Create a gtest test fixture subclass that allows for platform specific setup ...erikkay@google.com2008-08-205-4/+123
* For some reason, when I changed PathData to be a singleton (r722) Purify star...erikkay@google.com2008-08-201-7/+23
* Pass StringPieces by constant reference.deanm@google.com2008-08-204-10/+10
* reland r1075 w/ tweak to fix test failuresdarin@google.com2008-08-2010-63/+81
* Fix a few warnings in the tracked object comparatormmentovai@google.com2008-08-201-11/+19
* rollback r1075 to see if it helps resolve test failuresdarin@google.com2008-08-2010-81/+63
* Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f...darin@google.com2008-08-2010-63/+81
* Send log messages to stderr when uninitialized on POSIX platforms.mmentovai@google.com2008-08-191-15/+28