1660 Commits

Author SHA1 Message Date
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
Omer Katz
918fafc611 Disable cache for doxygen. 2015-12-31 13:56:35 +02:00
Omer Katz
5337e73f34 Fix path. 2015-12-31 13:41:51 +02:00
Omer Katz
8e40b2062e Split the documentation task from the rest since references to script doesn't work. 2015-12-31 13:29:39 +02:00
Omer Katz
89631a6190 Make documentation only in one of the build jobs. 2015-12-31 13:05:57 +02:00
Omer Katz
5fb5002e9a Run everything in 2 parallel threads. 2015-12-31 12:35:25 +02:00
Omer Katz
52e287a8c9 Fail the build early if cmake cannot generate the Makefiles. 2015-12-31 12:32:50 +02:00
Omer Katz
0cc5974b11 Missed one CCACHE_CPP2=yes 2015-12-31 12:19:09 +02:00
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