2
0
mirror of https://github.com/boostorg/tuple.git synced 2026-01-19 16:52:13 +00:00

226 Commits

Author SHA1 Message Date
Peter Dimov
d04e4a692f Update ci.yml boost-1.90.0.beta1 boost-1.90.0 boost-1.89.0 2025-06-09 02:57:47 +03:00
Nana Sakisaka
54d0632718 Merge pull request #30 from sergiud/missing-reference_wrapper-include
Add missing include
2025-05-17 00:05:22 +09:00
Sergiu Deitsch
559d3f3cb5 Add missing include 2025-05-16 14:25:46 +02:00
Joel de Guzman
f8bc34da9a Merge pull request #28 from Flamefire/patch-1
Fix node 20 issue on GHA CI
boost-1.88.0.beta1 boost-1.88.0
2024-12-09 21:35:46 +08:00
Alexander Grund
0b71c6e21d Install xz 2024-12-08 20:57:33 +01:00
Alexander Grund
8d24ab76bf Remove macos-12 from GHA 2024-12-08 20:42:48 +01:00
Alexander Grund
fb0b1df64e Update containers 2024-12-08 14:43:38 +01:00
Alexander Grund
b45bfadd63 Use hosted node 2024-12-08 13:11:28 +01:00
Alexander Grund
df21131b10 Fix node 20 issue on GHA CI 2024-12-07 19:42:53 +01:00
Peter Dimov
fe90ca4023 Update ci.yml boost-1.87.0 boost-1.87.0.beta1 2024-09-22 18:14:21 +03:00
Peter Dimov
7f041f7a1c Update build.jam 2024-09-22 18:09:20 +03:00
Joel de Guzman
c260ed3991 Merge pull request #27 from grafikrobot/modular
Add support for modular build structure.
2024-08-19 10:45:51 +08:00
Rene Rivera
dc7c09d8f0 Update build deps. 2024-08-09 22:38:12 -05:00
Rene Rivera
ccbb58b774 Move inter-lib dependencies to a project variable and into the build targets. 2024-07-23 22:34:22 -05:00
Rene Rivera
56044c24f9 Update copyright dates. 2024-07-20 22:52:04 -05:00
Rene Rivera
63c004dd14 Bump B2 require to 5.2 2024-06-14 11:33:56 -05:00
Rene Rivera
a02b9058ee Add requires-b2 check to top-level build file. 2024-05-05 09:00:01 -05:00
Rene Rivera
716ad07a9c Switch to library requirements instead of source. As source puts extra source in install targets. 2024-03-29 21:16:00 -05:00
Rene Rivera
862a6ece3e Make the library modular usable. 2024-03-11 08:38:17 -05:00
Peter Dimov
b67941dd7d Merge branch 'feature/use_invoke_swap' of https://github.com/Lastique/tuple into feature/pr-25 boost-1.84.0.beta1 boost-1.84.0 boost-1.86.0 boost-1.85.0.beta1 boost-1.85.0 boost-1.86.0.beta1 2023-09-28 21:53:59 +03:00
Peter Dimov
7fa72d91b7 Use std::tmpnam instead of a hardcoded file name, to avoid -j problems 2023-09-28 21:49:27 +03:00
Peter Dimov
cd5cac8d76 Change 3.3f to 3.25f to avoid equality issues with inexact float literal constants 2023-09-28 21:37:14 +03:00
Peter Dimov
db3fd72bb5 Regenerate CMakeLists.txt 2023-09-28 21:35:51 +03:00
Peter Dimov
c59605060a Add CMake tests 2023-09-28 21:22:03 +03:00
Peter Dimov
50b5b6a2cb Update test/Jamfile; add test/quick.cpp 2023-09-28 21:13:10 +03:00
Peter Dimov
6fe092c269 Update ci.yml 2023-09-28 21:08:10 +03:00
Andrey Semashev
5d0ec18a0c Switch to boost::core::invoke_swap.
boost::swap is deprecated and will be removed. Use boost::core::invoke_swap
as a replacement.
2023-09-02 20:58:41 +03:00
Joel de Guzman
453e061434 Merge pull request #24 from fanquake/patch-1
refactor: use core/swap.hpp over utility/swap.hpp
2022-12-05 06:07:24 +08:00
Michael Ford
dc9592de76 refactor: use core/swap.hpp over utility/swap.hpp
The later is deprecated.
2022-12-04 15:24:10 +00:00
Joel de Guzman
5d1c899afb Merge pull request #23 from fanquake/use_core_ref
refactor: use boost/core/ref.hpp over boost/ref.hpp
2022-08-24 06:46:28 +08:00
fanquake
827a59efc4 refactor: use boost/core/ref.hpp over boost/ref.hpp
The later is deprecated:

