5
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Feb 08, 2025 — Feb 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Standardized names of published C functions with CH prefix and consistent capitalization. Introduced `CHObjectEqualityTest` function pointer typedef. Refactored some method pairs to share implementation that differs only by equality test. More... about 5 years ago
Refactored exception-raising functions into macros that use `__PRETTY_FUNCTION__` to clean up call sites. More... about 5 years ago
Enabled modules, disabled module autolink. More... about 5 years ago
Fixed error for strict prototype diagnostic in Benchmarks.m file. More... about 5 years ago
Consolidated macOS and iOS targets to build and test for all platforms, and updated Xcode project compatibility version. More... about 5 years ago
Removed unnecessary prefix header `CHDataStructures_Prefix.pch` which only imported Foundation. More... about 5 years ago
Standardized file header comment format, updated copyright dates, and removed defunct URLs. More... about 5 years ago
Removed redundant declarations for methods defined in ancestor class or protocol. More... about 5 years ago
Removed remaining `CFMakeCollectable` calls, and simplified and renamed function to create `CFMutableDictionaryRef`. More... about 5 years ago
Refactored CHCircularBuffer[Stack] initialization to remove duplicated code and superclass ivar accesses. More... about 5 years ago
Fixed inversion of designated initializers (#9) in 2 abstract classes. More... about 5 years ago
Fixed `duplicate symbol _kCHBinaryTreeNodeSize` errors (#14) by adding `FOUNDATION_EXTERN` attribute. More... about 5 years ago
Applied project modernizations and build setting updates recommended by Xcode 12. More... about 5 years ago
Removed unused (and deprecated) localizations, and updated development region. More... about 5 years ago
Added LICENSE file, removed redundant license info from all source files. More... about 5 years ago
Added .xcconfig files, hoisted shared build settings to those files, and deleted some obsolete or unused build settings. More... about 5 years ago
Replace quoted imports of framework headers with the angle bracket format. More... about 5 years ago
Renamed Util.h/m to CHUtil.h/m for consistency. More... about 5 years ago
Updated author and URLs in podspec to reflect project location. More... about 5 years ago
Adopted `NS_DESIGNATED_INITIALIZER` annotation to resolve some compiler warnings. More... about 5 years ago
Adopted `instancetype` where appropriate. More... about 5 years ago
Normalized whitespace in declarations and placement of * in pointer types to match Xcode defaults. More... about 5 years ago
Migrated the README from HTML to Markdown, and updated content. More... about 5 years ago
Added shared schemes for targets in combined project. More... about 11 years ago
Merged Mac and iOS targets into one Xcode project (iOS now builds as a framework, too) and migrated from OCUnit to XCTest. More... about 11 years ago
Updated main Info.plist file for framework. More... about 11 years ago
Removed garbage collection support and references. More... about 11 years ago
Fixed static analyzer issue for potentially uninitialized value. More... about 11 years ago
Added .gitignore for xcuserdata. More... about 11 years ago
Merge pull request #2 from martijnthe/master More... about 11 years ago