864 Commits

Author SHA1 Message Date
miloyip
f55002c9a2 Try to fix valgrind error 2015-05-03 19:27:12 +08:00
miloyip
6582160a12 Fix out-of-bound access in percent decode 2015-05-03 19:14:58 +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
bd435f76ab Another trial to fix the kInvalidIndex problem 2015-04-10 23:32:28 +08:00
Milo Yip
c7bcdb9c0c Fix a clang/gcc linker error
static const member integer not working
2015-04-10 23:06:17 +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
dfc864b1d3 Fix a bug in Pointer::Create() which makes it very slow 2015-04-10 22:06:56 +08:00
Milo Yip
1b9cab7f12 Try to fix more gcc/clang compilation errors 2015-04-10 21:40:18 +08:00
Milo Yip
601a62e5b3 Try to fix a gcc/clang issue after removing Document::ValueType 2015-04-10 20:59:39 +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
miloyip
79e81fe36f Typo v1.0-beta 2015-04-08 14:50:27 +08:00
miloyip
a31eb8962e Add missing \" in simpledom diagram 2015-04-08 14:31:08 +08:00
miloyip
3b9676f722 Add Gitbook links 2015-04-08 14:28:46 +08:00
miloyip
eb53791411 Try to fix side-nav not reaching bottom issue 2015-04-07 17:48:52 +08:00
Milo Yip
afa317674a Merge pull request #283 from miloyip/license
Changing copyright holders, and details in license
2015-04-07 17:31:59 +08:00
miloyip
a24322f2c7 Try adding disqus for documentation 2015-04-07 17:15:56 +08:00
miloyip
a02ed75e8b Use smaller font for title of class reference 2015-04-07 16:37:47 +08:00
miloyip
4b6bf04623 Try fixing vertical gap in old doxygen with CSS 2015-04-07 15:35:08 +08:00
miloyip
3ca69693bd Fix another set of dead links 2015-04-07 15:18:05 +08:00
miloyip
8d76b402ea Fix dead links 2015-04-07 14:11:34 +08:00
Milo Yip
a6f102472b Copyright text for zh-cn readme 2015-04-03 15:24:41 +08:00
Milo Yip
dd28719aae Minor doc fixes 2015-04-03 15:01:01 +08:00
Milo Yip
d882fa6d82 Update links to people in FAQ 2015-04-03 14:48:41 +08:00
Milo Yip
25e408dbe5 Typo 2015-04-03 12:58:23 +08:00
Milo Yip
d1959ba6e3 Change copyright owner and related changes. 2015-04-03 12:57:16 +08:00
Milo Yip
b8cc02e0aa Try to fix a compilation error on gcc/clang 2015-04-03 11:35:32 +08:00
Milo Yip
fc18b12880 Minor dom doc modifications 2015-04-03 11:33:55 +08:00
Milo Yip
2d920e7e0f Add user buffer unit test 2015-04-03 11:25:19 +08:00
Milo Yip
51f439eddb Fix internals document doxygen table issue and typos 2015-04-03 11:06:15 +08:00
Milo Yip
6968fc5a36 Fix TODOs in DOM documentation 2015-04-03 10:28:02 +08:00
Milo Yip
b72219e7bb Fix language names in readme 2015-04-03 10:27:44 +08:00
Milo Yip
1ddbbdf83d Merge pull request #281 from pah/fix/zh-cn
fix zh-cn Doxygen generation for Travis CI
2015-04-03 10:00:56 +08:00
Philipp A. Hartmann
349f737fab readme.zh-cn.md: translate(?) english documentation link 2015-04-02 22:34:26 +02:00
Philipp A. Hartmann
b688580cb3 fix zh-cn Doxygen generation for Travis CI 2015-04-02 21:17:23 +02:00
Milo Yip
9b63f39cd5 Merge pull request #280 from miloyip/zh-cn
Localize documents to simplified Chinese
2015-04-02 16:01:37 +08:00
miloyip
d1a345a6c4 Add doxyfile for zh-cn 2015-04-02 15:48:13 +08:00