Hans Dembinski
547ec8d528
break early on appveyor and test deduction guides on travis
2019-02-24 12:33:15 +01:00
Hans Dembinski
4360d249d1
removing cmake support
2019-02-24 10:40:40 +01:00
Hans Dembinski
3b1b90f598
removing obsolete file
2019-02-24 10:39:51 +01:00
Hans Dembinski
7f102b053d
fix appveyor uses b2, fix of serialization test
2019-02-24 10:31:18 +01:00
Hans Dembinski
39182b9016
Merge branch 'feature/simpler_visitor' into develop
2019-02-24 01:06:01 +01:00
Hans Dembinski
503541b2d4
decltype(auto) doesnt work on older compilers
2019-02-23 22:44:45 +01:00
Hans Dembinski
9561eb8b12
simplifying variant implementation
2019-02-23 22:25:54 +01:00
Hans Dembinski
2a92ecb9a1
use use_default from core instead of custom type
2019-02-23 21:34:24 +01:00
Hans Dembinski
6af776020f
fix
2019-02-22 00:21:16 +01:00
Hans Dembinski
5ebb417652
tool to check jamfile completenes
2019-02-20 23:48:58 +01:00
Hans Dembinski
266e1a69f2
Feature/operators ( #162 )
...
* better operators for mp_int, unlimited_storage::reference, map_impl::reference, copying code from boost.operators
* treat warnings as errors on travis
* make appveyor build feature branches
2019-02-20 09:15:14 +01:00
Hans Dembinski
58e132497d
fix for broken global b2 build ( #160 )
...
patch to fix the broken build of top-level boost: `b2 status`
2019-02-19 16:42:31 +01:00
Hans Dembinski
2568a68f76
msvc fixes, simplification and bug-fixes of mp_int, more test coverage ( #159 )
...
* fixes broken msvc build
* smaller xml files for testing serialization
* fixing many warnings on msvc
* bug-fixes to mp_int regarding operators and new tests to check their behavior
* don't expect iterable histogram::at to have size method
* build benchmarks in release mode
* test everything by default when b2 is run on project directory
* more test coverage
2019-02-18 10:04:27 +01:00
Hans Dembinski
9abbe46e3d
CI & doc update, removed multiprecision::cpp_int, simpler axis implementation, use_default to set default options
...
* Travis uses b2 and codecov now
* replacing boost::multiprecision with custom implementation to avoid the dependency
* improved axis implementation: `update` is now a normal method
* introduced use_default tag type to set defaults
* whitespace fixes and doc update
2019-02-17 13:37:50 +01:00
Hans Dembinski
3b110fc2a5
tabs to space, replace non-ascii [ci skip]
2019-02-11 22:30:41 +01:00
Hans Dembinski
39b7afe2bf
better serialization tests which avoid having the xml data inline
2019-02-11 22:30:07 +01:00
Hans Dembinski
e1837c6d40
avoid allocator<void> warning [ci skip]
2019-02-11 21:22:40 +01:00
Hans Dembinski
599e55f4f0
fixed wording [ci skip]
2019-02-11 20:46:15 +01:00
Hans Dembinski
aad952f11e
removing lexical_cast
2019-02-11 20:34:17 +01:00
Hans Dembinski
c3966a52c2
doc and coverage updates
2019-02-11 20:28:41 +01:00
Hans Dembinski
4a2e3db0e0
upload edits on docs and minor code fixes ( #152 )
...
* renaming naked to remove_cvref_t
* more static_asserts to check implicit conditions
* use new BOOST_TEST_TRAIT_SAME
* reorganize and add operator tests, fixes for array and map adaptors
* improved map adaptor
* storage does not have to support scaling operator anymore
* doc improvements
2019-02-10 22:45:00 +01:00
Hans Dembinski
43acdf5c92
adding meta
2019-02-09 18:04:29 +01:00
Hans Dembinski
eef665d838
another fix
2019-02-09 17:45:51 +01:00
Hans Dembinski
917c296219
fix coverage badge
2019-02-09 17:41:15 +01:00
Hans Dembinski
53b66cafc8
squash a few warnings on the boost matrix
2019-02-09 17:11:42 +01:00
Hans Dembinski
860f245f63
adding contribution note
2019-02-09 17:11:27 +01:00
Hans Dembinski
4aa3f9e63f
adding index.html
2019-02-09 16:07:15 +01:00
Hans Dembinski
b7b945a0bc
fixing the test in both build systems
2019-02-09 15:56:08 +01:00
Hans Dembinski
718952e589
fixed building tests and examples
2019-02-08 17:11:26 +01:00
Hans Dembinski
2808953c84
another attempt to fix links
2019-02-08 17:11:08 +01:00
Hans Dembinski
61b5da3451
update readme
2019-02-08 16:58:45 +01:00
Hans Dembinski
152171a4a7
update readme
2019-02-08 16:55:36 +01:00
Hans Dembinski
ee6051f83c
adding defines to test
2019-02-08 16:44:03 +01:00
Hans Dembinski
ddc20134ff
fixing benchmark build
2019-02-08 16:26:41 +01:00
Hans Dembinski
64c61883a9
update example builds
2019-02-08 15:53:57 +01:00
Hans Dembinski
123e91c312
removing more project ids
2019-02-08 15:52:39 +01:00
Hans Dembinski
918f6199b4
updating test builds
2019-02-08 15:47:36 +01:00
Hans Dembinski
2f15f3df68
removing project ID
2019-02-08 15:47:26 +01:00
Hans Dembinski
e089280a12
moving benchmarks
2019-02-08 15:47:16 +01:00
Hans Dembinski
a2dcbdccd9
doc improvements
2019-02-07 22:57:08 +01:00
Hans Dembinski
02f0004863
fix ci
2019-02-07 20:08:37 +01:00
Hans Dembinski
1aeeddd6a8
be more self-documenting [ci skip]
2019-02-06 23:53:45 +01:00
Hans Dembinski
f20abe19fb
rename adaptive_storage to unlimited_storage, closes #150
2019-02-06 23:34:58 +01:00
Hans Dembinski
df4fefac18
histogram supports add, sub, mul, div
2019-02-06 00:29:22 +01:00
Hans Dembinski
92557fb015
fix ci
2019-02-05 13:54:36 +01:00
Hans Dembinski
b5eed0d90c
fix ci
2019-02-05 13:25:04 +01:00
Hans Dembinski
6decac4755
fix ci
2019-02-05 13:00:56 +01:00
Hans Dembinski
4e3b726951
Update README.md
2019-02-05 12:58:24 +01:00
Hans Dembinski
017fa5a3a6
fix ci
2019-02-05 09:41:33 +01:00
Hans Dembinski
6cd4e59ed4
remove warnings by making conversion explicit
2019-02-05 09:34:11 +01:00