summaryrefslogtreecommitdiffstats
path: root/courgette
Commit message (Expand)AuthorAgeFilesLines
...
* Fix undefined behavior in DifferenceEstimator.halyavin2015-03-131-9/+13
* Add 64-bit absolute address support to courgette.wfh2015-03-138-26/+86
* Fix NULL pointer access in AssemblyProgram::FindLabel.halyavin2015-03-121-0/+2
* Fix memory leak in AssemblyProgram::TrimLabels.halyavin2015-03-121-0/+1
* Make ParseNonSectionFileRegion a bit simplier and faster.halyavin2015-03-122-16/+8
* Restore stress_test_common script.halyavin2015-03-122-1/+17
* Fix memory leak in DisassemblerElf32X86::ParseRel32RelocsFromSection.halyavin2015-03-111-0/+1
* Fix courgette ELF x86 dissemblerWill Harris2015-03-024-2/+11
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-13/+13
* Update Chomium's build files to work w/ latest GN binaries.dpranke2015-02-201-1/+1
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-4/+2
* Remove courgette version tests. Add bsdiff version tests.wfh2015-02-195-16/+16
* Isolate courgette_unittestsscottmg2015-01-222-0/+35
* Revert of Revert of Revert of Isolate courgette_unittests (patchset #1 id:1 o...kochi2015-01-222-31/+0
* Revert of Revert of Isolate courgette_unittests (patchset #1 id:1 of https://...kochi2015-01-222-0/+31
* Revert of Isolate courgette_unittests (patchset #1 id:1 of https://codereview...kochi2015-01-222-31/+0
* Isolate courgette_unittestsscottmg2015-01-222-0/+31
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+2
* Using "static_assert" in lieu of "COMPILE_ASSERT" in courgete moduleanujk.sharma2015-01-205-9/+10
* Disable two PagedArrayTests that fail under AddressSanitizer on Windowstimurrrr2015-01-141-0/+4
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-3/+4
* Cleanup: Get rid of more base::ASCIIToWide usage.thestig2014-12-041-10/+7
* gn format // (the rest, except mojo)scottmg2014-12-031-1/+1
* Add wfh@chromium.org to courgette OWNERS file.dgarrett2014-10-141-0/+1
* replace OVERRIDE with override in courgette/mostynb2014-10-141-3/+3
* Re-enable ensemble tests on Windows Release builds.wfh2014-10-141-6/+15
* Rewrite line endings from CRLF to LF for a bunch of files.Daniel Cheng2014-10-071-23/+23
* Fix more MSVC warnings, courgette/ edition.pkasting2014-10-039-62/+42
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-135-7/+7
* Make Courgette as much as 5x faster.asvitkine2014-09-121-0/+6
* Fixes for re-enabling more MSVC level 4 warnings: courgette/ editionpkasting@chromium.org2014-07-083-3/+3
* Minor Fixes for Windows GN build.brettw@chromium.org2014-06-141-1/+1
* Add more content subtargets and deps to the GN build.brettw@chromium.org2014-06-131-0/+137
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-2/+1
* Remove all uses of toolkit_use_gtk in the gyp files.erg@chromium.org2014-04-171-20/+0
* Port to x64 Android.anton@chromium.org2014-04-031-1/+1
* Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.pkasting@chromium.org2014-03-181-2/+0
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-063-3/+3
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-1/+2
* Remove PlatformFile from courgettervargas@chromium.org2014-02-212-70/+20
* Allow Win64 build of base library even in a Win32 build.petewil@chromium.org2014-01-091-2/+2
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-1/+2
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Add PE64 support to courgettewfh@chromium.org2013-09-2524-53/+1148
* Fix +x bit on courgette testdatascottmg@chromium.org2013-09-242-0/+0
* Commit binary files needed by Courgette tests for PE 64.scottmg@chromium.org2013-09-244-0/+0
* Revert 224789 "Add PE64 support to courgette"piman@chromium.org2013-09-2328-1148/+53
* Add PE64 support to courgettewfh@chromium.org2013-09-2328-53/+1148
* Convert most run_all_unittests.cc files to use new unit test launcher.phajdan.jr@chromium.org2013-09-052-10/+1