miloyip
f55002c9a2
Try to fix valgrind error
2015-05-03 19:27:12 +08:00
miloyip
bb0e828928
Some std::string overloads for Pointer
2015-05-03 18:55:55 +08:00
miloyip
0eb6cb8e5f
Add equality/inequality operator, URI fragment stringify and UTF-8 Percent Encoding/Decoding
2015-05-03 14:14:05 +08:00
miloyip
28f14bd68f
Add parsing of URI fragment representation of JSON pointer
2015-05-03 09:51:15 +08:00
miloyip
2ee15de4a9
Add no allocator overloads for Swap
2015-05-02 22:58:41 +08:00
miloyip
fd9386589f
Add overloads for document as root, with no allocator parameter.
2015-05-02 22:46:30 +08:00
miloyip
d0d18847c5
Add GetValueByPointerWithDefault() overloads
2015-05-02 22:08:03 +08:00
miloyip
32b45f6e6d
Add GetWithDefault() overloads
2015-05-02 21:52:49 +08:00
miloyip
2ddbd09031
Add '-' support for Create() and Set()
2015-05-02 21:30:40 +08:00
miloyip
2ece55abc7
Implement pointer parse error
2015-05-02 20:44:30 +08:00
miloyip
1ef380586d
Fix a bug in Pointer::Create() and Add different overloads for Set() related implementations
2015-05-02 20:07:50 +08:00
miloyip
6ee691550f
Move GenericPointer::kInvalidIndex to rapidjson::kPointerInvalidIndex
...
It is needed to prevent linking error for gcc/clang
2015-04-11 14:48:33 +08:00
Milo Yip
e0743b2fb0
Fix a clang/gcc warning
2015-04-10 22:43:46 +08:00
Milo Yip
26be3be5c7
Fix several clang/gcc warnings
2015-04-10 22:12:59 +08:00
Milo Yip
b2d72ef751
Add XXXByPointer() helper functions
2015-04-10 19:28:12 +08:00
Milo Yip
cf0ff19cac
Add Pointer default/copy constructor, assignment operator. Test constructor with tokens
2015-04-10 18:25:02 +08:00
Milo Yip
c11547ebfa
Implement Pointer::Create(). Get(). GetWithDefault(). Set(). Swap()
2015-04-10 17:43:11 +08:00
Milo Yip
852c25123c
Implement parser/generator for JSON Pointer
2015-04-10 14:54:13 +08:00
Milo Yip
b8cc02e0aa
Try to fix a compilation error on gcc/clang
2015-04-03 11:35:32 +08:00
Milo Yip
2d920e7e0f
Add user buffer unit test
2015-04-03 11:25:19 +08:00
miloyip
978a3ab830
Fix VS2012 compilation fail in stringbuffertest
2015-03-23 17:30:25 +08:00
Milo Yip
3a4835e080
Merge pull request #258 from pah/fixes/ci-debug-noperftest
...
Skip running perftest on CI debug builds (Appveyer; Travis)
2015-03-13 09:56:33 -04:00
Philipp A. Hartmann
c14dff1675
Merge branch 'cmake-update' of @jollyroger ( #244 )
2015-03-10 20:28:30 +01:00
Philipp A. Hartmann
06c3ddbac5
GenericValue::AddMember<T>: add missing overload ( closes #254 )
...
As discovered by @felipegb94, there are missing overloads to the
`GenericValue::AddMember<T>` template function, taking an explicit
`GenericValue&` as a name and accepting arbitrary primitive values.
This patch adds the missing overloads. The `StringRefType` overload
is needed to disambiguate the addition of a string literal as
value.
Some tests are added to `TEST(Value, Object)` in `valuetest.cpp`.
2015-03-10 19:11:27 +01:00
Andrii Senkovych
122170b362
Fix definitions for VS compiler
2015-02-23 20:21:07 +02:00
Philipp A. Hartmann
8341c413dd
unittest.h: make sure to #include <stdexcept>
...
See https://github.com/miloyip/rapidjson/commit/a2a0d161#commitcomment-9838110
2015-02-20 20:29:31 +01:00
Andrii Senkovych
3ae2a29986
Backport compiler options from premake configuration. Refs #240 .
2015-02-19 18:25:40 +02:00
Andrii Senkovych
9122a78a46
Add new unittests. Refs #240 .
2015-02-19 18:25:40 +02:00
unknown
0cbafabe53
omit valgrind
tests for Visual Studio
builds
2015-02-17 11:14:47 +01:00
unknown
63ad11c367
add support for AppVeyor
CI for checking Windows builds
2015-02-17 10:42:43 +01:00
Milo Yip
09118fa230
Merge pull request #192 from jollyroger/cmake
...
CMake support
2015-02-11 12:04:19 +08:00
Milo Yip
24dd7ef839
Merge branch 'movetestleak'
2015-01-14 23:03:04 +08:00
Milo Yip
7c47cd3498
Remove 2 unit tests which make memory leaks
2015-01-14 23:02:29 +08:00
Milo Yip
24563b28fb
Correct Value(kStringType) and more assertions
2015-01-13 23:49:53 +08:00
Milo Yip
92554b52a2
Merge remote-tracking branch 'origin/master' into issue120floatprecision
2014-11-30 18:53:32 +08:00
Milo Yip
26491cff1e
Fix additional compilation errors in unit tests for VC
2014-11-23 19:03:06 +08:00
Milo Yip
3679c280dd
Merge remote-tracking branch 'origin/master' into issue120floatprecision_customstrtod
2014-11-23 08:48:03 +08:00
Milo Yip
c8bed6b8cc
Fix compilation errors in unit tests for VC
2014-11-23 08:38:48 +08:00
Milo Yip
57b91300fb
Merge remote-tracking branch 'origin/master' into issue120floatprecision_customstrtod
...
Conflicts:
include/rapidjson/internal/dtoa.h
test/unittest/readertest.cpp
2014-11-14 22:23:16 +08:00
Milo Yip
22ca9312df
Fix gcc/clang compilation errors and turn off exhaustive number test
2014-11-14 18:36:25 +08:00
Milo Yip
40852f4d6d
Fixes StrtodDiyFp bugs
2014-11-14 18:23:51 +08:00
Andriy Senkovych
bff9625e86
Add travis tests to be run from CTest
2014-11-12 01:57:00 +02:00
Andriy Senkovych
40648f164b
Add namespacetest to the unit tests
2014-11-11 18:10:55 +02:00
Andriy Senkovych
8f3f0ea167
Add separate targets for examples and tests
2014-11-11 17:50:32 +02:00
Andriy Senkovych
d69991fa11
Set separate directory to place binaries
2014-11-11 17:26:59 +02:00
Andriy Senkovych
8ae1c971ea
Add initial CMake support
...
* Support for both in-source and out-of-source builds
* Set library version to 0.12 to map Debian package
* Add separate options to build tests, examples and documentation
* Add pkgconfig lookup support (if installed with `make install`)
* Add CMake lookup support (if isntalled with `make install`)
* Add Google Test Source lookup
* Add CTest support for running tests (use `make test` or `ctest -V`)
2014-11-11 17:26:59 +02:00
Philipp A. Hartmann
7dc9b18f54
namespacetest.cpp: add test for separate namespace
2014-11-06 20:54:46 +01:00
Drew Noakes
6aa664eeef
Document traits of types using <type_traits> and static_assert in tests.
...
The tests state the current traits of types Document, Value and
StringBuffer. There are slight differences between them. It seems like a
good idea to extend this approach across more types, and to review the
expected traits across the board.
2014-10-31 11:00:57 +00:00
miloyip
b4e2d58c74
Temp commit
2014-10-31 10:25:04 +08:00
Milo Yip
96f979a0c4
Merge pull request #187 from pah/fixes/sign-compare
...
DocumentMove tests: compiler error due to -Wsign-compare
2014-10-31 09:33:32 +08:00