Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor cJSON_Utils and add case sensitive versions of all functions #159

Merged
merged 52 commits into from
May 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
055c700
refactor cJSONUtils_strdup
FSMaxB Apr 30, 2017
44d3132
refactor cJSONUtils_strcasecmp
FSMaxB Apr 30, 2017
b16bcc3
refactor cJSONUtils_Pstrcasecmp
FSMaxB Apr 30, 2017
b8e3673
refactor cJSONUtils_PointerEncodedstrlen
FSMaxB Apr 30, 2017
674a678
refactor cJSONUtils_PointerEncodedstrcpy
FSMaxB Apr 30, 2017
4932c80
refactor cJSONUtils_FindPointerFromObjectTo
FSMaxB Apr 30, 2017
4642d65
refactor decode_array_index_from_pointer
FSMaxB Apr 30, 2017
378a333
refactor cJSONUtils_GetPointer
FSMaxB Apr 30, 2017
4ba6baf
refactor cJSONUtils_InplaceDecodePointerString
FSMaxB Apr 30, 2017
2040ce9
refactor cJSONUtils_PatchDetach
FSMaxB Apr 30, 2017
63db67b
refactor cJSONUtils_Compare
FSMaxB Apr 30, 2017
48c9798
refactor cJSONUtils_ApplyPatch
FSMaxB Apr 30, 2017
bde341e
refactor cJSONUtils_ApplyPatches
FSMaxB Apr 30, 2017
e591d41
refactor cJSONUtils_GeneratePatch
FSMaxB Apr 30, 2017
512c313
refactor cJSONUtils_AddPatchToArray
FSMaxB Apr 30, 2017
a67c24c
refactor cJSONUtils_CompareToPatch
FSMaxB Apr 30, 2017
f030058
refactor cJSONUtils_GeneratePatches
FSMaxB Apr 30, 2017
7bf62ff
refactor cJSONUtils_SortList
FSMaxB Apr 30, 2017
01d656b
refactor cJSONUtils_SortObject
FSMaxB Apr 30, 2017
11b8a8c
refactor cJSONUtils_MergePatch
FSMaxB Apr 30, 2017
bb2f868
refactor cJSONUtils_GenerateMergePatch
FSMaxB Apr 30, 2017
b73881a
cJSON_Utils: Add true/false
FSMaxB Apr 30, 2017
6b01dee
Rename cJSONUtils_Pstrcasecmp to case_insensitive_pointer_comparison
FSMaxB Apr 30, 2017
e3ed64d
cJSON_PointerEncodedstrlen -> pointer_encoded_length
FSMaxB Apr 30, 2017
f4d9e2e
cJSON_strcasecmp -> case_insensitive_strcmp
FSMaxB Apr 30, 2017
e6c239d
cJSONUtils_PointerEncodedstrcpy -> encode_string_as_pointer
FSMaxB Apr 30, 2017
7f645de
cJSONUtils_InplaceDecodePointerString -> decode_pointer_inplace
FSMaxB Apr 30, 2017
aefe2f8
cJSONUtils_PatchDetach -> detach_path
FSMaxB Apr 30, 2017
cf1770b
cJSONUtils_Compare -> compare_json
FSMaxB Apr 30, 2017
997ca12
cJSONUtils_ApplyPatch -> apply_patch
FSMaxB Apr 30, 2017
1d65f33
cJSONUtils_GeneratePatch -> compose_patch
FSMaxB Apr 30, 2017
a29c468
cJSON_CompareToPatch -> create_patches
FSMaxB Apr 30, 2017
23cbb17
cJSONUtils_SortList -> sort_list
FSMaxB Apr 30, 2017
2616db9
Add compare_strings: configurable case_sensitivity
FSMaxB Apr 30, 2017
1d85450
fix configurable compare_stirings
FSMaxB Apr 30, 2017
487a8b7
fix another compare_strings
FSMaxB Apr 30, 2017
eb017ab
fix update fix
FSMaxB Apr 30, 2017
30906a0
another compare_strings fix
FSMaxB Apr 30, 2017
2f33e8e
Add compare_pointers: Configurable case sensitivity
FSMaxB Apr 30, 2017
af9c76e
Add get_item_from_pointer: Configurable case sensitivity
FSMaxB Apr 30, 2017
7de847e
detach_path: Configurable case sensitivity
FSMaxB Apr 30, 2017
62b08f1
compare_json: configurable case sensitivity
FSMaxB Apr 30, 2017
2226865
apply_patch: configurable case sensitivity
FSMaxB Apr 30, 2017
e88be86
create_patches: Configurable case sensitivity
FSMaxB Apr 30, 2017
0aaef1a
sort_list: configurable case sensitivity
FSMaxB Apr 30, 2017
73823c4
Add get_object_item: configurable case_sensitivity
FSMaxB Apr 30, 2017
cd4d7b9
Add cJSONUtils_GetPointerCaseSensitive
FSMaxB Apr 30, 2017
3bf2913
Add cJSONUtils_GeneratePatchesCaseSensitive
FSMaxB Apr 30, 2017
94057fb
Add cJSONUtils_ApplyPatchesCaseSensitive
FSMaxB Apr 30, 2017
b674519
Add cJSONUtils_GenerateMergePatchCaseSensitive
FSMaxB Apr 30, 2017
7f22948
Add cJSONUtils_SortObjectCaseSensitive
FSMaxB Apr 30, 2017
66f7561
Add cJSONUtils_MergePatchCaseSensitive
FSMaxB May 1, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading