Timeline

Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.

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

68 check-ins using file standard.tcl version 480e6ccdfa

2024-01-15
09:54
added change info for upcoming v1.1 release. regenerated embedded docs check-in: c6609fd7ed user: aku tags: trunk
09:26
enable kettle for Tcl 9. bump to version 1.1 check-in: 13053f65bc user: aku tags: trunk
09:24
fix: mis-generation of directory defaults when stdlib is in attached zip file. check-in: ad791f1e1b user: aku tags: trunk
09:23
feat: generate additional benchmark results formatted for processing with `sak.tcl bench` commands. check-in: 6240aef224 user: aku tags: trunk
09:20
fix: path stripping for paths referencing locations outside of the project check-in: 56d195805a user: aku tags: trunk
2022-12-08
19:48
fix: ticket [320e183bbf], unbox the result of auto_execok to store the command path. Added details about suitability of this change in the comments before that operation check-in: 65d8a10a26 user: aku tags: trunk
17:59
fix: missing support for new `listsimple` option type introduced by [0ea140eef0] check-in: cd18c5d003 user: aku tags: trunk
17:58
fix: handling of symlinks, prevent breaking out of the project tree fix: mis-detection of test files and similar as installable packages tweak: path logging check-in: 6a61b571ea user: aku tags: trunk
17:57
fix: missing list initializations fix: handling of testfile match/exclude options, do it in kettle, not low-level check-in: 0ea140eef0 user: aku tags: trunk
17:54
refactor: docs, more general shorthands for common phrases and words check-in: a2dc735d70 user: aku tags: trunk
2021-02-06
14:12
Integrated the work adding support for markdown as doc format. check-in: 9d49965e5c user: aku tags: trunk
14:11
Tweaked the HTML and markdown generation. Code simplification, no functional change. Added files to please github. The new README links to the markdown docs. Removed trailing whitespace from the sources. Tweaked the welcome message used in the documentation. Fixed a typo. Regenerated the documentation. Closed-Leaf check-in: 4f451abec8 user: aku tags: doc-plus-markdown
2019-07-22
22:14
Work on adding markdown into the standard set of doc formats. check-in: 72fac6ef80 user: andreask tags: doc-plus-markdown
2018-09-12
23:27
Fixed test utilities - Process --notfile, --file in Kettle instead of passing into the test file. Our testmain does not use the relevant command from Tcltest where this information would be used. check-in: 9a1f50ef97 user: aku tags: trunk
2018-09-08
04:28
Extended test utilities - kt semi-local* : Search local first, then global - kt in : Change test directory context. check-in: 2416dce66e user: aku tags: trunk
2018-07-11
04:01
Extended testsuite support with --valgrind. check-in: 788e5e66a9 user: aku tags: trunk
2018-07-10
22:01
path::tcl-package-file - Tweaked the critcl rejection patterns to make matching on Tcl data less likely. check-in: a0a7bf998d user: aku tags: trunk
2018-04-18
02:28
Added ability to push test execution into a child process, via a new command `kt::sub`. This is useful when each test in a set incurs a large memory penalty. Instead of adding up in the test process each is limited to the child process, keeping the test process small. check-in: ef384673c5 user: aku tags: trunk
2018-03-27
16:34
Tests use --include-dir to redirect the build into a local directory. This means that a build which needs additional include directories cannot have any during testing, making build for test impossible. Added a --test-include option as a hack to provide such directories. check-in: e1656e5ba2 user: aku tags: trunk
16:30
Enable closing of streams and use it to limit the number of open streams during tests by closing small streams for failure reporting quickly. Without that a large number of test failures can easily go over the max amount of open files allowed by the OS. check-in: 4c09346858 user: aku tags: trunk
2017-10-05
06:28
Show extended stack traces when `kt::local` and sibling run into trouble. check-in: 273c213e57 user: aku tags: trunk
2017-10-04
23:28
Added `kt::local*`, a variant of `kt::local` which does not forget the package and force a re-load. check-in: c0f0b90c04 user: aku tags: trunk
19:12
Fix to scanning of files. Do not scan beyond a ^Z eof marker. I.e. do not scan the assets a file may have attached to their end. check-in: c629207a79 user: aku tags: trunk
03:23
Fix handling of @owns when scanning file in a subdirectory of the sources. check-in: 8bd2dcddb1 user: aku tags: trunk
2017-06-14
23:41
Fix sorting of test times in summary output, note we are sorting numbers. check-in: 966cb6e777 user: aku tags: trunk
23:40
Bit of extended debugging in meta data handling. Fixed issue with name to use in the meta data of apps. check-in: 26eece52d6 user: aku tags: trunk
2015-05-06
18:31
Prevent installation abort when fossil executable is missing. Also made code more robust against an early fail leaving some variables undefined. check-in: 8efd9e603c user: andreask tags: trunk
2015-04-17
21:50
Goals added which show the content (packages, apps) found in the build. Packages are listed with version info. check-in: 940893cb88 user: andreask tags: trunk
2014-05-30
20:59
Rejoin inadvertent split head. check-in: ff12632219 user: andreask tags: trunk
20:58
kettle/path/revision.git: Handle possibility of "git describe" failing (not due missing git, but due missing tags the describe wants). This needs more work to separate out a missing git command and report that as usual. This is a quick patch. check-in: 0a12475c4e user: andreask tags: trunk
2014-03-28
19:25
Regenerated embedded docs. check-in: aad14ede89 user: aku tags: trunk
19:15
Split the build/install instructions for unix vs. windows. check-in: 1bc1443535 user: andreask tags: trunk
2014-02-18
05:13
Fixed issues in meta data generation for Tcl apps, and usage. check-in: 3dd438190f user: aku tags: trunk
2014-02-01
01:23
officer - Extend method 'extend' to return the new command instance, for dynamic modification post-creation. check-in: e7adec4ace user: andreask tags: v2
01:22
Force use of the local copy of cmdr, to ease development regardng bugs and features we may have to fix/implement check-in: 834688633e user: andreask tags: v2
2014-01-31
22:35
Merged specials. Updated TODO. Modified app main code to catch user-triggered cmdr exceptions. check-in: 2d86d67b44 user: andreask tags: v2
22:33
Completed remake of the <special> commands. Closed-Leaf check-in: 75ad258e9b user: andreask tags: v2x
01:21
Refactor doc/project configuration access. check-in: 763168e46b user: andreask tags: v2x
2014-01-30
18:15
Updated local copy of Cmdr. check-in: 083ec0a2c3 user: andreask tags: v2
02:14
Continued conversion. Complete enough to be testable. check-in: de736eef56 user: andreask tags: v2
2013-12-20
01:33
Continued conversion of the doc templating commands to the new cli check-in: a8ba8c3cc5 user: andreask tags: v2
01:22
Reworked cmdr integration a bit. Disabled the old cli handling, added new. Started conversion of the project management helper commands to the new cli. Basic test of the integration before going to recipes. check-in: b2f909701d user: andreask tags: v2
01:20
Bugfixes in the cmdr framework. check-in: fa13d12440 user: andreask tags: v2
00:21
Started on (TODO 1). Added copy of cmdr framework, plus code to load it, and fall back to the local copy if needed. check-in: 6d60e61228 user: andreask tags: v2
2013-12-19
22:56
Implemented and documented a set of glob patterns to ignore when scanning a propject directory. Exposed to the user via DSL commands. check-in: be0587c13c user: andreask tags: v2
22:09
The doc templating work is subsumed into v2. check-in: 4072f2411a user: andreask tags: v2
22:08
Begin work on v2. See TODO.txt for planned changes and features. check-in: 67405f55ac user: andreask tags: v2
2013-12-03
06:32
Fixed path generation for critcl install, need relative paths. Leaf check-in: 1a3416824e user: aku tags: doc-templating
2013-11-14
20:40
Fix varname typo in trace code. check-in: 8f042afa7a user: andreask tags: doc-templating
2013-10-21
20:17
Trunk merge ... The bugfix in trunk we merge is actually essentially a backport of a change we made here on the branch first. Not making the backport was the bug. check-in: 14e88e163e user: andreask tags: doc-templating
2013-10-18
18:25
Extended the special command @setup to place fossil repository links into the generated code. check-in: ec34acae87 user: andreask tags: trunk
18:17
Actually make the found primary tcl package file relative to root source directory. check-in: 7dafd5c2db user: andreask tags: trunk
2013-07-25
22:45
Get bugfix of trunk. check-in: 7305140bb9 user: andreask tags: doc-templating
22:45
Fix bug in meta data handling. With files now always local to root, root is needed to read the file. check-in: 2750811e85 user: andreask tags: trunk
2013-07-16
00:16
More commands to handle requirements and keywords. Unified access to various files holding settings. check-in: c485cd14a0 user: andreask tags: doc-templating
2013-07-08
23:50
Added commands to list the available licenses, and select/set license to use. check-in: 8225368acf user: andreask tags: doc-templating
23:29
Completed @doc-edit-hooks command, and tweaked output formatting. check-in: 663434e150 user: andreask tags: doc-templating
23:24
Fix conflict between doc recipe and doc directory, now that -f is optional. check-in: be48f28a9b user: andreask tags: doc-templating
23:23
Continued work on the templates. check-in: 38d95859ea user: andreask tags: doc-templating
2013-07-05
23:09
Continued work on the doc templates. Fleshed out, properly organized. Plus @help in the special section for proper command help check-in: 249afb9488 user: andreask tags: doc-templating
20:12
Pull in reinstall fix check-in: c90dc209b6 user: andreask tags: doc-templating
20:11
Fixed oops in the reinstall chain for docs, was not linked to the toplevel reinstall recipe. check-in: 93a18997a1 user: andreask tags: trunk
00:12
Started to extend kettle with commands to initialize and configure a standard documentation setup. check-in: bcbc318207 user: andreask tags: doc-templating
2013-07-04
18:19
Fixed oops introduced with revision [a3dd90a8d9]. check-in: b02a6b53b4 user: andreask tags: trunk
2013-06-28
23:30
Tweaked meta-status to deliver more information than just binary (non)presence. check-in: 7da27ee4e9 user: andreask tags: trunk
22:43
Extended cmdline with ability to directly invoke commands (@* format). First command to generate simple build.tcl files check-in: e08d6fbb90 user: andreask tags: trunk
22:29
Reworked the kettle comdline to make -f optional, enabling /usr/bin/env for the hash bang line of build.tcl scripts check-in: 29b3d00686 user: andreask tags: trunk
22:05
Extended the meta data handling. Added recipe allowing the quick insertion of a meta data template into Tcl packages and applicatrions without any, to be completed manually. check-in: c24c9f7376 user: andreask tags: trunk