4
I Use This!
Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1.1.1 <- 1.1.0 More... about 11 years ago
Merge branch 'py3/2' More... about 11 years ago
just in case More... about 11 years ago
py2 and py3 More... about 11 years ago
Merge pull request #114 from Gachapen/fix_cmake_output_dir More... about 11 years ago
CMake: Remove set(CMAKE_*_OUTPUT_DIRECTORY) More... about 11 years ago
stricter float parsing More... about 11 years ago
Fix Python test scripts for Python 3 and Windows More... about 11 years ago
Merge pull request #111 from open-source-parsers/quotes-spaces-fixed More... about 11 years ago
quote spaces in commands for Windows More... about 11 years ago
Revert "Merge pull request #108 from open-source-parsers/quote-spaces" More... about 11 years ago
Merge pull request #109 from open-source-parsers/double-string-double More... about 11 years ago
1.1.0 <- 1.0.0 More... about 11 years ago
fix double->string->double round-trip (bump minor ver.) More... about 11 years ago
Merge pull request #108 from open-source-parsers/quote-spaces More... about 11 years ago
quote cmdline arg More... about 11 years ago
Merge pull request #106 from Gachapen/fix_cmake_install More... about 11 years ago
Fix cmake_package install being broken because of wrong include path. More... about 11 years ago
Merge pull request #101 from dominicpezzuto/master More... about 11 years ago
Fix build issues related to Solaris and older GCC More... over 11 years ago
Fix build issues related to Solaris and older GCC More... over 11 years ago
Merge pull request #94 from Gachapen/cmake_target_include More... over 11 years ago
CMake: Only add include directory to jsoncpp_lib target if CMake version supports the command. More... over 11 years ago
CMake: Add include directory to jsoncpp_lib target so that it can be easier used with other projects. More... over 11 years ago
Merge pull request #93 from akien-mga/master More... over 11 years ago
Add support for BUILD_SHARED_LIBS argument BUILD_SHARED_LIBS is a standard CMake argument that serves the purpose of the custom JSONCPP_LIB_BUILD_SHARED. For now we force JSONCPP_LIB_BUILD_SHARED to true if BUILD_SHARED_LIBS was defined. Workaround for #51. More... over 11 years ago
Adapt libdir for 64bit RPM-based distros RPM-based distros such as Fedora or Mageia put 64bit libraries in /usr/lib64 while 32bit libraries go to /usr/lib. This is usually taken into account in CMake projects using a LIB_SUFFIX parameter that can be set to "" or "64". More... over 11 years ago
1.0.0 More... over 11 years ago
1.0.0 More... over 11 years ago
Merge pull request #87 from cdunn2001/master More... over 11 years ago