Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins related to "vc-reform"

2017-12-08
13:54
Merge TIP 477 implementation check-in: eeceb67049 user: apnadkarni tags: core-8-6-branch
2017-12-05
14:29
Use PRJ_PACKAGE_TCLNAME instead of PROJECT when generating TEA based pkgindex Closed-Leaf check-in: 3fd52c7ca6 user: apnadkarni tags: vc-reform
2017-11-17
15:46
Added back nothreads option. check-in: 87c104655c user: apnadkarni tags: vc-reform
11:35
Fix ignore-glob versioned setting (something went wrong in previous merge). Also convert rules-ext.v... check-in: 07461dba12 user: jan.nijtmans tags: vc-reform
11:27
merge core-8-6-branch check-in: fbf950cc0f user: jan.nijtmans tags: vc-reform
07:05
Check for existence of targets.vc, not rules.vc to determine nmake support dir. check-in: d3adc68def user: apnadkarni tags: vc-reform
06:52
Add PRJ_PACKAGE_TCLNAME and other minor changes.

Also: Change ifdef checks to check for empty strin... check-in: 9dfdb9f88b user: apnadkarni tags: vc-reform

2017-11-16
08:42
No longer document (even though it's only in an example) that Tcl_SavedResult is a struct, and that ... check-in: 9cd5d84b3d user: jan.nijtmans tags: core-8-6-branch
2017-11-15
13:18
Loosen restriction on where rules-ext.vc file is located. check-in: 67db82ed88 user: apnadkarni tags: vc-reform
11:47
Include PKGNAMEFLAGS in stubscflags as some extension stubs use it check-in: 3b82400057 user: apnadkarni tags: vc-reform
07:54
Added default-install-stubs target. Make presence of nmake support files in extension directory opti... check-in: 3be76595ca user: apnadkarni tags: vc-reform
2017-11-07
16:47
Fix inclusion of custom resource files to match TIP spec check-in: 495fe8bd3a user: apnadkarni tags: vc-reform
2017-10-28
17:18
Minor edits check-in: ab57722810 user: apnadkarni tags: vc-reform
2017-10-26
15:07
Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comments. check-in: e81eb0a860 user: apnadkarni tags: vc-reform
2017-10-25
02:59
Updated comments. check-in: de9b52c251 user: apnadkarni tags: vc-reform
2017-10-23
13:53
Eliminate loimpact and tclalloc options. check-in: c6a9ff71d6 user: apnadkarni tags: vc-reform
2017-10-21
12:14
Fully qualify OUT_DIR and TMP_DIR paths so that the test target can change directories and not break... check-in: 9613a236f8 user: apnadkarni tags: vc-reform
2017-10-20
15:32
Added test and shell targets. check-in: 7158ed350a user: apnadkarni tags: vc-reform
2017-10-18
16:04
Update RCFILE to PRJ_RCFILE. check-in: 05394fc5d2 user: apnadkarni tags: vc-reform
16:03
Fix resource file compilation when makefile specifies PRJ_RCFILE check-in: fbe0f5d1a7 user: apnadkarni tags: vc-reform
2017-10-17
15:01
Add PRJ_MANIFEST to support manifest generation. check-in: 94f7087b2f user: apnadkarni tags: vc-reform
2017-10-16
12:46
Fixed reversed check for implicit rules check-in: 9cd828350e user: apnadkarni tags: vc-reform
2017-10-15
06:58
Permit application makefile to define RCFILE. Change PROJECT_REQUIRES_TK to use value instead of ifd... check-in: 0773717246 user: apnadkarni tags: vc-reform
2017-10-08
16:12
Fix RC template dependency to not generate it every time check-in: 1c30b73378 user: apnadkarni tags: vc-reform
14:25
Fix htmlhelp generation on 64-bit systems check-in: 0fd616210f user: apnadkarni tags: vc-reform
13:18
Add default rc template so extensions do not have to write their own check-in: 40a10400d4 user: apnadkarni tags: vc-reform
2017-10-07
17:16
Was not setting VERSION for extensions. check-in: 1db70dbfa8 user: apnadkarni tags: vc-reform
13:33
Fix ignore glob for Visual C++ output directories. check-in: 0f0baaa171 user: apnadkarni tags: vc-reform
2017-10-06
13:38
Move standard predefined targets to targets.vc as this allows the master makefile to modify macros i... check-in: 1f7d80fd52 user: apnadkarni tags: vc-reform
2017-10-05
17:00
Added standard target for generating pkgIndex.tcl. Added PKGNAMEFLAGS to pass PACKAGE_NAME and PACKA... check-in: 5ae070d1d2 user: apnadkarni tags: vc-reform
14:19
Added default-pkgindex target and split DISABLE_DEFAULT_TARGETS to DISABLE_{STANDARD,CLEAN}_TARGETS. check-in: 306cb5962f user: apnadkarni tags: vc-reform
2017-10-04
01:57
Add default-* targets check-in: 341523261c user: apnadkarni tags: vc-reform
2017-10-03
13:44
Extract version numbers from TEA files so do not have to be separately defined. check-in: ea34ce1ddc user: apnadkarni tags: vc-reform
13:41
Have nmakehlp return non-0 exit code if version string not located with -V option check-in: 88bad90fbb user: apnadkarni tags: vc-reform
08:06
Remove use of any macros used in rules.vc from rules-ext.vc Added USE_WIDECHAR_API to control usage ... check-in: 94a2203359 user: apnadkarni tags: vc-reform
2017-10-02
17:09
Introduce rules-ext.vc file for extensions to select most recent rules.vc check-in: 6f657c84cf user: apnadkarni tags: vc-reform
2017-09-30
14:11
Fix initialization of _TCLDIR and use MAKE*CMD macros in makefile.vc

Fixed initialization of _TCLDI... check-in: 502c8ac90b user: apnadkarni tags: vc-reform

08:34
Added MAKEEXTCMD macro. Fixed couple of syntax errors when building extensions. check-in: 5bdbef03b2 user: apnadkarni tags: vc-reform
06:20
Added standard macros LIBDIR and DEMODIR. Also set common Tk related names and paths check-in: eb729b3c75 user: apnadkarni tags: vc-reform
2017-09-29
14:23
Permit definition of implicit rules and standard targets to be disabled check-in: f968ddffea user: apnadkarni tags: vc-reform
12:41
Added implicit rule for compiling resources. Added Tcl import libraries to link macro. check-in: 8d52c4f4f4 user: apnadkarni tags: vc-reform
06:12
Updated for Tk compatibility. Removed extraneous quotes in macro definitions. Macros should be quote... check-in: 4ce75659d8 user: apnadkarni tags: vc-reform
2017-09-28
12:22
Add pkgcflags, appcflags and stubscflags to reflect different compilation modes.

Packages compile (... check-in: 796c9fe1ab user: apnadkarni tags: vc-reform-tests-pass, vc-reform

2017-09-26
12:22
Include rules.vc and nmakehlp.c as part of install.

Work toward not having to keep updating extens... check-in: 1889687ba8 user: apnadkarni tags: vc-reform

2017-09-25
17:35
Eliminate obsolete winhelp style documentation and fix Html Help doc build to work on 64-bit systems... check-in: 5137d4fbb1 user: apnadkarni tags: vc-reform
16:33
Eliminated /base option on linking as not recommended with ASLR check-in: 847eaa26c5 user: apnadkarni tags: vc-reform
16:23
Unify build commands with MAKE{LIB,DLL,CON,GUI}CMD macros check-in: 1e35d5e767 user: apnadkarni tags: vc-reform
13:45
Move TCLSH and TCLSH_NATIVE macros to rules.vc check-in: 5be00eaab3 user: apnadkarni tags: vc-reform
10:41
Added project-specific include paths and preprocessor defines. check-in: 6503da624b user: apnadkarni tags: vc-reform
2017-09-24
14:25
Move clean target to rules.vc to avoid repetition in every extension check-in: 60ffde8e32 user: apnadkarni tags: vc-reform