2
0
mirror of https://github.com/boostorg/move.git synced 2026-01-19 04:22:10 +00:00

82 Commits

Author SHA1 Message Date
Ion Gaztañaga
b9ea61c1ca Fix "1059: error: Mismatched [endsect] near column 9" 2025-11-02 22:45:57 +01:00
Ion Gaztañaga
50e7fdbc1b Update changelog with #61 2025-11-02 21:54:49 +01:00
Ion Gaztañaga
e343c5301f Add #58 in 1.88 changelog 2024-12-22 18:42:27 +01:00
Ion Gaztañaga
a2bb5c8853 Update changelog with #57 2024-11-27 22:17:44 +01:00
Ion Gaztañaga
18b0f7e181 Fixes #56 ("Forward declarations of std types cause compilation errors on some platforms") 2024-10-19 23:18:09 +02:00
Rene Rivera
6cd43ef456 Adjust doc build to avoid boost-root references. 2024-07-28 11:07:54 -05:00
Ion Gaztañaga
08f16be939 Fix syntax error detected in quickbook 1.7 2024-03-18 00:04:17 +01:00
Ion Gaztañaga
d34122e8d4 Update quickbook language to 1.7 2024-03-18 00:02:11 +01:00
Ion Gaztañaga
6b81611b9d Fixes #51: ("Compiler deprecation warnings with VS2019 Version 16.10 and boost/move headers") 2024-03-03 22:35:12 +01:00
Ion Gaztañaga
0a1cb78c95 Updated changelog 2022-10-19 21:51:23 +02:00
Ion Gaztañaga
7637429b6c Changes to support -Wcast-align=strict 2021-12-28 15:07:56 +01:00
Ion Gaztañaga
dc9edc458c Fixes #47: ("MSVC C5243: 'member_function_ptr': using incomplete class can cause potential ODR violation ...") 2021-12-26 22:25:05 +01:00
Ion Gaztañaga
4335c7874a Fix -Wshadow warnings 2021-12-26 22:12:32 +01:00
Ion Gaztañaga
1378bd263f Fixes #48 ("MSVC warning C4643: Forward declaring 'nothrow_t' in namespace std is not permitted by the C++ Standard") 2021-12-26 22:05:26 +01:00
Ion Gaztañaga
a51c5cc218 Fixes #45 ("Sort/merge bugs that affect boost::container::flat_map") 2021-11-03 15:44:44 +01:00
Ion Gaztañaga
00db7a0829 Fixes #42 ("<boost/move/unique_ptr.hpp> fails when BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE is set") 2021-10-21 16:11:15 +02:00
Ion Gaztañaga
e41d0a97b6 Update Changelog with issue #40 2021-06-19 20:22:43 +02:00
Ion Gaztañaga
93e3bd5011 Add support for BOOST_NOEXCEPT_XXX macros when generating the documentation 2021-06-19 19:40:18 +02:00
Ion Gaztañaga
262b701162 Updated changelog with #35 2020-12-30 00:08:18 +01:00
Ion Gaztañaga
ac4d3feed1 Update changelog with issue 30 2020-10-22 01:11:31 +02:00
Ion Gaztañaga
48243ffc03 Fixes #28 ("Warning C4624 on MSVC 2019") 2020-01-07 16:04:22 +01:00
Ion Gaztañaga
c283a2f123 Fixes #26 ("Invalid iterator increment/decrement in the last iteration of adaptive_sort_combine_blocks") 2019-04-24 20:59:00 +02:00
Ion Gaztañaga
f363c21df8 Fix typo in 1.70 release notes 2019-04-08 13:13:57 +02:00
Ion Gaztañaga
bfdfca0b88 Fixes Issue #25 2019-04-08 00:32:28 +02:00
Ion Gaztañaga
754eaae8e5 Default disable/enable_if to a nat type instead of void, as many SFINAE expressions in funcions default to void *values that are valid parameters. 2019-01-03 00:07:21 +01:00
Ion Gaztañaga
1decc552eb Added deprecation warning for GCC < 4.3 & MSVC < 9.0 2018-11-10 10:49:33 +01:00
Ion Gaztañaga
7799e4df12 Update changelog with issue #19 2018-09-09 00:23:16 +02:00
Ion Gaztañaga
8fb3a94cb1 Update changelist and added special thanks to sorting algorithm authors. 2018-01-01 14:51:13 +01:00
Ion Gaztañaga
fce88c0110 Add Git Pull #14 to changelist for 1.66 2017-11-01 11:50:16 +01:00
Ion Gaztañaga
fcf217b8ec Git Issue #15: Incorrect merge in adaptive_merge when the number of unique items is limited 2017-10-07 14:35:22 +02:00
Ion Gaztañaga
1de24de66c Git Pull #12 2017-06-08 14:19:26 +02:00
Ion Gaztañaga
96d8ec4deb Update changelog with Git Pull #11 2017-04-13 12:38:58 +02:00
Ion Gaztañaga
1dbc7bab5c Fixed Trac #12920 ("movelib::unique_ptr: incorrect pointer type for nested array") 2017-04-09 13:44:08 +02:00
Rene Rivera
a854bbb5fd Add, and update, documentation build targets. 2016-10-07 23:07:35 -05:00
Ion Gaztañaga
0c492d7548 Changelog correction 2016-08-29 00:02:59 +02:00
Ion Gaztañaga
cfd6be4ab4 Documented limitations reported in Trac #12194 and Trac #12307 2016-07-29 11:55:10 +02:00
Ion Gaztañaga
1194a39ab3 Undo commit b474e8c28a as it breaks some Boost libraries. Emulation limitations will be documented. 2016-07-05 23:18:21 +02:00
Ion Gaztañaga
fec7e30d36 Use BOOST_MOVE_TO_RV_CAST in the newly fixed assignment operator.
Update changelog
2016-06-30 12:22:41 +02:00
Ion Gaztañaga
541f28037d Fixed Trac #11758: "BOOST_MOVABLE_BUT_NOT_COPYABLE doesn't reset private access with rvalue ref version" 2016-02-23 16:17:42 +01:00
Ion Gaztañaga
d5981c52a9 Add experimental adaptive_merge/sort functions 2016-02-23 13:17:12 +01:00
Ion Gaztañaga
ab98479759 Introduce BOOST_MOVE_FORCELINE, disabled by default, so that we can start speeding up debug builds that use Boost.Move 2015-12-24 10:39:57 +01:00
Ion Gaztañaga
9efcc3ba7a Update changelog with Trac #11615 2015-09-08 23:26:46 +02:00
Ion Gaztañaga
b88cfcaf84 Fixed Trac #11510 ("unique_ptr: -Wshadow warning issued") 2015-07-31 21:54:35 +02:00
Ion Gaztañaga
5dd4040723 Update changelog 2015-07-02 14:52:26 +02:00
Ion Gaztañaga
32f4d91cec Fixed Trac #11229: vector incorrectly copies move-only objects using memcpy 2015-04-25 11:36:36 +02:00
Ion Gaztañaga
0ebc3f4682 Updated changelog with #11044 2015-02-23 23:26:06 +01:00
Ion Gaztañaga
8503b508e8 Reduced dependencies on other Boost libraries to make the library a bit more lightweight. 2015-01-02 18:34:14 +01:00
Ion Gaztañaga
910165c230 Added test for adl_move_swap.cpp
For move-emulation enabled types, if present, member swap is used, instead of the move-based swap.
2014-11-28 15:39:49 +01:00
Ion Gaztañaga
ad50fba54f Added BOOST_MOVE_BASE utility 2014-11-01 19:32:36 +01:00
Ion Gaztañaga
78e032ccf0 Fixes Trac #10460 2014-10-01 00:21:38 +02:00