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

update CMakeLists.txt for compile with visual studio at least 2010 #359

Merged
merged 6 commits into from
Sep 7, 2017

Conversation

Haffon
Copy link
Contributor

@Haffon Haffon commented Sep 7, 2017

json-c can compile with vs2010 now, you should generate the .sln file by cmake. FIXME: CMakeLists.txt need another update to condition the STRERROR_OVERRIDE_IMPL macro

Haffon and others added 6 commits August 22, 2017 13:53
2.replace json_object_get/put API with json_object_retain/release, as they operate the reference counter, and confused with array_list_get/put_idx.
3.replace array_list_get/put_idx API with array_list_get/insert to make them more clear to use.
want to merge the original repository
@hawicz hawicz merged commit d58693b into json-c:master Sep 7, 2017
hawicz added a commit that referenced this pull request Sep 7, 2017
hawicz added a commit that referenced this pull request Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants