Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Last pre-autoconf-2.69 obsolete construct eliminated. Works with ↵ | jan.nijtmans | 2020-12-24 | 1 | -17/+16 |
| | | | | autoconf-2.59 as well. Still to be tested with autoconf-2.70. | ||||
* | More progress in autoconf-2.70 compatibility. Not to be merged to 8.6 yet! | jan.nijtmans | 2020-12-23 | 1 | -18/+18 |
| | |||||
* | Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵ | jan.nijtmans | 2020-12-22 | 1 | -7/+7 |
| | | | | everything still generated with (modified) autoconf-2.59 | ||||
* | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵ | jan.nijtmans | 2020-12-01 | 1 | -8/+0 |
| | | | | generates this part, resulting in duplicate code in the "configure" script | ||||
* | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 1 | -1/+1 |
| | |||||
* | Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning. | jan.nijtmans | 2020-02-24 | 1 | -25/+19 |
| | |||||
* | Don't bother paths of 64-bit SDK any more: This was Visual Studio ↵ | jan.nijtmans | 2019-11-27 | 1 | -25/+3 |
| | | | | 2008-specific and doesn't work with other Visual Studio versions. | ||||
* | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵ | jan.nijtmans | 2015-12-02 | 1 | -5/+2 |
| | | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit"). | ||||
* | Double '[' and ']', otherwise re-generating "configure" doesn't give the ↵ | jan.nijtmans | 2015-10-06 | 1 | -2/+2 |
| | | | | expected result. | ||||
* | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵ | jan.nijtmans | 2015-10-05 | 1 | -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.nijtmans | 2015-09-30 | 1 | -2/+2 |
| | | | | versions will probably have it as well. | ||||
* | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC ↵ | jan.nijtmans | 2015-08-28 | 1 | -2/+18 |
| | | | | 14.0. Now for the configure/makefile build. | ||||
* | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -3/+5 |
| | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
* | Cherrypick [87d1313df3] from trunk: | jan.nijtmans | 2013-09-27 | 1 | -17/+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 mingw bug ↵ | jan.nijtmans | 2013-09-23 | 1 | -3/+18 |
| | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724] | ||||
* | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ↵ | jan.nijtmans | 2013-05-17 | 1 | -2/+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. | ||||
| * | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ↵ | jan.nijtmans | 2013-05-17 | 1 | -2/+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. | ||||
* | | Add support for the latest mingw-4.0-rc1. See: ↵ | jan.nijtmans | 2013-05-16 | 1 | -0/+2 |
|\ \ | |/ | | | | | [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS] | ||||
| * | Add support for the latest mingw-4.0-rc1. See: ↵ | jan.nijtmans | 2013-05-16 | 1 | -0/+2 |
| | | | | | | | | [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS] | ||||
* | | Improve some comments and quoting, no change in functionality | jan.nijtmans | 2013-02-14 | 1 | -12/+11 |
|\ \ | |/ | |||||
| * | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 1 | -0/+8 |
| | | | | | | | | Cygwin shell. | ||||
| * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 1 | -59/+199 |
| | | |||||
* | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h | jan.nijtmans | 2013-01-15 | 1 | -0/+8 |
|\ \ | |||||
* | | | More flexible search for win32 tclConfig.sh, backported from TEA (not ↵ | jan.nijtmans | 2013-01-14 | 1 | -42/+186 |
|/ / | | | | | | | actually used in Tcl, only for Tk) | ||||
* | | better formatting of "configure --help" | jan.nijtmans | 2012-07-18 | 1 | -4/+4 |
| | | |||||
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -12/+15 |
|\ \ | |/ | |||||
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -11/+15 |
| | | |||||
* | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 1 | -18/+147 |
|\ \ | |/ | | | (autoconf still to be run!) | ||||
| * | Only check for cygwin with $GCC | jan.nijtmans | 2012-03-29 | 1 | -3/+6 |
| | | |||||
| * | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-29 | 1 | -22/+144 |
| |\ | | | | | | | | | | | | | | | | This change allows to build the cygwin and mingw32 ports of Tcl/Tk to build out-of-the-box using a native or cross- compiler | ||||
| | * | now ready for further field tests | jan.nijtmans | 2012-03-29 | 1 | -41/+40 |
| | | | |||||
| | * | some better checks | jan.nijtmans | 2012-03-28 | 1 | -28/+45 |
| | | | |||||
| | * | extra checks whether we are really dealing with cygwin or not | jan.nijtmans | 2012-03-28 | 1 | -58/+54 |
| | | | |||||
| | * | bug-3511806 implementation | jan.nijtmans | 2012-03-27 | 1 | -2/+112 |
| |/ | |||||
| * | enable cygwin build in /win directory (using mingw-w64 compiler) | jan.nijtmans | 2012-03-26 | 1 | -12/+16 |
| | | |||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -3/+3 |
| | | |||||
* | | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-12 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-11 | 1 | -0/+15 |
| | | |||||
* | | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 1 | -1/+1 |
|\ \ | |/ | | | | | link.exe included with MSVC, use -debug instead | ||||
| * | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 1 | -1/+1 |
| | | | | | | | | link.exe included with MSVC, use -debug instead | ||||
| * | * win/tcl.m4: handle --enable-64bit=ia64 for gcc. | jan.nijtmans | 2011-03-11 | 1 | -21/+178 |
| | | | | | | | | | | * win/configure: (autoconf-2.13) * win/tclWin32Dll.c: [Patch 3059922]: fixes for mingw64 - gcc4.5.1 Merged --cherrypick from Tcl8.5 (2011-01-17, 6e410a115b) | ||||
| * | Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵ | nijtmans | 2010-10-31 | 1 | -13/+16 |
| | | | | | | | | | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6 | ||||
| * | * win/configure, win/tcl.m4: define MACHINE for gcc builds as well. | hobbs | 2006-03-28 | 1 | -3/+4 |
| | | | | | | | | Needed by Tk for manifest generation. | ||||
| * | []-quote ac_defun functions | hobbs | 2006-03-02 | 1 | -11/+11 |
| | | |||||
| * | * win/tcl.m4: Add build support for Windows-x64 builds. | hobbs | 2005-11-30 | 1 | -19/+34 |
| | | | | | | | | | | | | * win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597] | ||||
| * | * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): | mdejong | 2005-07-25 | 1 | -17/+38 |
| | | | | | | | | | | | | | | | | | | | | | | * win/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): Split confused search for tclsh on PATH and build and install locations into two macros. SC_PROG_TCLSH searches just the PATH. SC_BUILD_TCLSH determines the name of the tclsh executable in the Tcl build directory. [Tcl bug 1160114] [Tcl patch 1244153] | ||||
| * | * win/tcl.m4, win/configure: do not require cygpath in macros to | hobbs | 2005-03-30 | 1 | -17/+20 |
| | | | | | | | | allow msys alone as an alternative. | ||||
| * | * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove | hobbs | 2004-12-30 | 1 | -6/+9 |
| | | | | | | | | | | | | -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967] | ||||
| * | * win/configure: Regen. | mdejong | 2003-04-03 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable. * win/tcl.m4 (SC_CONFIG_CFLAGS): Set new LIBFLAGSUFFIX that works like LIBSUFFIX, it is used when creating library names. The previous implementation would generate -ltclstub85 instead of -ltclstub85s when configured with --disable-shared. | ||||
* | | handle --enable-64bit=ia64 for gcc. BACKPORT. | nijtmans | 2011-01-17 | 1 | -18/+25 |
| | | | | | | | | [Patch 3059922]: fixes for mingw64 - gcc4.5.1 |