1 file changed
+1
-1
lines changed- .github/workflows/cov.yml+5-11
- .github/workflows/fast.yml+1-1
- .github/workflows/slow.yml+12-31
- .github/workflows/superproject_cmake.yml+1-1
- .gitignore+21
- CMakeLists.txt+5-4
- Jamfile-38
- README.md+15-2
- build.jam+49
- doc/Jamfile+14-7
- doc/README.md+9
- doc/changelog.qbk+1-1
- doc/concepts/Accumulator.qbk+1
- doc/concepts/Axis.qbk+2
- doc/doxygen_postprocessing.py+2
- doc/guide.qbk+16
- examples/Jamfile+8-1
- examples/guide_custom_axis_multiple_value_types.cpp+60
- examples/guide_fill_histogram.cpp+11-1
- include/boost/histogram/accumulators.hpp+1
- include/boost/histogram/accumulators/collector.hpp+110
- include/boost/histogram/accumulators/ostream.hpp+14
- include/boost/histogram/axis/integer.hpp+1-1
- include/boost/histogram/detail/axes.hpp+3-3
- include/boost/histogram/detail/chunk_vector.hpp+103
- include/boost/histogram/detail/detect.hpp+2
- include/boost/histogram/detail/large_int.hpp+1-1
- include/boost/histogram/detail/static_vector.hpp+18-16
- include/boost/histogram/fwd.hpp+3
- include/boost/histogram/literals.hpp+1-1
- include/boost/histogram/utility/clopper_pearson_interval.hpp+5-5
- include/boost/histogram/utility/jeffreys_interval.hpp+7-6
- include/boost/histogram/utility/wald_interval.hpp+2-1
- include/boost/histogram/utility/wilson_interval.hpp+2-1
- test/CMakeLists.txt+12-6
- test/Jamfile+16-8
- test/accumulators_collector_test.cpp+139
- test/accumulators_count_test.cpp+1-1
- test/accumulators_fraction_test.cpp+18-18
- test/accumulators_mean_test.cpp+7
- test/accumulators_serialization_test.cpp+14
- test/accumulators_serialization_test_collector.xml+20
- test/algorithm_project_test.cpp+5
- test/algorithm_reduce_test.cpp+28-28
- test/axis_boolean_test.cpp+1-1
- test/axis_category_test.cpp+1-1
- test/axis_integer_test.cpp+1-1
- test/axis_regular_test.cpp+1-1
- test/axis_traits_test.cpp+1-1
- test/axis_variable_test.cpp+1-1
- test/axis_variant_test.cpp+1-1
- test/deduction_guides_test.cpp+1-1
- test/detail_args_type_test.cpp+1-1
- test/detail_array_wrapper_serialization_test.cpp+2-2
- test/detail_axes_test.cpp+1-1
- test/detail_convert_integer_test.cpp+1-1
- test/detail_detect_test.cpp+1-1
- test/detail_iterator_adaptor_test.cpp+1-1
- test/detail_large_int_test.cpp+1-1
- test/detail_misc_test.cpp+4-4
- test/detail_relaxed_equal_test.cpp+1-1
- test/detail_replace_type_test.cpp+1-1
- test/detail_static_vector_and_span_test.cpp+9-9
- test/detail_tuple_slice_test.cpp+1-1
- test/histogram_collector_test.cpp+49
- test/histogram_fraction_test.cpp+3-3
- test/histogram_growing_test.cpp+1-1
- test/histogram_operators_test.cpp+2-2
- test/histogram_test.cpp+11-1
- test/odr_test.cpp+1
- test/ostream.hpp+25-4
- test/quick.cpp+19
- test/tools_test.cpp+1-1
- test/unlimited_storage_test.cpp+1-1
- test/utility_clopper_pearson_interval_test.cpp+21-21
- test/utility_jeffreys_interval_test.cpp+34-34
- tools/cov.py+5-2
0 commit comments