summaryrefslogtreecommitdiffstats
path: root/courgette/adjustment_method_2.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in courgette/.avi2015-12-211-30/+32
* [Courgette] Unnest maximize loop in adjustment_method_2.cc to speed up courge...huangs2015-08-181-12/+12
* Add 64-bit absolute address support to courgette.wfh2015-03-131-0/+2
* Fix more MSVC warnings, courgette/ edition.pkasting2014-10-031-14/+13
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-281-1/+1
* Use a direct include of strings headers in courgette/.avi@chromium.org2013-06-111-1/+1
* Further refactoring, move ImageInfo into Disassembler/DisassemblerWin32X86.dgarrett@chromium.org2011-10-261-1/+0
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-2/+1
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-061-2/+2
* 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-011-1/+1
* Also build a 64-bit exe version of the 32-bit courgettebradnelson@google.com2010-12-211-8/+11
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-20/+21
* Convert LOG(INFO) to VLOG(1) - courgette/.pkasting@chromium.org2010-10-211-54/+25
* Fix for bug where 64-bit executables were processed as 32-bit executables.laforge@chromium.org2010-03-151-0/+4
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-6/+7
* Coverity fixes to keep coverity quiet.sra@chromium.org2009-07-221-1/+1
* Fixing compilation error on Linux with GCC 4.3.3. My environment is Ubuntu 9....yusukes@google.com2009-07-191-1/+1
* Code changes to get the code to compile under GCC.sra@google.com2009-07-181-9/+12
* New adjustment method for Courgette.sra@chromium.org2009-06-031-0/+1318