aboutsummaryrefslogtreecommitdiff
path: root/libtcc.h
Commit message (Expand)AuthorAgeFilesLines
* libtcc: cleanup -x<filetype> switch codegrischka2016-10-011-4/+4
* Revert "--whole-archive support"grischka2016-10-011-2/+0
* --whole-archive supportseyko2016-05-201-0/+2
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+104
* Reorganize the source tree.gus knight2015-07-271-104/+0
* ability to specify a type of the input file with the -x switchseyko2015-04-121-1/+5
* Warn about a conflicting compile options spectified on the command line.seyko2015-01-061-5/+5
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-121-27/+14
* Revert "Added what I call virtual io to tinycc this way we can make a monolit...Thomas Preud'homme2013-01-141-29/+0
* Added what I call virtual io to tinycc this way we can make a monolitic execu...mingodad2013-01-111-0/+29
* tccrun: another incompatible change to the tcc_relocate APIgrischka2012-09-011-3/+8
* libtcc: minor adjustmentsgrischka2011-08-111-4/+2
* libtcc: cleanup the 'gen_makedeps' stuffgrischka2011-08-061-14/+0
* tcc: Draft suppoprt for -MD/-MF optionsKirill Smelkov2010-06-211-0/+7
* Add input files/libs and reloc_output switch to TCCStateKirill Smelkov2010-06-201-0/+7
* libtcc: Detect (but ignore) -init and -fini for -WlDetlef Riekenberg2010-04-051-1/+1
* libtcc: Allow multiple options for -Wl separated with ','Detlef Riekenberg2010-04-051-0/+3
* x86-64: use uplong for symbol valuesgrischka2010-01-141-1/+1
* tcc_relocate: revert to 0.9.24 behaviorgrischka2009-12-191-4/+3
* libtcc: add support to be build as DLLgrischka2009-04-181-20/+26
* libtcc: new api tcc_set_lib_pathgrischka2009-04-181-0/+3
* change tcc_add/get_symbol to use void*grischka2009-04-181-3/+3
* alternative int tcc_relocate(TCCState *s1, void *ptr);grischka2009-04-181-3/+4
* initial implementation of -E optionbellard2006-10-161-0/+1
* output format supportbellard2004-10-231-0/+4
* changed tcc_get_symbol() prototypebellard2003-07-201-2/+2
* added tcc_set_warning() - c++ include supportbellard2003-04-261-0/+11
* added better error supportbellard2002-11-021-9/+13
* added tcc_relocate() and tcc_get_symbol()bellard2002-09-081-1/+7
* added tcc_add_sysinclude_path()bellard2002-08-181-1/+4
* api changebellard2002-07-241-11/+20
* added libtccbellard2002-05-131-0/+60