5
I Use This!
Inactive

News

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Posted about 15 years ago by quinntaylor
quinntaylor -- 2 file(s) modifiedMinor tweaks to documentation comments for custom dictionaries.
Posted about 15 years ago by quinntaylor
quinntaylor -- 1 file(s) modifiedImprovements to documentation comments for utility functions.
Posted about 15 years ago by quinntaylor
quinntaylor -- 1 file(s) modifiedFixed bug which would crash on Tiger by trying to call a non-existent NSFastEnumeration method.
Posted over 15 years ago by quinntaylor
quinntaylor -- 1 file(s) modifiedSet svn:mime-type and svn:eol-style properties for existing file.
Posted over 15 years ago by quinntaylor
quinntaylor -- 1 file(s) modifiedFixed minor typo in comment.
Posted over 15 years ago by quinntaylor
quinntaylor -- 1 file(s) modifiedAdded comment to explicitly describe how to avoid warnings from anonymous structs and unions.
Posted over 15 years ago by quinntaylor
quinntaylor -- 5 file(s) modifiedRefactored simple functions for comparing object equality/identity from CHCircularBuffer up to Util so we can use them across multiple classes. Made sure tail pointer is set correctly at the end of -[CHSinglyLinkedList removeObjectsAtIndexes:] when removing the last object in the list.
Posted over 15 years ago by quinntaylor
quinntaylor -- 1 file(s) modifiedChanged Doxygen config to not generate a frame sidebar for HTML docs.
Posted over 15 years ago by quinntaylor
quinntaylor -- 1 file(s) modifiedRemoved obsolete logging statement from unit test code.
Posted over 15 years ago by quinntaylor
quinntaylor -- 2 file(s) modifiedEnhanced existing -[CHDoublyLinkedList nodeAtIndex:] method and added ivars to cache pointer to and index of last accessed node; refactored related methods to properly update cached values.