summaryrefslogtreecommitdiffstats
path: root/courgette/encoded_program.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch out use of std::string and std::vector for large allocations for a buf...tommi@chromium.org2011-04-061-84/+70
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Identifying call sites that need to handle out of memory situations in Courge...tommi@chromium.org2011-03-221-57/+108
* 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-20/+23
* Also build a 64-bit exe version of the 32-bit courgettebradnelson@google.com2010-12-211-5/+5
* Convert LOG(INFO) to VLOG(1) - courgette/.pkasting@chromium.org2010-10-211-10/+10
* 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
* base: Get rid of the deprecated SysInfo::GetEnvVar.tfarina@chromium.org2010-07-081-4/+8
* Coverity fixes to keep coverity quiet.sra@chromium.org2009-07-221-1/+1
* Code changes to get the code to compile under GCC.sra@google.com2009-07-181-27/+19
* Move Courgettesra@chromium.org2009-05-081-0/+573