12
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed various project groups which were referencing invalid project paths More... over 7 years ago
Fixed failing localization tests on iOS by including Commits directory in the test suite app bundle More... over 7 years ago
Fixed compilation on iOS More... over 7 years ago
Updated NEWS with latest changes More... over 7 years ago
Removed most EtoileUI hacks from COObject More... over 7 years ago
Added +[COObject typePrefix] taken from CoreObject More... over 7 years ago
Fixed mismatched property attributes in regard to COObject.name More... over 7 years ago
Improved code unloading finalized and deleted persistent roots to be more explicit about what it does More... over 7 years ago
Updated HACKING to cover nullability and lightweight generics More... over 7 years ago
Annotated COPersistentRoot API with nullability and lightweight generics More... over 7 years ago
Minor stylistic tweaks More... over 7 years ago
Removed nullability discussion from the API doc since the annotations take care of it More... over 7 years ago
Declare designated initializer for COBranch More... over 7 years ago
Annotated COBranch API with nullability and lightweight generics More... over 7 years ago
Updated travis build file to use Xcode 7.3 More... over 7 years ago
Forgot to commit a test adjustment for COEditingContext nullability annotations More... over 7 years ago
Annotated COEditingContext API with nullability and lightweight generics More... over 7 years ago
Factored common metadata writing code into -writeMetadataWithTransaction: More... over 7 years ago
On a store change notification, unload finalized and deleted persistent roots More... over 7 years ago
Fixed enum indentation More... over 7 years ago
Renamed OS X and Mac OS X occurrences to macOS More... over 7 years ago
Access properties/ivars without custom accessors directly as we do it usually More... over 7 years ago
Renamed _parentContext to _editingContext More... over 7 years ago
Renamed _rootObjectUUID to _rootItemUUID in order to match the property name More... over 7 years ago
Renamed _currentBranchObjectGraph to _objectGraphContext in order to match the related property More... over 7 years ago
Renamed _savedState to _persistentRootInfo in order to match the related property More... over 7 years ago
Tweak formatting in HACKING.md More... over 7 years ago
HACKING.md: update block indentation rules to match what I used for the tests More... over 7 years ago
Expand tabs to spaces in .md files More... over 7 years ago
Replace `- (id)init` with `- (instancetype)init` More... over 7 years ago