Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-07Turn some Tests to RAPIDJSON_USE_MEMBERSMAP in CI.ylavic
2021-04-04Try some tests with -D_GLIBCXX_DEBUG and coverage with -O0.ylavic
2021-03-30Handle C++17 (and C++11 with MSVC) in CI.ylavic
2020-03-30ci: upgrade distro to xenial and add arm64 test cases (#1662)Jun
Start from xenial, Travis supports multiple CPU architectures. To bump to this version allows expand test coverage for more architectures. See: https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system Add arm64 test cases to matrix. Change-Id: If61e2d38223dad70b542d6ec0afcf4a433c9debf Signed-off-by: Jun He <jun.he@arm.com> Co-authored-by: Jun He <jun.he@arm.com>
2019-09-25Update .travis.ymlzhao xin
2019-09-25Update .travis.ymlzhao xin
2017-09-13Change from miloyip/rapidjson to Tencent/rapidjsonMilo Yip
2017-07-09Travis: Switch to Ubuntu 14.04 (Trusty)Philipp A. Hartmann
2016-06-10use included clang on travisEli Fidler
This should fix the Travis clang builds, since the upstream LLVM apt repo is down.
2016-02-27Add missing valgrindMilo Yip
2016-02-27Try to set libc++ in cmakeMilo Yip
2016-02-27Try libc++Milo Yip
2016-02-27Add another sourceMilo Yip
2016-02-27Add sources for clangMilo Yip
2016-02-27Try clang-3.7Milo Yip
2016-02-27Fix YAMLMilo Yip
2016-02-27Try using clang 3.7Milo Yip
2016-02-24Add C++11 configMilo Yip
2016-02-23Remerge #504Milo Yip
2016-01-23Add travis C++11 on/off matrixMilo Yip
2015-04-15Fix coverallsmiloyip
2015-04-15Only do coverage on gcc/debugmiloyip
2015-04-14Try coverage on gcc/release alsomiloyip
2015-04-14Ignore files for coveragemiloyip
2015-04-13Revert "Try disabling inline for coverage"miloyip
This reverts commit 6a622aa0d095998bf6619b613643cb240c5336e3.
2015-04-13Try disabling inline for coveragemiloyip
2015-04-12Try to fix doxygen problemmiloyip
2015-04-12Activate coveralls/gcov for code coverage analysismiloyip
2015-03-24.travis.yml: disable SSE4.2 on 32-bit (closes #266)Philipp A. Hartmann
2015-03-10.travis.yml: properly pass $ARCH_FLAGSPhilipp A. Hartmann
RapidJSON is C++, need to set CMAKE_CXX_FLAGS instead of CMAKE_C_FLAGS when configuring the build environment.
2015-03-10.travis.yml: add missing semicolonPhilipp A. Hartmann
2015-03-10.travis.yml: re-add missing "apt-get update" callPhilipp A. Hartmann
(Accidentally dropped in 40c03114)
2015-03-10.travis.yml: skip perftest on debug buildsPhilipp A. Hartmann
2015-03-10.travis.yml: move comment of workaround for #163Philipp A. Hartmann
2015-03-10.travis.yml: cleanup ARCH configurationPhilipp A. Hartmann
2015-02-19Add a workaround for valgrind bug. Refs: #171, #240Andrii Senkovych
2014-11-19Try new travis configurationAndriy Senkovych
2014-11-06namespacetest: add symbol check to .travis.ymlPhilipp A. Hartmann
2014-10-23.travis.yml: avoid Valgrind bug with '-march=native'Philipp A. Hartmann
2014-08-20.travis.yml: include RAPIDJSON_HAS_STDSTRING testsPhilipp A. Hartmann
2014-08-12.travis.yml: add g++-multilib/libc6-dbg:i386 only on BITS=32Philipp A. Hartmann
2014-08-12.travis.yml: install libc6-dbg:i386 to run valgrind on 32-bitPhilipp A. Hartmann
2014-08-12.travis.yml: enable 32-bit buildsPhilipp A. Hartmann
As Ubuntu supports running 32-bit executables based on its multiarch setup, we can enable the tests on 32-bit configurations as well. Currently, valgrind fails for 32-bit executables on the 64-bit host. This requires some more investigation.
2014-07-12travis-doxygen.sh: allow overriding GitHub repo from environmentPhilipp A. Hartmann
2014-07-12Update tokenMilo Yip
2014-07-12Revert "Update token"Milo Yip
This reverts commit fd9bc121553bfe1f9e7c3dd70918fe90350db799.
2014-07-12Update tokenMilo Yip
2014-07-11.travis.yml: simplify config, prepare for running 32/64 bit configurationsPhilipp A. Hartmann
2014-07-09Fixes whitespaces in travis scriptMilo Yip
2014-07-09Fixes travis tokenMilo Yip