- 01 7月, 2014 9 次提交
-
-
由 Aaron Jacobs 提交于
-
由 Aaron Jacobs 提交于
-
由 Aaron Jacobs 提交于
-
由 Aaron Jacobs 提交于
-
由 Aaron Jacobs 提交于
-
由 Aaron Jacobs 提交于
-
由 Aaron Jacobs 提交于
clang-format -i $(find . -name '*.h' -or -name '*.cpp')
-
由 Aaron Jacobs 提交于
This option personally drives me crazy. I think it's much more readable to be able to see one parameter per line when there are many.
-
由 Aaron Jacobs 提交于
clang-format -style=llvm -dump-config > .clang-format
-
- 30 6月, 2014 2 次提交
-
-
由 Aaron Jacobs 提交于
-
由 Aaron Jacobs 提交于
-
- 13 5月, 2014 1 次提交
-
-
- 24 4月, 2014 3 次提交
-
-
由 Aaron Jacobs 提交于
While I was at it, corrected whitespace too.
-
由 Aaron Jacobs 提交于
This allows applications for interactively viewing or editing JSON to do a better job of highlighting errors. Also added offset accessors to Value, offering the same sort of functionality even for non-errors. Thanks to Zach Clifford (zacharyc@google.com) for the patch.
-
由 Aaron Jacobs 提交于
This is a version of patch #17, from Clay Wood: http://sourceforge.net/p/jsoncpp/patches/17/
-
- 20 4月, 2014 2 次提交
-
-
-
由 Christopher Dunn 提交于
This patch fixes some aspects of reading and writing comments: - Multiple C++-style comments before a Json value had extra newlines appended to them. This patch removes the addition of those newlines. - Comments written before Json values in the StyledWriter were not indented to match the indentation level of the value. This patch adds indentation to comments. - Fixed inconsistency in newlines following C- and C++-style comments being saved as part of the comment. All newlines at the end of a comment are now removed. - Added an additional test of comments. https://sourceforge.net/p/jsoncpp/patches/25/
-
- 19 4月, 2014 1 次提交
-
-
由 Christopher Dunn 提交于
This way, assertions can produce exceptions. https://sourceforge.net/p/jsoncpp/bugs/67/
-
- 29 1月, 2014 1 次提交
-
-
由 Aaron Jacobs 提交于
Thanks to Quentin Fiard for the report.
-
- 23 9月, 2013 1 次提交
-
-
由 Baptiste Lepilleur 提交于
-
- 09 8月, 2013 1 次提交
-
-
由 Aaron Jacobs 提交于
-
- 08 8月, 2013 4 次提交
-
-
由 Aaron Jacobs 提交于
-
由 Aaron Jacobs 提交于
The previous one was confusing and prone to buffer overflows, and didn't work correctly with 16-decimal-digit numbers. The new one simply uses snprintf with a standard format string. The major change is that we don't always print a decimal point now. Fortunately, JSON doesn't distinguish between integers and reals.
-
由 Aaron Jacobs 提交于
The first demonstrates a bug that I will soon fix.
-
由 Aaron Jacobs 提交于
-
- 07 8月, 2013 1 次提交
-
-
由 Aaron Jacobs 提交于
Most reasonable platforms have this function. If you're here because this broke the build for you, consider adding an ifdef for your platform and using sprintf there (but not on other platforms).
-
- 10 5月, 2013 2 次提交
-
-
由 Baptiste Lepilleur 提交于
- Fixed some warnings
-
由 Baptiste Lepilleur 提交于
- disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information) - added batchbuild config for XP VM
-
- 09 5月, 2013 11 次提交
-
-
由 Baptiste Lepilleur 提交于
-
由 Baptiste Lepilleur 提交于
-
由 Baptiste Lepilleur 提交于
No commit message
-
由 Baptiste Lepilleur 提交于
-
由 Baptiste Lepilleur 提交于
-
由 Baptiste Lepilleur 提交于
Added continuous integration matrix for shared/static library (specified through environment variables).
-
由 Baptiste Lepilleur 提交于
-
由 Baptiste Lepilleur 提交于
-
由 Baptiste Lepilleur 提交于
-
由 Baptiste Lepilleur 提交于
-
由 Baptiste Lepilleur 提交于
Igor Okulist and Damien Buhl (Patch #14). Added support for running tests and building with DLL on Windows. - added missing JSON_API - Visual Studio DLL: suppressed warning "C4251: <data member>: <type> needs to have dll-interface to be used by..." via pragma push/pop in json-cpp headers. - New header json/version.h now contains version number macros (JSONCPP_VERSION_MAJOR, JSONCPP_VERSION_MINOR, JSONCPP_VERSION_PATCH and JSONCPP_VERSION_HEXA). While this header is generated by CMake, it is committed to ease build with alternate build system (CMake only update the file when it changes avoid issues with VCS).
-
- 12 4月, 2013 1 次提交
-
-
由 Baptiste Lepilleur 提交于
- Patch #3393345: BOOST_FOREACH compatibility. Made Json::iterator more standard compliant, added missing iterator_category and value_type typedefs (contribued by Robert A. Iannucci). - Patch #3474563: added missing JSON_API on some classes causing link issues when building as a dynamic library on Windows (contributed by Francis Bolduc).
-