aboutsummaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Windows test Makefile target also test pp tests.Christian Jullien2017-05-281-0/+1
* Add -static to be in sync with Windows bat.Christian Jullien2017-04-271-1/+1
* final adjustments for releasegrischka2017-04-252-1/+2
* tccgen/win32: let __declspec(dllimport) imply externgrischka2017-04-042-11/+13
* makefile: unify cross with native buildsgrischka2017-02-251-0/+4
* Cygwin Makefile was to aggresive to remove entire lib/Christian Jullien2017-02-241-5/+3
* Update Cygwin Makefile for new libtcc1-xx.a layoutChristian Jullien2017-02-241-10/+9
* cross-compilers: allow individual configurationgrischka2017-02-231-13/+11
* tcc: re-enable correct option -r supportgrischka2017-02-205-4/+23
* Update cygwin Makefile after recent Windows source changesChristian Jullien2017-02-181-18/+8
* tcctools.c: integrate tiny_libmaker/_impdefgrischka2017-02-184-557/+23
* win32: adjust new unicode supportgrischka2017-02-185-26/+34
* Makefile for Windows native tcc handles recent UNICODE supportChristian Jullien2017-02-181-26/+32
* Add support for Unicode entries 'wmain' and 'wWinMain' on WindowsYX Hao2017-02-173-23/+91
* Add entry to run tests2 testsChristian Jullien2017-02-171-0/+9
* tiny_impldef.exe was not built by MakefileChristian Jullien2017-02-161-140/+142
* win32: build-tcc.bat: figure out correct bitness of cl.exeVlad Vissoultchev2017-02-141-6/+21
* Improve cygwin Makefile that now support TARGET=32/64 to force final version ...Christian Jullien2017-02-142-11/+30
* updates & cleanups (tcc-doc/Changelog/TODO ...)grischka2017-02-138-476/+31
* Detect native version from default gcc target.Christian Jullien2017-02-121-8/+9
* Add Makefile to build native tcc 32/64 on Windows using cygwinChristian Jullien2017-02-121-0/+130
* Add pre-build step in VS2015 projects to generate config.h from VERSIONVlad Vissoultchev2017-02-093-0/+61
* win32: build-tcc.bat: add some optionsgrischka2017-02-081-52/+134
* win32: include/winapi: remove more filesgrischka2017-02-0811-1500/+10
* tccrun/win64: cleanup runtime function tablegrischka2016-10-191-0/+1
* tccpp_new/delete and other cleanupsgrischka2016-10-171-16/+22
* win32/64: msys2 supportgrischka2016-10-022-9/+8
* build: revert Makefiles to 0.9.26 state (mostly)grischka2016-10-011-12/+7
* Remove misc. filesgrischka2016-10-0128-6401/+9
* Rein in unintended external functions on Windows.Jean-Claude Beaudoin2016-09-271-2/+2
* tiny_libmaker: fix a commentAvi Halachmi (:avih)2016-06-191-1/+1
* win32: _mingw.h: add definition for _TRUNCATE from newer _mingw.hAvi Halachmi (:avih)2016-06-191-0/+4
* win32: malloc.h: use alloca instead of (missing) _allocaAvi Halachmi (:avih)2016-06-191-1/+7
* win32: wchar.h: don't redifine WCHAR_MIN[/MAX] (after stdint.h)Avi Halachmi (:avih)2016-06-191-0/+2
* tiny_libmaker: more robust arguments interpretationAvi Halachmi (:avih)2016-06-191-34/+54
* tccgen: scopes levels for local symbols (update 1)grischka2016-05-052-4/+10
* win32: Better VS2015 solution and project filesVlad Vissoultchev2016-04-132-0/+31
* win32: Add missing header files for nginx compilationseyko2016-04-136-0/+1122
* VS2015 solution and project filesseyko2016-04-134-2/+376
* Use proper ifdef for x64 check in winnt.hVlad Vissoultchev2016-03-141-3/+3
* Revert spawnvp param cast and use `no-incompatible-pointer-types` in build-tc...Vlad Vissoultchev2016-03-141-2/+2
* Add x64 SEH decls. Add exports to kernel32.defVlad Vissoultchev2016-03-132-0/+68
* Move WIN32_LEAN_AND_MEAN to windows.h (silence redeclarations)Vlad Vissoultchev2016-03-132-3/+4
* Win32 build script handles `x64` and `debug` paramsVlad Vissoultchev2016-03-131-6/+11
* win: libm: add implementation for round/fmin/fmax and variantsAvi Halachmi (:avih)2015-11-071-0/+113
* win: math.h: fix fpclassify/signbit/etc - use C instead of broken asmAvi Halachmi (:avih)2015-11-072-22/+97
* win: math.h: isnan: use macro, similar to others (still broken)Avi Halachmi (:avih)2015-11-071-32/+1
* Revert "win32/include/math.h: remoing a "t" modifier usage"Avi Halachmi (:avih)2015-11-071-31/+10
* win32/include/math.h: remoing a "t" modifier usageseyko2015-11-051-10/+31
* win32: UUID typedef addedseyko2015-09-251-0/+5