| Commit message (Expand) | Author | Age | Files | Lines |
| * | preprocessor oprtion -C (keep comments) | seyko | 2016-04-15 | 1 | -15/+3 |
| * | Better pragma once guard | Vlad Vissoultchev | 2016-04-13 | 1 | -1/+1 |
| * | tccpp.c: Guard against ppfp being NULL | Vlad Vissoultchev | 2016-04-13 | 1 | -7/+2 |
| * | Allow tcc arguments to be read from @listfiles | seyko | 2016-04-13 | 1 | -0/+1 |
| * | Fix pragma once guard | seyko | 2016-04-13 | 1 | -1/+1 |
| * | fix for the -dM patch | seyko | 2016-04-13 | 1 | -2/+7 |
| * | document -dM in "tcc -h" output | seyko | 2016-04-13 | 1 | -1/+1 |
| * | Skip math library if not found when -lm option is used | Vlad Vissoultchev | 2016-04-08 | 1 | -2/+5 |
| * | Implement -dM preprocessor option as in gcc | Vlad Vissoultchev | 2016-04-06 | 1 | -0/+3 |
| * | Revert spawnvp param cast and use `no-incompatible-pointer-types` in build-tc... | Vlad Vissoultchev | 2016-03-14 | 1 | -1/+1 |
| * | Silence FIXME and compiler warning | Vlad Vissoultchev | 2016-03-13 | 1 | -1/+1 |
| * | tcc help output for the -xc -xa - options | seyko | 2015-10-24 | 1 | -0/+2 |
| * | Revert all of my changes to directories & codingstyle. | gus knight | 2015-07-29 | 1 | -0/+365 |
| * | Reorganize the source tree. | gus knight | 2015-07-27 | 1 | -365/+0 |
| * | Trim trailing spaces everywhere. | gus knight | 2015-07-27 | 1 | -1/+1 |
| * | redo of the -dD option | seyko | 2015-05-13 | 1 | -0/+1 |
| * | 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 |