Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In a static build, don't pack dde/registry in zip-file. In shared build, ↵ | jan.nijtmans | 2021-02-10 | 1 | -10/+2 |
| | | | | pack dde/registry dll's in zip-file. Rename zip-file | ||||
* | Don't use LTO for any stub libraries: It's asking for trouble when an ↵ | jan.nijtmans | 2021-01-20 | 1 | -1/+1 |
| | | | | extension is compiled with different CFLAGS as the stub library. | ||||
* | Roll-back part of [4dfa9000e1]: This isn't used for Tcl, but breaks some ↵ | jan.nijtmans | 2021-01-04 | 1 | -3/+3 |
| | | | | extensions (like tkImg) | ||||
* | Fix [ea8cd4789c]: Tcl 8.6.11 does not compile with VisualStudio 2010. Thanks ↵ | jan.nijtmans | 2020-12-22 | 1 | -1/+1 |
| | | | | Paul! | ||||
* | nmake: fix path in tcl.nmake check | apnadkarni | 2020-12-12 | 1 | -2/+2 |
| | |||||
* | Fix commits 93ab6a and 606df1. msvcrt time64bit - TCL_{MAJOR,MINOR}_VERSION ↵ | apnadkarni | 2020-12-11 | 1 | -125/+127 |
| | | | | | | | checks. msvcrt and time64bit OPTS checks were using Tcl versions before definition. Moved Tcl version retrieval to earlier in the build as a fix. Also, < cannot be used with strings, so made the checks numerics. | ||||
* | nmake: build nmakehlp with -DNDEBUG, sync rules.vc for 8.7 | apnadkarni | 2020-12-11 | 1 | -4/+30 |
| | |||||
* | sync win/rules.vc with Tcl 8.7. No change for 8.6 | jan.nijtmans | 2020-12-10 | 1 | -3/+4 |
| | |||||
* | rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcl | jan.nijtmans | 2020-12-07 | 1 | -3/+3 |
| | |||||
* | nmake builds: extract {TCL,TK}_RELEASE_SERIAL and patch letters from {tcl,tk}.h | apnadkarni | 2020-12-06 | 1 | -1/+28 |
| | |||||
* | Don't use -opt:nowin98 linker option any more. See: ↵ | jan.nijtmans | 2020-12-02 | 1 | -12/+0 |
| | | | | [https://bugzilla.mozilla.org/show_bug.cgi?id=130372] | ||||
* | Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become ↵ | jan.nijtmans | 2020-10-15 | 1 | -9/+2 |
| | | | | obsolete with TIP #587. In stead, move the default handling to tclPkgConfig.c for now | ||||
* | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -3/+3 |
| | |||||
* | rules.vc: No need to redefine values which are already the default. ↵ | jan.nijtmans | 2020-06-12 | 1 | -9/+1 |
| | | | | tclWinPort.h: Fix comment | ||||
* | Let's test if "make install" works, for now without spaces in the path | jan.nijtmans | 2020-04-12 | 1 | -10/+15 |
| | |||||
* | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less ↵ | jan.nijtmans | 2020-04-10 | 1 | -0/+1 |
| | | | | | use of ".." in the makefiles. Adapt all makefiles (unix/win) such that they can handle spaces in LIB_INSTALL_DIR/SCRIPT_INSTALL_DIR/MODULE_INSTALL_DIR, just by adding double-quotes in appropriate places. | ||||
* | (cherry-pick): It appears that inttypes.h was introduced in Visual Studio 2013 | jan.nijtmans | 2020-02-05 | 1 | -4/+1 |
| | |||||
* | Now that TIP #538 is integrated, make rules.vc work for both 8.6 and 8.7 ↵ | jan.nijtmans | 2020-01-20 | 1 | -0/+5 |
| | | | | without changes. | ||||
* | Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but ↵ | jan.nijtmans | 2019-12-04 | 1 | -3/+12 |
| | | | | used by Androwish. Also alphabetise some options in win/makefile.vc and win/rules.vc | ||||
* | Enhance rules.vc like already done in other configure scripts: Determine ↵ | jan.nijtmans | 2019-11-28 | 1 | -1/+12 |
| | | | | HAVE_STDINT_H/HAVE_INTTYPES_H/HAVE_STDBOOL_H/MP_NO_STDINT the simple way, just by compiler version. | ||||
* | Fix generation of VERSIONINFO in RC files when package versions have 4 or more | apnadkarni | 2019-11-22 | 1 | -2/+15 |
| | | | | components or use "a" or "b" as version separators. Previously they would result in the resource compiler generating an error. | ||||
* | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> ↵ | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
|\ | | | | | | | core.tcl-lang.org and http -> https | ||||
* \ | Merge 8.6 | jan.nijtmans | 2019-09-26 | 1 | -31/+31 |
|\ \ | |||||
| * \ | Merge 8.5 | jan.nijtmans | 2019-09-25 | 1 | -31/+31 |
| |\ \ | | |/ | |||||
| | * | Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC) | jan.nijtmans | 2019-09-25 | 1 | -13/+13 |
| | | | |||||
* | | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ↵ | jan.nijtmans | 2019-09-19 | 1 | -17/+0 |
|/ / | | | | | | | cat32 on Windows) | ||||
* | | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in ↵ | sebres | 2019-09-12 | 1 | -28/+26 |
|\ \ | |/ | | | | | | | VS-makefiles (used WIN_DIR now similar to "makefile.in"); init.tcl: windows helper prefer SystemRoot if available. | ||||
* | | Simplify searching for tcl86.lib (and related files): First search for the ↵ | jan.nijtmans | 2019-09-06 | 1 | -15/+9 |
| | | | | | | | | one without 't' suffix, then the 't' variant. (Without 't' = built with 'configure'/'make', with 't' = built with 'nmake') | ||||
* | | When using Tcl 8.7 headers, don't worry about threaded-allocator mismatch ↵ | jan.nijtmans | 2019-09-04 | 1 | -3/+3 |
| | | | | | | | | any more in rules.vc. | ||||
* | | Bug fix 889065786b. Add stubs related flags when compiling extension stubs. | apnadkarni | 2019-08-29 | 1 | -3/+3 |
| | | |||||
* | | Starting with Tcl 8.7, TCL_THREADS is 1 by default. Adapt rules.vc for that. | jan.nijtmans | 2019-08-29 | 1 | -5/+5 |
| | | |||||
* | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵ | sebres | 2019-07-12 | 1 | -1/+12 |
|\ \ | |/ | | | | | tcl8.6), conflicts resolved, etc | ||||
| * | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵ | sebres | 2019-07-10 | 1 | -2/+10 |
| | | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T) | ||||
* | | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | Missed some version bumps in previous commit | jan.nijtmans | 2018-10-27 | 1 | -2/+2 |
| | | |||||
| * | Backport "registry" version 1.3.3, so all active branches now have the same ↵ | jan.nijtmans | 2018-10-24 | 1 | -2/+2 |
| | | | | | | | | | | registry version. (this commit must -eventually- be merge-marked to core-8-6-branch, since everything is there already) | ||||
* | | Fix automatic pkgIndex generation for multiplatform installs | apnadkarni | 2019-03-07 | 1 | -1/+1 |
| | | |||||
* | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs. | apnadkarni | 2019-03-06 | 1 | -6/+50 |
| | | | | | | | | | | | | | | | | | | | | | | The PLATFORM_IDENTIFY macro matches the output of Tcl's platform::identify and is meant to permit extensions to pick a platform-specific directory for binaries. MULTIPLATFORM_INSTALL can be set by extensions to install into a platform specific subdirectory as returned by the platform::identify Tcl command. The default automatic pkgIndex.tcl is modified accordingly. If OPTS=pdbs is set, the default install target will also copy PDBS. | ||||
* | | Fixed def for INCLUDE_INSTALL_DIR when building against Tcl source. Bumped ↵ | apnadkarni | 2018-02-02 | 1 | -4/+4 |
| | | | | | | | | to 1.2. | ||||
* | | Look for Tcl and Tk import libraries with or without "t" suffix convention | apnadkarni | 2017-12-23 | 1 | -5/+34 |
| | | | | | | when building extensions. Bump nmake rules version to 1.1 accordingly. | ||||
* | | Updated nmake system to make use of the new nmakehlp -L option for | apnadkarni | 2017-12-13 | 1 | -16/+50 |
| | | | | | | locating dependencies. | ||||
* | | Allow standard targets to be selectively disabled. | apnadkarni | 2017-12-11 | 1 | -1/+1 |
| | | | | | | | | Automatic install for extension stubs and public headers if present. Print installation dir, remove useless partial print of preprocessor defines. | ||||
* | | Use PRJ_PACKAGE_TCLNAME instead of PROJECT when generating TEA based pkgindex | apnadkarni | 2017-12-05 | 1 | -2/+4 |
| | | |||||
* | | Added back nothreads option. | apnadkarni | 2017-11-17 | 1 | -2/+6 |
| | | |||||
* | | merge core-8-6-branch | jan.nijtmans | 2017-11-17 | 1 | -1/+10 |
|\ \ | |||||
* | | | Add PRJ_PACKAGE_TCLNAME and other minor changes. | apnadkarni | 2017-11-17 | 1 | -8/+15 |
| | | | | | | | | | | | | | | | | | | Also: Change ifdef checks to check for empty string instead. Quote include paths. | ||||
* | | | Loosen restriction on where rules-ext.vc file is located. | apnadkarni | 2017-11-15 | 1 | -8/+27 |
| | | | |||||
* | | | Include PKGNAMEFLAGS in stubscflags as some extension stubs use it | apnadkarni | 2017-11-15 | 1 | -1/+1 |
| | | | |||||
* | | | Added default-install-stubs target. | apnadkarni | 2017-11-15 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | Make presence of nmake support files in extension directory optional (except for rules-ext.vc). This requires them to only build against a Tcl with the new nmake build system. | ||||
* | | | Fix inclusion of custom resource files to match TIP spec | apnadkarni | 2017-11-07 | 1 | -9/+12 |
| | | |