| Commit message (Expand) | Author | Age | Files | Lines |
| * | tccpp: cleanup options -dD -dM, remove -C | grischka | 2016-05-05 | 1 | -36/+14 |
| * | tccgen: scope levels for local symbols | grischka | 2016-05-05 | 1 | -1/+0 |
| * | -fno-type-redefinition-check | seyko | 2016-05-04 | 1 | -0/+1 |
| * | section alignment | seyko | 2016-04-22 | 1 | -1/+1 |
| * | Improve hash performance | Vlad Vissoultchev | 2016-04-17 | 1 | -7/+8 |
| * | allow to compile tcc by pcc | seyko | 2016-04-15 | 1 | -1/+1 |
| * | preprocessor oprtion -C (keep comments) | seyko | 2016-04-15 | 1 | -0/+20 |
| * | Simplify @listfiles parsing | Vlad Vissoultchev | 2016-04-13 | 1 | -39/+17 |
| * | Allow tcc arguments to be read from @listfiles | seyko | 2016-04-13 | 1 | -27/+84 |
| * | Implement -dM preprocessor option as in gcc | Vlad Vissoultchev | 2016-04-06 | 1 | -2/+4 |
| * | -fnormalize-inc-dirs | seyko | 2016-04-03 | 1 | -0/+93 |
| * | tccpp: cleanup #include_next | grischka | 2015-11-20 | 1 | -92/+0 |
| * | tccgen: asm_label cleanup | grischka | 2015-11-20 | 1 | -1/+1 |
| * | Trivial changes to avoid some compiler warnings. | Edmund Grimley Evans | 2015-11-19 | 1 | -1/+1 |
| * | libtcc.c: Completely replace tcc_normalize_inc_dirs. | Edmund Grimley Evans | 2015-11-11 | 1 | -73/+26 |
| * | win: include dirs: add some docs, minor refactor | Avi Halachmi (:avih) | 2015-11-08 | 1 | -4/+18 |
| * | fix tcc_mormalize_inc_dirs naming | seyko | 2015-11-08 | 1 | -2/+2 |
| * | win: fix incorrect directory detection | Avi Halachmi (:avih) | 2015-11-08 | 1 | -1/+2 |
| * | win: fix dir comparison during include dirs processing | Avi Halachmi (:avih) | 2015-11-08 | 1 | -16/+60 |
| * | normalize inc dirs, symplify include_next | seyko | 2015-11-05 | 1 | -0/+80 |
| * | Define __WINT_TYPE__ as int in NetBSD | Kamil Rytarowski | 2015-10-11 | 1 | -1/+1 |
| * | Add support for -D__NetBSD__ | Kamil Rytarowski | 2015-10-11 | 1 | -0/+5 |
| * | Revert all of my changes to directories & codingstyle. | gus knight | 2015-07-29 | 1 | -0/+2322 |
| * | Reorganize the source tree. | gus knight | 2015-07-27 | 1 | -2322/+0 |
| * | Clean up lots of rogue tabs. | gus knight | 2015-07-27 | 1 | -9/+9 |
| * | Trim trailing spaces everywhere. | gus knight | 2015-07-27 | 1 | -1/+1 |
| * | redo of the -dD option | seyko | 2015-05-13 | 1 | -1/+16 |
| * | some -bench fixes | seyko | 2015-05-12 | 1 | -1/+1 |
| * | minor pp optimizations | seyko | 2015-05-12 | 1 | -0/+4 |
| * | restore a max memory usage printing for a new MEM_DEBUG when -bench | seyko | 2015-05-12 | 1 | -3/+6 |
| * | a new version of the MEM_DEBUG | seyko | 2015-05-12 | 1 | -25/+180 |
| * | allow to use MEM_DEBUG with libtcc | seyko | 2015-05-11 | 1 | -0/+1 |
| * | tcc_add_dll is not used if TCC_TARGET_PE | seyko | 2015-05-10 | 1 | -0/+2 |
| * | define __OPTIMIZE__ if -ON (N != 0) | seyko | 2015-05-10 | 1 | -0/+9 |
| * | warn if multile -o option is given | seyko | 2015-05-10 | 1 | -0/+4 |
| * | tccpp: fix issues, add tests | grischka | 2015-05-09 | 1 | -55/+28 |
| * | -traditional and -iwithprefix options | seyko | 2015-05-03 | 1 | -0/+27 |
| * | fix "tcc test.c -Wl,,--oformat,binary" | seyko | 2015-05-03 | 1 | -1/+5 |
| * | fix "tcc test.c -UAAA -UBBB" | seyko | 2015-05-03 | 1 | -1/+0 |
| * | replace PARSE_FLAG_ASM_COMMENTS with PARSE_FLAG_ASM_FILE | seyko | 2015-04-27 | 1 | -1/+1 |
| * | preprocess: "assign PARSE_FLAG_ASM_COMMENTS only for asm files" | seyko | 2015-04-27 | 1 | -1/+1 |
| * | 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 | -0/+18 |
| * | Revert "implement #pragma comment(lib,...)" | Steven G. Messervey | 2015-04-15 | 1 | -31/+13 |
| * | implement #pragma comment(lib,...) | Steven G. Messervey | 2015-04-15 | 1 | -13/+31 |
| * | ability to specify a type of the input file with the -x switch | seyko | 2015-04-12 | 1 | -19/+55 |
| * | -fdollar-in-identifiers switch which enables '$' in identifiers | seyko | 2015-04-12 | 1 | -0/+1 |
| * | replace a method to force bcheck.o linking | seyko | 2015-04-12 | 1 | -5/+8 |
| * | Fix for Microsoft compilers | seyko | 2015-04-11 | 1 | -1/+1 |
| * | option to use an old algorithm of the array in struct initialization | seyko | 2015-04-10 | 1 | -0/+1 |