Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
43 check-ins using file doc/figures/arch_core.png or embedded/www/image/arch_core.png version 8dcce16f5c
|
2011-10-14
| ||
| 23:28 | 'Documented' various primitives which are not yet properly exposed through a high-level API. check-in: b5ca425ac5 user: andreask tags: trunk | |
| 02:57 | Tweaked the figure for the demo gui layout. check-in: 0af89ebde9 user: andreask tags: trunk | |
| 02:57 | Reorganized the tools for doc generation a bit, now able to generate docs, figures separately, or together. check-in: 5a2f216c67 user: andreask tags: trunk | |
|
2011-10-13
| ||
| 22:57 | Modified the gaussian noise primitives to return images of the same type as they have as input. Dropped use of float intermediary image and of FITFLOAT. Image contrast is neither stretched nor compressed any longer. check-in: 69967f64cb user: andreask tags: trunk | |
|
2011-10-11
| ||
| 22:38 | Changed image boundary assertions in the BMP decoder into checks raising Tcl errors. check-in: 22d9d95312 user: andreask tags: trunk | |
| 22:00 | Disabled overly large font for log window, using system defaults now. check-in: 8730b8c2e9 user: andreask tags: trunk | |
| 21:47 | Added two demos of gaussian noise with synthetic images as input, no images to select. check-in: 47a97d8006 user: andreask tags: trunk | |
| 21:47 | Added BMP test images (coming from http://entropymine.com/jason/bmpsuite/) check-in: 468f159dd0 user: andreask tags: trunk | |
| 20:13 | Added new figure, to show the gui layout of the demo app as proper image, where possible. check-in: 7bcc41820d user: andreask tags: trunk | |
| 19:58 | Added architecture and concepts section to the dev guide. That simply refers to the appropriate parts of the user documentation. check-in: 221f9c4dbc user: andreask tags: trunk | |
| 19:50 | Completed devguide, with per-package info, and tweaks. Removed the old plain-text devguide. Regenerated nroff and HTML. check-in: 69aea7855c user: andreask tags: trunk | |
| 19:29 | Tweaked guide to retrieval of sources a bit. check-in: 5c8c756f89 user: andreask tags: trunk | |
| 19:16 | Updated the dev guide, conversion complete, except for some polish check-in: eabc04d273 user: andreask tags: trunk | |
| 17:12 | Demo application changes: - Use a dotbox cursor over the canvas. - Take arguments as additional paths to search packages in (like built, but not yet installed crimp packages). - When building crimp via "compile & run", show the informational messages generated by critcl. - React to clicking on [X] of the window by exiting the application. check-in: 0249129ffc user: andreask tags: trunk | |
| 17:12 | Fixed table composition bug found by Tom Krehbiel and the (Solarize o Gauss) demo check-in: fb39e09dc7 user: andreask tags: trunk | |
|
2011-10-07
| ||
| 23:27 | Continued conversion of the plain text dev-guide to doctools, plus tweaks and updates. check-in: 52d8ae2659 user: andreask tags: trunk | |
| 22:33 | Regenerated the embedded documentation check-in: 01311e11c0 user: andreask tags: trunk | |
| 22:32 | Added various guides on how to retrieve the sources, build and install them, etc. The developer's guide is only a skeleton yet, and will take ovr the content of the plain text dev guide in due course. check-in: ff8679c973 user: andreask tags: trunk | |
| 22:30 | Fixed a typo in the main docs. check-in: 82f1c5b905 user: andreask tags: trunk | |
|
2011-10-06
| ||
| 16:56 | Merged the work of branch "work-for-critcl-3" back into trunk, making all the changes official. check-in: 75dd6b069e user: andreask tags: trunk | |
| 16:53 | Updated devguide to changes in critcl location, management, and the changes to directory structure due to the split into multiple packages. Leaf check-in: db3899a770 user: andreask tags: work-for-critcl-3 | |
|
2011-10-05
| ||
| 19:43 | Emulate index(). Apparently doesn't exist in Win32, and its easier to write our own than doing a check at configure time. check-in: 4919961520 user: andreask tags: work-for-critcl-3 | |
| 18:37 | Expanded build.tcl to allow specification of a named target (cross-builds, fake the auto-detection of the platfomr, ...) check-in: 631be2ff1c user: andreask tags: work-for-critcl-3 | |
| 17:56 | Central critcl use: Use proper native-path; also use {*}-expansion, we are 8.5+; Notes re critcl starpack on windows check-in: 9972e1d072 user: andreask tags: work-for-critcl-3 | |
| 06:22 | Fixed more merge problems. Integrated, manually, all the new stuff added to v21. The change from "crimp_tcl.tcl" to "policy.tcl" prevented trackign and automatic merge by fossil. check-in: bc24d77d9a user: andreask tags: work-for-critcl-3 | |
|
2011-10-03
| ||
| 21:28 | Fixed oversight in merge result [a795ba1808]. A number of operators merged into the branch were not switched from the old NALLOC to the new CRIMP_ALLOC_ARRAY macro, at the time, breaking the build. check-in: 406fe42ddc user: andreask tags: work-for-critcl-3 | |
| 21:26 | Added (inactive) debug output for centralized use of critcl. check-in: 79c0aab11f user: andreask tags: work-for-critcl-3 | |
|
2011-09-27
| ||
| 22:10 | Extended [91d17dc0c6] to filter critcl applications by version. check-in: c928f79006 user: andreask tags: work-for-critcl-3 | |
| 20:27 | Extended the critcl access code to look for it as starpack and/or starkit as well, instead of a plain package. check-in: 91d17dc0c6 user: andreask tags: work-for-critcl-3 | |
| 20:18 | Centralized uses of the critcl(::app) package. check-in: cbd5647474 user: andreask tags: work-for-critcl-3 | |
| 20:10 | Renamed brew.tcl per SteveL's suggestion. check-in: ac15dc1886 user: andreask tags: work-for-critcl-3 | |
| 20:09 | Brought in changes to main build file done in critcl first: Nicer help output. check-in: ea133e30f5 user: andreask tags: work-for-critcl-3 | |
| 20:03 | Merged the staged gsoc work, from the critcl-2.1 branch. check-in: a795ba1808 user: andreask tags: work-for-critcl-3 | |
|
2011-08-30
| ||
| 16:40 | Properly remove macro definitions before their redefinition (all .crimp files are collected in a single .c file). AIX cc doesn't allow plain redefinition. check-in: ad7a51d387 user: andreask tags: work-for-critcl-3 | |
|
2011-08-29
| ||
| 21:08 | Fix oops with unused result variable, breaking string ANSI c89 compilers. check-in: 2de0093f20 user: andreask tags: work-for-critcl-3 | |
|
2011-08-25
| ||
| 18:38 | Brought BMP decls in-line with the other IO packages, notably the use of the support.tcl code, simplifying things. check-in: ec399324d9 user: andreask tags: work-for-critcl-3 | |
| 18:33 | Tweaks to comments. check-in: 45b16056cf user: andreask tags: work-for-critcl-3 | |
| 18:27 | Fixed missing ownership declaration for the build-time support file, ensuring its presence in TEA-wraps. check-in: 9d6e8792be user: andreask tags: work-for-critcl-3 | |
|
2011-08-24
| ||
| 20:21 | Fix broken links to the introduction. check-in: 0b552371a1 user: andreask tags: work-for-critcl-3 | |
| 20:16 | Updated embedded docs. check-in: 3fe8727044 user: andreask tags: work-for-critcl-3 | |
| 19:56 | Completed the documentation updates, filling out the manpages for the I/O packages, and removing the material from the main manpage check-in: 560b7e01a6 user: andreask tags: work-for-critcl-3 | |
| 19:42 | Continued updates to the documentation. check-in: 2433c87aaa user: andreask tags: work-for-critcl-3 | |
| 07:19 | Started to split the documentation along the same lines as the packages were split into core, I/O and processing (the old main crimp). Core documentation is done, and crimp processing updated. Placeholders for the I/O packages. Added a new set of diagrams showing off the system architecture, basic, and with specific parts highlighted. Added an introductory manpage. check-in: 92e0678a3e user: andreask tags: work-for-critcl-3 | |