Commit a78d54c
File tree
10 files changed
+20
-16
lines changed- extern
- include/bh_python
- accumulators
10 files changed
+20
-16
lines changed- .github/workflows/ci.yml+244
- .travis.yml+41-243
- CMakeLists.txt-7
- appveyor.yml+2-1
- doc/bit.qbk+203
- doc/cmath.qbk+122
- doc/core.qbk+2
- include/boost/core/allocator_access.hpp+102-134
- include/boost/core/bit.hpp+581
- include/boost/core/cmath.hpp+199
- include/boost/core/detail/splitmix64.hpp+54
- include/boost/core/ignore_unused.hpp+32-2
- include/boost/core/lightweight_test.hpp+42
- include/boost/core/ref.hpp+36
- include/boost/core/uncaught_exceptions.hpp+7-7
- meta/libraries.json+9-5
- test/Jamfile.v2+28-1
- test/allocator_size_type_test.cpp+2-1
- test/bit_cast_test.cpp+29
- test/bit_ceil_test.cpp+65
- test/bit_countl_test.cpp+46
- test/bit_countr_test.cpp+46
- test/bit_endian_test.cpp+36
- test/bit_floor_test.cpp+53
- test/bit_popcount_test.cpp+46
- test/bit_rotate_test.cpp+175
- test/bit_width_test.cpp+94
- test/cmath_test.cpp+286
- test/has_single_bit_test.cpp+110
- test/lib_typeid.cpp+9
- test/lightweight_test_fail15.cpp+37
- test/lightweight_test_test6.cpp+33
- test/ref_conversion_test.cpp+39
- test/ref_implicit_fail3.cpp+29
- test/ref_implicit_fail4.cpp+21
- test/test_lib_typeid2.cpp+34
- .github/workflows/cov.yml+6-6
- .github/workflows/fast.yml+1-14
- .github/workflows/slow.yml+8-8
- CMakeLists.txt+3-1
- Jamfile+2-2
- README.md+8-6
- benchmark/plot_benchmarks.py+22-11
- benchmark/run_benchmarks.py+25-13
- doc/concepts/Accumulator.qbk+4-5
- doc/doxygen_postprocessing.py+12-1
- doc/guide.qbk+1-1
- doc/history.qbk+2
- examples/guide_histogram_streaming.cpp+13-9
- examples/guide_parallel_filling.cpp+1-1
- include/boost/histogram/accumulators/count.hpp+63-23
- include/boost/histogram/accumulators/is_thread_safe.hpp+41
- include/boost/histogram/accumulators/mean.hpp+44-13
- include/boost/histogram/accumulators/ostream.hpp+6-3
- include/boost/histogram/accumulators/thread_safe.hpp+13-7
- include/boost/histogram/accumulators/weighted_mean.hpp+43-20
- include/boost/histogram/accumulators/weighted_sum.hpp+1-2
- include/boost/histogram/algorithm/sum.hpp+1
- include/boost/histogram/axis/integer.hpp+11-6
- include/boost/histogram/detail/accumulator_traits.hpp+9-3
- include/boost/histogram/detail/atomic_number.hpp+92
- include/boost/histogram/detail/debug.hpp+20
- include/boost/histogram/detail/detect.hpp+44-40
- include/boost/histogram/detail/ignore_deprecation_warning_begin.hpp+8
- include/boost/histogram/detail/ignore_deprecation_warning_end.hpp+6
- include/boost/histogram/detail/linearize.hpp+23-19
- include/boost/histogram/detail/square.hpp+23
- include/boost/histogram/detail/term_info.hpp+87
- include/boost/histogram/fwd.hpp+2-4
- include/boost/histogram/histogram.hpp+2-2
- include/boost/histogram/indexed.hpp+80-18
- include/boost/histogram/ostream.hpp+73-35
- include/boost/histogram/storage_adaptor.hpp+1
- test/CMakeLists.txt+6-2
- test/Jamfile+12-5
- test/accumulators_count_test.cpp+47-19
- test/accumulators_count_thread_safe_test.cpp+93
- test/accumulators_mean_test.cpp+91-46
- test/accumulators_thread_safe_test.cpp+8
- test/accumulators_weighted_mean_test.cpp+87-21
- test/axis_traits_test.cpp+16
- test/check_build_system.py+1-1
- test/check_odr_test.py+7-3
- test/detail_accumulator_traits_test.cpp+32-5
- test/detail_detect_test.cpp+32
- test/histogram_fill_test.cpp+2-1
- test/histogram_ostream_ascii_test.cpp+76
- test/histogram_ostream_test.cpp+202-49
- test/histogram_test.cpp+16-1
- test/histogram_threaded_test.cpp+2-2
- test/indexed_test.cpp+37
- test/storage_adaptor_serialization_test.cpp+6-1
- test/storage_adaptor_test.cpp+13-4
- test/storage_adaptor_threaded_test.cpp+3-3
- tools/cov.py+69
- tools/cov.sh-46
- .github/workflows/ci.yml+217
- .travis.yml+53-10
- CMakeLists.txt+1-1
- appveyor.yml+7-3
- doc/mp11/algorithm.adoc+39
- doc/mp11/changelog.adoc+4
- include/boost/mp11/algorithm.hpp+60
- include/boost/mp11/detail/mp_count.hpp+44-12
- include/boost/mp11/function.hpp+5-9
- include/boost/mp11/version.hpp+1-1
- meta/libraries.json+3-2
- test/Jamfile+8-4
- test/mp_all_2.cpp+42
- test/mp_all_of.cpp+23
- test/mp_any_2.cpp+42
- test/mp_any_of.cpp+23
- test/mp_count.cpp+17
- test/mp_count_if.cpp+20
- test/mp_intersperse.cpp+38
- test/mp_join.cpp+51
- test/mp_none_of.cpp+23
- test/mp_same.cpp+1-1
- test/mp_split.cpp+51
Submodule throw_exception updated 11 files
- .github/workflows/ci.yml+208
- .travis.yml+48-26
- appveyor.yml+8-2
- include/boost/throw_exception.hpp+37-39
- meta/libraries.json+3-2
- test/Jamfile.v2+7
- test/make_exception_ptr_nx_test.cpp+40
- test/make_exception_ptr_nx_test2.cpp+42
- test/make_exception_ptr_test.cpp+18
- test/make_exception_ptr_test2.cpp+20
- test/throw_exception_nx_test3.cpp+17
- .github/workflows/ci.yml+204
- .travis.yml+34-34
- appveyor.yml+3-3
- doc/variant2/changelog.adoc+5-1
- doc/variant2/reference.adoc+4-4
- include/boost/variant2/variant.hpp+179-128
- meta/libraries.json+3-2
- test/Jamfile+6-1
- test/variant_derived_construct.cpp+33
- test/variant_emplace_index.cpp+111
- test/variant_eq_ne.cpp+7
- test/variant_eq_ne_cx.cpp+7
- test/variant_hash.cpp+15-2
- test/variant_in_place_index_construct_cx.cpp+1-1
- test/variant_in_place_type_construct_cx.cpp+1-1
- test/variant_lt_gt.cpp+9
- test/variant_lt_gt_cx.cpp+9
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
187 | 191 | | |
188 | 192 | | |
189 | 193 | | |
190 | | - | |
| 194 | + | |
191 | 195 | | |
192 | 196 | | |
193 | 197 | | |
194 | 198 | | |
195 | 199 | | |
196 | 200 | | |
197 | 201 | | |
198 | | - | |
| 202 | + | |
199 | 203 | | |
200 | 204 | | |
201 | 205 | | |
| |||
0 commit comments