TDBC

Timeline
Login

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

50 events occurring around 72ca85415c860b5a.

2018-11-05
13:48 Edit [0230fc18909257c0|0230fc1890]: Cancel tag "tdbc-1-1-0". artifact: df7f0dab92 user: dgp
13:48 Edit [f8d10aed9917c36e|f8d10aed99]: Add tag "tdbc-1-1-0". artifact: d184deed70 user: dgp
2018-11-01
16:02
TEA update check-in: f8d10aed99 user: dgp tags: trunk, tdbc-1-1-0
2018-10-16
15:29 Edit [0230fc18909257c0|0230fc1890]: Add tag "tdbc-1-1-0". artifact: 6e9b7e73ab user: dgp
15:29
Bump to version 1.1.0 for release. Want all tdbc* packages in sync, and there are some incompatibilities too in the build reform. check-in: 0230fc1890 user: dgp tags: trunk
2018-07-01
05:12
Update to latest TEA. check-in: c626278762 user: stu tags: trunk
2018-04-25
08:10 Ticket [6827edbee9] incorrect value returned from tdbc::odbc status still Open with 5 other changes artifact: 5b0bfaaf8f user: anonymous ... 1 similar event omitted.
2018-01-05
06:03 Edit [8d7e50c2f8d44a44|8d7e50c2f8]: Mark "Closed". artifact: f8c0fac023 user: stu
06:02 Edit [c5f7bcffcb626767|c5f7bcffcb]: Mark "Closed". artifact: c060a230ed user: stu
05:56 Closed ticket [625f0ee464]: Disable writing to build-dir at install time plus 5 other changes artifact: 346b717f66 user: stu
05:52
Merge stu-pkgIndex2. Implements a solution for when the shared object and the pkgIndex.tcl reside in different dirs during build/test. Fixes [625f0ee464]. check-in: 2386d26cfb user: stu tags: trunk
05:38
Merge trunk. Closed-Leaf check-in: 8d7e50c2f8 user: stu tags: stu-pkgIndex2
2018-01-04
08:39
Use INSTALL_* and new DIST_INSTALL_* macros to make dist. Align with latest TEA. check-in: 8886c1d546 user: stu tags: trunk
2017-12-22
13:34
Convert all win/*.vc files to crlf line-ending check-in: 70c2c13363 user: jan.nijtmans tags: trunk
2017-12-21
14:09 Edit [239b87734b950207|239b87734b]: Cancel tag "tdbc-1-0-6". artifact: 2f1fd3e1ff user: dgp
14:08 Edit [84dffcb5f233eedb|84dffcb5f2]: Add tag "tdbc-1-0-6". artifact: bc6e41a863 user: dgp
06:28
Add rules-ext.vc and targets.vc to distribution. check-in: 84dffcb5f2 user: apnadkarni tags: trunk, tdbc-1-0-6
2017-12-19
15:47 Edit [1e8eda7f519abebc|1e8eda7f51]: Cancel tag "tdbc-1-0-6". artifact: 2e9798d288 user: dgp
15:47 Edit [239b87734b950207|239b87734b]: Add tag "tdbc-1-0-6". artifact: 0946cd73df user: dgp
2017-12-17
18:51 Edit [daa7ace8b716df5b|daa7ace8b7]: Edit check-in comment. artifact: 0b8fa5f583 user: stu
16:13
Another way:

Have pkgIndex.tcl make use of TDBC_LIBRARY.

This is better than mangling the pkgIndex.tcl on install. check-in: daa7ace8b7 user: stu tags: stu-pkgIndex2

2017-12-16
23:03
When testing (against) tdbc in the build dir, tdbc.tcl is presumed found in $srcdir/library, not in the same dir as the built shared object.

When testing against an installed tdbc, tdbc.tcl is presumed found in the same dir as the shared object.

This makes the pkgIndex.tcl in the build dir unusable for testing. Makefile targets affected: test, shell, gdb, valgrind, etc.

This can be a problem for other extensions as well.

One solution has been to have a [package ifneeded script] generated and used by the Makefile. This is a bit messy and is needed for all affected targets. Extensions building against tdbc would also have to act accordingly, which can be argued is not their responsibility.

This solution uses a pkgIndex.tcl that looks for tdbc.tcl in $srcdir/library. The $srcdir/library path is stripped-out when pkgIndex.tcl is installed. With this in place, [package require] simply works. It is, admittedly, a bit ugly but I think it's the better than:

- Use two pkgIndex.tcl files: one to use when testing and one to install. - The original method: copy file(s) from the library dir into the build dir and remember to clean them up.

The implementation on this branch also removes the extra copying and cleaning-up of tdbc.tcl, which is no longer necessary. This has been done in this branch for tdbc.

The tdbc-* extensions building against tdbc would simply have to add $(TDBC_BIN_DIR) to the existing $(TCLLIBPATH) in their Makefiles to work with this new scheme.

This has been done in this branch for tdbc-*.

The remaining tdbc-* Makefile targets (shell, gdb, valgrind, etc.) remain broken but can be fixed as was done with tdbc. Closed-Leaf check-in: c5f7bcffcb user: stu tags: stu-pkgIndex

01:15 Edit [239b87734b950207|239b87734b]: Edit check-in comment. artifact: b6c60b3d9e user: stu
01:14
Move tdbc.tcl to its own target. Add tdbc.tcl to BINARIES to ensure it gets copied once during build and removed with "make clean". Fixes [625f0ee464]. check-in: 239b87734b user: stu tags: trunk
00:24
Add tdbcConfig.sh to CONFIG_CLEAN_FILES so that "make distclean" will remove it. check-in: 72ca85415c user: stu tags: trunk
2017-12-15
21:48 Ticket [d1ad7f4948] odbc::sqlite table subcommand has trailing space in type value status still Open with 4 other changes artifact: fdb0818965 user: stu ... 1 similar event omitted.
18:07 Edit [1e8eda7f519abebc|1e8eda7f51]: Add tag "tdbc-1-0-6". artifact: 7b91f69954 user: dgp
2017-12-14
22:58 Open ticket [625f0ee464]: Disable writing to build-dir at install time plus 4 other changes artifact: 3731fc14de user: kbk ... 1 similar event omitted.
21:01 Closed ticket [4cf30e29a1]: install.tcl error plus 4 other changes artifact: 84eacbe11c user: kbk
2017-12-13
11:12
Merge vc-reform: new nmake build system check-in: 1e8eda7f51 user: apnadkarni tags: trunk
10:46
Use nmakehlp -L to locate TDBC directories Closed-Leaf check-in: bf96767d46 user: apnadkarni tags: vc-reform
2017-12-12
19:42 Closed ticket [491a0e30c4]: tdbc::mysql needs trim function to retrieve integers plus 4 other changes artifact: 7f79496f37 user: kbk
19:40 Ticket [625f0ee464] Disable writing to build-dir at install time status still Open with 4 other changes artifact: 62ab6a1ab5 user: kbk
19:36 Closed ticket [7db2ab741d]: TDBC install.tcl requires tk, should be optional plus 4 other changes artifact: 3ac5c6cb63 user: kbk
2017-12-11
16:29
Updated copy of Tcl nmake support files and make use of default stubs and header installs check-in: 501f635181 user: apnadkarni tags: vc-reform
09:09
Do not need Tcl sources. Also fix rc file macro name. check-in: 3ee1af86cf user: apnadkarni tags: vc-reform
2017-12-10
13:06
Do not need the cwarn macro check-in: 2fee183e61 user: apnadkarni tags: vc-reform
12:47
Get rid of custom test and shell targets as built-in ones suffice check-in: 1e733cc160 user: apnadkarni tags: vc-reform
11:13
Turn off Unicode to match older nmake build check-in: 79e65ab0a3 user: apnadkarni tags: vc-reform
08:23
Intermediate check-in for new nmake system (non-functional!) check-in: 8fcb66a50a user: apnadkarni tags: vc-reform
04:52
Create new branch named "vc-reform" check-in: 6f6e19a9ac user: apnadkarni tags: vc-reform
2017-12-08
13:38
Bump to 1.0.6 check-in: 71b1f2c185 user: dgp tags: trunk
2017-12-06
18:39
Ensure consistent results. From kbk. check-in: ccbfd35b36 user: stu tags: trunk
2017-07-28
19:13 Edit [ab533463bb0dc619|ab533463bb]: Cancel tag "tdbc-1-0-5". artifact: 49a0e08643 user: dgp
19:13 Edit [43b96d33bbdb4e1e|43b96d33bb]: Add tag "tdbc-1-0-5". artifact: 2e95af4983 user: dgp
2017-06-14
18:10 Ticket [625f0ee464] Disable writing to build-dir at install time status still Open with 3 other changes artifact: f853a15456 user: erikleunissen ... 1 similar event omitted.