summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add time_format (r1063) to the xcode projavi@google.com2008-08-191-0/+6
* Get base/gfx into shape, and start running/passing some base_gfx testsmmentovai@google.com2008-08-191-42/+107
* Move time formatters that only use ICU into base/time.*tc@google.com2008-08-194-0/+164
* ThreadLocalStorage::Set should take care of validating its inputs. No need todarin@google.com2008-08-191-1/+0
* disable test while we wait for linux fixdarin@google.com2008-08-191-1/+1
* fix build bustagedarin@google.com2008-08-191-2/+3
* Define MessagePumpDefault and use it to implement MessageLoop on non-Windowsdarin@google.com2008-08-1912-53/+321
* Add mime_util and http_chunked_decoder to mac project.ericroman@google.com2008-08-191-1/+1
* Update SCons base_unittests build to track recent (?) VS build changes:sgk@google.com2008-08-191-2/+4
* Move more files to non-Win32-specific blocks. These build and pass tests on L...mmoss@google.com2008-08-191-1/+2
* Fix sys_strings_conversion_mac to use .data() rather than .c_str() now thatmmentovai@google.com2008-08-191-1/+1
* Fix a new[] / delete mismatch in a unittest.deanm@google.com2008-08-191-1/+1
* Move the system string conversion functions from std::string to StringPiece. ...deanm@google.com2008-08-198-14/+28
* Add a few tests to string_escape improving code coverage.deanm@google.com2008-08-191-0/+10
* Use __ImageBase linker variable instead of VirtualQuery on a global variable.deanm@google.com2008-08-191-7/+4
* Add tests for From / In converions and LocalMidnight. Add InMinutes().deanm@google.com2008-08-194-2/+43
* Fix some warnings found in string unittests.evanm@google.com2008-08-192-91/+96
* Use LF for newlines in all DEPS filesmmentovai@google.com2008-08-182-6/+6
* Rearrange and add notes on remaining base modules that are in the Windows-spe...evanm@google.com2008-08-181-10/+15
* Make some net unittests compile and pass on linux.tc@google.com2008-08-182-0/+14
* Add more useful settings to the xcconfigs.mmentovai@google.com2008-08-181-0/+10
* Use a common directory for all build output on the Mac.mmentovai@google.com2008-08-182-8/+9
* Cleanup some comment typos.ericroman@google.com2008-08-1813-20/+20
* Fix incorrect unsigned math in pr_time.cc on Windows which incorrectly handle...deanm@google.com2008-08-182-17/+98
* Take 2 at the new MessageLoop implementation.darin@google.com2008-08-164-878/+258
* Fix the bug where (a < b && b < a) is true. This is producing an assert when ...maruel@google.com2008-08-161-6/+6
* Revert r966, as it broke the Windows build.evanm@google.com2008-08-151-8/+8
* Fix signed/unsigned in prep for -Wall.evanm@google.com2008-08-151-8/+8
* a few unit tests broke on windows, fix those bugserikkay@google.com2008-08-151-2/+5
* sigherikkay@google.com2008-08-151-1/+3
* one more try before reverterikkay@google.com2008-08-152-15/+15
* Move all settings except for the ones that really need to be per-target intommentovai@google.com2008-08-151-61/+36
* fix build bustageerikkay@google.com2008-08-151-1/+1