joaquintides
a64d81a378
editorial s/mulx/mul (mulx properly refers to multiplication and xoring)
2025-04-26 10:48:47 +02:00
Sam Darwin
628c8c445e
GHA: windows-2025 ( #306 )
2025-04-16 13:04:11 +02:00
joaquintides
3dde65b2ef
added pull to open-addressing containers ( #309 )
...
* added pull to open-addressing containers
* added pull_tests.cpp
* guarded pull against exceptions in mid init_type construction
2025-04-14 21:47:30 +02:00
joaquintides
2907fe8c98
trimmed AppVeyor jobs ( #311 )
...
* removed jobs redundant with Drone or GHA
* added 32-bit jobs removed from AppVeyor
2025-04-14 18:51:18 +02:00
joaquintides
28663ad5ce
[skip ci] fixed AppVeyor badge link
2025-04-13 13:03:17 +02:00
joaquintides
5417494fae
removed debug info in mingw-w64 32 bit to reduce compiler memory consumption ( #310 )
...
* removed debug info in mingw-w64 32.bit to reduce compiler memory consumption
* documented previous
2025-04-13 09:17:20 +02:00
joaquintides
3d2c63f744
fixed relative links in docs
boost-1.88.0.beta1
boost-1.88.0
2025-01-25 12:42:15 +01:00
joaquintides
87d92996eb
added header synopses to the reference ( #303 )
...
* added header synopses to the reference
* disabled font color override for in-link code portions
* relinked bundle
2025-01-23 20:33:34 +01:00
Christian Mazakas
17ab97dd4b
Merge pull request #302 from cmazakas/doc/header-fix
...
update ui bundle
2025-01-21 11:46:01 -08:00
Christian Mazakas
2ea05da453
update ui bundle
2025-01-21 10:55:08 -08:00
joaquintides
a2c355cde4
fixed links to docs
2025-01-21 09:26:11 +01:00
Christian Mazakas
18ef4784ec
Merge pull request #299 from cmazakas/antora-documentation
...
Convert documentation to Antora
2025-01-20 08:18:32 -08:00
Peter Dimov
6c0b763176
Disable Interprocess tests when /RTC is in effect.
2025-01-17 18:40:03 +02:00
Christian Mazakas
6ab7e3ec20
update playbook to use commit-specific ui bundle
2025-01-14 15:49:40 -08:00
Christian Mazakas
3b26dcb79e
remove unnecessary files in docs
2025-01-14 12:06:49 -08:00
Christian Mazakas
2ecd00030a
add antora_docs hook, update index.html
2025-01-14 10:55:50 -08:00
Christian Mazakas
1a034bfadd
update ui output path and add b2 support
2025-01-10 16:07:53 -08:00
Christian Mazakas
db3ddc9012
fix image links in benchmarks section
2025-01-09 12:23:46 -08:00
Christian Mazakas
0e768a2dca
fix broken links
2025-01-07 14:50:21 -08:00
Christian Mazakas
d5faa1b5cf
fix broken cross-references
2025-01-07 11:57:39 -08:00
Christian Mazakas
bebd8ccc50
replace index.adoc with intro.adoc
2025-01-06 14:30:20 -08:00
Christian Mazakas
fa8936a343
add missing script contents
2025-01-06 09:35:39 -08:00
Christian Mazakas
db31da1302
fix xrefs and image paths
2025-01-03 09:46:02 -08:00
Christian Mazakas
6f432c0d98
convert docs to antora
2025-01-03 09:45:44 -08:00
Christian Mazakas
40cf55240b
Revert "update documentation to use antora"
...
This reverts commit 3c452f93c581f2031339c0a7e9b9b48bd30ae9de.
2024-12-31 12:11:06 -08:00
Christian Mazakas
3c452f93c5
update documentation to use antora
2024-12-31 12:00:52 -08:00
joaquintides
cb835cdf1d
Merge pull request #295 from k3DW/inline-asm
...
Fix inline assembly for armv7 target
2024-12-30 20:55:26 +01:00
Braden Ganetsky
07f6463c1c
Fix inline assembly for armv7 target
...
This fix is based on boostorg/outcome#308
2024-12-29 12:55:49 -06:00
joaquintides
c0c8d61688
Merge pull request #298 from boostorg/fix/split-msvc-14.2
...
split msvc-14.2 jobs
2024-12-29 16:17:35 +01:00
joaquintides
d0116814c9
split msvc-14.2 jobs
2024-12-29 12:06:18 +01:00
joaquintides
a885388480
Merge pull request #297 from boostorg/fix/upgrade-macos
...
bumped all macos jobs one version up
2024-12-28 22:17:16 +01:00
joaquintides
accae6fdd9
bumped all macos jobs one version up
2024-12-28 17:51:31 +01:00
joaquintides
a633bbaa4d
Merge pull request #296 from boostorg/fix/upgrade-boost-process
...
upgraded tests to boost::process::v2
2024-12-28 17:41:34 +01:00
joaquintides
1389043933
upgraded to boost::process::v2
2024-12-28 12:29:33 +01:00
joaquintides
b41c054c66
Merge pull request #293 from boostorg/fix/upgrade_droneubuntu2404
...
updated cppalliance/droneubuntu2304 to 2404
boost-1.87.0.beta1
boost-1.87.0
2024-10-23 18:32:15 +02:00
joaquintides
fbc981eac9
Merge pull request #292 from k3DW/explicit-instantiation
...
Ensure each container type can be explicitly instantiated
2024-10-23 16:47:16 +02:00
joaquintides
5d2b27d1d9
updated cppalliance/droneubuntu2304 to 2404
2024-10-23 13:47:41 +02:00
Braden Ganetsky
a36937d9b5
Ensure fca containers have the embedded GDB pretty-printers if none of the [c]foa containers have also been included. ( #291 )
...
This was missed in PR #274 . We don't yet have automated pretty-printer tests, so this change will have no effect on CI.
2024-10-09 09:54:47 +02:00
Braden Ganetsky
e214ecdbd0
Use std::ref instead of copying the function parameter… ( #290 )
...
* GHA: revise numerous CI jobs. Fix sanitizer on new kernel
* Use std::ref instead of copying the function parameter in std::initializer_list overloads of insert_{or|and}_[c]visit
* Reimplement detail::is_invocable
* Update docs for std::ref(f) changes
---------
Co-authored-by: sdarwin <samuel.d.darwin@gmail.com>
2024-10-08 17:35:58 +02:00
Sam Darwin
94ab2f0776
GHA: revise numerous CI jobs. Fix sanitizer on new kernel ( #289 )
2024-10-08 17:35:35 +02:00
joaquintides
1bdb3717d3
updated concurrent benchmarks
2024-10-08 17:28:52 +02:00
Braden Ganetsky
cfdfae0a65
Ensure each container type can be explicitly instantiated
2024-10-06 22:38:00 -05:00
Braden Ganetsky
489b50bc0f
Merge pull request #287 from k3DW/insert-return-type
...
Change the range insertion return type match the documentation
2024-09-27 22:24:08 -05:00
Braden Ganetsky
3fe7871745
Fix the return value from cfoa 'insert()' overloads to match the docs for iterator-pair and initializer-list
2024-09-26 17:45:33 -05:00
Braden Ganetsky
1e043993ac
Update cfoa 'insert()' tests to check the return value of the iterator-pair and initializer-list overloads
2024-09-25 22:59:13 -05:00
joaquintides
834580b539
added insert_and_visit and similar operations to concurrent containers ( #283 )
2024-09-21 10:58:30 +02:00
Peter Dimov
57546ed7e3
Switch all Cygwin64 jobs to Debug, because Release times out
2024-09-11 16:52:49 +03:00
Peter Dimov
6067d9e515
Disable tests using Boost.Process under MinGW as well
2024-09-11 12:15:37 +03:00
Peter Dimov
ad4f00a825
Update test/Jamfile.v2
2024-09-11 02:16:05 +03:00
Peter Dimov
d1c166558a
Update test/Jamfile.v2
2024-09-10 22:05:00 +03:00