| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | some -bench fixes | seyko | 2015-05-12 | 1 | -8/+8 |
| * | minor pp optimizations | seyko | 2015-05-12 | 1 | -17/+9 |
| * | a mem leak fix for "ability to compile multiple *.c files with -c switch" | seyko | 2015-05-12 | 1 | -5/+4 |
| * | allow to use MEM_DEBUG with libtcc | seyko | 2015-05-11 | 1 | -2/+0 |
| * | tccpp: fix issues, add tests | grischka | 2015-05-09 | 1 | -16/+11 |
| * | fix "tcc test.c -Wl,,--oformat,binary" | seyko | 2015-05-03 | 1 | -3/+0 |
| * | clarify error message when library not found | seyko | 2015-04-16 | 1 | -1/+1 |
| * | implement #pragma comment(lib,...) | Steven G. Messervey | 2015-04-15 | 1 | -1/+1 |
| * | Revert "implement #pragma comment(lib,...)" | Steven G. Messervey | 2015-04-15 | 1 | -2/+2 |
| * | implement #pragma comment(lib,...) | Steven G. Messervey | 2015-04-15 | 1 | -2/+2 |
| * | ability to compile multiple *.c files with -c switch | seyko | 2015-04-12 | 1 | -3/+26 |
| * | ability to specify a type of the input file with the -x switch | seyko | 2015-04-12 | 1 | -4/+3 |
| * | fix to allow build tcc by build-tcc.bat | seyko | 2015-03-19 | 1 | -2/+0 |
| * | Report a mingw as a execution environment instead of the | seyko | 2015-03-03 | 1 | -16/+10 |
| * | Don't add a slash to the install path of the tcc in display_info() | seyko | 2015-03-03 | 1 | -1/+1 |
| * | Use a display_info() to output a header of the tcc help listing | seyko | 2015-03-03 | 1 | -55/+62 |
| * | A gcc preprocessor option -dD added | seyko | 2015-03-03 | 1 | -0/+3 |
| * | Added a gcc preprocessor options -P, -P1 | seyko | 2015-03-03 | 1 | -0/+2 |
| * | Add arm64 (AArch64) as a target architecture. | Edmund Grimley Evans | 2015-02-23 | 1 | -0/+2 |
| * | Warn about a conflicting compile options spectified on the command line. | seyko | 2015-01-06 | 1 | -1/+3 |
| * | tcc, libtcc: fix build on windows with latest mingw. | minux | 2014-04-11 | 1 | -1/+1 |
| * | tests2: cleanup | grischka | 2014-04-07 | 1 | -1/+0 |
| * | Add support for runtime selection of float ABI | Thomas Preud'homme | 2014-01-08 | 1 | -1/+1 |
| * | Add the possibility to use noname functions by ordinal | YX Hao | 2013-09-19 | 1 | -1/+1 |
| * | x86-64 ABI fixes. | James Lyon | 2013-04-19 | 1 | -1/+1 |
| * | Fixed tests on Windows (including out-of-tree problems) | James Lyon | 2013-04-17 | 1 | -0/+1 |
| * | added CPATH, C_INCLUDE_PATH and LD_LIBRARY_PATH | Andrew Aladjev | 2013-02-19 | 1 | -0/+1 |
| * | configure: pass CONFIG_xxxDIR/PATH options via commandline | grischka | 2013-02-14 | 1 | -0/+1 |
| * | - make clang accept unportable code in libtcc1.c | Urs Janssen | 2013-02-14 | 1 | -0/+1 |
| * | libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str) | grischka | 2013-02-12 | 1 | -438/+160 |
| * | tcc --help: update option summary | grischka | 2013-02-10 | 1 | -6/+15 |
| * | tcc -vv/--print-search-dirs: print more info | grischka | 2013-02-10 | 1 | -4/+8 |
| * | c67: remove global #define's for TRUE/FALSE/BOOL | grischka | 2013-02-04 | 1 | -1/+1 |
| * | Revert "Added what I call virtual io to tinycc this way we can make a monolit... | Thomas Preud'homme | 2013-01-14 | 1 | -97/+0 |
| * | Added what I call virtual io to tinycc this way we can make a monolitic execu... | mingodad | 2013-01-11 | 1 | -0/+97 |
| * | tcc.c: fix argv index for parse_args | grischka | 2012-06-12 | 1 | -3/+3 |
| * | tcc.c: fix previous commit "Use CString to concat linker options" | grischka | 2012-04-18 | 1 | -9/+7 |
| * | Re-enable "Use CString to concat linker options" | Gabriel Corneanu | 2012-04-18 | 1 | -13/+8 |
| * | Revert "Use CString to concat linker options" | Thomas Preud'homme | 2012-04-10 | 1 | -8/+13 |
| * | Use CString to concat linker options | Thomas Preud'homme | 2012-03-20 | 1 | -13/+8 |
| * | Fix use after free for linker_arg | Thomas Preud'homme | 2012-03-16 | 1 | -2/+2 |
| * | Support linker options passed in several -Wl param | Thomas Preud'homme | 2012-03-15 | 1 | -2/+16 |
| * | tcc.h: define TCC_IS_NATIVE | grischka | 2012-03-05 | 1 | -0/+4 |
| * | rename error/warning -> tcc_(error/warning) | grischka | 2011-08-11 | 1 | -11/+11 |
| * | libtcc: minor adjustments | grischka | 2011-08-11 | 1 | -34/+25 |
| * | libtcc: cleanup the 'gen_makedeps' stuff | grischka | 2011-08-06 | 1 | -13/+14 |
| * | tcc: fix -m32/64 & simplify | grischka | 2011-08-06 | 1 | -74/+53 |
| * | make: create native tcc from separate objects | grischka | 2011-07-14 | 1 | -3/+3 |
| * | tcc: add sysinclude path with -B, like gcc does | Joe Soroka | 2011-02-02 | 1 | -1/+7 |
| * | add -isystem cmdline option | Joe Soroka | 2011-02-01 | 1 | -0/+5 |