Commit Graph

207 Commits

Author SHA1 Message Date
Peter Dimov
b67941dd7d Merge branch 'feature/use_invoke_swap' of https://github.com/Lastique/tuple into feature/pr-25 boost-1.84.0 boost-1.86.0.beta1 boost-1.86.0 boost-1.85.0.beta1 boost-1.85.0 boost-1.84.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.83.0 boost-1.80.0.beta1 boost-1.79.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.77.0.beta1 boost-1.78.0 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.74.0 boost-1.76.0 boost-1.75.0.beta1 boost-1.75.0 boost-1.74.0.beta1 boost-1.76.0.beta1 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
Joel de Guzman
504a70bd04 Merge pull request #14 from Lastique/patch-1
Fix narrowing conversion in tuple_manipulator constructor
2019-09-16 08:03:52 +08:00
Andrey Semashev
72f2e7535e Fix narrowing conversion in tuple_manipulator ctor
This fixes unnecessary, possibly wrapping conversion of the character argument of tuple manipulators on tuple_manipulator construction. This should silence MSVC warning C4244:

  tuple_io.hpp(142,71): warning C4244:  'argument': conversion from 'const CharType' to 'const char', possible loss of data

Related to https://github.com/boostorg/filesystem/issues/118.
2019-09-15 15:41:29 +03:00
Romain Geissler
1e0276741b Fix -Wdeprecated-copy warning with gcc 9. 2019-04-17 21:13:33 +00:00
Joel de Guzman
0b724234ce Merge pull request #12 from Mike-Devel/min_cmake
[CMake] Generate cmake target that other libraries can use
2018-12-24 07:25:52 +08:00
Mike Dev
292f3f9dc8 [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
2018-12-23 22:01:55 +01:00
Adam Wulkiewicz
30794afc61 Use class keyword in std::tuple_size and std::tuple_element specializations
To avoid warnings 'X defined as a struct template but previously declared as a class template'.
2018-01-06 12:40:55 +01:00
Joel de Guzman
b8e982cd6f Merge pull request #10 from Kojoley/suppress-clang-mismatched-tags-warning
Suppress mismatched tags warning
2018-01-06 06:11:11 +08:00
Nikita Kniazev
37ef42e2c3 Suppress mismatched tags warning 2018-01-05 16:09:49 +03:00
Joel de Guzman
327c1c4fe0 Merge pull request #8 from boostorg/feature/structured-bindings
Make boost::tuple tuple-like to support structured bindings
2018-01-04 07:10:48 +08:00
Peter Dimov
16731d2689 Make boost::tuple tuple-like to support structured bindings 2018-01-03 19:26:11 +02:00
Peter Dimov
c51d8a9495 Switch tests to lightweight_test 2018-01-03 18:41:14 +02:00
Peter Dimov
fb55aa6d4d Add OS X to Travis boost-1.68.0 boost-1.66.0 boost-1.72.0 boost-1.71.0.beta1 boost-1.71.0 boost-1.70.0.beta1 boost-1.70.0 boost-1.69.0-beta1 boost-1.69.0 boost-1.72.0.beta1 boost-1.67.0 2017-11-07 16:13:33 +02:00
Peter Dimov
bbf1609d82 Merge branch 'develop' 2017-11-07 16:11:43 +02:00
Peter Dimov
889ff6de9f Add .travis.yml 2017-11-07 15:17:15 +02:00
Rene Rivera
895af7c97a Add, and update, documentation build targets. 2016-10-07 23:07:37 -05:00
Joel de Guzman
158c7ef640 Fixes Ticket #12064 2016-03-13 08:04:40 +08:00
Joel de Guzman
68eff7df4b Merge pull request #7 from AMDmi3/patch-1
Only check for BOOST_GCC when it's defined
2016-03-02 00:38:58 +08:00
Dmitry Marakasov
8b6613e592 Only check for BOOST_GCC when it's defined
This fixes warnings with clang:

/usr/local/include/boost/tuple/detail/tuple_basic.hpp:44:5: warning: 'BOOST_GCC' is not defined, evaluates to 0 [-Wundef]
2016-03-01 13:54:12 +03:00
Joel de Guzman
b54dd8073b Merge pull request #6 from K-ballo/boostbook
Ported documentation to boostbook
2014-08-23 07:07:07 +08:00