| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make: new lib/Makefile for libtcc1.a on more platforms | grischka | 2010-12-04 | 1 | -20/+23 |
| | | | | | | | win32/64 cross-compilers now build libtcc1.a and install it together with the windows headers in a 'win32' sub-directory of TCCDIR. | ||||
| * | build: remove #include "config.h" from target dependent files | grischka | 2010-11-26 | 1 | -17/+20 |
| | | | | | This is to make cross build of libtcc1.a easier. | ||||
| * | win32: enable bounds checker & exception handler | grischka | 2009-12-19 | 1 | -2/+14 |
| | | | | | exception handler borrowed from k1w1. Thanks. | ||||
| * | integrate x86_64-asm.c into i386-asm.c | grischka | 2009-12-19 | 1 | -15/+1 |
| | | | | | | Also, disable 16bit support for now as it causes bugs in 32bit mode. #define I386_ASM_16 if you want it. | ||||
| * | win64: Use tcc's own assembler | grischka | 2009-11-21 | 1 | -5/+5 |
| | | | | | Now that we have it thanks to Mr. Féret | ||||
| * | win64: fix bat | grischka | 2009-08-24 | 1 | -11/+13 |
| | | |||||
| * | win64: add x64 target to build-tcc.bat | grischka | 2009-07-18 | 1 | -19/+47 |
| | | |||||
| * | update Changelog, bump version: 0.9.25 | grischka | 2009-05-11 | 1 | -1/+1 |
| | | |||||
| * | make tcc from tcc.c and libtcc from libtcc.c | grischka | 2009-05-05 | 1 | -1/+1 |
| | | |||||
| * | fix makefiles etc for subdirs | grischka | 2009-04-18 | 1 | -3/+3 |
| | | |||||
| * | win32/build-tcc.bat: define CONFIG_SYSROOT | grischka | 2008-11-30 | 1 | -0/+1 |
| | | |||||
| * | get rid of a warning and fix .bat | grischka | 2008-03-25 | 1 | -1/+1 |
| | | |||||
| * | Checkin tiny_libmaker (ar replacement) by Timovj Lahde | grischka | 2008-03-08 | 1 | -6/+3 |
| | | |||||
| * | Some in-between fixes (See Changelog for details). | grischka | 2007-11-25 | 1 | -0/+30 |
