200 timeline items related to "trunk" occurring around deeb9702c335e257.
2010-10-03
| ||
21:02 | [eea8763689] Updated Mk4tcl to default to being built as a shared object if target is KitDLL (user: rkeene, tags: trunk) | |
21:01 | [bbc27a0fd1] Added Metakit test (user: rkeene, tags: trunk) | |
19:09 | [64818401f4] Updated KitDLL to load the vfslib, to make vfs::zip work (user: rkeene, tags: trunk) | |
2010-10-02
| ||
09:30 | [13e2385169] Updated to statically link to libz if possible (user: rkeene, tags: trunk) | |
09:11 | [9bd201f713] Updated to compile zlib as PIC when building KitDLL (user: rkeene, tags: trunk) | |
08:58 |
[c77d16728b]
Updated to set runtime linker path on drivers to "." rather than pwd
Updated setting runtime linker path to use more compatible option (user: rkeene, tags: trunk) | |
08:40 | [d08ab67dfd] Added missing file from previous commit (user: rkeene, tags: trunk) | |
08:39 |
[e143e5ef08]
Updated Minkit build scripts to support buildint KitDLL
Added fix for building KitDLL on platforms without working "strtod" Updated to support compiling TclVFS extension with "-fPIC" when building KitDLL (user: rkeene, tags: trunk) | |
06:58 | [015d254dbe] Fixed determination of encoding from system in KitDLL (user: rkeene, tags: trunk) | |
06:14 | [bf5a9f5551] Add documentation about KitDLL (user: rkeene, tags: trunk) | |
05:46 | [3cc0a3a464] Updated KitDLL to sometimes link against Tcl and Tk stubs, if needed (user: rkeene, tags: trunk) | |
04:02 | [491345c1fd] Updated to rename Win32 libraries to more windows-specific names (user: rkeene, tags: trunk) | |
03:02 | [acdc36a7e0] Updated to support a limit on how much seeking is done looking for a zip header (user: rkeene, tags: trunk) | |
2010-10-01
| ||
23:46 | [fe17341989] Renamed library built by KitDLL to include version number by default (user: rkeene, tags: trunk) | |
20:49 | [5970f1de2e] Updated to not provide pkgIndex.tcl for Tk if building statically (user: rkeene, tags: trunk) | |
20:45 | [d3373882b3] Updated to include a "package ifneeded" script for Tk on Win32 in addition to other platforms, if Tk built statically. (user: rkeene, tags: trunk) | |
20:20 |
[e98c176999]
Updated to mount vfs::zip VFS from DLL into /.KITDLL_USER
Updated to mount vfs::zip VFS from application into /.KITDLL_APP Minor cleanup and added comments (user: rkeene, tags: trunk) | |
20:18 | [07648651bc] Updated Tcl build to export DLL functionality when building KitDLL (user: rkeene, tags: trunk) | |
20:16 | [977dc16709] Updated KitCreator to only build KitDLL or Tclkit, not both in a single invocation. If KitDLL is requested, no Tclkit will be built. (user: rkeene, tags: trunk) | |
04:41 | [83003c57a9] Updated to link DLL and wish/tclsh against tkbase.res.o from Wish if building Tk (user: rkeene, tags: trunk) | |
2010-09-30
| ||
17:35 | [69535ebd14] Fixed issue with reading binary files from KitDLL VFS (user: rkeene, tags: trunk) | |
16:47 | [9cf7d99fe3] Updated to configure KitDLL correctly if asked to build (user: rkeene, tags: trunk) | |
16:20 | [dc8f5f22bf] Updated to cleanup wish if built (user: rkeene, tags: trunk) | |
16:19 | [b358be54cd] Fixed issue with globbing a single file or directory (user: rkeene, tags: trunk) | |
09:25 |
[2dbaa7246a]
Added Tk support
Added wish test driver Fixed issue with stripping KitDLL Minor cleanup (user: rkeene, tags: trunk) | |
08:26 | [bec59f252e] Renamed KitDLL library from libtcl to libtclkit (user: rkeene, tags: trunk) | |
08:20 |
[d903137347]
Updated to support Registry and DDE packages on Win32, and to support the
Thread package
Added support for exporting all symbols to the DLL on Win32 (user: rkeene, tags: trunk) | |
08:16 | [256ca73ea3] Updated to copy all KitDLL related files to build directory (user: rkeene, tags: trunk) | |
06:39 |
[4f4058fd40]
Updated KitDLL to search for libraries to link to from other projects
Added KitDLL prepartion and checking to pre-release initialization script (user: rkeene, tags: trunk) | |
06:25 | [581ba55290] Fixed KitDLL cleanup (user: rkeene, tags: trunk) | |
06:24 |
[f547179798]
Fixed KitDLL Build script to correctly create VFS directory before calling
make
Added KitDLL cleaning to main kitcreator top-level build script Updated to allow KitDLL to ship (user: rkeene, tags: trunk) | |
05:54 | [f05f6abdf1] Added kitdll top-level build script (user: rkeene, tags: trunk) | |
05:43 | [381f0a779a] Added missing file from previous commit (user: rkeene, tags: trunk) | |
05:43 | [c321bdebc8] Reorganized Makefile so object files are not specified in multiple places (user: rkeene, tags: trunk) | |
05:38 | [742f8f4178] Renamed test driver "tclsh" (user: rkeene, tags: trunk) | |
05:35 |
[8fde0c7fbf]
Fixed test driver to call initialization routine -- changed to tclsh.
Updated to support determing encoding from environment Removed debugging printfs/puts (user: rkeene, tags: trunk) | |
2010-09-29
| ||
23:19 | [50190b3c1d] Updated clean target (user: rkeene, tags: trunk) | |
23:16 | [660a5d0fd1] Updated clean target (user: rkeene, tags: trunk) | |
23:15 |
[b11b735302]
Created GNU autoconf script for KitDLL
Made KitDLL build a shared object Added test driver (user: rkeene, tags: trunk) | |
15:39 | [2a6d205525] Disabled automated killing of tests (user: rkeene, tags: trunk) | |
2010-09-28
| ||
22:13 | [b31abfda22] Renamed temporary zip files so they are more obviously deletable (user: rkeene, tags: trunk) | |
22:10 | [fedad6f886] Updated vfs::zip tests to require zip::vfs package (user: rkeene, tags: trunk) | |
22:03 | [de59e55104] Added regression suite tests for small zip files (user: rkeene, tags: trunk) | |
21:52 | [c0cb33bec5] Fixed issue with vfs::zip opening zip files smaller than 512b, fixes issue [0c5bcad642] (user: rkeene, tags: trunk) | |
2010-09-27
| ||
22:17 | [8f84374b32] Updated to only consider checkins for change revision (user: rkeene, tags: trunk) | |
15:29 | [5ea4130975] Fixed path in nightly build script (user: rkeene, tags: trunk) | |
2010-09-26
| ||
22:52 | [a0a0e8ad2c] Updated logo, again (user: rkeene, tags: trunk) | |
19:39 | [6e66345ea7] Removed stringify code (user: rkeene, tags: trunk) | |
19:26 | [5074d303a3] Updated logo (user: rkeene, tags: trunk) | |
17:27 | [f6a36c7a5c] Updated nightly test script to check for correct files (user: rkeene, tags: trunk) | |
07:06 | [d005e7b118] Added logo (user: rkeene, tags: trunk) | |
05:52 | [38430c10ee] Updated to remove ChangeLog until a build_changelog script is available (user: rkeene, tags: trunk) | |
05:32 | [86d86b33a0] Updated build to remove fossil repository information (user: rkeene, tags: trunk) | |
04:51 | [57bb916b04] Removed extraneous code in VFS code (kitdll) (user: rkeene, tags: trunk) | |
04:51 | [d57968a24a] Added patch from "Schelte Bron" <s...@wanadoo.nl> to fix build issue on Mac OS X (user: rkeene, tags: trunk) | |
04:51 | [e4de9a2934] Updated to create loadable filesystem by including C-Tcl interface when creating C version of directory tree (dir2c) (user: rkeene, tags: trunk) | |
04:51 | [2e1961564b] Removed Tcl implementation of getData (user: rkeene, tags: trunk) | |
04:51 |
[a85a20ac7a]
Implemented vfs::kitdll::data::getData
Fixed references to Tcl_SetResult() to use TCL_STATIC as freeProc (user: rkeene, tags: trunk) | |
04:51 |
[424322801f]
Got KitDLL storage into workable state
Renamed some files for consistency Added basic Makefile (user: rkeene, tags: trunk) | |
04:51 | [fbf10d2c4e] KitCreator 0.4.0.x (user: rkeene, tags: trunk, 0.4.0) | |
04:51 |
[f44cf7fbe1]
Fixed typo in matchindir
Added missing seek (user: rkeene, tags: trunk) | |
04:50 | [1471135306] Initial dir2c.tcl (user: rkeene, tags: trunk) | |
04:50 |
[a9fb6a2bd7]
Removed partial symlink implementation from KitDLL
Reorganized KitDLL code (user: rkeene, tags: trunk) | |
04:50 | [cc20ec9009] Fixed issue with glob of top dir (user: rkeene, tags: trunk) | |
04:50 | [029b69f827] Added first draft of kitdll (user: rkeene, tags: trunk) | |
04:50 |
[013d6b36f4]
Updated to use "/proc/self/exe" rather than "/proc/<pid>/exe"
Updated to check for "/proc/curproc/file" (FreeBSD) (user: rkeene, tags: trunk) | |
04:50 | [914a6c9397] Updated to remove kitdll from releases since it is currently incomplete (user: rkeene, tags: trunk) | |
04:50 | [f4f93d09a5] Fixed missing dependencies for EXTRA_OBJS in kit target (user: rkeene, tags: trunk) | |
04:50 | [62d83850be] Corrected typo in previous commit (user: rkeene, tags: trunk) | |
04:50 | [66c3398628] Updated test for dladdr() to be more comprehensive (user: rkeene, tags: trunk) | |
04:50 | [a4e97ccf7b] Updated to not remove EXTRA_OBJS when `clean' target called (user: rkeene, tags: trunk) | |
04:50 | [eb6f15ad72] Updated to use dladdr() to find ourselves if possible (user: rkeene, tags: trunk) | |
04:50 | [d5bcf0ec06] Updated to load boot.tcl in new interpreters, issue with previous workaround and fixing creating new interpreters (user: rkeene, tags: trunk) | |
04:49 |
[d9e99beea7]
Added guard to only run one nightly test at atime
Added new interp test (user: rkeene, tags: trunk) | |
04:49 | [4e71ffc33c] Made initialization error more verbose (user: rkeene, tags: trunk) | |
04:49 | [ebe516878a] Increased timeout for tests (user: rkeene, tags: trunk) | |
04:49 | [7c572fd6a8] Updated to support running Win32 tests under WINE (user: rkeene, tags: trunk) | |
04:49 |
[77e40265de]
Updated issue with opening directory
Updated to not panic if native encodings cannot be found (user: rkeene, tags: trunk) | |
04:49 | [e0bcd16a13] Renamed patch to more appropriate name (user: rkeene, tags: trunk) | |
04:49 | [1955802108] Fixed issue with opening directories returning wrong error (user: rkeene, tags: trunk) | |
04:49 | [c7d604dff8] Updated to not remount TclKit VFS in initialization (user: rkeene, tags: trunk) | |
04:49 | [d589e2755f] Updated to not provide Tk package, since that is taken care of by Tk itself (user: rkeene, tags: trunk) | |
04:49 | [6aed8e99b7] Added patch for Tk to fix Tk 8.4 on UNIX's bind ... <MouseWheel> (user: rkeene, tags: trunk) | |
04:49 |
[3a9fc82d6e]
Updated to invoke Xvfb with 24bpp depth to avoid segfault in FreeColormap()
Updated to invoke Xvfb in sub-shell to avoid bash message regarding the process being killed (user: rkeene, tags: trunk) | |
04:49 | [70da029110] Updated to support static Tk on non-Windows platforms (user: rkeene, tags: trunk) | |
04:48 |
[eaf3feab27]
Added support for starting Xvfb before beginning tests (to test Tk)
Added Tk test (user: rkeene, tags: trunk) | |
04:48 | [39e9180a10] Updated to run tests at low priority (user: rkeene, tags: trunk) | |
04:48 | [82a097a2a1] Updated nightly test and publish script to fix bug in cross-compiles (user: rkeene, tags: trunk) | |
04:48 | [12600639d9] Added echo lines for every "configure", and "make" (user: rkeene, tags: trunk) | |
04:48 | [266a96d1d3] Updated to produce Tclkits that lack Mk4 (user: rkeene, tags: trunk) | |
04:48 | [0d9a6198ae] Updated locale test to use LC_ALL since dietlibc's setlocale() ignores LANG (user: rkeene, tags: trunk) | |
04:48 |
[205ad8c75e]
Updated to create tests log with PASS/FAIL
Added additional information to Locale test (user: rkeene, tags: trunk) | |
04:48 | [6992d94246] Minor cleanup of diff (user: rkeene, tags: trunk) | |
04:48 | [e1afa41765] Updated tests results page: Added legend Added header row for entire set Added new results "USABLE" and "NO TESTS" (user: rkeene, tags: trunk) | |
04:48 | [ede5eb67b8] Updated to emit error message and abort if tests are unable to be run (user: rkeene, tags: trunk) | |
04:48 | [3df6039232] Added scripts to do nightly tests on Subversion and publish results (user: rkeene, tags: trunk) | |
04:48 | [f043a10e60] Reduced change in Native ZLIB support patch (user: rkeene, tags: trunk) | |
04:47 | [2fb02e4e85] Updated to mark kits which have been cross-compiled in yellow (user: rkeene, tags: trunk) | |
04:47 | [1918f4d6cb] Added basic tests README (user: rkeene, tags: trunk) | |
04:47 |
[deeb9702c3]
Added Index page for KitBuilds directory
Added script to create root of KitBuilds directory (user: rkeene, tags: trunk) | |
04:47 | [468076b014] Fixed issue with zlib support in TclVFS when using Tcl 8.6+ native "zlib" command (user: rkeene, tags: trunk) | |
04:47 | [0f7ae7bf19] Updated to include OS and CPU in Kit build info (user: rkeene, tags: trunk) | |
04:47 | [498cc90308] Updated to fix display problem with file sizes (user: rkeene, tags: trunk) | |
04:47 | [f8d3a24687] Updated to list failed builds in published reports (user: rkeene, tags: trunk) | |
04:47 | [7ce18d465b] Updated to require version argument to publish-tests script (user: rkeene, tags: trunk) | |
04:47 | [3887ad80a5] Updated to publish tests into an optional sub-directory (user: rkeene, tags: trunk) | |
04:47 | [6c627203b1] Updated to invert the meaning of "threaded" when building CVS HEAD (which is threaded by default) in test suite (does not affect behaviour of KitCreator commands) (user: rkeene, tags: trunk) | |
04:47 |
[8563b223da]
Updated to include build script in build log
Updated to include size of kit in published data (user: rkeene, tags: trunk) | |
04:47 | [824e5d844d] Replaced publish-tests script with HTML'ified Tcl version (user: rkeene, tags: trunk) | |
04:46 |
[f8e23f8a39]
Added new script to publish test results
Updated existing publish script to include failure count (user: rkeene, tags: trunk) | |
04:46 | [7720fda215] Updated to clean up all log files from succesful tests (user: rkeene, tags: trunk) | |
04:46 | [44fdeb3c7e] Updated to cleanup logs that are empty (user: rkeene, tags: trunk) | |
04:46 |
[fdb515dc70]
Added StaticTk builds
Updated to move failed builds into failed directory (user: rkeene, tags: trunk) | |
04:46 |
[5dc6b2220b]
Cleaned up winMain
Updated main to return in failure if Tcl_Main() returns (user: rkeene, tags: trunk) | |
04:46 | [91b460f024] Fixed bug with zlib static linking (user: rkeene, tags: trunk) | |
04:46 | [cdb34a8a59] Updated to support cross-compiling Tcl 8.5.9 (user: rkeene, tags: trunk) | |
04:46 | [82f72a0dcd] Updated to remove duplicate library references when linking in Tk (user: rkeene, tags: trunk) | |
04:46 |
[2a8304f779]
Added script to publish test results
Added new "parray" test (user: rkeene, tags: trunk) | |
04:46 | [b180e9a80f] Added internal testing script (user: rkeene, tags: trunk) | |
04:46 |
[b9a63425fb]
Updated ARM and Static internal build scripts to use Minimal build script
Added internal test script (user: rkeene, tags: trunk) | |
04:46 | [bf92561b68] Updated to disable threads (crashes with Diet Libc) in internal build script (user: rkeene, tags: trunk) | |
04:45 |
[e854407d3f]
Updated to support patching Tcl using scripts
Created internal build script to create statically linked Diet Libc-based Tclkits (user: rkeene, tags: trunk) | |
04:45 | [9fb1a353d1] Removed references to PATH_MAX (user: rkeene, tags: trunk) | |
04:45 | [719fef74cb] Updated to use Tcl_FindExecutable() to set executable path (user: rkeene, tags: trunk) | |
04:45 | [bcd030ea77] Updated to better locate Tclkit under Linux (partially deals with <http://code.google.com/p/tclkit/issues/detail?id=1>) (user: rkeene, tags: trunk) | |
04:45 | [14f3e1be3d] Updated Tcl sub-project to return in failure if it cannot be compiled (user: rkeene, tags: trunk) | |
04:45 | [cee8b007e2] Updated to hide errors emitted from `find' (user: rkeene, tags: trunk) | |
04:45 | [e598e77805] Updated to set sane defaults if we are unable to load the requested encoding (user: rkeene, tags: trunk) | |
04:45 | [0ed07039ad] Updated to check to see if required before building (user: rkeene, tags: trunk) | |
04:45 | [095125b887] Updated to set encoding from system (untested) (user: rkeene, tags: trunk) | |
04:45 | [6e6c5fd01a] Corrected typo in ZipVFS (user: rkeene, tags: trunk) | |
04:45 | [e639016509] Updated to not build zlib package under Tcl 8.6+ as it is natively provided (user: rkeene, tags: trunk) | |
04:45 | [3f98704439] KitCreator 0.3.4.x (user: rkeene, tags: trunk, 0.3.4) | |
04:45 | [ede635a763] Fixed issue causing kit initialization failure when not boot strapping (user: rkeene, tags: trunk) | |
04:45 | [f71575204d] Fixed result message for storage when not specified (user: rkeene, tags: trunk) | |
04:45 | [bd4647be4c] Updated documentation regarding non-required packages (user: rkeene, tags: trunk) | |
04:44 | [7a26588506] Updated Win64 build script to enable 64-bit (user: rkeene, tags: trunk) | |
04:44 | [b6cf3f3b19] Added internal script to build Win64 Tclkit (user: rkeene, tags: trunk) | |
04:44 | [0169fdc0a7] Updated list of files which are not solely from KitCreator and thus licensed under the terms of the MIT license (user: rkeene, tags: trunk) | |
04:44 | [6a93ffd0b9] Corrected typo in documentation (user: rkeene, tags: trunk) | |
04:44 | [8fb638c982] Documentation updates (user: rkeene, tags: trunk) | |
04:44 | [1356451e53] Updated documentation (user: rkeene, tags: trunk) | |
04:44 | [4f51004d22] Corrected internal ARM build script (user: rkeene, tags: trunk) | |
04:44 | [577aa35ee0] KitCreator 0.3.3.x (user: rkeene, tags: trunk, 0.3.3) | |
04:44 | [6cd90bad17] Corrected bug preventing Mk4tcl from being "package required" even if present (user: rkeene, tags: trunk) | |
04:44 | [9f84562200] KitCreator 0.3.2.x (user: rkeene, tags: trunk, 0.3.2) | |
04:44 | [e5c8483726] Fixed sync logic issue with new support for specifying which storage system to use (installvfs.tcl and kitInit.c) (user: rkeene, tags: trunk) | |
04:44 | [38ada8ff4d] Minor documentation update (sync with Wiki) (user: rkeene, tags: trunk) | |
04:44 |
[ad81f6cde8]
KitCreator 0.3.1.x
Updated documentation regarding to new storage options (user: rkeene, tags: trunk, 0.3.1) | |
04:44 |
[2fded231c2]
Added support for selecting which kit storage mechanism to use using
"--enable-kit-storage={zip|mk4}"
Updated CPPFLAGS to include -I options for zlib, for consistency (user: rkeene, tags: trunk) | |
04:44 | [0368915b0d] Reverted cleanup of tclExecutableName (user: rkeene, tags: trunk) | |
04:43 | [dc273ce4f7] Updated README (user: rkeene, tags: trunk) | |
04:43 | [bdcfd6df7f] Updated to return in failure if we fail to properly install (user: rkeene, tags: trunk) | |
04:43 |
[66535d6924]
KitCreator 0.3.0.x
Added support for using ZIP archives if MK4 fails to build Removed support for pure-Tcl MK4 (it didn't work) (user: rkeene, tags: trunk, 0.3.0) | |
04:43 | [53cdd8c9a6] Added support for building under Win64 (MingW64) (user: rkeene, tags: trunk) | |
04:43 | [26410a9c32] Added patch required to build with MingW64 (user: rkeene, tags: trunk) | |
04:43 | [91c236fce7] Added unmodified zipvfs from tclvfs 20080503 (user: rkeene, tags: trunk) | |
04:43 |
[587e28b4b3]
Added support for using an icon and file information resource under Windows
Allow the user to place a kit.ico and kit.rc in root dir to replace one built into tclkit Copied tclsh RC and icon as default (user: rkeene, tags: trunk) | |
04:43 | [ec2b0ff806] Changed configuration encoding to use UTF-8 to work around bug where tcl::pkgconfig doesn't work because it's populated with the specified encoding, which may be a file on disk and not available. (user: rkeene, tags: trunk) | |
04:43 |
[fd276919ad]
Fixed issue with zlib checking
Added support for checking for "tkbase.res.o" (present on Win32 builds) and adding to EXTRA_OBJS to link to the "kit" application (user: rkeene, tags: trunk) | |
04:43 | [fc9a2d4694] Updated to support accepting extra objects supplied by the EXTRA_OBJS environment variable (user: rkeene, tags: trunk) | |
04:43 | [d7a9831961] Updated to create "tkbase.res.o" if building for Win32 (user: rkeene, tags: trunk) | |
04:43 | [c5a5106f2c] Updated to work around bug in Itcl where cross-compiling from UNIX to non-UNIX (or vice versa) fails (user: rkeene, tags: trunk) | |
04:43 | [9bbcaed141] Added additional aliases for MingW32 (user: rkeene, tags: trunk) | |
04:43 | [4d2a723204] Switched to Zlib v1.2.3, newer versions have issues with cross-compiling to systems without a "libc" (e.g., Windows) (user: rkeene, tags: trunk) | |
04:43 | [459ce657ff] Updated to remove all non-static links to statically linked libraries (user: rkeene, tags: trunk) | |
04:42 | [49e8ab0bae] KitCreator 0.2.4.x (user: rkeene, tags: trunk, 0.2.4) | |
04:42 | [580c833532] Updated to try to link statically to zlib (user: rkeene, tags: trunk) | |
04:42 | [baaf0c5896] Added back safe successful exits (user: rkeene, tags: trunk) | |
04:42 | [4c532aef85] Updated to report failure if building of Tk fails (user: rkeene, tags: trunk) | |
04:42 | [98787f352d] KitCreator 0.2.3.x (user: rkeene, tags: trunk, 0.2.3) | |
04:42 |
[265eb37604]
Updated to support using vfs::zstreamed
Removed zlib hack (user: rkeene, tags: trunk) | |
04:42 |
[6221943337]
KitCreator 0.2.2.x
Upgraded to latest ZLib Updated ZLIB URL to work even when it is not the latest version, since the zlib website only hosts the current version (user: rkeene, tags: trunk, 0.2.2) | |
04:42 |
[65a0497bd0]
KitCreator 0.2.1.x
Fixed failure to clean kitsh directory when producing releases (user: rkeene, tags: trunk, 0.2.1) | |
04:42 | [b9f7f215ae] KitCreator 0.2.0.x (user: rkeene, tags: trunk, 0.2.0) | |
04:42 |
[096098536d]
Updated to implement "vfs::mkcl" using Readkit
Updated local Readkit implementation to not attempt to replace Mk4tcl (user: rkeene, tags: trunk) | |
04:42 | [7596e618f3] Added internal script to build a minimal Tclkit (user: rkeene, tags: trunk) | |
04:42 | [58fcde03bd] Updated minimalistic ARM build script (user: rkeene, tags: trunk) | |
04:42 |
[66930bd6ef]
Added support for minimal builds
Fixed potential loading issue for zlib in pure Tcl metakit (user: rkeene, tags: trunk) | |
04:42 | [5a3882c8f0] Updated to always make registry/dde packages available to Windows rather than creating a "package ifneeded" entry -- this fixes the issue with mismatched versions on Tcl 8.5+ (user: rkeene, tags: trunk) | |
04:42 | [36ac498d1e] Added internal script to build minimal Tclkit for ARM (user: rkeene, tags: trunk) | |
04:41 | [e71a022c66] Cleaned up cleaning up routine (user: rkeene, tags: trunk) | |
04:41 | [bf4e895d30] Updated to include all encodings by default, but support including only the 8 from original Tclkit (user: rkeene, tags: trunk) | |
04:41 |
[a0f6913a43]
Changed the default action to remove all encodings (except 8)
Removed tcltest package from Tclkit (user: rkeene, tags: trunk) | |
04:41 | [12229dcfc4] Fixed typo in previous commit (user: rkeene, tags: trunk) | |
04:41 |
[32589cdef2]
Fixed issue with kitcreator including excluded packages after building with
them and then building without them
Fixed issue with Tcl pure-Tcl Metakit and Tcl 8.4 (user: rkeene, tags: trunk) | |
04:41 | [a8386e13ed] Added support for specifying a list of optional packages (user: rkeene, tags: trunk) | |
04:41 |
[e251d16623]
Clarified licensing terms
Updated "clean"/"distclean" options to clean optional packages (user: rkeene, tags: trunk) | |
04:41 | [021ebbd5e8] Added support for the Thread package if asked to compile a threaded Tcl (user: rkeene, tags: trunk) | |
04:41 | [d2e00f0f73] Added support for specifying a STRIP environment variable (user: rkeene, tags: trunk) | |
04:41 | [b5c571778a] Added Tk/xlib to include search path (user: rkeene, tags: trunk) | |
04:41 | [6548a534b1] Fixed to support calling AR with options (user: rkeene, tags: trunk) | |
04:41 | [37152044b7] Updated licensing information (user: rkeene, tags: trunk) | |
04:41 | [0aa038624e] Updated to not produce spurious newline (user: rkeene, tags: trunk) | |
04:41 | [7bfc5cf0e2] Began work on new pure-Tcl metakit, which will replace readkit-converted mk4tcl (user: rkeene, tags: trunk) | |
04:41 | [ea9a5ecf91] Updated to be less verbose on missing directories (user: rkeene, tags: trunk) | |
04:40 |
[44e0b4f94c]
Added preliminary support for using a Tcl-based metakit reader (mk4tcl.tcl,
based off ReadKit) if Mk4tcl support not found
Updated mk4tcl to cleanup if build fails, to prevent false detection (user: rkeene, tags: trunk) | |
04:40 | [c48a3eddef] KitCreator 0.1.0.x (user: rkeene, tags: trunk, 0.1.0) | |
04:40 |
[e95acf08f0]
Added zlib package
Added support for specifying --with-zlib to kitsh if zlib built fine (user: rkeene, tags: trunk) | |
04:40 |
[56c3d5d022]
Cleaned up LDFLAGS settings
Fixed issue with "--with-zlib" wiping out LDFLAGS (user: rkeene, tags: trunk) | |