2
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Jan 07, 2024 — Jan 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated for latest Xcode. More... almost 15 years ago
Added ivar back for 32-bit runtime. Can we kill that now please? More... almost 15 years ago
Removed bogus code that snuck in after merge. More... almost 15 years ago
Merge branch 'develop' into feature/ARC More... almost 15 years ago
Logical & not &&. Dofus. More... almost 15 years ago
Logical & not &&. Dofus. More... almost 15 years ago
Added back the autoreleases (cost of maintaining ARC & non-ARC branches) More... almost 15 years ago
Turning off slash encoding by default. Can optionally turn it on with encoding options. Added unit test. More... almost 15 years ago
Turning off slash encoding by default. Can optionally turn it on with encoding options. Added unit test. More... almost 15 years ago
Fixed ARC for unit tests (how did I miss this) More... almost 15 years ago
Removed explicit ivars. More... almost 15 years ago
Converted more retains to strings. More... almost 15 years ago
Merge pull request #15 from danyowdee/feature/ARC More... almost 15 years ago
When encountering an unfinished dictionary, the scanner threw an error CJSONScanner with the error domain as its code.\nThis commit fixes that problem and uses the code 'kJSONScannerErrorCode_DictionaryNotTerminated' More... almost 15 years ago
retain -> strong in properties More... almost 15 years ago
Merge pull request #13 from fbzhong/patch-1 More... almost 15 years ago
The self.tests and self.theConvertersByName is always nil in original codes, because [nil setByAddingObject] returns nil, [nil mutableCopy] return nil. That cause the customized convert function will not be invoked. More... about 15 years ago
Modified gitignore. More... about 15 years ago
Fixes typo in doc. (Fixes #11) More... about 15 years ago
Fixed bad error generator. More... about 15 years ago
Much cleaner error handling. More... about 15 years ago
Slight speed up - use pre-existing NO & YES objects. More... about 15 years ago
Removed unneeded parameter on CharacterAtPointer More... about 15 years ago
Fixed dependencies and benchmark main() to work with new classnames. More... about 15 years ago
Added scanDataOfLength:intoPointer: less NSData = good. More... about 15 years ago
Updated block header comment. More... about 15 years ago
Updated License to 3-clause BSD More... about 15 years ago
Removed blocks APIs. More... about 15 years ago
Post ARC cleanup More... about 15 years ago
ARC More... over 15 years ago