aboutsummaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-1/+1
* Reorganize the source tree.gus knight2015-07-271-1/+1
* win32/include/winapi changes from https://github.com/run4flat/tinycc.gitseyko2015-05-1419-34/+2895
* Add a demo.bat file to the examples directory on Windowsseyko2015-04-102-0/+970
* correct a DllMain() declaration in dllcrt1.c and dllmain.cseyko2015-03-032-3/+3
* win32/include/winsock2.h (look previous commit)seyko2015-03-031-0/+1290
* add declaration of the "double trunc (double _x)" and winsock2.hseyko2015-03-031-0/+21
* A lrint functions in win32/include/math.h are rewrittem because tcc can't han...seyko2015-03-031-15/+30
* wincrt1.c: add definition of the __TRY__ if not definedseyko2015-03-032-0/+16
* Turn on a implicit-function-declaration warning by default.seyko2015-03-031-0/+1
* crt1.c revisionCarlos Montiers2014-12-301-23/+53
* little optimization to crt1Carlos Montiers2014-11-231-5/+6
* __getmainargs compatibility checking successCarlos Montiers2014-11-221-10/+14
* win32: fix implicit function warningJames Buren2014-11-031-0/+2
* win64: fix resource file supportgrischka2014-08-011-3/+9
* Removed the error message and minor changes.Carlos Montiers2014-07-171-9/+11
* __getmainargs return int, not void, and on error, it return -1 and let argv u...Carlos Montiers2014-07-161-2/+7
* win32/include/process.h: update prototypes to match mingw.minux2014-04-121-12/+12
* tiny_impdef: remove artificial length restriction.minux2014-04-111-1/+1
* workaround a wine cmd bug in build-tcc.batAustin English2014-01-201-1/+1
* 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