1532 Commits

Author SHA1 Message Date
Omer Katz
45ea872f2e Set CCACHE_CPP2 environment variable to yes as described in http://petereisentraut.blogspot.co.il/2011/09/ccache-and-clang-part-2.html 2015-12-31 12:10:34 +02:00
Milo Yip
df76c0d6d7 Apply LIKELY/UNLIKELY in Reader 2015-12-31 18:10:17 +08:00
Omer Katz
163c4b7583 Fixed cmake syntax errors. 2015-12-31 12:07:28 +02:00
Omer Katz
96fbaef1ec Workaround clang and ccache bugs described in http://petereisentraut.blogspot.co.il/2011/05/ccache-and-clang.html 2015-12-31 12:04:47 +02:00
Omer Katz
84c56130d2 Adjust CMakeLists.txt files to use ccache when it's available. 2015-12-31 11:56:39 +02:00
Milo Yip
122c722993 More LIKELY/UNLIKELY in Writer 2015-12-31 16:17:52 +08:00
Milo Yip
bcc3fb6d9e Fix stack reserve bug 2015-12-31 16:07:07 +08:00
Milo Yip
ef6957c177 PutReserve() and PutUnsafe() optimisation for Writer 2015-12-31 15:30:28 +08:00
Milo Yip
1a21379e3c Merge branch 'master' into optimization 2015-12-31 09:23:38 +08:00
Omer Katz
3186e31b57 Print cache statistics. 2015-12-30 15:57:44 +02:00
Omer Katz
db11011a5c Script seems to fail to report coverage. Explictly specifying the commands. 2015-12-30 15:55:24 +02:00
Omer Katz
c3cd3edad2 Explictly specify the entire matrix. 2015-12-30 15:52:11 +02:00
Omer Katz
3a01a25242 Explictly specify compiler in the matrix. 2015-12-30 15:09:36 +02:00
Omer Katz
1f43a6f0b2 Added comment. 2015-12-30 15:07:32 +02:00
Omer Katz
291bcf94b0 Fixed path to coverage script. 2015-12-30 15:01:44 +02:00
Omer Katz
2a7836c961 Cached python packages as well for faster coverage reporting. 2015-12-30 13:11:39 +02:00
Omer Katz
6400ab8d18 Added the missing coveralls script. 2015-12-30 13:10:39 +02:00
Omer Katz
4fadfa5c22 Corrected the build matrix and removed inline logic. 2015-12-30 13:06:53 +02:00
Omer Katz
6d97d8bf71 Fixed bash syntax error. 2015-12-30 12:32:26 +02:00
Omer Katz
feadfad266 Fix syntax errors. 2015-12-30 12:18:39 +02:00
Milo Yip
ecfdb0c0fe Merge pull request #497 from miloyip/issue473_warning
Fix #473 clang -Weverything
2015-12-30 09:21:39 +08:00
Omer Katz
caa4d22d16 Initial attempt at moving travis to containerized infrastructure. 2015-12-29 18:15:52 +02:00
Omer Katz
5121034bb8 CMake will no longer complain that the minimum CMake version is not specified for test/CMakeLists.txt. 2015-12-29 16:57:42 +02:00
Milo Yip
c6384da755 Try to fix clang and gcc warnings problems again x11 2015-12-18 20:53:07 +08:00
Milo Yip
81c07721cb Try to fix clang and gcc warnings problems again x10 2015-12-18 20:38:08 +08:00
Milo Yip
5c003f3ecb Try to fix clang and gcc warnings problems again x9
Abandon RAPIDJSON_NORETURN_SUFFIX
2015-12-18 20:34:46 +08:00
Milo Yip
efdbdc6016 Try to fix clang and gcc warnings problems again x8 2015-12-18 20:26:34 +08:00
Milo Yip
6d6381f596 Try to fix clang and gcc warnings problems again x7 2015-12-18 20:15:11 +08:00
Milo Yip
d72039f3ef Try to fix clang and gcc warnings problems again x6 2015-12-18 20:06:58 +08:00
Milo Yip
6e08e760fc Try to fix clang and gcc warnings problems again x5 2015-12-18 19:57:43 +08:00
Milo Yip
d6478991d0 Try to fix clang and gcc warnings problems again x4 2015-12-18 19:54:10 +08:00
Milo Yip
4cb7c88ca9 Try to fix clang and gcc warnings problems again x3 2015-12-18 19:47:11 +08:00
Milo Yip
a6a73b51b5 Try to fix clang and gcc warnings problems againx2 2015-12-18 19:36:51 +08:00
Milo Yip
9ce381b801 Try to fix clang and gcc warnings problems again 2015-12-18 19:15:51 +08:00
Milo Yip
17f2ca6913 Try to fix clang and gcc warnings problems 2015-12-18 19:04:09 +08:00
Milo Yip
74c8dcfd57 Fix clang -Weverything 2015-12-18 18:34:04 +08:00
Milo Yip
f36af30531 Merge pull request #495 from pah/fixes/494-warning-pop
encodings.h: fix typo in preprocessor condition (closes #494)
2015-12-16 16:46:35 +08:00
Philipp A. Hartmann
7899a3c125 encodings.h: fix typo in preprocessor condition (closes #494) 2015-12-16 09:40:39 +01:00
Milo Yip
a1c4f325ca Temporarily remove git clone single-branch
https://github.com/travis-ci/travis-ci/issues/5225
2015-12-06 13:44:47 +08:00
Milo Yip
bd85e8d259 Merge pull request #488 from haubi/master
detect little endian for Microsoft ARM targets
2015-12-06 12:58:47 +08:00
miloyip
8b265fe4b6 Fixes #489 2015-12-06 11:38:53 +08:00
Michael Haubenwallner
e706397861 detect little endian for Microsoft ARM targets
When _MSC_VER and _M_ARM is defined, this is some Windows ARM target
using little-endian byte order.
2015-12-04 17:54:45 +01:00
Milo Yip
dee230b4d6 Merge pull request #485 from haubi/master
use <wchar.h> with C++ linkage on Windows ARM
2015-12-01 09:25:39 +08:00
Michael Haubenwallner
5b268e6508 use <wchar.h> with C++ linkage on Windows ARM
Instead of commenting that we should, just do include <wchar.h>
with C++ linkage when compiling for Windows on ARM.
Actually, omitting the C linkage really should be enough here.
2015-11-30 17:34:29 +01:00
Milo Yip
28f2ed00d9 Merge pull request #484 from miloyip/Issue483_PointerValue
Fix #483 by using the correct value type
2015-11-30 17:37:58 +08:00
Milo Yip
db0a03a43c Fix #483 by using the correct value type 2015-11-30 17:22:06 +08:00
Milo Yip
9c71093564 Merge pull request #482 from macworld/master
fix typos and dead links in docs
2015-11-30 09:44:02 +08:00
Wenhao Liu
06f62e38f7 fix typos and dead links, sync faq.zh-cn.md 2015-11-29 00:12:29 +08:00
Wenhao Liu
fe89676a9e fix a compatibility issue with doxygen 2015-11-28 22:40:43 +08:00
Milo Yip
9d47c62337 Merge pull request #480 from pah/feature/document-parseresult
GenericDocument: add implicit conversion to ParseResult
2015-11-27 10:42:11 +08:00