| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a LazyInstance abstraction for avoiding static constructors by lazily ... | deanm@google.com | 2008-09-08 | 1 | -0/+2 |
* | SCons build: move hamc_win.cc from the list of to-be-ported source | sgk@google.com | 2008-09-05 | 1 | -1/+2 |
* | Add base\trace_event.cc to the SCons build. | sgk@google.com | 2008-09-04 | 1 | -0/+1 |
* | HMAC-SHA1 implementation for Mac based on CommonCrypto; | mmentovai@google.com | 2008-09-04 | 1 | -1/+1 |
* | Run thread_local_unittest on all platforms. | deanm@google.com | 2008-09-03 | 1 | -1/+1 |
* | Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca... | deanm@google.com | 2008-09-03 | 1 | -0/+3 |
* | Cleanup some Windows TimeTicks functions. Move TickTicks::Now and TicksTicks... | deanm@google.com | 2008-09-02 | 1 | -0/+1 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 1 | -28/+4 |
* | Import upstream atomicop tests. | deanm@google.com | 2008-08-29 | 1 | -0/+1 |
* | Bring back SimpleThread, but with a Delegate interface. | deanm@google.com | 2008-08-29 | 1 | -0/+2 |
* | Add unit tests for WorkerPool and add a working but poor implementation for L... | dsh@google.com | 2008-08-27 | 1 | -1/+2 |
* | Move std::string16 to base::string16. Don't pollute the std namespace. Don't | mmentovai@google.com | 2008-08-27 | 1 | -0/+1 |
* | Some more passing tests in base for Linux | mmentovai@google.com | 2008-08-27 | 1 | -4/+5 |
* | Include process_util_posix.cc in POSIX SCons builds | mmentovai@google.com | 2008-08-27 | 1 | -0/+1 |
* | Make perftimer and run_all_perftests compile on Posix. Stub out a few things... | deanm@google.com | 2008-08-27 | 1 | -5/+7 |
* | Mark the platform_canvas_unittest as windows specific. | erg@google.com | 2008-08-27 | 1 | -8/+8 |
* | Move process_util.cc to process_util_win.cc to make way for posix. | deanm@google.com | 2008-08-26 | 1 | -1/+1 |
* | Move unittests that had a _test filename to _unittest. Update some missing t... | deanm@google.com | 2008-08-26 | 1 | -4/+6 |
* | Add example usages and tests to scoped_ptr.h and tuple.h. | deanm@google.com | 2008-08-25 | 1 | -0/+2 |
* | Add a test that passes on Linux. | deanm@google.com | 2008-08-25 | 1 | -1/+1 |
* | Add the condition variable unittest to all builds. | paulg@google.com | 2008-08-22 | 1 | -1/+1 |
* | Remove CallWrapper and SimpleThread. They overlap too closely with the messa... | deanm@google.com | 2008-08-22 | 1 | -3/+0 |
* | Create a simple abstraction to a native OS thread, mostly useful for unittest... | deanm@google.com | 2008-08-22 | 1 | -0/+2 |
* | Create a CallWrapper interface, for making closure-like callbacks. This is s... | deanm@google.com | 2008-08-21 | 1 | -0/+1 |
* | Port the Thread class properly to Mac and Linux. This involved porting | darin@google.com | 2008-08-21 | 1 | -7/+6 |
* | Bring thread_posix into Linux build and fix it for Linux/Mac. | evanm@google.com | 2008-08-20 | 1 | -1/+2 |
* | Move time formatters that only use ICU into base/time.* | tc@google.com | 2008-08-19 | 1 | -0/+1 |
* | disable test while we wait for linux fix | darin@google.com | 2008-08-19 | 1 | -1/+1 |
* | fix build bustage | darin@google.com | 2008-08-19 | 1 | -2/+3 |
* | Update SCons base_unittests build to track recent (?) VS build changes: | sgk@google.com | 2008-08-19 | 1 | -2/+4 |
* | Move more files to non-Win32-specific blocks. These build and pass tests on L... | mmoss@google.com | 2008-08-19 | 1 | -1/+2 |
* | Rearrange and add notes on remaining base modules that are in the Windows-spe... | evanm@google.com | 2008-08-18 | 1 | -10/+15 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 1 | -0/+1 |
* | SCons build: add base\message_pump_win.cc. | sgk@google.com | 2008-08-15 | 1 | -0/+1 |
* | To pass string_util_unittest, we need the ICU data file. To get the ICU data... | evanm@google.com | 2008-08-15 | 1 | -3/+8 |
* | Add command_line_unittest and pr_time_test to the linux set of unittests. Fi... | tc@google.com | 2008-08-14 | 1 | -2/+2 |
* | Add skia and our png wrappers. png_codec_unittest and image_operations_unitt... | tc@google.com | 2008-08-14 | 1 | -8/+2 |
* | The SHA2 files compile, and the unittests pass, now that nspr/prcpucfg_linux.... | mmoss@google.com | 2008-08-14 | 1 | -3/+3 |
* | Build stack_container_unittest everywhere, it can build with GCC. | deanm@google.com | 2008-08-14 | 1 | -1/+1 |
* | Implement nspr time on Linux. | deanm@google.com | 2008-08-14 | 1 | -4/+4 |
* | Add a helper method to SConscript.main for adding .pdb files to the | tc@google.com | 2008-08-13 | 1 | -13/+2 |
* | Fix a couple "extra qualification" compile errors in method declarations, and... | mmoss@google.com | 2008-08-13 | 1 | -4/+4 |
* | Move some files which don't seem to be Win32-specific out of the Win32 blocks. | mmoss@google.com | 2008-08-13 | 1 | -7/+7 |
* | Move PE format wrapper files to Win32-only sections. | mmoss@google.com | 2008-08-13 | 1 | -2/+2 |
* | Disable build targets in base/SConscript that don't work on | tc@google.com | 2008-08-13 | 1 | -8/+7 |
* | Unify maintenance of NumberFormat objects into a cross-platform Singleton. C... | mmentovai@google.com | 2008-08-13 | 1 | -2/+0 |
* | Add missing observer_list unittest and singleton unittest is for all platforms. | deanm@google.com | 2008-08-13 | 1 | -1/+2 |
* | Kill check handler. It seems to be unused, and is implemented using ugly SEH | deanm@google.com | 2008-08-13 | 1 | -1/+0 |
* | Compile debug_util.cc on all platforms. | deanm@google.com | 2008-08-13 | 1 | -1/+1 |
* | Build Linux against base_gfx, and we pass convolver and rect unit tests. | deanm@google.com | 2008-08-13 | 1 | -9/+8 |