Commit e8e2487
authored
ci: more tests and win32 3.12 wheel (#920)
* ci: more tests and win32 3.12 wheel
Signed-off-by: Henry Schreiner <[email protected]>
* Update pyproject.toml
* Update wheels.yml
* Update pyproject.toml
* ci: skip musl testing
Signed-off-by: Henry Schreiner <[email protected]>
* chore: bump boost version
Signed-off-by: Henry Schreiner <[email protected]>
---------
Signed-off-by: Henry Schreiner <[email protected]>1 parent 91e1dcd commit e8e2487
File tree
8 files changed
+24
-13
lines changed- .github/workflows
- extern
8 files changed
+24
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
88 | 99 | | |
89 | 100 | | |
90 | 101 | | |
| |||
- .github/workflows/ci.yml+37-3
- doc/changes.qbk+18-1
- doc/swap.qbk+19-16
- include/boost/core/detail/sp_thread_pause.hpp+1-1
- include/boost/core/invoke_swap.hpp+93
- include/boost/core/swap.hpp+6-55
- include/boost/swap.hpp+4-1
- include/boost/utility/swap.hpp+4-1
- test/Jamfile.v2+27-25
- test/swap/Jamfile.v2-4
- test/swap/swap_array_of_array_of_class.cpp+3-3
- test/swap/swap_array_of_array_of_int.cpp+3-3
- test/swap/swap_array_of_class.cpp+3-3
- test/swap/swap_array_of_int.cpp+3-3
- test/swap/swap_array_of_template.cpp+3-3
- test/swap/swap_const_wrapper_fail.cpp+3-3
- test/swap/swap_lib_header_1.cpp+1-1
- test/swap/swap_lib_header_2.cpp+2-2
- test/swap/swap_mixed_headers_1.cpp-11
- test/swap/swap_mixed_headers_2.cpp-12
- test/swap/swap_no_ambiguity_in_boost.cpp+6-6
- test/swap/swap_noexcept.cpp+6-6
- test/swap/swap_primitive.cpp+2-2
- test/swap/swap_root_header_1.cpp-10
- test/swap/swap_root_header_2.cpp-11
- test/swap/swap_specialized_in_boost.cpp+2-2
- test/swap/swap_specialized_in_boost_and_other.cpp+6-6
- test/swap/swap_specialized_in_global.cpp+2-2
- test/swap/swap_specialized_in_other.cpp+2-2
- test/swap/swap_specialized_in_std.cpp+2-2
- test/swap/swap_std_bitset.cpp+3-3
- test/swap/swap_std_dateorder.cpp+3-3
- test/swap/swap_std_string.cpp+3-3
- test/swap/swap_std_typeinfo_ptr.cpp+3-3
- test/swap/swap_std_vector_of_boost.cpp+3-3
- test/swap/swap_std_vector_of_global.cpp+3-3
- test/swap/swap_std_vector_of_other.cpp+3-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | | - | |
92 | | - | |
| 93 | + | |
93 | 94 | | |
94 | | - | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments