summaryrefslogtreecommitdiffstats
path: root/win/configure
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 8.7a2 to distinguish trunk from 8.7a1 release.dgp2017-09-081-1/+1
|
* Release candidate branch for Tk 8.7a1.dgp2017-08-101-1/+1
|
* Compile with -Wwrite-strings, as does Tcl. In pkgIndex files, allow "8.6-" ↵jan.nijtmans2017-01-201-1/+1
| | | | to match, for better interoperability with "novem"
* sync tcl.m4 (both win and unix) with Tcl's version.jan.nijtmans2016-03-221-1/+1
|
* Bump trunk to 8.7a0 to accept new feature development.dgp2016-03-031-3068/+3290
|
* 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-031-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-031-8/+4
| | | | | | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit")
* | Link with userenv.lib, because it is now needed by Tcl.jan.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 to VisualStudio version 14 only, ↵jan.nijtmans2015-09-301-2/+2
|\ \ | |/ | | | | future versions will probably have it as well.
| * Don't limit Universal runtime support to VisualStudio version 14 only, ↵jan.nijtmans2015-09-301-2/+2
| | | | | | | | future versions will probably have it as well.
* | Completing ↵jan.nijtmans2015-08-281-2/+18
|\ \ | |/ | | | | [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0. Now for the configure/makefile build.
| * Completing ↵jan.nijtmans2015-08-281-2/+18
| | | | | | | | [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 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-131-1/+1
| |
| * Bump to 8.5.16 for release.dgp2014-07-231-1/+1
| |
* | Bump to 8.6.4.dgp2015-02-261-1/+1
| |
* | Bump to Tk 8.6.3; update changes filedgp2014-10-141-1/+1
| |
* | Bump to 8.6.2 for release.dgp2014-07-281-1/+1
| |
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) ↵jan.nijtmans2014-02-101-2/+2
| | | | | | | | | | 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]
* | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-041-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-041-4/+7
| | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
| * Cherrypick [132bf978f2] 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-301-1/+1
| |
| * merge release to 8.5; revert features not included in releasedgp2013-04-031-26/+1
| |
| * Easier solution, with proper protection and configure warnings.jan.nijtmans2013-03-281-0/+6
| |
* | Bump to 8.6.1.dgp2013-08-301-1/+1
| |
* | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.jan.nijtmans2013-03-271-0/+19
|\ \ | |/ | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
| * Same change as [9bc120ced2] for UNIX, but for Windows as well.jan.nijtmans2013-03-271-0/+19
| |
* | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵jan.nijtmans2013-02-141-7/+12
|\ \ | |/ | | | | | | Cygwin shell. Improve some comments and quoting, no change in functionality.
| * Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵jan.nijtmans2013-02-141-7/+12
| |\ | | | | | | | | | | | | Cygwin shell. Improve some comments and quoting, no change in functionality.
| | * Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵jan.nijtmans2013-02-141-46/+50
| | | | | | | | | | | | Cygwin shell.
| | * Backport various improvements from Tcl 8.5jan.nijtmans2013-02-121-77/+152
| | |
* | | More flexible search for win32 tclConfig.sh, backported from TEA. jan.nijtmans2013-01-151-25/+99
|\ \ \ | |/ / | | | | | | | | | Don't use deprecated "case" any more. Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. Disallow Tk 8.6.x to be loaded in any Tcl 8.6 alpha/beta release.
| * | More flexible search for win32 tclConfig.sh, backported from TEA.jan.nijtmans2013-01-141-25/+99
| | |
| * | Release branch for Tk 8.5.13.dgp2012-11-051-1/+1
| | |
| * | merge 8.5dgp2012-07-241-3/+3
| |\ \
| * | | Release candidate branch for Tk 8.5.12.dgp2012-07-101-1/+1
| | | |
* | | | Create Tk 8.6.0 release branchdgp2012-11-081-1/+1
| | | |
* | | | Bump to 8.6b3dgp2012-09-071-1/+1
| | | |
* | | | autoconf-2.59jan.nijtmans2012-07-191-6/+6
|\ \ \ \ | | |/ / | |/| |
| * | | autoconf-2.59jan.nijtmans2012-07-191-3/+3
| |\ \ \ | | |/ / | |/| / | | |/
| | * sync tcl.m4 with Tcl versionjan.nijtmans2012-06-231-44/+41
| | | | | | | | | autoconf-2.13
* | | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-021-7/+0
|\ \ \ | |/ /
| * | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-021-7/+0
| | |