Milo Yip
3f23397596
Remove unncessary std::move()
...
Fixes #762
2016-10-05 15:02:31 +08:00
Milo Yip
0761ac126b
Remove lambda expression in (pretty)writertest
2016-09-21 21:49:49 +08:00
Tallódi Mihály
1a64cd0997
Tests for Writer, PrettyWriter move constructors
2016-09-19 22:13:33 +02:00
Cory Omand
7a79e91ecd
PrettyWriter formatting options.
...
This change adds PrettyWriter::SetFormatOptions with a corresponding
bitfield enum PrettyFormatOptions. This allows options affecting the
format of the PrettyWriter to be set. The first option to be provided
is kFormatSingleLineArray, which instructs the PrettyWriter to write
arrays on a single line, rather than breaking them up onto a line
per element.
2016-03-08 15:33:04 -08:00
Milo Yip
e7cb2b1cbf
Add (Pretty)Writer::RawValue()
...
Fix #205
2016-02-14 15:31:24 +08:00
Milo Yip
74c8dcfd57
Fix clang -Weverything
2015-12-18 18:34:04 +08:00
miloyip
8d39282af5
Update license headers for tests
2015-04-18 21:41:38 +08:00
miloyip
f89c4b52b6
Use PrettyWriter to cover FileWriteStream::PutN()
2015-04-14 10:50:39 +08:00
miloyip
0b793ea58a
Add test for covering PutN() generic version
2015-04-13 15:18:26 +08:00
miloyip
18a8891f0d
Improve coverage for Writer and PrettyWriter
2015-04-13 14:50:08 +08:00
miloyip
3c028685df
Add tests for Writer API for RAPIDJSON_HAS_STDSTRING
2015-04-13 14:25:05 +08:00
miloyip
3d82781a75
Improve PrettyWriter coverage
2015-04-13 14:17:21 +08:00
miloyip
79433827e8
Add Tests for WriteUInt64(), WriteInt64() of generic stream
2015-04-13 13:41:56 +08:00
miloyip
a0a6d737fc
Fix gcc compilation
2015-04-13 11:13:03 +08:00
miloyip
752afa7b79
Add prettywritertest
2015-04-13 10:58:05 +08:00