joaquintides
83395442ab
fixed some issues with doc building ( #339 )
...
* added cleanup_node_modules_ to target boostrelease
* removed antora_docs.sh
2026-01-08 13:17:05 +01:00
joaquintides
d60d9069f0
improved cleanup-node-modules ( #337 )
2026-01-05 13:15:31 +01:00
Peter Dimov
597276dd9a
Fix -Wundef warning in transparent_tests.cpp
2026-01-05 05:26:25 +02:00
Peter Dimov
86521cc4a4
Enable -Wundef in test/Jamfile.v2
2026-01-05 05:26:25 +02:00
Sam Darwin
c09d52fe84
Docs: download extension ( #332 )
2026-01-04 11:18:49 +01:00
joaquintides
af47772876
simplified doc/Jamfile.v2 ( #336 )
2026-01-03 16:50:37 +01:00
Peter Dimov
719e77f113
Merge pull request #317 from boostorg/cmake
...
Mark natvis file as PUBLIC in CMakeLists.txt
2026-01-01 22:00:48 +02:00
Peter Dimov
8d68f6d22b
Merge branch 'feature/gha' into develop
2026-01-01 21:59:24 +02:00
joaquintides
c5cd88e2a8
solved https://www.cve.org/CVERecord?id=CVE-2025-64718 ( #335 )
2026-01-01 19:50:07 +01:00
Peter Dimov
665371e6da
Check __cpp_aligned_new in test/helpers/pmr.hpp before using std::align_val_t
2026-01-01 19:25:00 +02:00
Peter Dimov
c70208609e
Add clang-19, clang-20, macos-26 to ci.yml. Replace macos-13 with macos-latest.
2026-01-01 15:20:55 +02:00
Braden Ganetsky
009bd32c3d
Mark natvis file as PUBLIC in CMakeLists.txt, mirroring the CMake in Boost.Assert
2025-12-31 17:46:15 -06:00
joaquintides
11e05a3c4c
updated package-lock.json ( #328 )
boost-1.90.0.beta1
boost-1.90.0
2025-10-21 20:47:01 +02:00
joaquintides
e9ca2a2def
added /doc/html/unordered.html redirect ( #327 )
...
* added /doc/html/unordered.html redirect
* added trailing newline
2025-10-20 09:04:57 +02:00
joaquintides
9c8da06481
raised Antora version requirements ( #326 )
2025-10-19 17:02:32 +02:00
Peter Dimov
e01b7b52a6
BOOST_TEST_THROWS requires a semicolon after https://github.com/boostorg/core/pull/205
2025-10-18 17:53:23 +03:00
Sam Darwin
4ec5cb59cd
Drone: llvm apt installation ( #323 )
2025-10-15 09:40:04 +02:00
joaquintides
09d6416755
made boost::unordered_[multi](map|set)::[const_][local_]iterator instantiable with incomplete value_type ( #321 )
...
* made boost::unordered_[multi](map|set)::[const_][local_]iterator instantiable with incomplete value_type
* qualified name to avoid self-definition
2025-10-12 13:14:16 +02:00
joaquintides
4b76ac84ec
removed ccache for macos-13 ( #320 )
2025-10-11 17:49:06 +02:00
Alexander Grund
dcc485bcb5
Update Link to regression test matrix in README ( #316 )
...
* Update Link to regression test matrix in README
* Use boost.org instead of boost.io
2025-09-19 09:07:03 +02:00
joaquintides
cc9a787f14
microoptimized unchecked_countr_zero for GCC/Clang
2025-08-26 17:08:01 +02:00
Braden Ganetsky
6fd63ab727
Fix pretty-printers not working when constexpr variables are optimized away ( #315 )
...
* Move unordered_printers.hpp into 'detail', where it should have been from the beginning
This is not a public header. It is only meant to be consumed as a transitive include.
* Store self.table instead of self.val
* Fix pretty-printers not working when constexpr variables are optimized away
Also do a few other things.
* `groups` and `elements` are now stored inside `self`
* `mask`, `n0`, and `n` aren't declared ahead of their first assignment
* Remove trailing whitespace
* Update the generated pretty-printer header
2025-08-22 10:15:49 +02:00
joaquintides
59e2a562ed
deprecated boost::unordered::hash_is_avalanching in favor of boost::hash_is_avalanching ( #313 )
...
* deprecated boost::unordered::hash_is_avalanching in favor of boost::hash_is_avalanching
* replaced deprecation message with simpler BOOST_HEADER_DEPRECATED
boost-1.89.0
2025-06-02 12:43:45 +02:00
joaquintides
164cbe4e0f
documented non-const reference passing to erase_if ( #312 )
...
* documented non-const reference passing to erase_if
* prevented warning as error in Boost.Container build
* skipped tests for MinGW (https://github.com/boostorg/atomic/pull/70 )
* correct reference link for previous commit is https://github.com/boostorg/atomic/issues/73
* commented previous disabled cases
* disabled cfoa_serialization_tests with TSAN
* fixed previous
* fixed previous
* fixed previous
2025-05-31 18:08:37 +02:00
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 3c452f93c5 .
2024-12-31 12:11:06 -08:00
Christian Mazakas
3c452f93c5
update documentation to use antora
2024-12-31 12:00:52 -08:00