summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Starting with Tcl 8.7, TCL_THREADS is 1 by default. Adapt rules.vc for that.jan.nijtmans2019-08-291-5/+5
* | | | | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+1
* | | | | | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-222-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-222-2/+2
* | | | | | merge 8.5sebres2019-08-201-10/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | win/Makefile.in: small amend normalizing test-dependenciessebres2019-08-201-7/+7
| * | | | | Prevent misleading message:jan.nijtmans2019-08-201-2/+2
* | | | | | merge 8.5: restore merge point, fix mingw build, closes [40d5ff2a0e], etcsebres2019-08-191-19/+27
|\ \ \ \ \ \ | |/ / / / /
| * | | | | win/Makefile.in: partially cherry-picked 8.6th version (and normalized to be ...sebres2019-08-191-117/+126
* | | | | | Add one more knownMsvcBug marker, for a test-case which sometimes fails in Tr...jan.nijtmans2019-08-021-1/+1
* | | | | | Merge 8.5jan.nijtmans2019-07-301-3/+3
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job...jan.nijtmans2019-07-261-3/+3
| * | | | close forksebres2019-07-121-3172/+2925
| |\ \ \ \
* | | | | | Fix Travis Static/Debug builds on Windows. Als group Clang builds together.jan.nijtmans2019-07-241-1/+1
* | | | | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-126-3114/+3419
|\ \ \ \ \ \ | |/ / / / /
| * | | | | integrate branch bug-4718b41c56, closes [4718b41c56]sebres2019-07-126-4/+75
| |\ \ \ \ \
| | * | | | | little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or __MINGW...jan.nijtmans2019-07-101-10/+7
| | * | | | | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configur...sebres2019-07-105-7/+53
| | * | | | | fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting...sebres2019-07-082-3/+31
* | | | | | | Merge 8.5jan.nijtmans2019-07-121-3279/+3112
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Leave out travis tests for MSVC, until test-cases are fixed.jan.nijtmans2019-07-121-3172/+2925
| |/ / / / /
* | | | | | Add CI (Travis) builds and testing for Windows, both with MSVC and GCC.dkf2019-07-101-3112/+3279
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Updated win/configure to use current version of autoconfdkf2019-07-071-2925/+3172
| |/ / /
* | | | UNEXEC win/tclWinFile.cjan.nijtmans2019-06-261-0/+0
* | | | Merge 8.5jan.nijtmans2019-06-262-10/+10
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping tes...jan.nijtmans2019-06-262-1/+0
* | | restore userenv, used in 8.6sebres2019-06-251-0/+1
* | | merge 8.5sebres2019-06-251-1/+0
|\ \ \ | |/ /
| * | nmakehlp: fixed const qualifiersebres2019-06-251-1/+1
| * | fixed build with MSVC 6.0sebres2019-06-251-1/+0
* | | Squelch C4244 warning on any MSVC compiler.jan.nijtmans2019-06-251-3/+5
| |/ |/|
* | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-312-10/+4
* | Minor code style cleanup.dkf2019-04-232-267/+501
* | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an...sebres2019-04-012-0/+8
|\ \
| * | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t...sebres2019-02-042-0/+2
| * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no...sebres2019-02-042-0/+6
* | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-282-2/+0
* | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:...jan.nijtmans2019-03-252-0/+4
* | | Fix automatic pkgIndex generation for multiplatform installsapnadkarni2019-03-071-1/+1
* | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o...jan.nijtmans2019-03-075-25/+25
* | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs.apnadkarni2019-03-062-6/+58
| | |
| \ \
*-. \ \ integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement facilities...sebres2019-03-051-83/+345
|\ \ \ \ | | | |/ | | |/|
| * | | merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ...sebres2019-02-131-51/+120
| |\ \ \ | | |/ /
| | * | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba...sergey.brester2019-02-1219-762/+1178
| | |\ \
| | * | | [win32] optimized calibration cycle (makes Tcl for windows "RTS" resp. NRT-ca...sebres2017-05-231-53/+122
| | * | | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-39/+232
| | |\ \ \
| * | \ \ \ merge 8.6(.9), conflicts resolvedsergey.brester2019-02-0725-1205/+2686
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| * | | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)sebres2017-05-091-39/+232
| |\ \ \ \
| | * \ \ \ merge trunksebres2017-03-065-23/+36
| | |\ \ \ \
| | | * \ \ \ missing rules.vc after mergesebres2017-01-131-5/+10
| | | |\ \ \ \