| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix more compiler warnings. | darin@google.com | 2008-08-15 | 7 | -109/+108 |
* | To pass string_util_unittest, we need the ICU data file. To get the ICU data... | evanm@google.com | 2008-08-15 | 12 | -20/+197 |
* | Add command_line_unittest and pr_time_test to the linux set of unittests. Fi... | tc@google.com | 2008-08-14 | 4 | -14/+14 |
* | Add waitable_event_generic.cc, waitable_event_unittest.cc, and condition_vari... | darin@google.com | 2008-08-14 | 1 | -0/+14 |
* | fix unit test bustage | darin@google.com | 2008-08-14 | 1 | -4/+2 |
* | Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suf... | darin@google.com | 2008-08-14 | 4 | -41/+41 |
* | Add skia and our png wrappers. png_codec_unittest and image_operations_unitt... | tc@google.com | 2008-08-14 | 2 | -15/+9 |
* | SCons build accommodation of renaming base\gfx\*platform*.cc to base\gfx\*pla... | sgk@google.com | 2008-08-14 | 1 | -3/+8 |
* | The SHA2 files compile, and the unittests pass, now that nspr/prcpucfg_linux.... | mmoss@google.com | 2008-08-14 | 1 | -3/+3 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9... | awalker@google.com | 2008-08-14 | 15 | -138/+138 |
* | Fix the flaky atexit test by preventing it from running the global atexit cal... | mmentovai@google.com | 2008-08-14 | 2 | -2/+13 |
* | Build stack_container_unittest everywhere, it can build with GCC. | deanm@google.com | 2008-08-14 | 1 | -1/+1 |
* | Add a trailing EOL to source files. This eliminates warnings in GCC. | deanm@google.com | 2008-08-14 | 11 | -11/+11 |
* | Implement nspr time on Linux. | deanm@google.com | 2008-08-14 | 4 | -6/+745 |
* | DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ... | mmentovai@google.com | 2008-08-14 | 5 | -5/+109 |
* | I removed a questionable use of Quit() on a message loop | jar@google.com | 2008-08-14 | 1 | -3/+3 |
* | Add missing methods to thread_posix.cc | paulg@google.com | 2008-08-14 | 1 | -1/+20 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 4 | -4/+4 |
* | Use syscall instead since gettid doesn't seem to exist. | tc@google.com | 2008-08-13 | 1 | -2/+2 |
* | include the correct file on linux for gettid() | pinkerton@google.com | 2008-08-13 | 1 | -0/+1 |
* | including build/build_config to fix bustage | pinkerton@google.com | 2008-08-13 | 1 | -0/+2 |
* | Fix for mac and linux. Fix gcc warning about class with virtual functions and... | pinkerton@google.com | 2008-08-13 | 3 | -5/+41 |
* | remove drag&drop from build until needed. Add time unittests and link in more... | pinkerton@google.com | 2008-08-13 | 1 | -4/+6 |
* | Turn on most tests for posix. | pinkerton@google.com | 2008-08-13 | 1 | -2/+16 |
* | Add a helper method to SConscript.main for adding .pdb files to the | tc@google.com | 2008-08-13 | 1 | -13/+2 |
* | Revving the shared memory to the comments on the list. | avi@google.com | 2008-08-13 | 2 | -27/+32 |
* | Fix a couple "extra qualification" compile errors in method declarations, and... | mmoss@google.com | 2008-08-13 | 3 | -8/+6 |
* | 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 |
* | make unit test executable named "base_unittest" | pinkerton@google.com | 2008-08-13 | 1 | -8/+8 |
* | make the GTest executables follow the naming conventions for other platforms. | pinkerton@google.com | 2008-08-13 | 1 | -22/+22 |
* | Fix Frenglish transliteration. | maruel@google.com | 2008-08-13 | 1 | -4/+4 |
* | Unify maintenance of NumberFormat objects into a cross-platform Singleton. C... | mmentovai@google.com | 2008-08-13 | 6 | -138/+20 |
* | 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 | 6 | -214/+0 |
* | Don't cast negative values to unsigned. This eliminates warnings in GCC. | deanm@google.com | 2008-08-13 | 2 | -5/+11 |
* | Implement an interface compatible wcslcpy and strlcpy. Possibly slightly | deanm@google.com | 2008-08-13 | 4 | -8/+95 |
* | Avoid a global std::stack. Instead embed a next pointer in the managers. | deanm@google.com | 2008-08-13 | 2 | -20/+20 |
* | AtExitManager cleanup. | mmentovai@google.com | 2008-08-13 | 2 | -15/+16 |
* | Compile debug_util.cc on all platforms. | deanm@google.com | 2008-08-13 | 1 | -1/+1 |
* | Fix the Mac project to build debug_util since r785 added it. | mmentovai@google.com | 2008-08-13 | 2 | -2/+10 |
* | Build Linux against base_gfx, and we pass convolver and rect unit tests. | deanm@google.com | 2008-08-13 | 1 | -9/+8 |
* | Add a EOL to the end of convolver_unittest.cc. This eliminates a GCC warning. | deanm@google.com | 2008-08-13 | 1 | -1/+1 |
* | Add an EOL to the end of convolver.cc. This eliminates a warning in GCC. | deanm@google.com | 2008-08-13 | 1 | -1/+1 |
* | Update base/SConscript to remove Windows only parts from the Linux build. | deanm@google.com | 2008-08-13 | 1 | -10/+15 |
* | Update a comment about AtExitManager for unit tests. Removes a typo. | deanm@google.com | 2008-08-13 | 1 | -2/+1 |
* | Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linux | deanm@google.com | 2008-08-13 | 7 | -112/+249 |
* | Implement IntToString-type methods without using a format string. I'm not su... | deanm@google.com | 2008-08-13 | 3 | -24/+137 |
* | Fix some warnings. | evanm@google.com | 2008-08-13 | 1 | -1/+1 |