0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Jul 05, 2024 — Jul 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removing StarTeam command line runner. More... almost 20 years ago
Added a method to adjust ruby loadpath and modified a tpm installable script More... almost 20 years ago
Made script stm installable by tpm-install (meaning that is is self-adjusting More... almost 20 years ago
Adding an option to show the actual command invoked. Adding ability to specify More... almost 20 years ago
Increasing HISTSIZE. More... almost 20 years ago
Adding a front-end script for StarTeam command line client. The client is More... almost 20 years ago
Preventing security warnings in the profile. Separating Solaris 8 and 9 in More... almost 20 years ago
More $VERBOSE=nil. Updated personal profile. More... almost 20 years ago
Using $VERBOSE=nil to eliminate warnings on insecure world writable More... almost 20 years ago
Synchronizing with local changes. More... almost 20 years ago
Adding a script for vi'ing a class in 2 buffers. More... almost 20 years ago
Cleaning up unnecessary files (available in tsc-build). More... almost 20 years ago
Minor improvements. More... almost 20 years ago
When figuring root first get one for the working copy, if and. SNV_ROOT and More... almost 20 years ago
Added a script to create VPN via an ssh tunnel. Ssh must be patched to allow More... almost 20 years ago
Extracted application template from script 'new'. Added a front-end for More... almost 20 years ago
Renamed stemkit-ruby to stemkit-util More... almost 20 years ago
Leftovers. More... almost 20 years ago
Initial import of stemkit-cpp. More... almost 20 years ago
Added rule for making test programs. Rule for rebuilding dependencies invokes an action based on the source file extention. The front-end passes platform id as variable core.PLATFORM. More... about 20 years ago
Created rules to handle individual goal categories and modified the code to call those rules for every category. Where it makes sence, use ';' syntax to specify commands to rebuild a dependency (instead of using TAB on the next line). More... about 20 years ago
Now when a "clean" goal is specified, header file dependencies are turned off so that they are not rebuilt just to be removed immediatelly. Started implementation of rule "make-program" to build executables. Object files are assembled into a single relocatable object before linking (it can be used for checksumming to determine if is is changed from the previos system build). The final executable is not good for checksumming as it will have a new build number hardcoded thus making it differ from the previous build executable. More... about 20 years ago
Introduced ability to generate and make use of dependency file for C/C++ sources (no 'real' build yet, just touch-ing for now). Extracted rule core.load-if-present to be used for this feature as well as for loading project config files. More... about 20 years ago
Added first real compilation tasks - for building static libraries and compiling C objects (no "real" commands yet, only traces). Added directory creation as needed (for real). Modify existing rules to accomodate build targets for new tasks. Tasks also include support for cleanup. Implemented my favorite rule 'binclean'. More... about 20 years ago
Fixed trailing '/' character in directories. More... about 20 years ago
Initial revision More... about 20 years ago
Introduced a script to figure out scope directoreis (src, bin, pkg, etc.). More... about 20 years ago
Fixes for usage errors. No GetoptLong exception are treated as usage as well. Added method to explicitly setup verbose mode. Added the description to the trick to bring in SK::Application without warnings about a directory in PATH being world-writable. More... about 20 years ago
Compilation adjustments. More... about 20 years ago
Came up with a nice way to look for 'sk/application.rb' in the PATH without propagating the whole PATH into the ruby load path. This approach should be used in other scripts too (by copying, unfortunatelly). More... about 20 years ago