1389 Commits

Author SHA1 Message Date
Milo Yip
a79d6895ed Minor edits of schema.md [ci skip] 2016-01-31 23:35:02 +08:00
Milo Yip
3184e8947d Draft schema documentation 2016-01-31 23:24:17 +08:00
Milo Yip
55d2867841 Add SchemaValidatingReader ::IsValid() 2016-01-31 22:36:19 +08:00
Milo Yip
28e6a40fc6 Change indentation to space 2016-01-31 13:44:49 +08:00
Milo Yip
48e0675ec9 Fix gcc warning 2016-01-31 01:47:51 +08:00
Milo Yip
556a8975bd Add RAPIDJSON_UNLIKELY in Value::Accept() 2016-01-31 01:33:47 +08:00
Milo Yip
b515627446 CMake use RelWithDebInfo as default #319 2016-01-31 01:17:29 +08:00
Milo Yip
b8b7dfedd1 Fix partial specialization issue 2016-01-30 23:07:51 +08:00
Milo Yip
ed12665f16 Fix compilation error for gcc/clang 2016-01-30 22:44:04 +08:00
Milo Yip
a33af83ee4 Optimization for Regex and Schema 2016-01-30 22:41:09 +08:00
Milo Yip
a006648398 Update json schema suite and add perf test 2016-01-30 01:00:01 +08:00
Milo Yip
89106a13c6 Add schema validator example 2016-01-29 15:24:23 +08:00
Milo Yip
4ce000b9f5 Fix out-of-bound access 2016-01-29 10:53:33 +08:00
Milo Yip
ea62c64add Fix clang warning 2016-01-27 14:22:05 +08:00
Milo Yip
63ae3b730a Fix memory leak 2016-01-27 14:17:24 +08:00
Milo Yip
d72f52bbea Fix clang warning 2016-01-27 14:17:06 +08:00
Milo Yip
05968b7031 Fix schema tests and added SchemaValidatingReader 2016-01-27 13:59:14 +08:00
Milo Yip
6978f878eb Resolve conflicts 2016-01-26 15:58:22 +08:00
Milo Yip
7f9921fc60 Merge branch 'master' into schema
# Conflicts:
#	.gitignore
#	include/rapidjson/internal/stack.h
2016-01-26 15:24:04 +08:00
Milo Yip
4f20bdcf39 Merge pull request #515 from miloyip/cxx11warnings
Fix C++11 warnings and make travis to compile with/without C++11
2016-01-23 16:17:20 +08:00
Milo Yip
403115019b Add travis C++11 on/off matrix 2016-01-23 15:53:27 +08:00
Milo Yip
a7490404ba Try to fix a clang missing assignment warning 2016-01-23 15:38:01 +08:00
Milo Yip
d8c793f23f Disable type_traits 2016-01-23 15:27:59 +08:00
Milo Yip
2f5a69b2fb Try using c++0x for gcc 4.6.x 2016-01-23 14:58:19 +08:00
Milo Yip
a6eb15d274 Fix warnings in clang for C++11 2016-01-23 14:37:15 +08:00
Milo Yip
534da223f7 Merge branch 'master' into cxx11warnings 2016-01-23 14:19:12 +08:00
Milo Yip
968a666acd Merge pull request #513 from miloyip/optimization
Make whitespace array more compact
2016-01-22 20:13:58 +08:00
Milo Yip
f183282b64 Fix warning 2016-01-22 19:03:00 +08:00
Milo Yip
a202d82339 Make whitespace array more compact 2016-01-22 18:42:50 +08:00
Milo Yip
4f4aff329f Fix clang compilation 2016-01-22 18:33:08 +08:00
Milo Yip
a5990f3eea Optimize ScanCopyUnescapedString for insitu parsing 2016-01-22 18:26:24 +08:00
Milo Yip
f13caadded Fix valgrind problem 2016-01-22 16:13:06 +08:00
Milo Yip
e392652754 Fix compilation 2016-01-22 16:05:46 +08:00
Milo Yip
d1e6eae2a9 Remove unused code 2016-01-22 15:43:51 +08:00
Milo Yip
6863f7b24c Fix warning 2016-01-22 15:39:07 +08:00
Milo Yip
ae5cf58878 Fix ScanCopyUnescapedString performance issue 2016-01-22 15:33:08 +08:00
Milo Yip
1502e7ed64 Merge branch 'master' into optimization 2016-01-22 12:18:17 +08:00
Milo Yip
69d0f41c4b Implemented ScanCopyUnescapeString optimization
Some performance issues to be fixed
2016-01-22 12:18:05 +08:00
Milo Yip
66f99d208f Merge pull request #511 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2016-01-21 09:38:31 +08:00
ReadmeCritic
292a5c9d83 Update README URLs based on HTTP redirects 2016-01-20 11:24:11 -08:00
Milo Yip
8fbe442925 Merge pull request #510 from miloyip/issue509_writingnaninf
Fix #509 by checking Nan/Inf when writing a double
2016-01-20 22:30:15 +08:00
Milo Yip
78c7d54aba Fix #498 VC2015 warnings 2016-01-20 22:29:50 +08:00
Milo Yip
bab80e7cca Fix clang warning 2016-01-20 02:01:14 +08:00
Milo Yip
ad1d22eba5 Fix #509 by checking Nan/Inf when writing a double 2016-01-20 01:53:40 +08:00
Milo Yip
44f81f09b4 Remove travis doc job number checking.
Travis doc is running on separated task now.
2016-01-19 18:28:28 +08:00
Milo Yip
bd1be768f1 Fix #508 tutorial documentation about move semantics. 2016-01-19 09:59:38 +08:00
Milo Yip
9515b9cc94 Merge pull request #501 from thedrow/fix-cmake-min-version-warning
CMake will no longer complain that the minimum CMake version is not specified
2016-01-04 09:28:30 +08:00
Milo Yip
d0045f15bd Merge pull request #504 from thedrow/containerized-travis
Move Travis to container based infrastructure
2016-01-04 09:27:53 +08:00
Omer Katz
53557c8988 Moved comment to the right place and added a TODO. Added another comment about the documentation task. 2015-12-31 16:17:14 +02:00
Omer Katz
83a2e13efb Add pip caching only when reporting coverage. 2015-12-31 14:21:23 +02:00