summaryrefslogtreecommitdiffstats
path: root/courgette/courgette_tool.cc
Commit message (Expand)AuthorAgeFilesLines
* Add -supported command line option to describe if a given file is supporteddgarrett@chromium.org2011-11-211-7/+51
* Switching all wstrings in courgette_tool to FilePaths.dgarrett@chromium.org2011-11-181-57/+35
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-211-13/+14
* Revert 103879 - Start refactoring to reduce executable type knowledge.laforge@chromium.org2011-10-111-14/+13
* Start refactoring to reduce executable type knowledge.dgarrett@chromium.org2011-10-041-13/+14
* Rename CommandLine::GetArgs(), update callers.msw@chromium.org2011-07-131-3/+4
* Make courgette compiler on clang and linux x64 buildersgrt@chromium.org2011-04-061-2/+4
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-061-10/+29
* Improved memory usage while applying patch.sra@chromium.org2011-02-231-10/+42
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-4/+6
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-6/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-4/+6
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-6/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-4/+6
* Also build a 64-bit exe version of the 32-bit courgettebradnelson@google.com2010-12-211-1/+1
* Call InitLogging() for courgette.akalin@chromium.org2010-11-161-0/+7
* Revert 66208 - Call InitLogging() for courgette.akalin@chromium.org2010-11-161-6/+0
* Call InitLogging() for courgette.akalin@chromium.org2010-11-161-0/+6
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-8/+4
* Remove deprecated CommandLine::GetLooseValues(), rename to args().evan@chromium.org2010-07-211-1/+9
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-2/+2
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-10/+10
* Coverity fixes to keep coverity quiet.sra@chromium.org2009-07-221-3/+4
* Code changes to get the code to compile under GCC.sra@google.com2009-07-181-3/+16
* Fix leaks found by Coverity Prevent.sra@chromium.org2009-05-301-1/+1
* Move Courgettesra@chromium.org2009-05-081-0/+404