5
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing issues reported by Clang. More... over 11 years ago
Removing remaining useless __strong qualifiers on non-Obj-C object references. More... over 11 years ago
Updates project file to compile for arm64 as well More... over 12 years ago
Removes useless __strong qualifications on non-objective c objects More... over 12 years ago
Requesting empty subsets causes nil arg exceptions More... over 12 years ago
Fix minor cyclic dependency warning More... over 12 years ago
Update build settings More... over 12 years ago
Set path to find doxygen in /usr/local/bin; ignore docs More... over 12 years ago
Minor warning fixes More... over 12 years ago
Added CocoaPods CHDataStructures podspec. More... almost 13 years ago
Fixed framework search paths for CHDataStructures-iOS project. Fixed CHBinaryTreeNode, CHSinglyLinkedListNode, and CHDoublyLinkedListNode object to be __unsafe_unretained for use with ARC. Removed hidden visibility for kCHPointerSize as the symbol was being duplicated in dependent projects. More... almost 13 years ago
Fix: CFDictionaryCopyDescriptionCallBack should point to a function that copies the description. More... about 13 years ago
added skip install to iOS library project More... over 14 years ago
Set role of CHBidirectionalDictionary.h to public so it gets copied to the framework. (Reported by Dalmazio Brisinda, many thanks!) More... almost 15 years ago
Replaced 'HIDDEN OBJC_EXPORT' with 'HIDDEN' to fix visibility attribute conflict errors which manifested when building against the OS X 10.7 or iOS 4.3 SDKs. More... almost 15 years ago
Implemented NSFastEnumeration for custom dictionaries; added unit tests for these and -allKeys methods. More... about 15 years ago
Removed --no-function flag when invoking genhtml, so function coverage stats are also generated. More... about 15 years ago
Modified genhtml script to always create line number anchors, not just when using frames or function coverage. Eliminated extra column of cells in the header. Minor formatting improvements. More... about 15 years ago
Changed variable names for tracking lines found/hit to match functions and branches. Removed unused CSS. Added some missing parameters in function documentation. More... about 15 years ago
Updated bundled lcov scripts to version 1.9, merging with local deviations from 1.8 release. More... about 15 years ago
Minor simplification of code to append node (don't dereference tail->next when advancing). More... about 15 years ago
Updated custom Xcode data formatters plist. More... about 15 years ago
Updated Doxyfile for Doxygen 1.7.3; removed broken and unused MSCGEN_PATH. More... about 15 years ago
Updates to license description and links in README and umbrella header file. More... about 15 years ago
Updated iOS project to use latest SDK version and updated the framework search path to match so SenTestingKit.framework is properly found and linked. More... about 15 years ago
Updated project files to include "developmentRegion" and "knownRegions" keys, which are added automatically in Xcode 3.2.4+. More... about 15 years ago
Renamed doxytag entry for NSObject protocol and updated documentation comments so they can link correctly. Currently, https://bugzilla.gnome.org/show_bug.cgi?id=581781 requires this workaround. Fixes 112 warnings. More... about 15 years ago
Fixed order of reverse-DNS bundle identifier. More... about 15 years ago
Deleted <CHLockable> protocol, CHLockableObject, and CHLockableTest; renamed CHLockable{Dictionary,Set} to CHMutable{Dictionary,Set}. Updated inheritance hierarchy, documentation, and Xcode project references. More... about 15 years ago
Simplified size checks when removing first/last object. More... about 15 years ago