| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | win64: fix resource file support | grischka | 2014-08-01 | 1 | -3/+9 |
| | | |||||
| * | tiny_impdef: remove artificial length restriction. | minux | 2014-04-11 | 1 | -1/+1 |
| | | |||||
| * | libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str) | grischka | 2013-02-12 | 1 | -16/+17 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | build: remove #include "config.h" from target dependent files | grischka | 2010-11-26 | 1 | -1/+0 |
| | | | | | This is to make cross build of libtcc1.a easier. | ||||
| * | tccpe: improve dllimport/export and use for tcc_add_symbol | grischka | 2010-01-14 | 1 | -19/+21 |
| | | |||||
| * | tccpe: load dll on the fly | grischka | 2009-07-18 | 1 | -88/+95 |
| | | |||||
| * | win64: update tiny_impdef, tiny_libmaker (Elf64) | grischka | 2009-07-18 | 1 | -278/+119 |
| | | |||||
| * | Checkin tiny_libmaker (ar replacement) by Timovj Lahde | grischka | 2008-03-08 | 1 | -0/+393 |
