Tcl Extension Architecture (TEA) Sample Extension

Timeline
Login

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

50 events occurring around ee070e089eb392de.

2017-10-07
14:46
Ignore emacs backup and tclconfig check-in: cd51f31301 user: ashok tags: vc-reform
14:20
Ignore VC++ output directories. check-in: 574a7c2012 user: ashok tags: vc-reform
2017-10-06
13:43
Use standard targets from targets.vc check-in: 9107449556 user: ashok tags: vc-reform
2017-10-05
17:07
Moved pkgindex to rules and cleaned up check-in: f5f3d48f4e user: ashok tags: vc-reform
2017-10-04
13:36
Use macros and targets from reworked rules.vc check-in: e2ca4bafe0 user: ashok tags: vc-reform
2017-10-03
13:40
Begin work on reformed nmake builds check-in: 85e6acba66 user: ashok tags: vc-reform
2017-09-29
14:24
Create new branch named "vc-reform" check-in: 32feb28e75 user: ashok tags: vc-reform
2017-06-30
20:03 New ticket [878ab2fa04] -DUSE_TCL_STUBS=1 not in CPPFLAGS on Mac OSX. artifact: 28cea38a2f user: anonymous
2017-05-14
08:50
All the world was a VAX. check-in: 575df1b1bf user: stu tags: trunk
2017-01-13
13:19
Allows to compile direct from Visual Studio IDE (prevents throwing error "LNK1561: entry point must be defined" by testing linker). Patch by sebres check-in: 92455ee4f9 user: jan.nijtmans tags: trunk
2016-10-13
15:28
Re-ran autoconf check-in: cbc0e011dc user: seandeelywoods tags: practcl
2016-07-07
14:04
Certain dependencies are now expressed as a dependency not a trigger. This prevents a lot of duplication of already compiled code.

Simplified the makefile's handling of DESTDIR check-in: edee81275c user: hypnotoad tags: practcl

2016-06-25
15:04 Edit [6f3945d1208b4968|6f3945d120]: Move to branch practcl. artifact: 345f2c5657 user: hypnotoad
14:54
Tweak to ensure we don't overwrite the real make.tcl check-in: 13adaa3c2c user: hypnotoad tags: practcl
14:53
Moving most of the heavy lifting for install into the make.tcl file

The Makefile is evoloving into an inert bit that just invokes make.tcl calls.

Added a local make.tcl to the directory which redirects to the real make.tcl file in the source folder check-in: 6f3945d120 user: hypnotoad tags: practcl

2016-06-24
17:03
Modified the example to utilize practcl, but in a minimalist fashion while still preserving most of the inner workings of the existing TEA makefile and autoconf Leaf check-in: e027e8471f user: hypnotoad tags: practcl-make
2016-06-11
11:14
Tweak to fix a typo in the latest TEA which was preventing --disable-shared --enable-stubs from being expressed properly check-in: b993542e50 user: seandeelywoods tags: trunk
10:45
Modified the Sample Extension to utilize TEA 3.10 check-in: 61f0f7e9fd user: seandeelywoods tags: trunk
2015-11-13
08:37
Fix 34eb6911af, taken over from SQLite: Fix uses of ctype functions (ex: isspace()) on signed characters in test programs and in some obscure extensions. No changes to the core. check-in: 9c3df554a2 user: jan.nijtmans tags: trunk
2015-10-20
12:03
Don't bother Win95/98/ME any more. check-in: 8641c2cd23 user: jan.nijtmans tags: trunk
2015-08-28
13:40
Fix 00189c4afc: Allow semi-static UCRT build on Windows with VC 14.0 check-in: 95578a124f user: jan.nijtmans tags: trunk
2015-08-20
15:06
Fix 00189c4afc: Allow semi-static UCRT build on Windows with VC 14.0 check-in: 391bb1f537 user: jan.nijtmans tags: trunk
2015-06-12
10:53
Fix "make dist", which was broken due to the configure.in -> configure.ac name change. check-in: 9cf2eadee7 user: jan.nijtmans tags: trunk
2015-04-21
11:03 Edit [f370bff0feded080|f370bff0fe]: Edit check-in comment. artifact: 8466da62d0 user: jan.nijtmans
10:55
Fix execute permission on a lot of files (caused by using older cygwin dll when checking out ...) check-in: f370bff0fe user: jan.nijtmans tags: trunk
10:14
Rename configure.in -> configure.ac in more places. Add .project file (which makes it easier to use this as Eclipse project) check-in: ee070e089e user: jan.nijtmans tags: trunk
2015-01-22
10:53
Rename configure.in to configure.ac, and update to latest TEA. check-in: 1c6d81fc6f user: jan.nijtmans tags: trunk
2014-10-16
07:27 Closed ticket [0f839e585c]: Symbol name conflict plus 5 other changes artifact: 93f7b2009b user: jan.nijtmans ... 2 similar events omitted.
2014-10-15
13:04
Simpler approach to [0f839e585c]: make all symbols MODULE_SCOPE check-in: 2608aea918 user: jan.nijtmans tags: trunk
2014-10-13
17:49 Ticket [0f839e585c] Symbol name conflict status still Open with 4 other changes artifact: 014427269e user: stwo ... 2 similar events omitted.
2014-10-03
03:47 Ticket [2788536fff] sample extension does not load status still Closed with 5 other changes artifact: 572ecf118c user: stwo ... 1 similar event omitted.
02:38 Closed ticket [2782814fff]: sample CVS snapshots contain old data plus 9 other changes artifact: 6c5fa041ba user: stwo
2014-10-01
18:13 Closed ticket [f72ade40ae]: Installer improvements plus 7 other changes artifact: 16faabb6d2 user: jan.nijtmans
18:11
Ticket [f72ade40ae]: Installer improvements check-in: 48389da729 user: jan.nijtmans tags: trunk
17:45 Ticket [f72ade40ae] Installer improvements status still Open with 3 other changes artifact: f835d22402 user: aku ... 3 similar events omitted.
2014-05-08
11:13 New ticket [0a2062417c] Clarify copyright of the sampleextension / placeholder. artifact: 8bf07edfa1 user: anonymous
2014-04-02
10:28
Make sampleextension work with novem. Remove Tcl_PkgRequire() call, as the same check is already done by Tcl_InitStubs(). check-in: 5aa4c4c666 user: jan.nijtmans tags: trunk
09:51
update to latest TEA check-in: 569898e0f1 user: jan.nijtmans tags: trunk
2013-07-06
23:49
OpenBSD/m88k is now elf. Remove unneeded elf check. check-in: ee54bac585 user: stwo tags: trunk
2013-07-04
11:32
Update to latest TEA. Make test-suite runnable from installed directory. check-in: 7dd28d7086 user: jan.nijtmans tags: trunk
2013-07-02
08:23
Update to latest TEA. Use $(INSTALL_DATA_DIR) in stead of mkdir in Makefile. Add more versionsed settings for fossil. check-in: 29a7c70b9d user: jan.nijtmans tags: trunk
2013-06-04
14:46
Use nmakehlp.exe to eliminate the need for pkg.vc check-in: 09df4bb141 user: jan.nijtmans tags: trunk