Commit Graph

  • 3e7413b9d6 Merge pull request #83 from Flamefire/test-link-update develop boost-1.90.0.beta1 boost-1.90.0 master Frank Mori Hess 2025-09-11 10:10:02 -04:00
  • b839d787a0 Update Link to regression test matrix in README Alexander Grund 2025-08-25 17:26:39 +02:00
  • fac4af47c8 Merge pull request #82 from sdarwin/boost-ci Frank Mori Hess 2025-08-24 16:00:54 -04:00
  • 9ab6d136d5 Set CI B2_CI_VERSION=0 sdarwin 2025-06-27 12:30:28 -06:00
  • a4b4f64a2d Merge pull request #81 from Romain-Geissler-1A/fix-unused-parameter-warning Frank Mori Hess 2025-06-27 12:24:16 -04:00
  • 4f34284720 Fix unused parameter warning in detail/signal_template.hpp Romain Geissler 2025-06-27 15:00:47 +00:00
  • 898c81affd Merge pull request #79 from Flamefire/patch-1 boost-1.89.0 boost-1.88.0.beta1 boost-1.88.0 Frank Mori Hess 2024-12-11 11:53:14 -05:00
  • d089880862 GHA: Remove C++2b test from clang-16/17 on ubuntu-24.04 Alexander Grund 2024-12-09 20:27:29 +01:00
  • c35e248d39 Install xz Alexander Grund 2024-12-08 20:57:18 +01:00
  • 505de634e2 Update containers Alexander Grund 2024-12-08 14:43:26 +01:00
  • 3bc1367589 Use hosted node Alexander Grund 2024-12-08 13:11:15 +01:00
  • cbc4e70978 Fix node 20 issue on GHA CI Alexander Grund 2024-12-07 19:43:06 +01:00
  • b5d021af0b Add /bigobj workarounds to test/Jamfile boost-1.87.0.beta1 boost-1.87.0 feature/gha Peter Dimov 2024-10-08 04:21:26 +03:00
  • 78c7538eda Remove GCC 4.7 from ci.yml Peter Dimov 2024-10-08 03:18:52 +03:00
  • 907541a1c2 Add cmake_install_test, cmake_subdir_test Peter Dimov 2024-10-08 03:15:43 +03:00
  • 495a767ff3 Update ci.yml Peter Dimov 2024-10-08 03:05:31 +03:00
  • 863140941f Regenerate CMakeLists.txt Peter Dimov 2024-10-08 03:03:15 +03:00
  • 2d199fc765 Merge pull request #77 from grafikrobot/modular Frank Mori Hess 2024-08-23 12:06:52 -04:00
  • dcb748a065 Update build deps. Rene Rivera 2024-08-08 00:03:04 -05:00
  • 94fc56139a Switch to /boost/test//included target for header only mode of Boost.Test. Rene Rivera 2024-07-25 23:30:00 -05:00
  • d6d805ee45 Move inter-lib dependencies to a project variable and into the build targets. Rene Rivera 2024-07-23 22:34:23 -05:00
  • 2b460e255d Update copyright dates. Rene Rivera 2024-07-20 22:52:04 -05:00
  • 6169df4cab Change all <source> references to <library>. Rene Rivera 2024-07-20 21:25:34 -05:00
  • 1f64b34492 Bump B2 require to 5.2 Rene Rivera 2024-06-14 11:33:56 -05:00
  • d36834c9d7 Sync from upstream. Rene Rivera 2024-05-30 11:20:51 -05:00
  • 83d10662a4 Add support for returning move-only type for optional_last_value and last_value. boost-1.86.0.beta1 boost-1.86.0 Frank Mori Hess 2024-05-24 14:21:36 -04:00
  • d62f91da3f Update dependencies. Rene Rivera 2024-05-13 21:47:28 -05:00
  • 9b8b8d8d82 Add requires-b2 check to top-level build file. Rene Rivera 2024-05-05 09:00:01 -05:00
  • 50c5b537ed Replace use of optional::reset with optional::operator= Frank Mori Hess 2024-04-29 12:22:32 -04:00
  • 1e0c1f174c Sync from upstream. Rene Rivera 2024-04-10 07:57:17 -05:00
  • d3545d16db Add "null" method to signals so user can query if a signal has been moved from. Allow some methods to be called on null signals. Frank Mori Hess 2024-03-30 13:20:55 -04:00
  • 0a5a6472dd Switch to library requirements instead of source. As source puts extra source in install targets. Rene Rivera 2024-03-29 21:15:59 -05:00
  • 63225c9c88 Make the library modular usable. Rene Rivera 2024-03-11 08:38:17 -05:00
  • 4d994bbed8 Fix disconnect by slot when slot is wrapped in a boost::reference_wrapper boost-1.85.0.beta1 boost-1.85.0 Frank Mori Hess 2023-12-30 14:51:49 -05:00
  • 2ba258f7b4 Fix disconnect by slot when the slot is another signal. Frank Mori Hess 2023-12-30 14:34:58 -05:00
  • eca74ed0b5 Add test for disconnect by slot when the slot is another signal. Frank Mori Hess 2023-12-30 14:31:53 -05:00
  • ac85388e0a Add test for disconnect by function name. boost-1.84.0 Frank Mori Hess 2023-11-28 10:47:06 -05:00
  • 0e60cd9e8b Remove obsolete check for BOOST_PLAT_WINDOWS_RUNTIME Frank Mori Hess 2023-11-28 10:46:11 -05:00
  • 9bcd76256a Merge pull request #69 from Lastique/feature/use_invoke_swap boost-1.84.0.beta1 Frank Mori Hess 2023-09-06 09:30:53 -04:00
  • e73605d0a2 Switch to boost::core::invoke_swap. Andrey Semashev 2023-09-03 02:36:22 +03:00
  • 2ecf1b53bc Adapt changes from smart_ptr commit id 90c27d7cfa1d9aa776cc4d970175143401415f1f "Remove Windows Runtime workaround from lwm_win32_cs.hpp; it's no longer relevant, InitializeCriticalSection is available" boost-1.83.0.beta1 boost-1.83.0 Frank Mori Hess 2023-04-25 11:32:08 -04:00
  • 7a16fc1405 Avoid using operator== to compare functions when disconnecting by slot, to avoid potential problems with c++20. Frank Mori Hess 2023-04-21 16:22:05 -04:00
  • ed50b7720e Merge pull request #64 from fanquake/use_core_swap boost-1.82.0.beta1 boost-1.82.0 boost-1.81.0.beta1 boost-1.81.0 Frank Mori Hess 2022-09-06 18:00:11 -07:00
  • 3370fc9cba refactor use core/addressof.hpp over utility/addressof.hpp fanquake 2022-09-04 18:04:37 +01:00
  • c032b4230c refactor use core/enable_if.hpp over utility/enable_if.hpp fanquake 2022-08-30 17:48:56 +01:00
  • b092ae43a5 refactor use core/swap.hpp over utility/swap.hpp fanquake 2022-08-30 17:47:24 +01:00
  • 57bb8d3064 Merge pull request #63 from fanquake/core_noncopyable Frank Mori Hess 2022-08-24 10:01:25 -04:00
  • c80052e91d Merge pull request #62 from fanquake/remove_aligned_storage Frank Mori Hess 2022-08-24 10:00:09 -04:00
  • fda71d0151 refactor: use core/noncopyable over boost/noncopyable fanquake 2022-08-24 12:39:35 +01:00
  • 1259a1921e refactor: use type_traits/aligned_storage fanquake 2022-08-23 15:11:03 +01:00
  • 49ed1573fa Merge pull request #61 from fanquake/use_core_checked_delete boost-1.80.0.beta1 boost-1.80.0 Frank Mori Hess 2022-05-19 11:24:32 -07:00
  • 2ad77ef987 refactor: use core/checked_delete.hpp over checked_delete.hpp fanquake 2022-05-17 12:48:43 +01:00
  • 22fe9c0ee5 Use make_shared in a few places for better efficiency. Frank Mori Hess 2022-04-10 14:47:20 -04:00
  • c8310aa181 Merge pull request #60 from fanquake/deprecated_headers Frank Mori Hess 2022-04-10 13:00:33 -04:00
  • 49c58dea26 refactor: use boost/core/swap.hpp over boost/swap.hpp fanquake 2022-04-03 17:06:34 +01:00
  • 95eb177a8d refactor: use boost/core/ref.hpp over boost/ref.hpp fanquake 2022-04-03 17:00:24 +01:00
  • ea58971038 Merge pull request #55 from sdarwin/feature/gha_fix_1 boost-1.79.0.beta1 boost-1.79.0 boost-1.78.0.beta1 boost-1.78.0 Frank Mori Hess 2021-08-03 16:38:20 -04:00
  • 8610aab0e7 Update GitHub Actions CI file sdarwin 2021-07-30 16:10:46 +00:00
  • 4a51d6e472 Merge branch 'master' into develop boost-1.77.0.beta1 boost-1.77.0 Peter Dimov 2021-06-08 22:43:37 +03:00
  • 622bbccd85 Use Boost::included_unit_test_framework in tests/CMakeLists.txt Peter Dimov 2021-06-07 20:50:43 +03:00
  • 6c6f047fd0 Update CMake test in .travis.yml Peter Dimov 2021-06-07 07:20:48 +03:00
  • 73299b6446 Regenerate CMakeLists.txt; add test/CMakeLists.txt Peter Dimov 2021-06-07 04:04:18 +03:00
  • 64b865863b Update CMakeLists.txt Peter Dimov 2021-06-07 03:54:03 +03:00
  • 22d2fb5b68 Merge branch 'develop' boost-1.76.0.beta1 boost-1.76.0 Frank Mori Hess 2021-03-08 22:59:15 -05:00
  • 4519e31918 Merge pull request #54 from sdarwin/githubactions Frank Mori Hess 2021-03-08 13:08:19 -05:00
  • 6b36e4ebf2 Add GitHub Actions config [ci skip] sdarwin 2021-03-03 15:00:20 +00:00
  • b1998e3866 Merge branch 'develop' Frank Mori Hess 2021-01-21 12:52:10 -05:00
  • 13577dab8d Merge pull request #52 from eldiener/develop Frank Mori Hess 2021-01-21 12:48:54 -05:00
  • 23f7f5655c Merge pull request #51 from sdarwin/drone Frank Mori Hess 2021-01-21 12:47:59 -05:00
  • 0862dc8b05 [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. Edward Diener 2021-01-21 11:05:57 -05:00
  • 3e039546a4 add drone config [ci skip] sdarwin 2021-01-12 16:57:44 +00:00
  • a78b505c7d Merge branch 'develop' boost-1.75.0.beta1 boost-1.75.0 Frank Mori Hess 2020-11-02 12:37:33 -05:00
  • c6e593e925 Suppress type conversion warning in ordering_test.cpp.. Frank Mori Hess 2020-11-02 12:36:32 -05:00
  • e0392bd394 Merge pull request #47 from glenfe/develop Frank Mori Hess 2020-10-31 10:44:49 -07:00
  • a2d79e938c Use allocator access utilities from Boost.Core Glen Fernandes 2020-10-31 10:11:48 -04:00
  • 2390573938 Merge branch 'develop' Frank Mori Hess 2020-08-17 10:57:38 -04:00
  • fb300ad723 Add noexcept specifier to more connection constructors. Frank Mori Hess 2020-07-20 16:10:51 -04:00
  • 2580f8e44f Fix some global placeholder issues with example code. Frank Mori Hess 2020-07-20 15:02:49 -04:00
  • 3c20f17390 Add noexcept specifier to move constructors/assignment and swap functions. Frank Mori Hess 2020-07-20 14:47:40 -04:00
  • fd27423fea Fix warning about deprecated boost/function_output_iterator.hpp Frank Mori Hess 2020-07-20 14:17:05 -04:00
  • dd4c67ff88 Merge branch 'develop' boost-1.74.0.beta1 boost-1.74.0 boost-1.73.0.beta1 boost-1.73.0 Frank Mori Hess 2020-03-19 11:54:16 -04:00
  • 16b60e8d84 Explicitly include boost/config.hpp since we are relying on BOOST_NO_CXX11_ALLOCATOR Frank Mori Hess 2020-03-11 16:23:38 -04:00
  • a381f1e1ee More use of boost/bind/bind.hpp instead of boost/bind.hpp to avoid deprecation warnings about global placeholders. Frank Mori Hess 2020-03-11 16:21:07 -04:00
  • 45aa4e831a Replace deprecated boost/test/minimal.hpp with boost/test/included/unit_test.hpp Frank Mori Hess 2020-03-11 16:18:00 -04:00
  • 8ff73565af Using boost/bind/bind.hpp instead of boost/bind.hpp to avoid deprecation warnings about global placeholders. Frank Mori Hess 2020-03-11 14:23:31 -04:00
  • 2eec5591be Merge pull request #42 from Romain-Geissler-1A/develop Frank Mori Hess 2020-03-11 14:08:03 -04:00
  • 15fcf21356 Fix using signals2 with gcc 10 and --std=gnu++20: deprecated std::allocator member access. Romain Geissler 2020-03-09 16:53:04 +00:00
  • 207b32cbee Merge branch 'develop' Frank Mori Hess 2020-02-12 10:51:17 -05:00
  • 51152cc0a5 Merge pull request #41 from Mike-Devel/patch-1 Frank Mori Hess 2020-01-21 14:59:45 -05:00
  • 918d15b615 [CMAKE] Lower minimal required version Mike-Devel 2020-01-20 22:20:36 +01:00
  • 1d9172d5c2 Merge pull request #40 from Mike-Devel/feature/min_cmake Frank Mori Hess 2020-01-14 18:08:36 -05:00
  • 5588c67d9a [CMake] Add Cmake job to travis ci Mike Dev 2020-01-11 17:55:52 +01:00
  • c0b6219fac [CMake] Update deps, remove tests and enable examples Mike Dev 2020-01-11 17:48:21 +01:00
  • 3dcc2ce2c5 [CMake] Add minimal cmake support Mike Dev 2019-03-23 17:17:05 +01:00
  • 77df30b97c Merge branch 'develop' boost-1.72.0.beta1 boost-1.72.0 Frank Mori Hess 2019-10-21 18:33:46 -04:00
  • 10b030be78 Fix typo, from Berkus Decker. Frank Mori Hess 2019-10-21 18:33:03 -04:00
  • 0a58d33eaa Merge branch 'develop' boost-1.71.0.beta1 boost-1.71.0 Frank Mori Hess 2019-06-19 18:10:42 -04:00
  • 4388c67e85 Merge pull request #38 from jeking3/fix-ci Frank Mori Hess 2019-06-10 16:11:38 -04:00
  • e87b9a71e3 Remove cppcheck job on Travis CI James E. King III 2019-06-07 12:41:31 -04:00
  • 8684cd6361 Merge branch 'develop' Frank Mori Hess 2019-05-21 23:31:11 -04:00