summaryrefslogtreecommitdiffstats
path: root/courgette
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-262-4/+12
* Add a clarifying comment to the memory layout navigation. (Inspired by Coveri...gbillock@chromium.org2012-07-251-1/+3
* [Leak fixlet] Fix leak in courgette_unittestsgroby@chromium.org2012-06-011-1/+3
* Set svn:executable on windows executables.maruel@chromium.org2012-04-274-0/+0
* Add owners to src/courgette so that we can lessen the need for a wildcard in ...dpranke@chromium.org2012-03-131-0/+3
* Use a different define to decide which CRC library to use.dgarrett@chromium.org2011-12-011-7/+19
* Revert 112083 - Try a different library for Crc32.cbentzel@chromium.org2011-11-301-19/+7
* Try a different library for Crc32.dgarrett@chromium.org2011-11-301-7/+19
* Add -supported command line option to describe if a given file is supporteddgarrett@chromium.org2011-11-212-9/+51
* Switching all wstrings in courgette_tool to FilePaths.dgarrett@chromium.org2011-11-181-57/+35
* Fix two pointer arithmetic errors.dgarrett@chromium.org2011-11-093-7/+7
* Replace "bool ok" style with early returns.dgarrett@chromium.org2011-11-092-89/+72
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-0819-51/+1109
* Revert 108929 - Add Elf 32 Support to Courgette.csilv@chromium.org2011-11-0719-1111/+51
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-0719-51/+1111
* Last small bit of refactoring.dgarrett@chromium.org2011-10-3110-38/+35
* Disable the Courgette ensemble unittest.dgarrett@chromium.org2011-10-261-1/+2
* Further refactoring, move ImageInfo into Disassembler/DisassemblerWin32X86.dgarrett@chromium.org2011-10-2619-841/+838
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-2120-522/+593
* Add a unittest for ensemble diffing.dgarrett@chromium.org2011-10-194-0/+92
* Add a basic backwards compatibility unittest.dgarrett@chromium.org2011-10-188-131/+126
* Add another binary file needed by tests that will be submitted later.dgarrett@chromium.org2011-10-131-0/+0
* Revert 103879 - Start refactoring to reduce executable type knowledge.laforge@chromium.org2011-10-1115-579/+512
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-0415-512/+579
* fix executable flaggman@chromium.org2011-09-273-0/+0
* Add binary files needed by unittests to come later.dgarrett@chromium.org2011-09-274-0/+0
* Revert 102428 - Add a backwards compatibility unittest.dgarrett@chromium.org2011-09-233-85/+1
* Add a backwards compatibility unittest.dgarrett@chromium.org2011-09-233-1/+85
* Revert 101606 - Add a basic backwards compatibility unittest.rlp@chromium.org2011-09-173-85/+1
* Add a basic backwards compatibility unittest.dgarrett@chromium.org2011-09-173-1/+85
* Rename CommandLine::GetArgs(), update callers.msw@chromium.org2011-07-131-3/+4
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-6/+0
* Remove msvs_guid from chrome_frame/, cloud_print/, content/tony@chromium.org2011-06-221-5/+0
* Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...tony@chromium.org2011-05-231-2/+2
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-2/+2
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-122-4/+2
* Make courgette compiler on clang and linux x64 buildersgrt@chromium.org2011-04-061-2/+4
* fix build error.tommi@chromium.org2011-04-061-1/+2
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-0618-296/+552
* Pulling in new icu with msvs2010 fix.bradnelson@google.com2011-03-291-1/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-285-9/+9
* Quick fix for clang and linux views builders.tommi@chromium.org2011-03-221-6/+6
* Identifying call sites that need to handle out of memory situations in Courge...tommi@chromium.org2011-03-2211-169/+313
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-042-2/+2
* Instrument the allocator code so that we can track down the cause of recent c...tommi@chromium.org2011-03-033-44/+66
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-6/+6
* Implementation of an STL compatible allocator for Courgette on Windows.tommi@chromium.org2011-03-0110-64/+439
* Improved memory usage while applying patch.sra@chromium.org2011-02-236-16/+96
* Make the 32bit courgette.exe tool large-adddress-aware so that it can create ...tommi@chromium.org2011-02-231-0/+5
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-143-21/+21