summaryrefslogtreecommitdiffstats
path: root/win/configure
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-01-211-0/+36
|\
| * Merge 8.6jan.nijtmans2021-01-211-0/+36
| |\
| | * Don't use LTO for any stub libraries: It's asking for trouble when an ↵jan.nijtmans2021-01-201-1/+63
| | | | | | | | | | | | extension is compiled with different CFLAGS as the stub library.
* | | Merge 8.7jan.nijtmans2021-01-131-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-01-131-1/+1
| |\ \ | | |/
| | * Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019jan.nijtmans2021-01-131-1/+1
| | |\
| | | * Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019jan.nijtmans2021-01-131-1/+1
| | | |
* | | | Merge 8.7 (resolve conflicts)dgp2021-01-081-4/+4
|\ \ \ \ | |/ / /
| * | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵jan.nijtmans2021-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | stopped support for MSVC 6++ Change Tcl_WideInt -> long long in various places: Tcl_WideInt could be a 128-bit type, we don't want that everywhere.
| * | | Merge 8.7jan.nijtmans2021-01-071-177/+173
| |\ \ \
| * | | | Merge 8.7jan.nijtmans2021-01-041-16/+19
| | | | |
* | | | | Merge 8.7jan.nijtmans2021-01-051-186/+182
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge 8.6jan.nijtmans2021-01-051-177/+173
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge 8.7jan.nijtmans2021-01-041-13/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2021-01-041-13/+16
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in ↵jan.nijtmans2021-01-041-11/+25
| | | | | | | | | | | | | | | | generated configure scripts
| | * | re-generate win/configurejan.nijtmans2021-01-041-0/+1
| | |\ \ | | | |/
| | | * re-generate win/configurejan.nijtmans2021-01-041-0/+1
| | | |
| | | * Convert AC_TRY_COMPILE (which is obsolete now) to ↵jan.nijtmans2020-12-241-14/+28
| | | | | | | | | | | | | | | | AC_COMPILE_IFELSE/AC_LANG_PROGRAM. This still works with autoconf-2.59 too.
| | * | merge 8.6dgp2020-12-071-8/+0
| | |\ \
| | * \ \ merge 8.6dgp2020-10-291-2/+6
| | |\ \ \
| | * \ \ \ merge 8.6dgp2020-07-071-5/+4
| | |\ \ \ \
| | * | | | | Bump to 8.6.11 for release.dgp2020-07-061-1/+1
| | | | | | |
* | | | | | | Merge 8.7jan.nijtmans2020-12-181-90/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Rename AC_HELP_STRING to AS_HELP_STRING, and fix determination of ↵jan.nijtmans2020-12-181-90/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | intptr_t/uintptr_t with autoconf 2.70
* | | | | | | Re-generate configure scripts with (brand-new!!!) autoconf-2.70jan.nijtmans2020-12-171-1485/+1975
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Re-generate configure scripts with (brand-new!!!) autoconf-2.70jan.nijtmans2020-12-171-1491/+1982
| | | | | | |
* | | | | | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | | | | | Merge 8.7jan.nijtmans2020-12-031-8/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2020-12-021-8/+0
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge 8.5jan.nijtmans2020-12-021-8/+0
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | | | |_|/ | | | |/| |
| | | * | | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵jan.nijtmans2020-12-011-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | generates this part, resulting in duplicate code in the "configure" script
* | | | | | Merge 8.7jan.nijtmans2020-11-251-2/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Generate html documentation in html5 format. Fix some html5 compatibiliy ↵jan.nijtmans2020-11-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warnings. Remove old htmlhelp-related parts (since this is obsolete since Vista)
* | | | | | Merge 8.7jan.nijtmans2020-10-291-2/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-10-291-2/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-2/+6
| | |\ \ \ \ | | | |/ / / | | | | | / | | | |_|/ | | |/| | 3 new testcases
| | | * | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-2/+6
| | | | |
| | | | |
| \ \ \ \
*-. \ \ \ \ TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-221-2/+1
|\ \ \ \ \ \ | | |/ / / /
| | * | | | TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-221-2/+1
| | |\ \ \ \
| | | * \ \ \ Merge 8.7jan.nijtmans2020-10-011-1/+1
| | | |\ \ \ \
| | | * | | | | Use utf-8 as default encoding for configuration informationjan.nijtmans2020-09-251-2/+1
| | | | | | | |
| * | | | | | | TCL_CFGVAL_ENCODING now defaults to "utf-8" as well.jan.nijtmans2020-09-241-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | No explicit "-encoding utf-8" for "source" any more, since that's the default
* | | | | | | | Merge 8.7jan.nijtmans2020-10-091-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Make everything compile warning-free with -Wundef. Put enum ↵jan.nijtmans2020-10-081-1/+1
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | / / / | | | |_|/ / / | | |/| | | | ASSEM_DICT_GET_DEF last in TalInstType, so it's binary compatible with Tcl 8.6
* | | | | | | Merge 8.7jan.nijtmans2020-09-291-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Add -Wshadow flag to the compiler, so we will be notified when (accidently) ↵jan.nijtmans2020-09-291-1/+1
| | |/ / / | |/| | | | | | | | | | | | | shadowing variable names
* | | | | Merge 8.7jan.nijtmans2020-07-071-9/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-07-071-9/+3
| |\ \ \ \ | | |/ / /