4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jun 03, 2023 — Jun 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix link More... almost 13 years ago
Added the Example projects back in. This highlighted a bug in linking to the framework from Mac applications. Fixed this by making the headers public, rather than private. More... almost 13 years ago
Fix Infinity test for running on iOS More... almost 13 years ago
Update Credits, Changes, remove debug.txt, bump version More... almost 13 years ago
Updating for latest dev tools. More... almost 13 years ago
Run tests properly for iOS target too. Oops. More... almost 13 years ago
Update Changes to say we have fixed #43 More... almost 13 years ago
Added test for handling of broken UTF8. Make sure we don't crash when trying to parse it. More... almost 13 years ago
Removed the unnused variable totalling up amount of discarded characters More... almost 13 years ago
Remove the stream's -getBytes:length: method More... almost 13 years ago
Clean up Tokeniser a little by leaning on the UTF Stream class to do the work More... almost 13 years ago
Renamed method for clarity More... almost 13 years ago
Changes More... almost 13 years ago
Changes More... almost 13 years ago
Merge branch 'docs' More... almost 13 years ago
Document SBJsonStreamWriter more More... almost 13 years ago
Make instance variables all @private More... almost 13 years ago
Document SBJsonStreamParserAdapter & rename -skip to -levelsToSkip More... almost 13 years ago
Rename -multi option to -supportMultipleDocuments More... almost 13 years ago
Flesh out documentation a little bit More... almost 13 years ago
Fix ErrorDomain so that it represents the class that creates it More... almost 13 years ago
Autorelease the parser/writer in the category methods More... almost 13 years ago
Change default maxDepth to 32 from 512 More... almost 13 years ago
Skip install also for debug builds, and make SBJsonStreamParserAccumulator a public rather than private header to allow making archives More... almost 13 years ago
ONLY_ACTIVE_ARCH = NO More... almost 13 years ago
Check that NSCache is supported on current OS. If not, fall back to not do caching. This lets us support iOS 3.x. More... almost 13 years ago
Remove unecessary rm -f More... about 13 years ago
Move documentation about mappings to a central place and link to it from wherever it is needed More... about 13 years ago
Brag more in the Readme More... about 13 years ago
Kill memory leak. Fixes #77 More... about 13 years ago