summaryrefslogtreecommitdiffstats
path: root/courgette/adjustment_method.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in courgette/.avi2015-12-211-22/+24
* Use a direct include of strings headers in courgette/.avi@chromium.org2013-06-111-2/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-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-3/+3
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* 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-2/+3
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-3/+3
* Convert LOG(INFO) to VLOG(1) - courgette/.pkasting@chromium.org2010-10-211-37/+22
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+3
* Coverity fixes to keep coverity quiet.sra@chromium.org2009-07-221-2/+7
* New adjustment method for Courgette.sra@chromium.org2009-06-031-1/+1
* Move Courgettesra@chromium.org2009-05-081-0/+703