File tree
7 files changed
+22
-6
lines changed- extern
 - include/bh_python
 
7 files changed
+22
-6
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/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 | |
|---|---|---|---|
 | |||
30 | 30 |  | |
31 | 31 |  | |
32 | 32 |  | |
 | 33 | + | |
 | 34 | + | |
 | 35 | + | |
 | 36 | + | |
 | 37 | + | |
 | 38 | + | |
 | 39 | + | |
 | 40 | + | |
 | 41 | + | |
 | 42 | + | |
 | 43 | + | |
 | 44 | + | |
 | 45 | + | |
 | 46 | + | |
 | 47 | + | |
 | 48 | + | |
33 | 49 |  | |
34 | 50 |  | |
35 | 51 |  | |
 | |||
0 commit comments