Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user hypnotoad occurring around 2016-03-01 20:07:53.
|
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 | |
| 14:45 | Added the last stage of building the resource blob to the executable compilation method Leaf check-in: 636929c92b user: hypnotoad tags: private (unpublished) | |
|
2016-03-24
| ||
| 12:38 | Elimated many of the global array calls Packages now build using the subproject class in practcl check-in: 1ad7444a46 user: hypnotoad tags: private (unpublished) | |
|
2016-03-23
| ||
| 08:44 | Modified the wrap process. Instead of using a global command reading from global configuration vars, the system is now a method of a tclkit object, which refers to local defines. check-in: 44108d8633 user: hypnotoad tags: private (unpublished) | |
| 07:59 | Removing non-functional code check-in: bdf41dc7f6 user: hypnotoad tags: private (unpublished) | |
| 07:18 | Eliminated the need for building a seperate libtoadkit.a. The executable now builds in one go from source. Discovered that the shell really need to use the CFLAGS, etc as dictated by the core in tclConfig.sh. check-in: 08b85de7c0 user: hypnotoad tags: private (unpublished) | |
|
2016-03-21
| ||
| 09:52 | Adding a master project which subprojects can consult for global settings check-in: 147b37c010 user: hypnotoad tags: private (unpublished) | |
| 09:51 | • Edit [c44f1e7ec20364e8|c44f1e7ec2]: Mark "Closed". artifact: fd0b11397b user: hypnotoad (unpublished) | |
| 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 | |
| 11:42 | Upgraded all the tcl bits to reference 8.6.5 Fixed more platform aphorisms for Windows that didn't translate to unix check-in: c77f5a58bd user: hypnotoad tags: gort | |
|
2016-02-29
| ||
| 23:59 | Upgraded to tcl 8.6.5 Fixed some "only works on windows-isms" check-in: 4ca3730f2d user: hypnotoad tags: gort | |
| 23:24 | The toadkit.rc file now builds in the local project's build directory, allowing scripts to leverage what the kitbuild discovered/built Moved all of the odie specific config data to a specific section which is now only consulted if a project.rc is not present. Reimplemented the build project in stages, with rules at the top to determine which stage needs to run when. All paths referenced by the KIT are stored in the KIT array check-in: 427a4ac4ce user: hypnotoad tags: gort | |
|
2016-02-27
| ||
| 16:39 | Re-jiggered the package indexer to handle TM files and to do a better balance of including code in the master pkgIndex.tcl file vs farming out the processing to package directory pkgIndex.tcl files. (Keeping the processing local really speeds up load time for VFS's) check-in: 4da2fe27db user: hypnotoad tags: gort | |
|
2016-02-23
| ||
| 20:09 | • Changes to wiki page MinGW/MSYS artifact: 00271128bc user: hypnotoad | |
| 19:57 | • Changes to wiki page MinGW/MSYS artifact: ae23d57a1e user: hypnotoad | |
| 19:56 | • Changes to wiki page MinGW/MSYS artifact: 07e6c1221d user: hypnotoad | |
| 17:52 | Pass the STATIC_BUILD flag to the rc file build by windres to ensure the executable build a standalone set of the resources needed for Tk.dll on Windows Having a problem with GORT at the moment, so for now also download and maintain sherpa. Revert to using sherpa for package management Remove the static build of Tcl, no longer required. (The kit builder does its own now) check-in: 9b2600638a user: hypnotoad tags: gort | |
| 01:11 | Changed the default supported Tcl to 8.6.3 Windows platform fixes Added a means to build kits from MSVC check-in: 035354bee3 user: hypnotoad tags: gort | |
|
2016-02-19
| ||
| 14:54 | Fixed a typo introduced by a global search and replace check-in: 4f2f9e391e 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-26
| ||
| 16:55 | • Ticket [23d1e59eaf] hidden dependency on zip status still Open with 5 other changes artifact: e96579cdfb user: hypnotoad | |
|
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-06
| ||
| 02:42 | Adding in the -static-libgcc to prevent a dependency on mingw dlls check-in: ac26e907d3 user: hypnotoad tags: autosetup | |