ceb4528e46
Add GitHub Actions config [ci skip]
2021-03-04 15:07:23 +00:00
c8c44605ed
Merge pull request #18 from eldiener/develop
...
[skip ci] Add "cxxstd" json field
2021-01-22 08:00:10 +08:00
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
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
c4addf9795
Corrected previous fix.
2020-04-08 17:48:25 -04:00
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
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
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
504a70bd04
Merge pull request #14 from Lastique/patch-1
...
Fix narrowing conversion in tuple_manipulator constructor
2019-09-16 08:03:52 +08:00
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
1e0276741b
Fix -Wdeprecated-copy warning with gcc 9.
2019-04-17 21:13:33 +00:00
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
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
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
b8e982cd6f
Merge pull request #10 from Kojoley/suppress-clang-mismatched-tags-warning
...
Suppress mismatched tags warning
2018-01-06 06:11:11 +08:00
37ef42e2c3
Suppress mismatched tags warning
2018-01-05 16:09:49 +03:00
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
16731d2689
Make boost::tuple tuple-like to support structured bindings
2018-01-03 19:26:11 +02:00
c51d8a9495
Switch tests to lightweight_test
2018-01-03 18:41:14 +02:00
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
bbf1609d82
Merge branch 'develop'
2017-11-07 16:11:43 +02:00
889ff6de9f
Add .travis.yml
2017-11-07 15:17:15 +02:00
895af7c97a
Add, and update, documentation build targets.
2016-10-07 23:07:37 -05:00
158c7ef640
Fixes Ticket #12064
2016-03-13 08:04:40 +08:00
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
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
b54dd8073b
Merge pull request #6 from K-ballo/boostbook
...
Ported documentation to boostbook
2014-08-23 07:07:07 +08:00
b4f05902b8
Ported documentation to boostbook
2014-08-22 18:50:32 -03:00
38ccaa9fa1
Merge pull request #5 from danieljames/metadata
...
Create metadata file.
2014-08-19 06:08:54 +08:00
4fb261873e
Add metadata file.
2014-08-18 15:58:46 +01:00
bc8ada354a
Merge pull request #4 from MarcelRaad/patch-1
...
Make tuple constructor explicit
2014-06-03 23:36:47 +08:00
8bdf2a9c58
Make tuple constructor explicit
...
Otherwise everything implicitly convertible to the data type of the first element is implicitly convertible to a boost::tuple, which has led to long-unnoticed bugs in production code. This change is also consistent with the TR1 and C++11 tuple.
2014-06-03 14:32:44 +02:00
d77e569c89
Merge pull request #3 from boostorg/develop
...
Merge some changes to master.
boost-1.65.0
boost-1.60.0
boost-1.56.0
boost-1.64.0-beta2
boost-1.64.0
boost-1.63.0
boost-1.62.0
boost-1.61.0
boost-1.65.1
boost-1.59.0
boost-1.58.0
boost-1.57.0
boost-1.64.0-beta1
2014-05-12 07:27:34 +08:00
c17f1ec5b2
Merge pull request #1 from timblechmann/topic/silence_warning
...
tuple: silence gcc warning
2014-04-17 08:53:51 +08:00
476a5c155e
Merge pull request #2 from Lastique/patch-1
...
Remove unused local typedef
2014-04-17 08:53:12 +08:00
7f09162df7
Create merge base for git.
2014-04-06 14:40:59 +01:00
f9b3dcb203
Remove unused local typedef
...
Remove unused function-local typedef to avoid warnings with GCC 4.8.
2014-03-08 10:58:09 +03:00
f4a6eafdb3
tuple: silence gcc warning
2013-12-07 14:40:49 +01:00
ffb3bc75fa
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #elif...#else...#endif blocks.
[SVN r86247]
2013-10-11 23:19:44 +00:00
3cd92cec82
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifdef...#else...#endif blocks.
[SVN r86246]
2013-10-11 23:19:17 +00:00
10e946199d
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#else...#endif blocks.
[SVN r86245]
2013-10-11 23:17:48 +00:00
5f7673641a
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#endif conditions.
[SVN r86244]
2013-10-11 23:15:00 +00:00
39181642d2
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifdef...#endif blocks.
[SVN r86243]
2013-10-11 23:13:10 +00:00
27d746b9e3
Remove obsolete files.
...
[SVN r86242]
2013-10-11 23:11:35 +00:00
2f49af7db8
Remove use of obsolete BOOST_NO_TEMPLATED_STREAMS macro.
...
It was only defined for no-longer-supported-gcc.
[SVN r86062]
2013-09-30 15:56:52 +00:00
40e5cd5e6c
Tuple: Remove obsolete MSVC version check.
...
[SVN r86038]
2013-09-30 00:21:22 +00:00
2798fa2168
Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE macro.
...
[SVN r85897]
2013-09-25 10:29:59 +00:00
136ffd5057
Remove use of obsolete BOOST_EXPLICIT_TEMPLATE_NON_TYPE macro.
...
[SVN r85895]
2013-09-25 10:29:10 +00:00
72cd223130
Merge [67751] from the trunk.
...
[SVN r71382]
2011-04-19 20:10:43 +00:00
f904cd5d69
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00