Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2016-03-01 20:07:53" occurring around 2016-03-01 20:07:53.
|
2016-06-28
| ||
| 14:00 | Adding zipfs to the internal package manifest check-in: 739bc9ed72 user: hypnotoad tags: trunk | |
|
2016-06-24
| ||
| 05:47 | Nips and tucks to register static packages within a boot loader check-in: a9bb807f44 user: hypnotoad tags: trunk | |
|
2016-06-23
| ||
| 19:31 | Tweaks and fixes to accomodate pure-static builds check-in: b59482e311 user: hypnotoad tags: trunk | |
|
2016-06-22
| ||
| 00:15 | Moved the zipfs implementation into a compat/ directory, just in case the user decides to use a zipfs enabled core in the future. Update package list and sha1 hashes in the basekit Tweaked the build system to remove global calls to the ::project array The build system now builds binary packages in a subdirectory of where ./configure was run for odie. (pkg.sqlite pkg.thread...etc) Many packages have been spruced up with a config.tcl file If the tclconfig/ subdirectory does not exist for this project, ./configure will populated it. Redesigned the basekit.ini file to be loadable by and external package's basekit.ini file. Thus the kit builder can focus on what local project code he/she wishes to implement rather that have to cargo cult a pile of code from an example. check-in: a6b47696f8 user: hypnotoad tags: trunk | |
|
2016-06-20
| ||
| 18:47 | Incorporating the new zipvfs implementation originally from Androwish check-in: 8f6350fe46 user: hypnotoad tags: trunk | |
|
2016-06-07
| ||
| 04:35 | Tweaking where we define the profile used for packages check-in: 312f91b283 user: hypnotoad tags: trunk | |
|
2016-06-06
| ||
| 14:20 | Revised the baseline kitbuilder. Removed the makefile and autoconf tweaks. At this point the kitbuilder works directly from a make.tcl, and uses autoconf info generated by the Tcl/Tk build system. check-in: c17a926d83 user: hypnotoad tags: trunk | |
|
2016-03-29
| ||
| 13:58 | And... lets get them in the right directory this time too check-in: f2787f7faf user: hypnotoad tags: trunk | |
| 13:57 | Adding versions of the tclWinDde and tclWinReg packages modified for inclusion in a static executable check-in: 0e45b56c22 user: hypnotoad tags: trunk | |
| 09:46 | Fixes a conceptual goof in loader rc4.c. It was trying to call Tcl_StaticPackage when it meant Tcl_PackageProvide. Bumped the version of practcl called for check-in: 91914aed04 user: hypnotoad tags: trunk | |
|
2016-03-28
| ||
| 15:30 | Final tweaks for windows platform builds check-in: 5a38c5c809 user: hypnotoad tags: trunk | |
| 11:31 | Added an improved wrapping technique for TkImg that eliminates the need to resolve it's attempt to install to the OS. There was an internal colation function that puts all of the files where we need them, and we will simply call that and wrap the result. Fixed the tag and version information for TWAPI check-in: f197f5479d user: hypnotoad tags: trunk | |
|
2016-03-26
| ||
| 14:49 | Modifications to push much of the mechanics for kit building off to the practcl package. Eliminated the internal "compile" command. (It was a naive implementation that only worked on the mac by sheer luck.) The build script can now operate completely independently from odie, if the project has a practcl.rc file (or equivilent). Pushing values into object defines and out of global arrays, where practical. And hey, the script is now 100 lines shorter! check-in: 71f0385e99 user: hypnotoad tags: trunk | |
|
2016-03-21
| ||
| 09:06 | Working on moving the tools to build the core into Practcl check-in: fa06fe1ab0 user: hypnotoad tags: private (unpublished) | |
| 07:07 | Updated the practcl version called for. Starting to replace the requirement for the config checks made by odie's autoconf with equivilent internal logic. check-in: 13145925a7 user: hypnotoad tags: trunk | |
|
2016-03-09
| ||
| 12:08 | Fixes for OSX. Added an empty teapot for non-windows platforms check-in: a5fc81ad1e user: hypnotoad tags: trunk | |
| 11:53 | Feature branch to try to do builds locally Closed-Leaf check-in: c44f1e7ec2 user: hypnotoad tags: private (unpublished) | |
|
2016-03-07
| ||
| 23:48 | Reversed the package preference order for twapi. The nettool package only properly supports 3.0.29 check-in: 27aad69f9e user: hypnotoad tags: trunk | |
| 19:15 | Added handling of integrating snapshots from the local teapot into basekits check-in: 28c90d17e4 user: hypnotoad tags: trunk | |
|
2016-03-04
| ||
| 16:48 | Worked out a mechanism to translate MSYS paths to tcl compadible paths, and thus accomdate tkimg check-in: e5abb0c87e user: hypnotoad tags: trunk | |
| 15:19 | Updated practcl to 0.1.5 Eliminated the dependency on the fileutil module. Modified the build process to use a sandbox checkout of Tcl, Tk, and the core distributed packages sqlite and thread. Developed a new "fossil_sandbox" procedure to manage getting code out of fossil, and prepped for compilation. check-in: c220d36ad4 user: hypnotoad tags: trunk | |
| 08:22 | Consolidated most of the build functions back to the practcl module check-in: 9978e472f1 user: hypnotoad tags: trunk | |
| 07:38 | Fixed examples check-in: fd914c2a26 user: hypnotoad tags: trunk | |
|
2016-03-01
| ||
| 20:11 | Removed chatty puts statements injected for debugging check-in: faad732680 user: hypnotoad tags: trunk | |
| 20:07 | Macro'd out the source decrypt function. It's stupid to leave it in there Moved the loading of the VFS package manifest until after the interp has initialized. The problem is that windows needs the encodings for source to work on arbitrary files. Injected some puts statements to debug package loading. We now work on Windows, let's see if I broke Mac check-in: 2c40fcc696 user: hypnotoad tags: trunk | |
| 18:13 | Closing the gort branch check-in: 02f5a924cb user: hypnotoad tags: trunk | |
| 18:12 | Instead of embedding the package ifneeded script for TK in the tclIndex file, it now gets its own "pkgIndex.tcl" file in boot/tk The packages.tcl file for the VFS is now loaded on startup (if present) Cleaned up and straightened up the boot process for kits Closed-Leaf check-in: 07c8c54701 user: hypnotoad tags: gort | |
|
2016-02-18
| ||
| 17:23 | Fixes to make odie build with "gort" instead of "sherpa" check-in: d0db26f6a0 user: hypnotoad tags: gort | |
| 16:10 | Restructuring "ODIE" as a one trick pony to manage Tcl and Kit builds, as well as perform whatever autoconfiguring a high level integtrator may need check-in: bc425bad42 user: hypnotoad tags: trunk | |
| 15:36 | Pulling in the kitscript branch check-in: bc81bcba25 user: hypnotoad tags: trunk | |
|
2016-02-17
| ||
| 20:34 | Fixes to condense all kitbuilding activity to a single Tcl scripts Closed-Leaf check-in: 11180b89ba user: hypnotoad tags: kitscript | |
|
2016-01-21
| ||
| 13:47 | Fixed which branch of gort/sherpa odie seeks to deal with check-in: 2f1799e2a4 user: hypnotoad tags: trunk | |
|
2015-09-26
| ||
| 03:37 | Fixed a show-stopper on "make install" into a new path check-in: 166f6561d1 user: hypnotoad tags: trunk | |
|
2015-09-25
| ||
| 15:34 | Updates some file paths check-in: c49d6db579 user: hypnotoad tags: trunk | |
|
2015-08-10
| ||
| 13:20 | Updates to the window build process check-in: 572d26a300 user: hypnotoad tags: trunk | |
|
2015-06-01
| ||
| 18:27 | Fixed the "install sherpa" command check-in: 5e24e26760 user: hypnotoad tags: trunk | |
|
2015-05-19
| ||
| 15:35 | Integrating the autosetup feature branch into trunk check-in: 80e134d2db user: hypnotoad tags: trunk | |
|
2015-05-14
| ||
| 09:58 | Bumping sqlite back down to 3.8.7.2 Closed-Leaf check-in: 6b5f67f98b user: hypnotoad tags: autosetup | |
|
2015-05-04
| ||
| 20:10 | Updating to the latest tcllib check-in: 57829fab92 user: hypnotoad tags: trunk | |
| 18:34 | Renamed odie(odie_src_dir) to odie(src_dir) check-in: c8ce80fdaf user: hypnotoad tags: trunk | |
|
2015-04-09
| ||
| 20:49 | Bug fixes for teapot Fixed the path used by sherpa::make_env check-in: 83beb96cea user: hypnotoad tags: trunk | |
|
2015-03-24
| ||
| 14:16 | Build systems no longer assume the odie sources are located under PREFIX/sandbox/odie check-in: 850a40ef58 user: hypnotoad tags: trunk | |
|
2015-03-07
| ||
| 11:18 | Starting the process of spinning sherpa/temple into an independent project check-in: 79c5ee521f user: seandeelywoods tags: independent-sherpa | |
| 10:27 | Closing the newpoly branch check-in: fbf3231392 user: seandeelywoods tags: trunk | |
| 10:26 | Backfeeding changes Closed-Leaf check-in: 98c43d2a29 user: seandeelywoods tags: newpoly | |
| 10:26 | Folding in the newpoly branch check-in: b857bcf2f7 user: seandeelywoods tags: trunk | |
| 10:21 | Merging updates from trunk check-in: e58eef87d0 user: seandeelywoods tags: newpoly | |
|
2015-02-24
| ||
| 15:55 | Tweak to the teapot client. When performing normal installs, be happy with old data rather than demand a new image from the server every day. This allows a cached copy on disk to be installed rather than quietly fail for the teapot server flakes out. check-in: d45906b08f user: hypnotoad tags: trunk | |
|
2015-02-05
| ||
| 02:54 | Update to trunk check-in: 72c0c8061e user: hypnotoad tags: newpoly | |
| 02:53 | Added sherpa paper check-in: d432076860 user: hypnotoad tags: trunk | |