```cpp
// The header file at this path is deprecated;
// use boost/core/ref.hpp instead.

include <boost/core/ref.hpp>
```
2022-08-23 15:48:49 +01:00
Joel de Guzman
500e4fa0a2 Merge pull request #21 from igaztanaga/patch-1
Small fix for those using -Wsign-conversion
boost-1.80.0.beta1 boost-1.79.0 boost-1.83.0 boost-1.82.0.beta1 boost-1.82.0 boost-1.81.0.beta1 boost-1.81.0 boost-1.83.0.beta1 boost-1.80.0 boost-1.79.0.beta1
2021-12-30 23:20:18 +08:00
Ion Gaztañaga
ded3c1d5c1 Merge branch 'boostorg:develop' into patch-1 2021-12-30 15:02:46 +01:00
Peter Dimov
aa16ae3ff0 Merge pull request #20 from sdarwin/feature/gha_fix_1
Update GitHub Actions CI file
2021-11-16 19:25:04 +02:00
Ion Gaztañaga
7c01e916a3 More fixes for -Wsign-conversion 2021-10-11 13:26:45 +02:00
Ion Gaztañaga
819b3dd67b Small fix for those using -Wsign-conversion 2021-10-11 13:18:23 +02:00
sdarwin
0b8f586814 Update GitHub Actions CI file 2021-07-30 16:10:39 +00:00
Peter Dimov
ec4f3b23c2 Merge branch 'master' into develop boost-1.77.0 boost-1.78.0.beta1 boost-1.78.0 boost-1.77.0.beta1 2021-06-10 01:38:57 +03:00
Peter Dimov
ab9a627688 Update CMakeLists.txt 2021-06-10 00:49:34 +03:00
Joel de Guzman
5a80dcdbf3 Merge pull request #19 from sdarwin/githubactions
GitHub Actions config
2021-03-05 07:09:48 +08:00
sdarwin
ceb4528e46 Add GitHub Actions config [ci skip] 2021-03-04 15:07:23 +00:00
Joel de Guzman
c8c44605ed Merge pull request #18 from eldiener/develop
[skip ci] Add "cxxstd" json field
2021-01-22 08:00:10 +08:00
Edward Diener
d4316fb288 [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. 2021-01-21 16:24:54 -05:00
djowel
a4dff52f67 Merge branch 'develop' boost-1.75.0.beta1 boost-1.76.0 boost-1.76.0.beta1 boost-1.75.0 boost-1.74.0.beta1 boost-1.74.0 2020-05-26 09:31:40 +08:00
Joel de Guzman
cf820922ac Merge pull request #15 from eldiener/develop
Changes for Embarcadero C++ clang-based compilers, targeting Boost 1.74
2020-04-09 21:38:47 +08:00
Edward Diener
c4addf9795 Corrected previous fix. 2020-04-08 17:48:25 -04:00
Edward Diener
87ff02bf79 Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers. 2020-03-30 13:31:11 -04:00
Joel de Guzman
9fd6a5e2c6 Merge pull request #11 from awulkiew/patch-1
Use class keyword in std::tuple_size and std::tuple_element specializations
2020-01-23 22:37:20 +08:00
Joel de Guzman
ddaa127cee Merge pull request #13 from Romain-Geissler-1A/fix-deprecated-copy-warning
Fix -Wdeprecated-copy warning with gcc 9.
2020-01-23 22:36:37 +08:00
Mike Dev
19f7cfdcdb [CMake] Generate cmake target that other libraries can use
... to express their dependency on boost tuple and get
usage requiremments, such as the include directory
boost-1.73.0 boost-1.73.0.beta1
2020-01-06 16:36:37 +02:00