| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 103879 - Start refactoring to reduce executable type knowledge. | laforge@chromium.org | 2011-10-11 | 15 | -579/+512 |
* | Start refactoring to reduce executable type knowledge. | dgarrett@chromium.org | 2011-10-04 | 15 | -512/+579 |
* | fix executable flag | gman@chromium.org | 2011-09-27 | 3 | -0/+0 |
* | Add binary files needed by unittests to come later. | dgarrett@chromium.org | 2011-09-27 | 4 | -0/+0 |
* | Revert 102428 - Add a backwards compatibility unittest. | dgarrett@chromium.org | 2011-09-23 | 3 | -85/+1 |
* | Add a backwards compatibility unittest. | dgarrett@chromium.org | 2011-09-23 | 3 | -1/+85 |
* | Revert 101606 - Add a basic backwards compatibility unittest. | rlp@chromium.org | 2011-09-17 | 3 | -85/+1 |
* | Add a basic backwards compatibility unittest. | dgarrett@chromium.org | 2011-09-17 | 3 | -1/+85 |
* | Rename CommandLine::GetArgs(), update callers. | msw@chromium.org | 2011-07-13 | 1 | -3/+4 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -6/+0 |
* | Remove msvs_guid from chrome_frame/, cloud_print/, content/ | tony@chromium.org | 2011-06-22 | 1 | -5/+0 |
* | Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u... | tony@chromium.org | 2011-05-23 | 1 | -2/+2 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -2/+2 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 2 | -4/+2 |
* | Make courgette compiler on clang and linux x64 builders | grt@chromium.org | 2011-04-06 | 1 | -2/+4 |
* | fix build error. | tommi@chromium.org | 2011-04-06 | 1 | -1/+2 |
* | Switch out use of std::string and std::vector for large allocations for a buf... | tommi@chromium.org | 2011-04-06 | 18 | -296/+552 |
* | Pulling in new icu with msvs2010 fix. | bradnelson@google.com | 2011-03-29 | 1 | -1/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 5 | -9/+9 |
* | Quick fix for clang and linux views builders. | tommi@chromium.org | 2011-03-22 | 1 | -6/+6 |
* | Identifying call sites that need to handle out of memory situations in Courge... | tommi@chromium.org | 2011-03-22 | 11 | -169/+313 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 2 | -2/+2 |
* | Instrument the allocator code so that we can track down the cause of recent c... | tommi@chromium.org | 2011-03-03 | 3 | -44/+66 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -6/+6 |
* | Implementation of an STL compatible allocator for Courgette on Windows. | tommi@chromium.org | 2011-03-01 | 10 | -64/+439 |
* | Improved memory usage while applying patch. | sra@chromium.org | 2011-02-23 | 6 | -16/+96 |
* | Make the 32bit courgette.exe tool large-adddress-aware so that it can create ... | tommi@chromium.org | 2011-02-23 | 1 | -0/+5 |
* | Clang: enable -Wbool-conversions and -Wunused-variables on Linux. | hans@chromium.org | 2011-01-14 | 3 | -21/+21 |
* | Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5. | craig.schlenter@chromium.org | 2011-01-13 | 1 | -4/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-11 | 1 | -4/+6 |
* | Revert 70920 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 1 | -6/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 1 | -4/+6 |
* | Revert 70782 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 1 | -6/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 1 | -4/+6 |
* | Also build a 64-bit exe version of the 32-bit courgette | bradnelson@google.com | 2010-12-21 | 14 | -73/+130 |
* | Call InitLogging() for courgette. | akalin@chromium.org | 2010-11-16 | 1 | -0/+7 |
* | Revert 66208 - Call InitLogging() for courgette. | akalin@chromium.org | 2010-11-16 | 1 | -6/+0 |
* | Call InitLogging() for courgette. | akalin@chromium.org | 2010-11-16 | 1 | -0/+6 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 3 | -28/+29 |
* | Fix compile failure. | pkasting@chromium.org | 2010-10-21 | 1 | -2/+2 |
* | Convert LOG(INFO) to VLOG(1) - courgette/. | pkasting@chromium.org | 2010-10-21 | 8 | -157/+109 |
* | Prevent Courgette from choosing a really large executable as the basis of com... | mal@chromium.org | 2010-09-26 | 1 | -0/+27 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 2 | -4/+2 |
* | Re-land part of r55416, minus actually moving the test_suite.h contents to a ... | brettw@chromium.org | 2010-08-17 | 2 | -2/+2 |
* | Re-land just the project file changes from r55416. This makes projects that use | brettw@chromium.org | 2010-08-15 | 1 | -0/+2 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 3 | -4/+2 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 3 | -2/+4 |
* | base: rename Environment::GetEnv to Environment::GetVar. | tfarina@chromium.org | 2010-08-07 | 1 | -1/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -2/+2 |