Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'develop' fixes for zlib-1.2.12. Will be in zlib-1.2.12.1 or zlib-1.2.13. | jan.nijtmans | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | Fix determination of HAVE_CPUID with configure script | jan.nijtmans | 2022-02-13 | 1 | -2/+2 |
| | |||||
* | Accept aarch64 too (in stead of arm64) | jan.nijtmans | 2022-02-08 | 1 | -13/+13 |
| | |||||
* | More changed for windows-arm (e.g. add zdll.lib for ARM64, although ↵ | jan.nijtmans | 2022-02-08 | 1 | -2/+1 |
| | | | | zlib1.dll still missing) | ||||
* | Fix [bae42b3d24]: [d86e92fb33] et.al. eliminates cpuid when cross compiling ↵ | jan.nijtmans | 2022-02-07 | 1 | -1/+11 |
| | | | | for win32 | ||||
* | See [https://github.com/tcltk/tcl/pull/10] | jan.nijtmans | 2022-02-04 | 1 | -1/+8 |
| | |||||
* | Fix -fno-lto determination/add --enable-auto-image-base option to windows ↵ | jan.nijtmans | 2021-11-11 | 1 | -1/+14 |
| | | | | build (when available) | ||||
* | Don't use LTO for any stub libraries: It's asking for trouble when an ↵ | jan.nijtmans | 2021-01-20 | 1 | -0/+14 |
| | | | | extension is compiled with different CFLAGS as the stub library. | ||||
* | More elimination of (obsolete) AC_TRY_COMPILE | jan.nijtmans | 2021-01-05 | 1 | -37/+35 |
| | |||||
* | AC_HELP_STRING -> AS_HELP_STRING | jan.nijtmans | 2021-01-04 | 1 | -3/+3 |
| | |||||
* | Merge 8.5 | jan.nijtmans | 2020-12-02 | 1 | -8/+0 |
|\ | |||||
| * | 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 |
|\ \ | |/ | | | 3 new testcases | ||||
| * | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2020-02-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning. | jan.nijtmans | 2020-02-24 | 1 | -25/+19 |
| | | |||||
* | | Make win/configure work with CC=g++ (doesn't actually work with Tcl and Tk yet) | jan.nijtmans | 2019-12-14 | 1 | -3/+12 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2019-11-27 | 1 | -25/+3 |
|\ \ | |/ | |||||
| * | 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"). | ||||
| * | 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"). | ||||
* | | Fix [b42a851475]: file normalize ~user returns wrong directory on Windows | jan.nijtmans | 2015-10-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
* | | Double '[' and ']', otherwise re-generating "configure" doesn't give the ↵ | jan.nijtmans | 2015-10-06 | 1 | -2/+2 |
|\ \ | |/ | | | | | expected result. | ||||
| * | 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 | ||||
| * | 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. | ||||
| * | 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. | ||||
| * | 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. | ||||
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. ↵ | jan.nijtmans | 2014-02-10 | 1 | -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] | ||||
* | | Some formatting | jan.nijtmans | 2013-11-19 | 1 | -1/+1 |
| | | |||||
* | | 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. | ||||
| * | 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 [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. | jan.nijtmans | 2013-09-27 | 1 | -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.nijtmans | 2013-09-23 | 1 | -3/+3 |
|\ \ | |/ | | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724] | ||||
| * | 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. | ||||
| | * | 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] | ||||
| | * | 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 |
|\ \ \ | |/ / | | | | Only check for refCount == 0x61616161 for TCL_MEM_DEBUG build. | ||||
| * | | 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 |
| | | | |||||
* | | | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: ↵ | jan.nijtmans | 2013-01-15 | 1 | -42/+194 |
|\ \ \ | |/ / | | | | | | | tcl.h does not include sys/stat.h | ||||
| * | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h | jan.nijtmans | 2013-01-15 | 1 | -0/+8 |
| |\ \ |