| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Chomium's build files to work w/ latest GN binaries. | dpranke | 2015-02-20 | 1 | -1/+1 |
* | Update existing uses of /wd4267 to use the GN config | brettw | 2015-02-19 | 1 | -4/+2 |
* | Remove courgette version tests. Add bsdiff version tests. | wfh | 2015-02-19 | 5 | -16/+16 |
* | Isolate courgette_unittests | scottmg | 2015-01-22 | 2 | -0/+35 |
* | Revert of Revert of Revert of Isolate courgette_unittests (patchset #1 id:1 o... | kochi | 2015-01-22 | 2 | -31/+0 |
* | Revert of Revert of Isolate courgette_unittests (patchset #1 id:1 of https://... | kochi | 2015-01-22 | 2 | -0/+31 |
* | Revert of Isolate courgette_unittests (patchset #1 id:1 of https://codereview... | kochi | 2015-01-22 | 2 | -31/+0 |
* | Isolate courgette_unittests | scottmg | 2015-01-22 | 2 | -0/+31 |
* | Move the test template to //testing/test.gni (part 2) | qsr | 2015-01-21 | 1 | -0/+2 |
* | Using "static_assert" in lieu of "COMPILE_ASSERT" in courgete module | anujk.sharma | 2015-01-20 | 5 | -9/+10 |
* | Disable two PagedArrayTests that fail under AddressSanitizer on Windows | timurrrr | 2015-01-14 | 1 | -0/+4 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-22 | 1 | -3/+4 |
* | Cleanup: Get rid of more base::ASCIIToWide usage. | thestig | 2014-12-04 | 1 | -10/+7 |
* | gn format // (the rest, except mojo) | scottmg | 2014-12-03 | 1 | -1/+1 |
* | Add wfh@chromium.org to courgette OWNERS file. | dgarrett | 2014-10-14 | 1 | -0/+1 |
* | replace OVERRIDE with override in courgette/ | mostynb | 2014-10-14 | 1 | -3/+3 |
* | Re-enable ensemble tests on Windows Release builds. | wfh | 2014-10-14 | 1 | -6/+15 |
* | Rewrite line endings from CRLF to LF for a bunch of files. | Daniel Cheng | 2014-10-07 | 1 | -23/+23 |
* | Fix more MSVC warnings, courgette/ edition. | pkasting | 2014-10-03 | 9 | -62/+42 |
* | Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/ | thestig | 2014-09-13 | 5 | -7/+7 |
* | Make Courgette as much as 5x faster. | asvitkine | 2014-09-12 | 1 | -0/+6 |
* | Fixes for re-enabling more MSVC level 4 warnings: courgette/ edition | pkasting@chromium.org | 2014-07-08 | 3 | -3/+3 |
* | Minor Fixes for Windows GN build. | brettw@chromium.org | 2014-06-14 | 1 | -1/+1 |
* | Add more content subtargets and deps to the GN build. | brettw@chromium.org | 2014-06-13 | 1 | -0/+137 |
* | Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. | dmikurube@chromium.org | 2014-05-07 | 1 | -2/+1 |
* | Remove all uses of toolkit_use_gtk in the gyp files. | erg@chromium.org | 2014-04-17 | 1 | -20/+0 |
* | Port to x64 Android. | anton@chromium.org | 2014-04-03 | 1 | -1/+1 |
* | Fix "unreachable code" warnings (MSVC warning 4702), misc. edition. | pkasting@chromium.org | 2014-03-18 | 1 | -2/+0 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 3 | -3/+3 |
* | Add use_allocator instead of linux_use_tcmalloc to switch the allocator. | dmikurube@chromium.org | 2014-03-05 | 1 | -1/+2 |
* | Remove PlatformFile from courgette | rvargas@chromium.org | 2014-02-21 | 2 | -70/+20 |
* | Allow Win64 build of base library even in a Win32 build. | petewil@chromium.org | 2014-01-09 | 1 | -2/+2 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -1/+2 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Add PE64 support to courgette | wfh@chromium.org | 2013-09-25 | 24 | -53/+1148 |
* | Fix +x bit on courgette testdata | scottmg@chromium.org | 2013-09-24 | 2 | -0/+0 |
* | Commit binary files needed by Courgette tests for PE 64. | scottmg@chromium.org | 2013-09-24 | 4 | -0/+0 |
* | Revert 224789 "Add PE64 support to courgette" | piman@chromium.org | 2013-09-23 | 28 | -1148/+53 |
* | Add PE64 support to courgette | wfh@chromium.org | 2013-09-23 | 28 | -53/+1148 |
* | Convert most run_all_unittests.cc files to use new unit test launcher. | phajdan.jr@chromium.org | 2013-09-05 | 2 | -10/+1 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 2 | -2/+2 |
* | Factored common functionality out of the Courgette stress test scripts | dgarrett@chromium.org | 2013-08-28 | 4 | -31/+5 |
* | Added documentation for Courgette internals. | dgarrett@chromium.org | 2013-08-28 | 4 | -0/+304 |
* | Copy courgette.exe to courgette64.exe | jschuh@chromium.org | 2013-08-16 | 1 | -0/+27 |
* | Added time and memory metrics and xz compression tests | paulgazz@chromium.org | 2013-08-14 | 4 | -18/+257 |
* | This patch uses single BytesInstruction Courgette ops to point to long stretc... | paulgazz@chromium.org | 2013-08-13 | 2 | -6/+7 |
* | ARM binaries seen by Courgette have three ISAs, ARM, thumb, and thumb-2. Cou... | paulgazz@chromium.org | 2013-08-06 | 5 | -0/+123 |
* | Support for ARM 32-bit ELF binaries in Courgette | paulgazz@chromium.org | 2013-08-01 | 14 | -38/+666 |
* | Fixed heaptest errors in courgette_unittests | paulgazz@chromium.org | 2013-07-26 | 2 | -0/+6 |