| Commit message (Expand) | Author | Age | Files | Lines |
* | Basic implementation of the clipboard on the Mac. | avi@google.com | 2008-08-12 | 4 | -27/+243 |
* | Additional cleanups for PRTimeTest. We already have a microseconds-per-milli... | mmentovai@google.com | 2008-08-12 | 1 | -18/+11 |
* | Fix ToUnsigned for 4-byte wchar_t platforms. | mmentovai@google.com | 2008-08-12 | 1 | -0/+4 |
* | Fix command_line unit test now that argv is no longer const. (Doh!) Remove ... | mmentovai@google.com | 2008-08-12 | 2 | -12/+11 |
* | Fix build breakage on Windows. | evanm@google.com | 2008-08-12 | 1 | -0/+2 |
* | Get rid of the command-line hacks for posix platforms. | evanm@google.com | 2008-08-12 | 3 | -22/+26 |
* | SCons build updates: | sgk@google.com | 2008-08-12 | 1 | -7/+16 |
* | include and turn on more base unit tests. | pinkerton@google.com | 2008-08-12 | 1 | -0/+32 |
* | bustage fix, include build_config for platform defines. | pinkerton@google.com | 2008-08-11 | 1 | -0/+2 |
* | Set the svn:eol-style to LF. | tc@google.com | 2008-08-11 | 1 | -76/+76 |
* | Expand an internal-only URL to its destination. | evanm@google.com | 2008-08-11 | 1 | -4/+5 |
* | Stub out defines on non-windows platforms. | pinkerton@google.com | 2008-08-11 | 1 | -0/+14 |
* | Fix unit tests for posix, fix up mac implementation to work correctly. Add pr... | pinkerton@google.com | 2008-08-11 | 2 | -10/+61 |
* | I came across this when looking at MessageLoop recently. | sky@google.com | 2008-08-11 | 1 | -6/+0 |
* | Remove all the C-style string munging, making this easier to port to Linux. | evanm@google.com | 2008-08-11 | 1 | -55/+42 |
* | Fixes word_iterator to actually compile. Next time, never just paste code in ... | avi@google.com | 2008-08-11 | 2 | -6/+9 |
* | Remove an illegal const. | paulg@google.com | 2008-08-11 | 1 | -5/+0 |
* | Move Ranges to std::vector<Sample>, as <const Sample> is invalid if you want ... | deanm@google.com | 2008-08-11 | 1 | -1/+1 |
* | Make POSIX time routines work on Linux by providing a POSIX-conformant versio... | mmentovai@google.com | 2008-08-11 | 5 | -59/+76 |
* | Replace a todo with NOTIMPLEMENTED(). | ericroman@google.com | 2008-08-11 | 1 | -2/+3 |
* | recursive_mutex | erikkay@google.com | 2008-08-11 | 6 | -27/+228 |
* | Provide cross-platform implementation of WaitableEvent for use on Mac and Linux. | darin@google.com | 2008-08-11 | 7 | -13/+201 |
* | Allow multiple AtExitManagers to be chained in a stack, this allows much easi... | deanm@google.com | 2008-08-11 | 10 | -535/+146 |
* | Define a private IDMap::iterator, and use our own iterator / const_iterator. | deanm@google.com | 2008-08-11 | 1 | -5/+7 |
* | HashTable is a dependent name, since it's based on the template parameter T. ... | deanm@google.com | 2008-08-11 | 1 | -2/+2 |
* | Remove class scoping operator from Pickle method declaration. | deanm@google.com | 2008-08-11 | 1 | -1/+1 |
* | Even though AtExit should never be called while an object is being accessed, ... | deanm@google.com | 2008-08-11 | 1 | -3/+2 |
* | Add a NOTIMPLEMENTED() macro to annotate the code paths which need revisiting... | ericroman@google.com | 2008-08-10 | 3 | -0/+78 |
* | I suspect this comment was not intended... | ericroman@google.com | 2008-08-10 | 4 | -4/+0 |
* | rollback the experiments | darin@google.com | 2008-08-09 | 1 | -34/+9 |
* | experiment with APCs | darin@google.com | 2008-08-09 | 1 | -11/+33 |
* | just a test... | darin@google.com | 2008-08-09 | 1 | -0/+3 |
* | A basic wrapper for a windows event object that encapsulates the way we often... | darin@google.com | 2008-08-09 | 4 | -0/+187 |
* | Fix bug 1317458: Busy wait in IPC::SyncChannel::Send in some cases | mpcomplete@google.com | 2008-08-09 | 1 | -6/+7 |
* | Add deps files and rules for the checkdeps script. | brettw@google.com | 2008-08-08 | 3 | -0/+7 |
* | Add some extra test cases for whitespace at start/end of number. | ericroman@google.com | 2008-08-08 | 1 | -0/+6 |
* | pulling in more files to run more unit tests | pinkerton@google.com | 2008-08-08 | 1 | -0/+36 |
* | fix base test harness to work on mac. fix command_line unit tests to match wh... | pinkerton@google.com | 2008-08-08 | 4 | -8/+85 |
* | * add base_paths_mac.mm to mac port | erikkay@google.com | 2008-08-08 | 10 | -71/+644 |
* | Stub out unused Windows specific code. | paulg@google.com | 2008-08-08 | 2 | -9/+22 |
* | MemoryDebug uses size_t, which portably comes from <sys/types.h>. Use "base/... | mmentovai@google.com | 2008-08-08 | 2 | -7/+12 |
* | pull out command_line_unittest until it works | pinkerton@google.com | 2008-08-08 | 1 | -2/+2 |
* | Remove cruft of old unit test harness, replace it with gTest goodness. Fix ex... | pinkerton@google.com | 2008-08-08 | 2 | -145/+109 |
* | Catch up SCons build with latest changes: | sgk@google.com | 2008-08-08 | 1 | -1/+10 |
* | Fix memory leak and assert that the values are correct. | tc@google.com | 2008-08-08 | 1 | -1/+27 |
* | Add observer_list_unittest.cc to base test target. Fix gcc warnings with virt... | pinkerton@google.com | 2008-08-08 | 2 | -1/+6 |
* | Add Lock and LockImpl to the test target to get it linking. | mmentovai@google.com | 2008-08-08 | 1 | -0/+4 |
* | Port LockImpl, Lock, and ConditionVariable to pthreads-supporting platforms. | mmentovai@google.com | 2008-08-08 | 9 | -78/+195 |
* | fix recursion | pinkerton@google.com | 2008-08-08 | 1 | -2/+2 |
* | Logging cleanup for mac and linux | pinkerton@google.com | 2008-08-08 | 1 | -15/+164 |