tdbc::mysql

Timeline
Login

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

50 check-ins occurring around 49a3fb27cb9416e1.

2019-08-30
14:53
Update to latest TEA. Make it work with C++ compiler check-in: 181bfb064b user: jan.nijtmans tags: trunk
2019-08-29
11:12
Updated to latest Tcl nmake files. Bug fix [d6c4db25560b1a8c3a26f9369e57cf00327cb9b4]. check-in: fba0eae033 user: apnadkarni tags: trunk
2019-02-26
20:26
Better support for mariadb. More versions for newer mysql versions. TEA update. Change macro calls to direct calls check-in: 2bc30111c8 user: jan.nijtmans tags: trunk
2018-11-01
16:08
TEA update check-in: 5ced9e3fb5 user: dgp tags: trunk, tdbcmysql-1-1-0
2018-10-16
15:31
Bump to version 1.1.0 for release. check-in: 8a0d36467b user: dgp tags: trunk
2018-07-01
05:15
Update to latest TEA. DONT_TD_VOID was removed from unixODBC in version 2.3.1, 2011/11/28. check-in: 39b518f8c9 user: stu tags: trunk
2018-01-05
06:50
Merge stu-pkgIndex. Companion to https://core.tcl.tk/tdbc/info/2386d26cfb8a34c3. check-in: e1cffb24c6 user: stu tags: trunk
06:49
Merge trunk. Closed-Leaf check-in: 730fd5422e user: stu tags: stu-pkgIndex
2018-01-04
05:40
Use INSTALL_* and new DIST_INSTALL_* macros to make dist. Align with latest TEA. check-in: d65774b5d5 user: stu tags: trunk
2017-12-22
13:35
Convert all win/*.vc files to crlf line-endings check-in: a654caeed7 user: jan.nijtmans tags: trunk
2017-12-21
06:31
Added targets.vc and rules-ext.vc to distribution check-in: 91a614ce70 user: apnadkarni tags: trunk, tdbcmysql-1-0-6
2017-12-16
23:04
Add $(TDBC_BIN_DIR) to $(TCLLIBPATH) and remove [package ifneeded] script for tdbc from the test target. See https://core.tcl.tk/tdbc/info/c5f7bcffcb626767. check-in: a1341aa6cf user: stu tags: stu-pkgIndex
00:43
Remove unused user-added CONFIGURE_OUTPUTS. Was supposed to have been TEA's CONFIG_CLEAN_FILES replacement. check-in: 04401b2bb6 user: stu tags: trunk
2017-12-15
18:18
Bump to 1.0.6 check-in: f5389ed53c user: dgp tags: trunk
2017-12-13
11:14
Merge vc-reform: new nmake build system check-in: 136ee941d4 user: apnadkarni tags: trunk
10:48
Use nmakehlp -L to locate TDBC directories Closed-Leaf check-in: 968a6b1863 user: apnadkarni tags: vc-reform
2017-12-11
16:30
Updated copy of Tcl nmake support files and make use of default stubs and header installs check-in: de6f51ef4a user: apnadkarni tags: vc-reform
2017-12-10
16:10
Use default shell target. check-in: 9221bebae1 user: apnadkarni tags: vc-reform
14:54
Does not really need Tcl source. check-in: d80b4eb2f3 user: apnadkarni tags: vc-reform
14:35
Don't need INCLUDE_INSTALL_DIR check-in: ccc9e05ebf user: apnadkarni tags: vc-reform
14:18
Remove extraneous cwarn macro check-in: ad8af81423 user: apnadkarni tags: vc-reform
13:37
TIP 477 nmake reform. Still needs testing with mysql dll check-in: 50dd11a9a2 user: apnadkarni tags: vc-reform
12:48
Create new branch named "vc-reform" check-in: 351a56ddf7 user: apnadkarni tags: vc-reform
2017-06-05
19:08
Use tdbc_SRC_DIR from tdbcConfig.sh to locate genstubs tool, instead of hardcoded path. check-in: 294633cee4 user: stu tags: trunk, tdbcmysql-1-0-5
2017-05-29
21:23
Finish INT2PTR/PTR2INT work for tdbc-mysql:clean out commented casts. check-in: 49a3fb27cb user: stu tags: trunk
2017-05-26
18:30
rm -f not needed before ${INSTALL_*}. A ghost of past installing. check-in: 82f71b5e9f user: stu tags: trunk
14:35
Give the (U)INT2PTR / PTR2(U)INT macros .h file a more descriptive name and fully integrate them into the configure/build/dist. Tidy some CPP bits to make them like the other tdbc-* modules. Closes ticket [60999d7b92]. check-in: 5dd83c8551 user: stu tags: trunk
06:05
Use the right var to access the mysqlStubLibNames array. Closes [f3c6ec0369]. I think functional changes and whitespace cleanups should be done seperately. It's easy for something small to slip by in a big diff. check-in: 6313038acf user: stu tags: trunk
2017-05-23
18:49
merge tdbcmysql-stwo check-in: 11877bd0a9 user: stu tags: trunk
2017-05-20
01:13
env() -> ::env() Closed-Leaf check-in: 46d46aa3da user: stu tags: tdbcmysql-stwo
01:05
Add missing underscore. env(TDBCMYSQL_TEST PORT) -> env(TDBCMYSQL_TEST_PORT) check-in: f867af37c6 user: stu tags: tdbcmysql-stwo
2017-05-17
14:41
Add intptr_t macros. check-in: 1a5d0877c3 user: stwo tags: tdbcmysql-stwo
2017-05-04
19:04
TEA_INIT required bump to TEA 3.10 as well. check-in: 5f3d5629b6 user: dgp tags: trunk
2017-04-18
16:58
Bump to 1.0.5 (TEA changes only). check-in: c5f53a9422 user: dgp tags: trunk
2016-03-09
17:27
follow [ea2767612b] with mysqlStubLibNames Leaf check-in: 138f8939e5 user: aspect tags: aspect-stubinit
17:24
fix mysqlStubInit segfault check-in: c0069bdf1b user: aspect tags: aspect-stubinit
2016-01-28
19:28
Bump to 1.0.4 check-in: 42e7c9c5fa user: dgp tags: trunk, rc0, tdbcmysql-1-0-4
2015-10-05
12:28
minor bug-fix in ucrt support check-in: 705111afd9 user: jan.nijtmans tags: trunk
11:54
re-generate "configure" with latest TEA check-in: d6142cd71e user: jan.nijtmans tags: trunk
2015-06-26
13:44
more efficient use of mysqlSuffixes[] table check-in: ea2767612b user: jan.nijtmans tags: trunk
13:03
Make mysqlStubs a 'const'ant, as only Tcl_LoadFile() is allowed to fill this table. check-in: c4394a8239 user: jan.nijtmans tags: trunk
11:58
Adapt code for cygwin, which uses "cyg" as mysql library prefix and inserts library version before in stead of after .dll. Eliminate various end-of-line spaces check-in: 0048009d31 user: jan.nijtmans tags: trunk
2015-05-08
15:21
Fix 2ca1f6da0d: Windows compilation in pkgs fails when using msys/configure check-in: de252f437f user: jan.nijtmans tags: trunk
14:19
TEA update check-in: 137ee86ddf user: dgp tags: trunk
2015-01-23
19:09
Bump to tdbc::mysql 1.0.3; TEA/autoconf update. check-in: a5c9580144 user: dgp tags: trunk, tdbcmysql-1-0-3
2014-10-23
20:05
TEA update; Bump to 1.0.2 check-in: 2be1681587 user: dgp tags: trunk, tdbcmysql-1-0-2
19:25
[TDBC Bug 00b7928298] OpenBSD friendly docs. check-in: f2d4831d0d user: dgp tags: trunk
2014-08-14
17:47
bump to 1.0.1 check-in: 1de281be9f user: dgp tags: trunk, tdbcmysql-1-0-1
2014-06-02
19:01
update to latest TEA check-in: 6ac61f9550 user: jan.nijtmans tags: trunk
2013-10-02
11:27
update to latest TEA check-in: c7bbd0f276 user: jan.nijtmans tags: trunk