summaryrefslogtreecommitdiffstats
path: root/courgette/encoded_program.cc
Commit message (Expand)AuthorAgeFilesLines
* [Courgette] Move the "1.01 x" memory fix from NoThrowBuffer::reserve() to cal...huangs2015-11-191-1/+9
* [Courgette] Store delta encoding as signed int32.huangs2015-09-091-31/+16
* Add 64-bit absolute address support to courgette.wfh2015-03-131-12/+39
* Using "static_assert" in lieu of "COMPILE_ASSERT" in courgete moduleanujk.sharma2015-01-201-1/+1
* Cleanup: Get rid of more base::ASCIIToWide usage.thestig2014-12-041-10/+7
* Fix more MSVC warnings, courgette/ edition.pkasting2014-10-031-10/+8
* Fixes for re-enabling more MSVC level 4 warnings: courgette/ editionpkasting@chromium.org2014-07-081-1/+1
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-1/+2
* Add PE64 support to courgettewfh@chromium.org2013-09-251-14/+26
* Revert 224789 "Add PE64 support to courgette"piman@chromium.org2013-09-231-26/+14
* Add PE64 support to courgettewfh@chromium.org2013-09-231-14/+26
* Support for ARM 32-bit ELF binaries in Courgettepaulgazz@chromium.org2013-08-011-1/+121
* Fixed Courgette to correctly regenerate the ELF relocation table forpaulgazz@chromium.org2013-07-181-9/+28
* Use a direct include of strings headers in courgette/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,...avi@chromium.org2013-06-071-1/+1
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-081-12/+53
* Revert 108929 - Add Elf 32 Support to Courgette.csilv@chromium.org2011-11-071-55/+12
* Add Elf 32 Support to Courgette.dgarrett@chromium.org2011-11-071-12/+55
* 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