| Commit message (Expand) | Author | Age | Files | Lines |
| * | tcctools.c: integrate tiny_libmaker/_impdef | grischka | 2017-02-18 | 1 | -13/+109 |
| * | win32: adjust new unicode support | grischka | 2017-02-18 | 1 | -11/+14 |
| * | Add support for Unicode entries 'wmain' and 'wWinMain' on Windows | YX Hao | 2017-02-17 | 1 | -8/+20 |
| * | mems & leaks | grischka | 2017-02-13 | 1 | -2/+12 |
| * | fixes & cleanups | grischka | 2017-02-13 | 1 | -4/+8 |
| * | win32: support "-Wl,--large-address-aware" option | Pavlas, Zdenek | 2016-12-30 | 1 | -0/+1 |
| * | Control symbol table of which to relocate symbols | Thomas Preud'homme | 2016-12-03 | 1 | -1/+1 |
| * | Rename add_elf_sym to set_elf_sym | Thomas Preud'homme | 2016-12-03 | 1 | -2/+2 |
| * | tccpp_new/delete and other cleanups | grischka | 2016-10-17 | 1 | -50/+56 |
| * | configure: fix tcc_lddir, cpu | grischka | 2016-10-03 | 1 | -0/+2 |
| * | libtcc: reimplement option -Wl,[-no]-whöle-archive | grischka | 2016-10-01 | 1 | -1/+1 |
| * | Revert part of "fix installation amd bcheck for Windows" | grischka | 2016-10-01 | 1 | -1/+1 |
| * | libtcc: cleanup @listfile | grischka | 2016-10-01 | 1 | -0/+17 |
| * | Rein in unintended external functions on Windows. | Jean-Claude Beaudoin | 2016-09-27 | 1 | -0/+2 |
| * | Move utility functions `trimfront/back` to tccpp.c | Vlad Vissoultchev | 2016-04-13 | 1 | -16/+0 |
| * | Merge the integer members of union CValue into "uint64_t i". | Edmund Grimley Evans | 2015-11-17 | 1 | -2/+2 |
| * | Revert all of my changes to directories & codingstyle. | gus knight | 2015-07-29 | 1 | -0/+1890 |
| * | Reorganize the source tree. | gus knight | 2015-07-27 | 1 | -1890/+0 |
| * | Clean up lots of rogue tabs. | gus knight | 2015-07-27 | 1 | -24/+24 |
| * | Trim trailing spaces everywhere. | gus knight | 2015-07-27 | 1 | -1/+1 |
| * | tccpp: fix issues, add tests | grischka | 2015-05-09 | 1 | -4/+5 |
| * | win64: fix resource file support | grischka | 2014-08-01 | 1 | -28/+24 |
| * | tccpe: adjust for new 'hidden' symbols feature | grischka | 2014-04-17 | 1 | -8/+8 |
| * | tccpe: speed up .def file loading | grischka | 2014-04-13 | 1 | -17/+7 |
| * | tcctest: add back testXb (self compile with -b) | grischka | 2014-01-21 | 1 | -1/+1 |
| * | tccpe: cleanup "imports per ordinal" | grischka | 2014-01-06 | 1 | -34/+33 |
| * | i386: use __fixdfdi instead of __tcc_cvt_ftol | grischka | 2014-01-06 | 1 | -0/+2 |
| * | Add the possibility to use noname functions by ordinal | YX Hao | 2013-09-19 | 1 | -6/+32 |
| * | win32: fix libtcc support | grischka | 2013-09-10 | 1 | -3/+4 |
| * | i386-gen: preserve fp control word in gen_cvt_ftoi | grischka | 2013-08-28 | 1 | -17/+5 |
| * | tccpe: pstrcpy() will truncate .stabstr section name, use strncpy() instead. | Roy | 2013-06-06 | 1 | -1/+1 |
| * | add version number to manpage | Urs Janssen | 2013-02-17 | 1 | -1/+1 |
| * | libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str) | grischka | 2013-02-12 | 1 | -28/+30 |
| * | win32: Honor "-Wl,-subsystem=console/gui" option | grischka | 2013-02-04 | 1 | -9/+10 |
| * | portability: fix void* <-> target address conversion confusion | grischka | 2013-02-04 | 1 | -7/+7 |
| * | safety: replace occurrences of strcpy by pstrcpy | grischka | 2013-01-31 | 1 | -3/+3 |
| * | tccpe: no debug, no stabs | grischka | 2013-01-30 | 1 | -1/+4 |
| * | Revert "Added what I call virtual io to tinycc this way we can make a monolit... | Thomas Preud'homme | 2013-01-14 | 1 | -2/+2 |
| * | Revert "pe: fix tcc not linking to user32 and gdi32" | Thomas Preud'homme | 2013-01-14 | 1 | -1/+1 |
| * | Added what I call virtual io to tinycc this way we can make a monolitic execu... | mingodad | 2013-01-11 | 1 | -2/+2 |
| * | pe: fix tcc not linking to user32 and gdi32 | Roy Tam | 2012-11-02 | 1 | -1/+1 |
| * | tcc.h: define TCC_IS_NATIVE | grischka | 2012-03-05 | 1 | -8/+3 |
| * | rename error/warning -> tcc_(error/warning) | grischka | 2011-08-11 | 1 | -6/+6 |
| * | libtcc: support more than one crtprefix | grischka | 2011-08-06 | 1 | -15/+0 |
| * | tccpe: cleanup ELFW() macros etc. | grischka | 2011-07-14 | 1 | -32/+14 |
| * | tccrun: win64: add unwind function table for dynamic code | grischka | 2011-07-14 | 1 | -38/+49 |
| * | make: create native tcc from separate objects | grischka | 2011-07-14 | 1 | -1/+1 |
| * | win32: add -Wl,--stack=xxx switch | grischka | 2011-07-11 | 1 | -0/+2 |
| * | tccpe: support leading underscore for symbols | grischka | 2011-02-13 | 1 | -23/+39 |
| * | split cross libtcc1.a to separate directories | Henry Kroll III | 2010-12-02 | 1 | -8/+1 |