summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Unify maintenance of NumberFormat objects into a cross-platform Singleton. C...mmentovai@google.com2008-08-136-138/+20
* Add missing observer_list unittest and singleton unittest is for all platforms.deanm@google.com2008-08-131-1/+2
* Kill check handler. It seems to be unused, and is implemented using ugly SEHdeanm@google.com2008-08-136-214/+0
* Don't cast negative values to unsigned. This eliminates warnings in GCC.deanm@google.com2008-08-132-5/+11
* Implement an interface compatible wcslcpy and strlcpy. Possibly slightlydeanm@google.com2008-08-134-8/+95
* Avoid a global std::stack. Instead embed a next pointer in the managers.deanm@google.com2008-08-132-20/+20
* AtExitManager cleanup.mmentovai@google.com2008-08-132-15/+16
* Compile debug_util.cc on all platforms.deanm@google.com2008-08-131-1/+1
* Fix the Mac project to build debug_util since r785 added it.mmentovai@google.com2008-08-132-2/+10
* Build Linux against base_gfx, and we pass convolver and rect unit tests.deanm@google.com2008-08-131-9/+8
* Add a EOL to the end of convolver_unittest.cc. This eliminates a GCC warning.deanm@google.com2008-08-131-1/+1
* Add an EOL to the end of convolver.cc. This eliminates a warning in GCC.deanm@google.com2008-08-131-1/+1
* Update base/SConscript to remove Windows only parts from the Linux build.deanm@google.com2008-08-131-10/+15
* Update a comment about AtExitManager for unit tests. Removes a typo.deanm@google.com2008-08-131-2/+1
* Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linuxdeanm@google.com2008-08-137-112/+249
* Implement IntToString-type methods without using a format string. I'm not su...deanm@google.com2008-08-133-24/+137
* Fix some warnings.evanm@google.com2008-08-131-1/+1
* Add a cross-platform sleep API. We don't use TimeDeltapaulg@google.com2008-08-132-0/+21
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-137-118/+178
* Move some bits around in the SConscript that are Windows-specific, and label ...evanm@google.com2008-08-131-12/+12
* Update base.xcodeproj to use string_utils_posix.* instead of string_utils_mac.*awalker@google.com2008-08-131-10/+10
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9...darin@google.com2008-08-126-197/+158
* rollback r749darin@google.com2008-08-122-28/+0
* Last changes to get Linux unit tests building:evanm@google.com2008-08-121-6/+1
* fix initialization order warningpinkerton@google.com2008-08-121-2/+2
* Update base/gfx/SConscript to build cleanly on linux.tc@google.com2008-08-121-9/+24
* Make this file compile on linux. We need fcntl.h for O_RDONLY, etc.tc@google.com2008-08-121-0/+1
* Remove Mac-specific code to make a generic POSIX string_util for Mac and Linux.mmoss@google.com2008-08-122-17/+1
* Provide a cross platform sleep API.paulg@google.com2008-08-122-0/+28
* Remove base\shared_memory.cc from the SCons build in favor of base\shared_mem...sgk@google.com2008-08-121-1/+2
* Linux does not always have ULLONG_MAX, etc. Use numerical constants instead.deanm@google.com2008-08-121-12/+12
* Nit fixavi@google.com2008-08-121-1/+1
* Add a virtual destructor; get rid of gcc warnings.avi@google.com2008-08-121-0/+1
* The Posix shared memory implementation.avi@google.com2008-08-124-2/+192
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9...darin@google.com2008-08-126-158/+197
* Back out r736 due to breakagemmentovai@google.com2008-08-127-178/+114
* Update project file for mac clipboard implavi@google.com2008-08-121-4/+4
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-127-114/+178
* Make timer.cc portable by factoring its Windows bits into MessageLoop.darin@google.com2008-08-126-197/+158
* - Add Thread::StopSoon() and remove Thread::NonBlockingStop(). StopSoon() can...maruel@google.com2008-08-123-138/+113
* Get rid of separate SConscript.main.linux:sgk@google.com2008-08-122-45/+76
* Basic string conversions for Linux -- enough to get unit tests going.evanm@google.com2008-08-121-0/+57
* I accidentally committed file_version_info. Since comments were relatively m...erikkay@google.com2008-08-127-39/+51
* Basic implementation of the clipboard on the Mac.avi@google.com2008-08-124-27/+243
* Additional cleanups for PRTimeTest. We already have a microseconds-per-milli...mmentovai@google.com2008-08-121-18/+11
* Fix ToUnsigned for 4-byte wchar_t platforms.mmentovai@google.com2008-08-121-0/+4
* Fix command_line unit test now that argv is no longer const. (Doh!) Remove ...mmentovai@google.com2008-08-122-12/+11
* Fix build breakage on Windows.evanm@google.com2008-08-121-0/+2
* Get rid of the command-line hacks for posix platforms.evanm@google.com2008-08-123-22/+26
* SCons build updates:sgk@google.com2008-08-121-7/+16