openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
J
JSONKit
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Dec 03, 2024 — Dec 03, 2025
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add a `#ifdef` to silence a `clang` static analyzer false positive warning.
John Engelhart
More...
over 13 years ago
Silences some warnings that newer versions of the compiler(s) complain about.
John Engelhart
More...
over 13 years ago
Minor changes to hashing and cache aging algorithms.
John Engelhart
More...
over 13 years ago
Merge branch 'master' of github.com:johnezang/JSONKit
John Engelhart
More...
almost 14 years ago
Updated README.md with benchmark information for NSJSONSerialization.
John Engelhart
More...
almost 14 years ago
Merge pull request #58 from samsoffes/master
johnezang
More...
about 14 years ago
Changed cast to NSDictionary per John's request
Sam Soffes
More...
about 14 years ago
Surpress "multiple methods named" error I realize that `collection` won't always be an NSArray, but the cast will let the compiler know to expect a NSUInteger return type instead of `size_t` which is also a return type a method named `count` inside of JSONKit.
Sam Soffes
More...
about 14 years ago
Fixes issues #9, #15, #40, aka "crashes on 64-bit Lion / 10.7 ABI".
John Engelhart
More...
about 14 years ago
Merge pull request #46 from jparise/cache-collisions
johnezang
More...
about 14 years ago
Merge pull request #50 from atnan/fixclang2errors
johnezang
More...
about 14 years ago
Fix ambiguous method (initWithObjects:count:) compilation errors under Clang 3.0.
Nathan de Vries
More...
about 14 years ago
Use memcmp() instead of strncmp() to compare cache buckets.
Jon Parise
More...
over 14 years ago
Added note about Automatic Reference Counting (ARC) to README.md and some preprocessor-foo to JSONKit.m to check if JSONKit is being compiled with ARC / `-fobjc-arc` and #error if it is.
John Engelhart
More...
over 14 years ago
Minor tweak to the minor tweak.
John Engelhart
More...
over 14 years ago
Minor tweak.
John Engelhart
More...
over 14 years ago
Added "JKSerializeOptionEscapeForwardSlashes". Changed a number of <table> constructions to the easier Markdown extra tables to see if the new github markdown processor accepts them. Also changed some <pre> items to ```objective-c / ``` fenced code style.
John Engelhart
More...
over 14 years ago
Fixes issue gh-29, license descrepency between README.md and JSONKit.[hm].
John Engelhart
More...
over 14 years ago
Fix typo.
John Engelhart
More...
over 14 years ago
Moved the +load logic from JSONDecoder in to jk_collectionClassLoadTimeInitialization(). Missed the JSONDecoder +load stuff on the last commit. Related to issue #23.
John Engelhart
More...
over 14 years ago
Added cocoanetics JSON comparison.
John Engelhart
More...
over 14 years ago
Workarounds for issue #19 (the clang stuff) and issue #23. For issue #23, the code in the collection classes `+load` was removed and placed in a function with the `__attribute__ ((constructor))` attribute. This is to work around an apparent bug when building JSONKit as a static library for iOS targets. @ohhorob also opened a bug with apple- # 9461567.
John Engelhart
More...
over 14 years ago
Merge pull request #22 from jordanbreeding/master
johnezang
More...
over 14 years ago
Pacify Xcode 4.1.
Jordan Breeding
More...
over 14 years ago
Adds a serializing option to backslash escape forward slashes. This is for issue #21.
John Engelhart
More...
over 14 years ago
Change a NSException from exceptionWithName: to raise:. Closes #20.
John Engelhart
More...
over 14 years ago
Fixes a bug when removing items from a JKDictionary. Since JKDictionary is implemented using a hash table that uses linear probing, the removal function needs to "re-add" items that follow the removed item so that linear probe hash collisions are not "lost". Closes #17
John Engelhart
More...
over 14 years ago
When commiting the fix for hash % dictionary->capacity, some local, in progress edits made it in to the commit. This change backs them out.
John Engelhart
More...
over 14 years ago
Fixes a bug when trying to retrieve a key from a dictionary that contains no items (div by zero: (keyHash % dictionary->capacity))
John Engelhart
More...
over 14 years ago
Removed a comment line that got duplicated somehow when updating the license information.
John Engelhart
More...
over 14 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree