Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing rules.vc after merge | sebres | 2017-01-13 | 1 | -5/+10 |
|\ | |||||
| * | Fixes nmakehlp: allows more as one option by -l, to provide mandatory linker ↵ | sebres | 2017-01-12 | 1 | -1/+1 |
| | | | | | | | | | | parameters (e. g. "LNK1561: entry point must be defined"); Additionally recognizes an new linker code LNK4224 for "no longer supported; ignored". | ||||
| * | Allows to compile direct from Visual Studio IDE (prevents throwing error ↵ | sebres | 2017-01-12 | 1 | -5/+10 |
| | | | | | | | | "LNK1561: entry point must be defined" by testing linker) | ||||
* | | merge core-8-6-branch. Undo changes to coffbase.txt (they cause overlap with Tk)winFixes | jan.nijtmans | 2016-09-21 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Make it more likely that compiles with VS2012/VS2013 actually work on ↵ | jan.nijtmans | 2016-09-21 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | Windows XP. See: [https://tedwvc.wordpress.com/2014/01/01/how-to-target-xp-with-vc2012-or-vc2013-and-continue-to-use-the-windows-8-x-sdk/] | ||||
| | * | Make it more likely that compiled with VS2012/VS2013 actually work on ↵ | jan.nijtmans | 2016-09-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Windows XP. See: [https://tedwvc.wordpress.com/2014/01/01/how-to-target-xp-with-vc2012-or-vc2013-and-continue-to-use-the-windows-8-x-sdk/] | ||||
* | | | Permit static linking to the MSVCRT as a stand-alone option. Enable WinXP ↵ | Joe Mistachkin | 2016-09-19 | 1 | -1/+6 |
|/ / | | | | | | | SDK compatibility. | ||||
* | | Removed "ucrt" as configureable option: If building with VC2014, it's the ↵ | jan.nijtmans | 2015-08-25 | 1 | -7/+0 |
|\ \ | |/ | | | | | recommended way to build Tcl. | ||||
| * | Removed "ucrt" as configureable option: If building with VC2014, it's the ↵ | jan.nijtmans | 2015-08-25 | 1 | -7/+0 |
| | | | | | | | | recommended way to build Tcl. | ||||
* | | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static ↵ | jan.nijtmans | 2015-08-19 | 1 | -0/+7 |
|\ \ | |/ | | | | | UCRT build on Windows with VC 14.0 | ||||
| * | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static ↵ | jan.nijtmans | 2015-08-19 | 1 | -0/+7 |
| | | | | | | | | UCRT build on Windows with VC 14.0 | ||||
* | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -698/+698 |
|\ \ | |/ | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. | ||||
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -698/+698 |
| | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. | ||||
* | | Only build the threaded builds by default | jan.nijtmans | 2012-08-15 | 1 | -19/+7 |
|\ \ | |/ | |||||
| * | Only build the threaded builds by default. | jan.nijtmans | 2012-08-15 | 1 | -22/+41 |
| | | | | | | Backport some improvements from Tcl 8.6 | ||||
* | | fix some comments | jan.nijtmans | 2012-07-29 | 1 | -3/+3 |
| | | |||||
* | | [Bug 3544943]: Version mismatch in rules.vc | jan.nijtmans | 2012-07-17 | 1 | -2/+2 |
| | | |||||
* | | sync win/rules.vc with Tk version | jan.nijtmans | 2012-04-13 | 1 | -6/+7 |
|\ \ | |/ | |||||
| * | sync win/rules.vc with Tk version | jan.nijtmans | 2012-04-13 | 1 | -6/+7 |
| |\ | |||||
| | * | sync win/rules.vc with Tk version | jan.nijtmans | 2012-04-13 | 1 | -4/+7 |
| | | | |||||
* | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 1 | -51/+55 |
| | | | |||||
* | | | Support cross-compilation to x64 from ix86 hosts when using NMAKE. | patthoyts | 2011-04-20 | 1 | -42/+45 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | Part of the build uses tclsh to generate files. Ensure we can specify a runnable executable using TCLSH_NATIVE when cross-compiling. This patch also gets smarter about finding the compiler version, the compiler target architecture and the native architecture. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
| * | | Support cross-compilation to x64 from ix86 hosts when using NMAKE. | patthoyts | 2011-04-20 | 1 | -42/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | Part of the build uses tclsh to generate files. Ensure we can specify a runnable executable using TCLSH_NATIVE when cross-compiling. This patch also gets smarter about finding the compiler version, the compiler target architecture and the native architecture. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -3/+0 |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -3/+0 |
| |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -3/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵ | nijtmans | 2010-10-31 | 1 | -16/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6 | ||||
| | * | Update for VS10 | nijtmans | 2010-10-23 | 1 | -6/+13 |
| | | | |||||
| | * | Fix for AMD64 target symbols builds. | patthoyts | 2007-09-11 | 1 | -1/+4 |
| | | | |||||
| | * | Fix bug #1582769 build with VC2003 and correct i386 arch. | patthoyts | 2006-10-31 | 1 | -2/+5 |
| | | | |||||
| | * | Ensure builds with VC6 without Platform SDK and Pickup MACHINE from environment | patthoyts | 2006-10-18 | 1 | -1/+5 |
| | | | | | | | | | | | | to make life easier on Windows non-x86 platforms. | ||||
| | * | Remove RTCc flag | patthoyts | 2006-10-06 | 1 | -5/+1 |
| | | | |||||
| | * | * win/makefile.vc: Updated MSVC build to properly deal with | patthoyts | 2006-09-26 | 1 | -10/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | * win/nmakehlp.c: MSVC8 and AMD64 target. Backport from 8.5 * win/rules.vc: * generic/tcl.h: Fixed stat definition for MSVC8 AMD64. * win/tclWinSock.c: Casting type police. * win/tclWinTime.c: | ||||
| | * | Remove test chunk | patthoyts | 2006-06-14 | 1 | -4/+4 |
| | | | |||||
| | * | Enable building Tcl with Microsoft's latest compiler offering | patthoyts | 2006-06-14 | 1 | -19/+101 |
| | | | | | | | | | | | | | | | | | | (VS2005). We have to handle a number of oddities as they have deprecated most of the standard C library and now generate manifest files to be linked into the binaries. SF bug #1424909 | ||||
| * | | Update for VS10 | nijtmans | 2010-10-23 | 1 | -3/+5 |
| | | | |||||
| * | | Backported fix for dde/registry versions and the staticpkg build option | patthoyts | 2008-06-25 | 1 | -5/+18 |
| | | | |||||
* | | | Update for VS10 | nijtmans | 2010-10-11 | 1 | -2/+4 |
| | | | |||||
* | | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. | nijtmans | 2010-08-31 | 1 | -2/+2 |
| | | | | | | | | | | | | Typo in rules.vc | ||||
* | | | [Freq 2965056]: Windows build with -DUNICODE | nijtmans | 2010-08-30 | 1 | -2/+2 |
| | | | |||||
* | | | [Bug #3020677] wish can't link reg1.2 | nijtmans | 2010-07-01 | 1 | -4/+4 |
| | | | | | | | | | | | | formatting, spacing, cleanup unused variables | ||||
* | | | Flip the defaults for whether to build threaded. Part of TIP #364. | dkf | 2010-04-05 | 1 | -6/+6 |
| | | | |||||
* | | | Improved HTTP/1.1 support and added specific HTTP/1.1 testing. | patthoyts | 2009-04-10 | 1 | -1/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | This patch makes use of the 8.6 zlib support to provide for deflate and gzip support and handles the -channel option with compression and chunked transfer encoding. For the -handler option we currently disable HTTP/1.1 features as we cannot properly pass the data through to the caller. | ||||
* | | | fix versions of dde and registry dlls | patthoyts | 2008-06-25 | 1 | -5/+11 |
| | | | | | | | | | | | | fix problem building with staticpkg option | ||||
* | | | 2008-06-13 David Gravereaux <davygrvy@pobox.com> | davygrvy | 2008-06-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | * win/rules.vc: SYMBOLS macro now being set to zero when $(OPTS) is not available. | ||||
* | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -1/+7 |
| | | | |||||
* | | | We should use the thread allocator for threaded builds. Added 'tclalloc' ↵ | patthoyts | 2008-05-15 | 1 | -2/+5 |
|/ / | | | | | | | option to disable. | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |