summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* include and turn on more base unit tests.pinkerton@google.com2008-08-121-0/+32
* bustage fix, include build_config for platform defines.pinkerton@google.com2008-08-111-0/+2
* Set the svn:eol-style to LF.tc@google.com2008-08-111-76/+76
* Expand an internal-only URL to its destination.evanm@google.com2008-08-111-4/+5
* Stub out defines on non-windows platforms.pinkerton@google.com2008-08-111-0/+14
* Fix unit tests for posix, fix up mac implementation to work correctly. Add pr...pinkerton@google.com2008-08-112-10/+61
* I came across this when looking at MessageLoop recently.sky@google.com2008-08-111-6/+0
* Remove all the C-style string munging, making this easier to port to Linux.evanm@google.com2008-08-111-55/+42
* Fixes word_iterator to actually compile. Next time, never just paste code in ...avi@google.com2008-08-112-6/+9
* Remove an illegal const.paulg@google.com2008-08-111-5/+0
* Move Ranges to std::vector<Sample>, as <const Sample> is invalid if you want ...deanm@google.com2008-08-111-1/+1
* Make POSIX time routines work on Linux by providing a POSIX-conformant versio...mmentovai@google.com2008-08-115-59/+76
* Replace a todo with NOTIMPLEMENTED().ericroman@google.com2008-08-111-2/+3
* 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