Commit Graph

12 Commits

Author SHA1 Message Date
jzmaddock
0a245647e2 constexpr: Tweak C++14 detection to eliminate early clang versions.
Update appveyor.yml.
Add docs and examples.
2019-08-26 12:53:15 +01:00
jzmaddock
1488d12131 constexpr: begin testing C++14 constexpr support. 2019-08-18 15:16:27 +01:00
jzmaddock
04889b8aee Update CI scripts to handle new module layout. 2018-12-20 09:02:29 +00:00
jzmaddock
711d479f22 CI: correct appveyor.yml. 2018-11-15 08:42:28 +00:00
jzmaddock
cf52576774 CI: correct appveyor.yml. 2018-11-11 18:13:23 +00:00
jzmaddock
e60631e6a4 CI: split appveyor tests up to avoid timeouts. 2018-11-11 18:11:00 +00:00
jzmaddock
bbdda4b9b3 Appveyor: disable testing -std:c++latest with msvc for now:
Dependent libraries don't yet support this in master.
2017-06-25 11:41:40 +01:00
jzmaddock
4c36616841 CI: Fix some remaining issues:
* Build with --hash as otherwise command line gets too long on Windows machines.
* Disable tests that generate object files too large for gcc on windows.
* Split cpp_dec_float tests up a bit to reduce object file size.
* Use boost::int46_t not ::int64_t in test case.
* Disable test_arithmetic_backend_concept.cpp with original mingw32 which has issues fixed in mingw64.
2017-06-04 19:36:59 +01:00
jzmaddock
814e737c37 CI: Fix appveyor bjam command line. 2017-06-04 09:26:41 +01:00
jzmaddock
6a1ab1bc34 CI: Fix paths in appveryor.yml.
Add missing import to Jamfile.
Disable test_cpp_int_lit for older msvc when under CI testing (known failure).
2017-06-01 08:59:28 +01:00
jzmaddock
b1adefb750 CI: Correct path to test 2017-05-31 21:06:39 +01:00
jzmaddock
10efe3d169 Add test case for https://github.com/boostorg/multiprecision/issues/21
Add appveyor test coverage.
2017-05-31 19:31:35 +01:00