stop calling validate() in newReader/Writer()
[platform/upstream/jsoncpp.git] / src / lib_json / json_writer.cpp
2015-02-11 Christopher Dunnstop calling validate() in newReader/Writer() 1.4.0
2015-02-11 Christopher Dunnclarify comments
2015-02-11 Christopher DunnMerge pull request #165 from cdunn2001/master
2015-02-11 Christopher Dunndrop experimental OldCompressingStreamWriterBuilder
2015-02-11 Christopher DunnenableYAMLCompatibility and dropNullPlaceholders for...
2015-02-10 Christopher DunnMerge pull request #163 from cdunn2001/master
2015-02-10 Christopher Dunnmv CommentStyle to .cpp
2015-02-10 Christopher Dunnset output stream in write(), not in builder
2015-02-10 Christopher Dunn<stdexcept>
2015-02-10 Christopher Dunnremark defaults via doxygen snippet
2015-02-09 Christopher DunnBuilder::settings_
2015-02-09 Christopher Dunnupdate docs, writeString()
2015-02-09 Christopher DunnMerge pull request #162 from cdunn2001/master
2015-02-09 Christopher Dunndrop an old impl
2015-02-09 Christopher Dunnclarify Builders
2015-02-08 Christopher DunnMerge pull request #160 from cdunn2001/master
2015-02-08 Christopher Dunnrm unique_ptr<>/shared_ptr<>, for pre-C++11
2015-01-29 Christopher Dunndrop scoped enum, for pre-C++11 compatibility
2015-01-26 Christopher DunnMerge pull request #145 from cdunn2001/simplify-builder
2015-01-26 Christopher Dunngcc-4.6 (Travis CI) does not support
2015-01-26 Christopher Dunnmake StreamWriterBuilder concrete
2015-01-26 Christopher DunnMove old FastWriter stuff out of new Builder
2015-01-26 Christopher DunnOldCompressingStreamWriterBuilder
2015-01-26 Christopher DunnMerge pull request #132 from cdunn2001/builder
2015-01-26 Christopher Dunndeprecate old Writers
2015-01-26 Christopher Dunnimplement strange setting from FastWriter
2015-01-25 Christopher Dunnimplement CommentStyle::None/indentation_==""
2015-01-25 Christopher Dunndefault \t indentation, All comments
2015-01-25 Christopher Dunnincorporate 'proper newlines for comments' into new...
2015-01-25 Christopher Dunndrop StreamWriterBuilderFactory, for now
2015-01-25 Christopher Dunncopy fixes from StyledStreamWriter
2015-01-25 Christopher Dunnconst stuff
2015-01-25 Christopher Dunnnon-const write
2015-01-25 Christopher Dunncopied impl of StyledStreamWriter
2015-01-25 Christopher Dunnuse new BuiltStyledStreamWriter in operator<<()
2015-01-25 Christopher DunnsetIndentation()
2015-01-25 Christopher DunnStreamWriter::Builder
2015-01-25 Christopher DunnStreamWriter
2015-01-25 Christopher Dunnadd back space before trailing comment
2015-01-25 Christopher DunnMerge pull request #144 from cdunn2001/proper-comment-lfs
2015-01-25 Christopher Dunnproper newlines for comments
2015-01-23 Christopher DunnMerge pull request #138 from cdunn2001/fix-103
2015-01-23 Christopher Dunnfix test_comment_00 for #103
2015-01-23 Christopher DunnMerge pull request #137 from cdunn2001/avoid-extra...
2015-01-23 Christopher Dunnavoid extra newlines in StyledStreamWriter
2015-01-23 Christopher DunnMerge pull request #136 from cdunn2001/test-both-styled...
2015-01-23 Christopher Dunnmake StyledStreamWriter work more like StyledWriter
2015-01-20 Christopher DunnMerge pull request #125 from cdunn2001/issue-116
2015-01-20 Mark ZerenNormalize comment EOLs while reading instead of while...
2015-01-06 Christopher DunnMerge pull request #109 from open-source-parsers/double... 1.1.0
2015-01-06 Christopher Dunnfix double->string->double round-trip (bump minor ver.)
2015-01-03 Christopher DunnMerge pull request #101 from dominicpezzuto/master
2014-12-27 dominicpezzutoFix build issues related to Solaris and older GCC
2014-11-13 Aaron JacobsMerge pull request #74 from ya1gaurav/master
2014-11-13 GauravPrefer appending character constants over string litera...
2014-09-20 Christopher DunnMerge pull request #46 from chuckatkins/fix-for-old...
2014-09-19 Chuck AtkinsWorkaround for missing C99 functions in older versions...
2014-09-18 Christopher DunnRevert "Revert "Removed vim mode lines.""
2014-09-16 Christopher DunnRevert "Removed vim mode lines."
2014-09-15 Aaron JacobsEnabled PointerBindsToType in clang-format options.
2014-09-15 Aaron JacobsRan clang-format over all .h and .cpp files.
2014-09-14 Aaron JacobsRemoved vim mode lines.
2014-09-10 Christopher Dunnws
2014-09-03 Christopher DunnMerge pull request #30 from mloy/redundant-strlen
2014-09-03 Christopher Dunnclarify return value
2014-09-03 Christopher Dunnws
2014-09-03 mloysnprintf does return a signed integer
2014-09-03 Matthias Loysnprintf already calculated the length
2014-09-03 Christopher DunnMerge pull request #33 from donmilham/master
2014-09-02 Don Milhamadded option to FastWriter which omits the trailing...
2014-08-13 Christopher DunnMerge pull request #21 from hiharin/master
2014-08-13 David WestPatch for bug #53 on version 0.5.0
2014-07-11 pffangWinCE Compatibility Fix
2014-07-11 Christopher Dunnvim modelines
2014-07-11 Christopher Dunnfix numeric locale
2014-07-11 Christopher DunnRevert "Merge pull request #7 from steffen-kiess/fix...
2014-07-09 Christopher DunnMerge pull request #7 from cdunn2001/fix-locale
2014-07-09 Steffen KießUse std::stringstream instead of snprintf() for double...
2014-07-06 Christopher DunnMerge pull request #1 from cdunn2001/patch-renu555
2014-07-06 renu555Always true condition.
2014-07-06 renu555Fix dead code scenario.
2014-07-06 renu555Fixing unreachable condition.
2014-06-30 Aaron JacobsFixed some clang-format weirdness.
2014-06-30 Aaron JacobsRan clang-format over all .h and .cpp files.
2014-04-19 Christopher Dunnvim modeline
2014-04-19 Christopher DunnComment reading/write improvements
2013-08-08 Aaron JacobsReplaced the complex implementation of valueToString...
2013-08-06 Aaron JacobsSwitched away from sprintf, which is prone to buffer...
2012-12-20 Baptiste LepilleurFixed warning(error?) on #if testing value of _MSC_VER...
2012-03-12 Aaron JacobsMade it possible to drop null placeholders from array...
2011-12-22 Aaron JacobsGot rid of several unnecessary includes of <iostream>.
2011-06-22 Christopher Dunnbug#2407932: strpbrk() could fail for NULL pointer.
2011-06-21 Christopher DunnMore missing constructor initializers found by Coverity.
2011-05-02 Baptiste LepilleurFixed typo: amalga*ma*te. Replaced macro JSON_IS_AMALGA...
2011-05-02 Baptiste LepilleurUntabified some sources
2011-05-02 Baptiste LepilleurBug #3200841: removed "warning C4127: conditional expre...
2011-05-01 Baptiste LepilleurAdded support for amalgated source and header generatio...
2010-12-27 Baptiste LepilleurMajor rework of 64 integer support: 64 bits integer...
2010-04-20 Baptiste LepilleurJsonCpp is now licensed under MIT license, or public...
2010-04-19 Baptiste Lepilleur- Moved definition of Json::Int and Json::UInt to confi...
next