Itk - the [incr Tk] extension

Timeline
Login

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

50 most recent check-ins related to "trunk"

2023-12-18
15:16
Another round of makefile.vc bugfixing Leaf check-in: 98063d7ffb user: jan.nijtmans tags: main, trunk
14:41
Workaround for nmake bug check-in: df1c9f98da user: jan.nijtmans tags: main, trunk
2023-12-15
16:17
Missing win/rules-ext.vc. Update "win/makefile.vc" (almost works, linking Tk doesn't work yet) check-in: a3e21cc952 user: jan.nijtmans tags: main, trunk
2023-12-11
10:51
Re-generate "configure" check-in: d44781dcd1 user: jan.nijtmans tags: main, trunk
2023-12-06
15:28
Add x86_64-w64-mingw32-nmakehlp.exe check-in: b628f8d23c user: jan.nijtmans tags: main, trunk
15:17
Update TEA files, re-generate "configure". version -> 4.2.4 check-in: be277ed265 user: jan.nijtmans tags: main, trunk
2023-10-09
18:20
Fix [e03527d44a]: itk does not compile with Tcl 8.6.12 or older check-in: 64be8fd389 user: jan.nijtmans tags: main, trunk
2023-09-27
20:01
More work finalizing full Tcl 9.0 support (using Tcl_Size everywhere) check-in: fd455dc9a1 user: jan.nijtmans tags: itk-4-2-3, main, trunk
2022-12-01
14:18
update to latest TEA check-in: 2c0ace8456 user: jan.nijtmans tags: main, trunk
14:16
ClientData -> void * check-in: ef2ead959f user: jan.nijtmans tags: main, trunk
2022-01-10
16:44
minor man-page format errors check-in: 6f77be5ef3 user: jan.nijtmans tags: main, trunk
15:22
Resolve fork check-in: 6cab658091 user: jan.nijtmans tags: main, trunk
15:20
Add "itk::build-info" command, if loaded in Tcl 8.7+ Closed-Leaf check-in: 682771e3a5 user: jan.nijtmans tags: trunk
14:21
Update version -> 4.2.3 check-in: bc357be7b6 user: jan.nijtmans tags: trunk
13:57
Add type-casts to Itcl_EventuallyFree(), fixing potential gcc compiler warnings check-in: b5bf5d8ee6 user: jan.nijtmans tags: trunk
2021-11-01
20:58
Add .gitignore and .gitattributes (for better interoperability with GIT) and .fossil-settings directory generic/*.c: Eliminate some unnecessary type-casts Rename "trunk" to "main", add "trunk" tag, as done with other Tcl-related fossil repositories. check-in: f02e379a0c user: jan.nijtmans tags: itk-4-2-2, main, trunk
2021-10-29
22:03
Version number -> 4.2.2 (matching Itcl) Make it work with Tcl 9.0 check-in: 3d02c56766 user: jan.nijtmans tags: trunk
2018-07-21
21:53
Update to latest TEA. Make itkConfig.sh work. Closes [7bbf7d75a7]. check-in: 3f419cf802 user: stu tags: trunk
2018-06-18
15:42
Update to latest TEA. Improve tests/all.tcl.

This file used to be https://core.tcl.tk/itk/finfo?name=configure.in check-in: 88cc176780 user: stu tags: trunk

2018-06-14
12:44
Remove Mac OS 9 support. check-in: bcd4e565ae user: dgp tags: trunk
2018-06-13
19:12
Stop using obsolete [source -rsrc]. check-in: d40921fe23 user: stu tags: trunk
2017-07-28
17:04
Repurpose the trunk for ongoing development of Itk 4.1.*. check-in: fc469d3c3b user: dgp tags: itk-4-1-0, trunk
16:57
Several revisions to get evaluation contexts more reliably correct. Closed-Leaf check-in: b46f3c3fe0 user: dgp tags: dgp-method-type
2017-07-07
18:21
Don't allow Itk 4.0.3 to bring in Itcl 4.1+, which will break it. check-in: 755afe01e1 user: dgp tags: itk-4-0-3, trunk
2017-06-29
16:23
merge trunk check-in: dde8dc2497 user: dgp tags: dgp-method-type
15:25
Bump to Itk 4.0.3. check-in: f48084eacd user: dgp tags: trunk
2017-06-28
16:28
Support [return] in an itcl::configbody. check-in: b53797db6b user: dgp tags: trunk
2016-09-19
19:01
merge trunk check-in: 360f468ec5 user: dgp tags: dgp-method-type
19:01
Protect against loading Itk 4 in an interp already housing Itcl 3. check-in: 52ddb55ee0 user: dgp tags: trunk
2016-09-16
15:16
merge trunk check-in: 1b12c5b8dc user: dgp tags: dgp-method-type
15:10
Improvements to the MSVC build machinery and porting fixes to code from Ashok Nadkarni. check-in: 3f30d567bc user: dgp tags: trunk
2016-08-30
10:40
Removed some unnecessary quotes Closed-Leaf check-in: 12d916471c user: apnadkarni tags: apn-itk-vc-fixes
2016-08-20
15:16
Fixes for building with Visual C++ compilers. Tested with VC++ 6 (32-bit) and 2003 SDK compiler (64-bit).

C sources changed to conform to C89 (instead of C99). makefile.vc and nmakehlp.c updated (too many changes to list) Build expects Itcl to reside in a directory called itcl that is the sibling of the itk directory. nmake install also works but nmake winhelp (docs) does not as it relies on an external program hrtf.exe which I do not have.

Only verified with the demo itkedit script after modifying the Iwidgets package to use Itk 4 instead of Itk 3. The test scripts fail with errors that I believe are not related to Windows. check-in: c8e108e7ab user: apnadkarni tags: apn-itk-vc-fixes

2016-03-01
15:44
merge trunk check-in: db8e1aec88 user: dgp tags: dgp-method-type
15:43
merge release check-in: 3f7b7e2865 user: dgp tags: trunk
2016-02-16
20:15
Bump to Itk 4.0.2 Closed-Leaf check-in: 050649acf8 user: dgp tags: itk-4-0-2, itk-4-0-2-rc, rc0
20:03
Don't allow Itk 4 to attempt to use a pre-8.6 Tcl interp. It is destined to fail, and that failure blocks use of Itk 3 that can work. check-in: 3635b87a94 user: dgp tags: trunk
2016-02-11
21:00
merge trunk check-in: 47c1ffeb42 user: dgp tags: dgp-method-type
20:58
The Itk_ConfigOptionPartProc "Itk_PropagatePublicVar" can only work on a scalar variable, so screen out array variables from having an ArchOptionPart created. check-in: f5fc5c8074 user: dgp tags: trunk
2015-07-29
16:45
merge trunk check-in: 482c48daf2 user: dgp tags: dgp-method-type
2015-05-01
16:50
[fa152b6a6e] Continue support of mixed case pacakge name "Itk". Permits continued use of [package require Itk] in existing scripts. Thanks ralfixx! check-in: b3513260e3 user: dgp tags: trunk
16:42
[8a022f72e7] Correct memory access violation. Thanks ralfixx! check-in: 2f9e81a683 user: dgp tags: trunk
2015-03-11
17:48
merge release check-in: c9fc24de31 user: dgp tags: trunk
2015-02-26
18:44
Update the idioms for stubs initialization. Closed-Leaf check-in: bc0e48ab05 user: dgp tags: itk-4-0-1, itk-4-0-1-rc
2015-02-05
13:45
merge trunk check-in: 66a2f526df user: dgp tags: itk-4-0-1-rc
13:43
Itk_ArchCompAddCmd(): Make sure old frame is restored even in error exit. check-in: 9219eeba4c user: dgp tags: trunk
2015-01-30
18:50
merge trunk check-in: cb282e78f1 user: dgp tags: itk-4-0-1-rc
18:48
Fix [ae14d0a924] by getting context for Itcl_GetInstanceVar() call right. check-in: 9922af6179 user: dgp tags: trunk
2015-01-26
17:00
merge trunk check-in: 2fc403285e user: dgp tags: itk-4-0-1-rc
17:00
Accommodate the changed Tcl_GetHashKey() signature. check-in: e764406f0f user: dgp tags: trunk