0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enabling garbage collection support.
jspiros
as Joseph Spiros
More... over 14 years ago
Upgrading ITFoundation to Xcode 3.0 and the Mac OS X 10.5 SDK.
jspiros
as Joseph Spiros
More... over 14 years ago
Licensing ITFoundation under the GNU Lesser General Public License version 2.1.
jspiros
as Joseph Spiros
More... almost 15 years ago
Licensing ITFoundation under the GNU General Public License version 2.
jspiros
as Joseph Spiros
More... over 15 years ago
Update to ITSQLite3Database interface, and NSData additions to work with Base64 encoded data.
jspiros
as Joseph Spiros
More... over 15 years ago
Delete queue.*. More... over 15 years ago
Adding rudimentary locking to ITSQLite3Database to kill errors.
jspiros
as Joseph Spiros
More... over 15 years ago
Oops, defined the sqlite3_*_objc_object functions as "static" instead of "extern". Fixed!
jspiros
as Joseph Spiros
More... over 15 years ago
Updating ITFoundation to include updates spurred by Haven development.
jspiros
as Joseph Spiros
More... over 15 years ago
Fixed possible endian problems in NSString category. Universal buildable now. More... about 18 years ago
Updating ITFoundation to use standard configuration names.
jspiros
as Joseph Spiros
More... over 18 years ago
Upgrading ITFoundation to Xcode 2.1
jspiros
as Joseph Spiros
More... over 18 years ago
Adding category to NSString that provides the functionality previously provided by ITCarbonSupport functions. Those functions now call through to the new methods on NSString. I also fixed a few coding errors in ITCategory-NSBundle, and removed ITCategory-NSArray.
jspiros
as Joseph Spiros
More... about 19 years ago
Fixing Alex's crazy tab hijinks.
jspiros
as Joseph Spiros
More... about 19 years ago
(ITCarbonSupport) Rewrite FCC utilities, add "extern" (ITDebug) Add "extern" More... about 19 years ago
Updating ITFoundation project and target settings to the minimum required.
jspiros
as Joseph Spiros
More... about 19 years ago
Huge update to ITFoundation. I've gone through every file (except queue.h and queue.c) and fixed tabs and updated the header prefix comment to the current style we're using. I've also tried to do a good job of setting the subversion properties to match my auto-props. I've also updated build settings so that it only links against Foundation and updated or removed things that required AppKit or GUI portions of Carbon, or otherwise belong in a different framework (such as ITKit).
jspiros
as Joseph Spiros
More... about 19 years ago
Removing ITOSA* and ITAppleEvent* classes from ITFoundation, and updating ITCarbonSupport to not actually require the Carbon framework. I'm working to make ITFoundation completely independent of anything that might require access to the console (to fit in with the role of Foundation.framework).
jspiros
as Joseph Spiros
More... about 19 years ago
Adding a category to NSProxy that fixes a bug so as to allow NSProxies to be passed as arguments to NSLog without needing to explicitly call -description outside of NSLog.
jspiros
as Joseph Spiros
More... about 19 years ago
ITCategory-NSBundle (new): Added category that adds +bundleForFrameworkWithIdentifier: class method to NSBundle.
jspiros
as Joseph Spiros
More... about 19 years ago
Note that the GPL clause can be ignored More... over 19 years ago
Adding a category to NSObject which can dynamically provide an array of any class' subclasses (and direct subclasses, meaning only those classes whose parent is the class to which the message was sent) via two new class methods, +subclasses, and +directSubclasses.
jspiros
as Joseph Spiros
More... over 19 years ago
Alex's memory leak fixes and timeout changes. More... over 19 years ago
Upped timeout to 100 ticks... More... over 19 years ago
Upped the default timeout to 45 ticks. More... over 19 years ago
I hope it commits this time. Tinkered with ITSendAEWithKey More... over 19 years ago
fix malloc leak More... over 19 years ago
Added ITSendAEWithKey, need to fix up a small part of it though. More... over 19 years ago
Changed the timeout from none to default timeout. Updated to use 10.2.8 SDK. More... over 19 years ago
Added a new function to send an AE with a send string and a direct object AEDesc. More... almost 20 years ago