summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Collapse)AuthorAgeFilesLines
* rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcljan.nijtmans2020-12-071-1/+1
|
* Merge 8.5jan.nijtmans2020-11-181-2/+2
|\
| * Add github actions build. Use Titlecase in Tcl_StaticPackagejan.nijtmans2020-11-181-2/+2
| |
* | Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become ↵jan.nijtmans2020-10-151-4/+0
| | | | | | | | obsolete with TIP #587. In stead, move the default handling to tclPkgConfig.c for now
* | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less ↵jan.nijtmans2020-04-101-15/+15
| | | | | | | | | | 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.
* | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-261-2/+2
|\ \ | |/ | | Make tclWinReg.c compilable with C++ compiler. registry -> 1.3.5
| * Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-261-4/+4
| | | | | | Make tclWinReg.c compilable with C++ compiler. registry -> 1.3.5
* | Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but ↵jan.nijtmans2019-12-041-17/+20
| | | | | | | | 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.nijtmans2019-11-281-1/+1
| | | | | | | | HAVE_STDINT_H/HAVE_INTTYPES_H/HAVE_STDBOOL_H/MP_NO_STDINT the simple way, just by compiler version.
* | Merge 8.5 (Update opt package from 0.4.6 to 0.4.7).jan.nijtmans2019-11-281-2/+7
|\ \ | |/ | | Also fix installation of opt0.4 as done by makefile.vc, which never worked in Tcl 8.6.
* | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ↵jan.nijtmans2019-11-151-1/+0
| | | | | | | | 8.6.9, isn't used anywhere in Tcl, and is going to be deprecated in libtommath.
* | Don't install tommath_class.h and tommath_superclass.h on Windows any more ↵jan.nijtmans2019-11-131-2/+0
| | | | | | | | by makefile.vc. Those are purely internal, not needed by extensions.
* | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath ↵jan.nijtmans2019-10-301-1/+0
| | | | | | | | | | changed it back to macro too in its master branch, we better do the same. Better usage of mp_isneg() macro, in stead of directly comparing sign with MP_NEG/MP_ZPOS.
* | Extend libtommath stub table, so extension writers can move away from ↵jan.nijtmans2019-10-231-0/+1
| | | | | | | | deprecated libtommath functions.
* | Update to latest libtommath, version 1.2.0jan.nijtmans2019-10-221-19/+15
|\ \
| * \ Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-52/+43
| |\ \
| * \ \ Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-281-1/+65
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2019-06-301-1/+1
| |\ \ \ \
| * | | | | Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 ↵jan.nijtmans2019-06-141-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | adapted for changes in libtommath
* | | | | | Bump to dde 1.4.2 and registry 1.3.4dgp2019-10-211-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Bump to dde 1.4.2 and registry 1.3.4.dgp2019-10-211-4/+4
| | | | |
* | | | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> ↵jan.nijtmans2019-10-051-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | core.tcl-lang.org and http -> https
* | | | | Merge 8.6 and fix Travis build on Windowsjan.nijtmans2019-09-271-2/+2
|\ \ \ \ \
* \ \ \ \ \ Merge 8.6jan.nijtmans2019-09-261-22/+22
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.5jan.nijtmans2019-09-251-22/+22
| |\ \ \ \ \ | | |/ / / /
| | * | | | Modify registry/dde such that they no longer need to be compiled with ↵jan.nijtmans2019-09-201-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -DUNICODE. Also no longer use Tcl_WinTCharToUtf/Tcl_WinUtfToTchar but the unicode conversions functions to do WCHAR <=> UTF-8 conversions. When compiled with Tcl >= 8.7, use the TIP #548 wchar_t functions in stead for registry/dde.
* | | | | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ↵jan.nijtmans2019-09-191-12/+4
|/ / / / / | | | | | | | | | | | | | | | cat32 on Windows)
* | | | | Remove unneeded knownMsvcBug testconstraint definitionjan.nijtmans2019-09-131-1/+1
| | | | |
* | | | | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in ↵sebres2019-09-121-14/+14
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | VS-makefiles (used WIN_DIR now similar to "makefile.in"); init.tcl: windows helper prefer SystemRoot if available.
| * | | windows: eliminate overwriting of WINDIR env-variable in makefiles (used ↵sebres2019-09-121-30/+30
| | | | | | | | | | | | | | | | | | | | WIN_DIR now similar to "makefile.in"); init.tcl: windows helper prefer SystemRoot if available.
* | | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵sebres2019-07-121-0/+64
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | tcl8.6), conflicts resolved, etc
| * | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵sebres2019-07-101-1/+3
| | | | | | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T)
* | | Merge 8.5jan.nijtmans2019-06-261-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Missing -DUNICODE in makefile.vcjan.nijtmans2018-10-281-2/+2
| |
| * Missed some version bumps in previous commitjan.nijtmans2018-10-271-1/+1
| |
| * tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-271-2/+2
| |
| * Backport "registry" version 1.3.3, so all active branches now have the same ↵jan.nijtmans2018-10-241-5/+5
| | | | | | | | | | registry version. (this commit must -eventually- be merge-marked to core-8-6-branch, since everything is there already)
* | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, ↵jan.nijtmans2019-05-311-5/+2
| | | | | | | | remove mp_tc_(add|or|xor) functions in favor of mp_(add|or|xor) which can now handle twos-complement. Following ongoing changes in libtommath development.
* | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations ↵sebres2019-04-011-0/+4
|\ \ | | | | | | | | | and simplifications of 8.7 (tommath 1.1), well-arranged branching of long/wide/bignum base and exponent cases, test-cases extended to cover all this branches and edge cases.
| * | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, ↵sebres2019-02-041-0/+1
| | | | | | | | | | | | mp_tc_div_2d, which simplifies code.
| * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, ↵sebres2019-02-041-0/+3
| | | | | | | | | | | | now that libtommath provides new functions mp_tc_and, mp_tc_or and mp_tc_xor
* | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead ↵jan.nijtmans2019-03-281-1/+0
| | | | | | | | | | | | of exported int symbols.
* | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from ↵jan.nijtmans2019-03-251-0/+2
| | | | | | | | | | | | libtommath: In the upcoming new version those will become real functions, causing possible binary incompatibility. This change makes Tcl independant from libtommath's changes.
* | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs.apnadkarni2019-03-061-0/+8
|/ / | | | | | | | | | | | | | | | | | | | | 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.
* | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-011-0/+1
| |
* | tclWinReg.c: Code cleanup. Eliminate some unnecessary variables.jan.nijtmans2018-10-261-1/+1
| | | | | | | | tclWinDde.c: Backport improvements (support for TCL_UTF_MAX=6) from androwish: Both androwish and tclsh (all versions) can now use the same dde.dll. dde: bump version
* | Fix "registry" test-cases. Thanks to Harald Oehlmann for spotting this!jan.nijtmans2018-10-221-1/+1
| |
* | Fix inclusion of custom resource files to match TIP specapnadkarni2017-11-071-1/+1
| |
* | Minor editsapnadkarni2017-10-281-1/+1
| |
* | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old ↵apnadkarni2017-10-261-15/+25
| | | | | | | | comments.