summaryrefslogtreecommitdiffstats
path: root/win/configure
Commit message (Collapse)AuthorAgeFilesLines
* integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵sebres2019-07-121-3112/+3300
|\ | | | | | | tcl8.6), conflicts resolved, etc
| * integrate branch bug-4718b41c56, closes [4718b41c56]sebres2019-07-121-0/+20
| |\
| | * win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵sebres2019-07-101-0/+20
| | | | | | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T)
* | | 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
| |/ / | | | | | | Revert generated configure script to use original autoconf version.
* | | 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
| |/
| * tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-271-4/+4
| |
| * merge 8.5dgp2015-12-101-8/+4
| |\
| * | autoconf-2.59dgp2015-10-231-5/+5
| | |
* | | Bump version numbers for 8.6.9 release.dgp2018-10-051-1/+1
| | |
* | | win: fixes x64-build within gcc-compile runtime env for (mingw64, etc): ↵sebres2018-07-201-1/+1
| | | | | | | | | | | | "$do64bit" may be "amd64|x64|yes", so it could find & copy wrong zlib.dll.
* | | Start RC branch for Tcl 8.6.8dgp2017-12-061-1/+2
| | |
* | | merge 8.6dgp2017-04-211-1/+2
|\ \ \
| * | | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists ↵jan.nijtmans2017-04-201-1/+2
| | | | | | | | | | | | | | | | on unix, even though it should just be empty: TEA extensions might depend on it.
* | | | Start RC branch for Tcl 8.6.7dgp2017-03-101-1/+1
|/ / /
* | | Start RC branch for Tcl 8.6.6dgp2016-07-121-1/+1
| | |
* | | Bump to 8.6.5dgp2016-01-281-1/+1
| | |
* | | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵jan.nijtmans2015-12-021-8/+4
|\ \ \ | | |/ | |/| | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit").
| * | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵jan.nijtmans2015-12-021-8/+4
| | | | | | | | | | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit").
* | | re-generate "configure", both for unix and winjan.nijtmans2015-10-251-4/+4
|\ \ \ | |/ /
| * | re-generate "configure", both for unix and winjan.nijtmans2015-10-251-4/+4
| |/
* | Fix [b42a851475]: file normalize ~user returns wrong directory on Windowsjan.nijtmans2015-10-061-2/+2
|\ \ | |/
* | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵jan.nijtmans2015-10-051-1/+1
|\ \ | |/ | | | | always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway
| * Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵jan.nijtmans2015-10-051-1/+1
| | | | | | | | always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway
* | Don't limit Universal runtime support VisualStudio version 14 only, future ↵jan.nijtmans2015-09-301-2/+2
|\ \ | |/ | | | | versions will probably have it as well.
| * Don't limit Universal runtime support VisualStudio version 14 only, future ↵jan.nijtmans2015-09-301-2/+2
| | | | | | | | versions will probably have it as well.
* | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC ↵jan.nijtmans2015-08-281-2/+18
|\ \ | |/ | | | | 14.0. Now for the configure/makefile build.
| * Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC ↵jan.nijtmans2015-08-281-2/+18
| | | | | | | | 14.0. Now for the configure/makefile build.
| * Bump to version 8.5.18.dgp2015-02-051-1/+1
| |
| * Bump to 8.5.17dgp2014-10-101-1/+1
| |
| * Bump to 8.5.16 for release.dgp2014-07-231-1/+1
| |
* | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 ↵jan.nijtmans2015-04-101-3/+3
| | | | | | | | compilation on windows with msys and VS2013 fails
* | autoconf-2.59dgp2015-02-261-1/+1
| |
* | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.dgp2014-10-141-1/+1
| |
* | Bump to 8.6.2 for release.dgp2014-07-281-1/+1
| |
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. ↵jan.nijtmans2014-02-101-2/+2
| | | | | | | | | | Clang/LLVM) don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW]
* | Add support for Windows 8.1: See ↵jan.nijtmans2013-11-211-2/+18
|\ \ | |/ | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx]
| * Add support for Windows 8.1: See ↵jan.nijtmans2013-11-211-2/+18
| | | | | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx]
* | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-031-4/+7
|\ \ | |/ | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
| * When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-031-4/+7
| | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
| * Cherrypick [87d1313df3] from trunk: jan.nijtmans2013-09-271-65/+1
| | | | | | | | | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway.
* | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. jan.nijtmans2013-09-271-2/+1
| | | | | | | | Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway.
* | workaround for mingw bug ↵jan.nijtmans2013-09-231-3/+3
|\ \ | |/ | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]
| * workaround for mingw bug ↵jan.nijtmans2013-09-231-3/+66
| | | | | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]
| * Bump to 8.5.15 for release.dgp2013-08-291-1/+1
| |
* | Bump version number to 8.6.1.dgp2013-08-301-1/+1
| |
* | Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as ↵jan.nijtmans2013-06-121-1/+11
| | | | | | | | produced by Microsoft tools) doesn't import the zlib symbols correctly, so use "libz.dll.a" produced with mingw-w64 tools in stead.
* | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.jan.nijtmans2013-06-041-4/+0
| | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti
* | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ↵jan.nijtmans2013-05-171-5/+0
|\ \ | |/ | | | | works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers.