| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str) | grischka | 2013-02-12 | 1 | -21/+23 |
| | | | | | | | | | | | | | | | | | | | | This replaces -> use instead: ----------------------------------- - tcc_set_linker -> tcc_set_options(s, "-Wl,..."); - tcc_set_warning -> tcc_set_options(s, "-W..."); - tcc_enable_debug -> tcc_set_options(s, "-g"); parse_args is moved to libtcc.c (now tcc_parse_args). Also some cleanups: - reorder TCCState members - add some comments here and there - do not use argv's directly, make string copies - use const char* in tcc_set_linker - tccpe: use fd instead of fp tested with -D MEM_DEBUG: 0 bytes left | ||||
| * | tcc.h: declare CValue.tab[LDOUBLE_SIZE/4] | grischka | 2013-02-08 | 1 | -29/+26 |
| | | | | | | | | | Should fix some warnings wrt. access out of array bounds. tccelf.c: fix "static function unused" warning x86_64-gen.c: fix "ctype.ref uninitialzed" warning and cleanup tcc-win32.txt: remove obsolete limitation notes. | ||||
| * | win32: build-tcc.bat: get rid of hardcoded VERSION string | grischka | 2012-12-20 | 1 | -1/+1 |
| | | | | | | | | Also: - put libtcc.def into libtcc dir - remove ar references - remove libtcc_test from build | ||||
| * | win32: tcc.exe uses libtcc.dll | grischka | 2012-04-18 | 1 | -1/+1 |
| | | |||||
| * | win32: readme: add libtcc_test example | grischka | 2010-01-14 | 1 | -6/+4 |
| | | |||||
| * | win32: explain usage of mingw w32api package | grischka | 2009-11-30 | 1 | -1/+2 |
| | | |||||
| * | win32: readme.txt->tcc-win32.txt, update tcc-doc | grischka | 2009-04-18 | 1 | -0/+158 |
