- Jun 22, 2018
-
- Apr 23, 2017
-
-
Christopher Dunn authored
Use std::unique_ptr correctly across compiler and language versions
-
- Apr 21, 2017
-
-
AbigailBuccaneer authored
Previously we only used it on GCC 6 to avoid deprecated declaration warnings. Now we are proactive and use it whenever compiling as C++11 (or MSVC2010+). It also moves the logic for deciding between unique_ptr and auto_ptr into a single location in config.h. This fixes some use cases that were previously broken, including: * CXX=clang++ -std=c++11 -Werror=deprecated-declarations * CXX=g++-6 -std=c++03 -Werror=deprecated-declarations
-
AbigailBuccaneer authored
scoped_ptr has never been a part of the C++ standard - perhaps it's been confused with boost::scoped_ptr. Anyhow, std::unique_ptr is the replacement for the now-deprecated std::auto_ptr.
-
- Jun 27, 2016
-
-
Christopher Dunn authored
workaround for cuda 7.5 nvcc compiler
-
Matthias authored
-
- Apr 22, 2016
-
-
Christopher Dunn authored
-
- Apr 21, 2016
-
-
Christopher Dunn authored
Fix JSONCPP_WITH_WARNING_AS_ERROR
-
- Apr 20, 2016
- Mar 18, 2016
-
-
Christopher Dunn authored
NORETURN for throw functions in 0.x.y branch
-
- Mar 16, 2016
-
-
Gaurav authored
Added in definition also.
-
Gaurav authored
Resolve issue - https://github.com/open-source-parsers/jsoncpp/issues/389
-
- Feb 06, 2016
-
-
Benjamin Knecht authored
Conflicts: src/test_lib_json/main.cpp
-
Benjamin Knecht authored
adding precision as settings value for StreamBuilder Conflicts: src/lib_json/json_writer.cpp
-
Benjamin Knecht authored
For now use hardcoded precision '17' for now
-
Christopher Dunn authored
Debian patches - 0.y.z branch See #411. http://anonscm.debian.org/cgit/collab-maint/libjsoncpp.git/tree/debian/patches
-
Christopher Dunn authored
-
Christopher Dunn authored
-
Christopher Dunn authored
Already applied to 0.y.x branch.
-
Christopher Dunn authored
-
Christopher Dunn authored
-
- Sep 05, 2015
-
-
Christopher Dunn authored
Merge pull request #339 from Dani-Hub/master
-
Christopher Dunn authored
Floating-point NaN or Infinity values should be allowed as a feature …
-
Christopher Dunn authored
Specify float constant as float
-
- Aug 14, 2015
-
-
Robert Dailey authored
(I missed a couple. ~cd)
-
Robert Dailey authored
* Clean up closing statements for if conditions, functions, macros, and other entities. Newer versions of CMake do not require you to redundantly respecify the parameters to the opening arguments.
-
- Aug 10, 2015
-
-
Christopher Dunn authored
helps #325
-
Christopher Dunn authored
-
Robert Dailey authored
This commit contains nothing but line ending normalization changes. These changes were performed after the introduction of .gitattributes into the repository.
-
Robert Dailey authored
-
- Aug 09, 2015
-
-
Aaron Jacobs authored
Fixed by shifting a positive value, then negating the result. (Credit: Richard Trieu)
-
Jörg Krause authored
-Werror shouldn't be used in released code since it can cause random build failures on moderate warnings. It also depends on the used toolchain since different toolchains may or may not print the same warnings.
-
Michael Shields authored
undefined behavior.
-
- Jul 23, 2015
-
-
Christopher Dunn authored
-
Christopher Dunn authored
-
Christopher Dunn authored
resolves #272
-
Christopher Dunn authored
-
- Jul 17, 2015
-
-
Christopher Dunn authored
Update json_tool.h typo in a comment
-
- Jul 14, 2015
-
-
filipjs authored
Fix a typo in comment.
-