summaryrefslogtreecommitdiffstats
path: root/courgette
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5.craig.schlenter@chromium.org2011-01-131-4/+4
* 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-2114-73/+130
* 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
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-153-28/+29
* Fix compile failure.pkasting@chromium.org2010-10-211-2/+2
* Convert LOG(INFO) to VLOG(1) - courgette/.pkasting@chromium.org2010-10-218-157/+109
* Prevent Courgette from choosing a really large executable as the basis of com...mal@chromium.org2010-09-261-0/+27
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-272-4/+2
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-172-2/+2
* Re-land just the project file changes from r55416. This makes projects that usebrettw@chromium.org2010-08-151-0/+2
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-093-4/+2
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-093-2/+4
* base: rename Environment::GetEnv to Environment::GetVar.tfarina@chromium.org2010-08-071-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-1/+1
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-2/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-312-10/+7
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-6/+4
* Remove deprecated CommandLine::GetLooseValues(), rename to args().evan@chromium.org2010-07-211-1/+9
* Remove <iostream> where possible.erg@google.com2010-07-201-1/+0
* base: Get rid of the deprecated SysInfo::GetEnvVar.tfarina@chromium.org2010-07-081-4/+8
* Use an array of pages for the large arrays.sra@chromium.org2010-05-295-12/+188
* Fix for bug where 64-bit executables were processed as 32-bit executables.laforge@chromium.org2010-03-154-7/+24
* OpenBSD/FreeBSD GYP changes (most of the remaining ones)pvalchev@google.com2010-02-041-2/+2
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-291-0/+4
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-6/+7
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-2/+2
* Remove the base_gfx project since it no longer has an external dependencies.brettw@chromium.org2009-10-141-0/+2
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-10/+10
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-092-2/+2