aboutsummaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* misc. fixesgrischka2014-01-061-2/+2
* tccpe: cleanup "imports per ordinal"grischka2014-01-062-109/+0
* Fix "Add support for struct > 4B returned via registers"grischka2013-12-161-0/+2
* Add the possibility to use noname functions by ordinalYX Hao2013-09-193-1/+117
* win32: fix libtcc supportgrischka2013-09-101-6/+0
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-284-7/+19
* add version number to manpageUrs Janssen2013-02-178-18/+18
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-123-39/+42
* tcc -vv/--print-search-dirs: print more infogrischka2013-02-102-35/+30
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-29/+26
* win32: wincrt1.c: include stdlib.h for exit()grischka2013-02-041-0/+1
* win32: _mingw.h: do not undef NULLgrischka2013-01-241-1/+0
* Revert mistake in "win32: malloc.h: fix win32 ... _STATIC_ASSERT"grischka2013-01-142-69/+0
* win32: malloc.h: fix win32 tcc-tcc complication by correcting _STATIC_ASSERT,...Roy2012-12-313-1/+70
* win32: build-tcc.bat: get rid of hardcoded VERSION stringgrischka2012-12-202-11/+7
* win32: tcc.exe uses libtcc.dllgrischka2012-04-182-5/+2
* tcc.c: fix previous commit "Use CString to concat linker options"grischka2012-04-181-1/+1
* Re-enable "Use CString to concat linker options"Gabriel Corneanu2012-04-181-1/+1
* libtcc: minor adjustmentsgrischka2011-08-111-3/+7
* dll build + small adjustmentsGabriel Corneanu2011-08-101-4/+5
* tccpe: cleanup ELFW() macros etc.grischka2011-07-141-1/+11
* tccrun: win64: add unwind function table for dynamic codegrischka2011-07-142-8/+2
* make: create native tcc from separate objectsgrischka2011-07-141-2/+2
* win32/include: enable _timezone etc variables.grischka2011-07-113-15/+13
* tccpe: support leading underscore for symbolsgrischka2011-02-131-0/+2
* tiny_libmaker: strip leading directory to avoid buffer overrungrischka2010-12-041-3/+13
* make: new lib/Makefile for libtcc1.a on more platformsgrischka2010-12-041-20/+23
* build: remove #include "config.h" from target dependent filesgrischka2010-11-264-21/+20
* win32: register SEH in startup code (i386 only)grischka2010-10-194-2/+126
* Explicit license in tiny_libmaker.cThomas Preud'homme2010-10-071-2/+14
* win32: sys/timeb.h use _ftime instead of _ftime32grischka2010-04-121-1/+2
* tinylibmaker: On error situation tempfile was not removedunknown2010-04-031-0/+3
* win32: adjust for mingw32 winapi packagesgrischka2010-01-261-0/+11
* win64: defined size_t and ptrdiff_t to unsigned long longgrischka2010-01-141-18/+17
* win32: cleanup includegrischka2010-01-148-485/+57
* tccpe: improve dllimport/export and use for tcc_add_symbolgrischka2010-01-141-19/+21
* win32: readme: add libtcc_test examplegrischka2010-01-141-6/+4
* win32: add size_t to _mingw.hgrischka2009-12-201-0/+9
* win64: add tiny unwind data for setjmp/longjmpgrischka2009-12-202-4/+12
* win32: enable bounds checker & exception handlergrischka2009-12-191-2/+14
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-15/+1
* win64: adjust for two args with setjmp(buf,ctx)grischka2009-12-192-0/+10
* win32: remove #define alloca from mingw headersgrischka2009-12-011-1/+1
* win32: explain usage of mingw w32api packagegrischka2009-11-301-1/+2
* win64: Use tcc's own assemblergrischka2009-11-211-5/+5
* win64: fix batgrischka2009-08-241-11/+13
* tccpe: load dll on the flygrischka2009-07-181-88/+95
* win32: reformat examples, crt etcgrischka2009-07-184-134/+148
* x86-64: chkstk, allocagrischka2009-07-181-21/+53
* win64: add x64 target to build-tcc.batgrischka2009-07-181-19/+47