Andrzej Krzemienski
6ec468aff6
Drop explicit bool idiom
2024-08-15 10:57:03 +02:00
Andrzej Krzemienski
794e03af30
Drop dependency on Boost.Predef
2024-08-15 10:43:43 +02:00
Andrzej Krzemienski
3a8556186e
Drop dependency on Boost.Utility
2024-08-15 08:49:21 +02:00
Andrzej Krzemienski
82d08adf11
Drop support for C++03
2024-08-15 01:48:31 +02:00
Rene Rivera
4c503758fe
Update build deps.
2024-08-04 11:58:57 -05:00
Rene Rivera
bf10cf91c2
Move inter-lib dependencies to a project variable and into the build targets.
2024-07-23 22:34:22 -05:00
Rene Rivera
dfe1915930
Update copyright dates.
2024-07-20 22:52:04 -05:00
Rene Rivera
8ffcf0f369
Change all <source> references to <library>.
2024-07-20 19:41:37 -05:00
Rene Rivera
0473d0a56c
Sync from upstream.
2024-07-12 08:53:39 -05:00
Andrzej Krzemieński
8421c07517
Merge pull request #124 from Tosiekdev/patch-2
...
Misspelled word "from"
2024-07-09 21:22:58 +02:00
Tosiekdev
22657e9c6e
Misspelled word "from"
2024-07-09 20:12:22 +02:00
Rene Rivera
6bd32078b4
Bump B2 require to 5.2
2024-06-14 11:33:56 -05:00
Rene Rivera
9a2c5ec37b
Update dependencies.
2024-05-13 21:46:33 -05:00
Rene Rivera
1f473d2596
Add requires-b2 check to top-level build file.
2024-05-05 09:00:01 -05:00
Rene Rivera
81f4543d81
Switch to library requirements instead of source. As source puts extra source in install targets.
2024-03-29 21:15:59 -05:00
Rene Rivera
7ed6bf5bca
Make the library modular usable.
2024-03-11 08:38:17 -05:00
Andrzej Krzemieński
b7a1d666f1
Merge pull request #123 from boostorg/feature/gha
...
Update Github Actions CI, add CMake tests
2024-01-15 20:11:53 +01:00
Peter Dimov
f8387e371b
Merge remote-tracking branch 'origin/develop' into feature/gha
2024-01-15 21:09:45 +02:00
Andrzej Krzemienski
b5e9f067a7
Stop linking to Boost::detail
2024-01-15 19:59:05 +01:00
Peter Dimov
85e50fe919
Link tests to Boost::tuple, because optional_test_tie uses it
2024-01-15 20:26:35 +02:00
Peter Dimov
3d8f71728c
Link tests to Boost::bind and Boost::mpl, because optional_test includes them
2024-01-15 20:23:59 +02:00
Peter Dimov
88428d350d
Add test/cmake_install_test, test/cmake_subdir_test
2024-01-15 20:20:20 +02:00
Peter Dimov
7a5386eeeb
Add test/CMakeLists.txt
2024-01-15 20:14:51 +02:00
Peter Dimov
ca1495b69d
Simplify test/Jamfile.v2 so that BoostTestJamfile can parse it
2024-01-15 20:13:33 +02:00
Peter Dimov
5f12573608
Regenerate CMakeLists.txt with boostdep --cmake optional
2024-01-15 20:11:44 +02:00
Peter Dimov
e962a134f0
Do not include boost/bind/apply.hpp under C++03
2024-01-15 20:10:45 +02:00
Peter Dimov
5c34c54b05
Update ci.yml
2024-01-15 20:05:07 +02:00
Andrzej Krzemienski
b270cf019b
revert launder fix
...
A better fix is now in boost::launder.
2024-01-04 08:29:06 +01:00
Andrzej Krzemienski
790d4f729f
cleaner workaround for VS2017 launder bug
2024-01-04 02:03:33 +01:00
Andrzej Krzemienski
8375df7693
Fix MSVC 14.1 compiler crash
2024-01-03 22:20:28 +01:00
Andrzej Krzemienski
01e80d2b87
drop dependency on boost.detail
2024-01-03 21:41:26 +01:00
Andrzej Krzemienski
a1dbd3b67d
docs: remove rendered HTML, reduce TOCSX
2024-01-02 19:20:28 +01:00
Andrzej Krzemieński
034dfe2ef5
Merge pull request #120 from Lastique/feature/fix_doc_warnings
...
Fix doc warnings
2024-01-02 17:42:59 +01:00
Andrey Semashev
ac4611c05b
Fix incorrect code markup in IO operator docs.
...
The previous IO operator declarations were made up from multiple
code phrase markups with line breaks, where the markup was broken and
some of the line breaks were not translated propertly into output.
Replace this with proper code blocks. This also resolves the
QuickBook warning about line breaks potentially producing invalid
BoostBook output.
2024-01-02 18:20:43 +03:00
Andrey Semashev
a8dabe8a42
Removed invalid characters from std::hash specialization docs.
2024-01-02 18:04:08 +03:00
Andrey Semashev
fd31196819
Add quotes to param values to silence b2 warnings about reserved characters.
2024-01-02 18:02:40 +03:00
Andrzej Krzemienski
e31cf6f2a8
Fix some -Wmaybe-uninitialized warnings
2023-12-29 01:40:01 +01:00
Tosiekdev
c60db27762
Fixed misspelled word 'from'
boost-1.85.0
boost-1.85.0.beta1
boost-1.86.0.beta1
boost-1.84.0.beta1
boost-1.84.0
boost-1.86.0
2023-11-09 00:38:43 +01:00
Alexander Grund
5064a9a28d
GHA: Fix osx job (update image)
2023-11-09 00:38:43 +01:00
Alexander Grund
fe0384baa6
GHA: Update installed packages on containers
2023-11-09 00:38:43 +01:00
Alexander Grund
76c82e83ae
GHA: Fix failing jobs by updating removed images
2023-11-09 00:38:43 +01:00
Peter Dimov
e59b1bce1d
Fix typo in none_t.hpp. Closes #115 .
2023-11-09 00:38:43 +01:00
Andrzej Krzemienski
f95fb5dff2
fix docs
2023-11-09 00:38:43 +01:00
Andrzej Krzemienski
7878dec842
document monadic interface
2023-11-09 00:38:43 +01:00
Andrzej Krzemienski
a3abf04548
added deprecation message
2023-11-09 00:38:43 +01:00
Andrey Semashev
9c43ae3612
Use is_same from Boost.TypeTraits.
...
boost::core::is_same is deprecated, so use the one from Boost.TypeTraits
instead.
2023-11-09 00:38:43 +01:00
Andrey Semashev
def2db7c45
Switch to boost::core::invoke_swap.
...
boost::swap is deprecated and will be removed. Use boost::core::invoke_swap
as a replacement.
2023-11-09 00:38:43 +01:00
Andrzej Krzemienski
6266c39b8e
note on deprecating C++03 support
boost-1.83.0.beta1
boost-1.83.0
2023-07-11 00:39:14 +02:00
Josh Soref
e300c4bc60
spelling: value
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2023-07-11 00:39:14 +02:00
Josh Soref
302f39e545
spelling: unswapped
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2023-07-11 00:39:14 +02:00