Andrzej Krzemienski
4ead6d14ff
Added release notes
optional-2022-03-26
2022-03-26 23:52:09 +01:00
Andrzej Krzemienski
78d42ff970
Merge branch 'develop'
2022-03-26 23:32:57 +01:00
Andrzej Krzemieński
6117d08d79
Merge pull request #102 from glywk/develop
...
Update typography
2022-03-07 14:49:23 +01:00
glywk
916ca23572
Update typography
2022-03-07 13:55:57 +01:00
Fernando Cacciola
c300a8c517
Merge pull request #100 from boostorg/pr/aligned-storage-fix
...
Change aligned_storage::dummy::data to unsigned char[]
2022-03-01 16:17:09 -03:00
Fernando Cacciola
4f713acdf8
Merge pull request #101 from boostorg/pr/unqualified-value-type
...
Construct the unqualified value_type with placement new
2022-03-01 16:07:44 -03:00
Andrzej Krzemienski
1e6f838a90
added missing license info in one file
2022-02-26 14:15:28 +01:00
Peter Dimov
51b7053abf
Construct the unqualified value_type with placement new
2022-02-18 22:03:05 +02:00
Peter Dimov
ec96129e9e
Change aligned_storage::dummy::data to unsigned char[]
2022-02-18 21:55:13 +02:00
Andrzej Krzemieński
8e86559103
Fix convert-assign tests for C++98
2021-12-22 10:36:40 +01:00
Andrzej Krzemienski
56568445b9
Fix tests on C++03
2021-12-09 22:22:05 +01:00
Andrzej Krzemienski
7dd512a019
Fix issue #98
2021-11-20 02:00:30 +01:00
Andrzej Krzemieński
21253ea63a
Merge pull request #93 from sdarwin/feature/gha_fix_1
...
Update GitHub Actions CI file
2021-08-03 16:07:09 +02:00
sdarwin
14d43d2e6e
Update GitHub Actions CI file
2021-07-30 16:10:11 +00:00
Peter Dimov
0b159febf8
Update CMakeLists.txt
2021-06-10 00:53:07 +03:00
Andrzej Krzemienski
d0ab8004c0
Add support for BOOST_NO_IOSTREAM
2021-05-19 23:29:10 +02:00
Andrzej Krzemienski
5a444eb84b
docs: updated copyright notice
optional-2021-03-10
boost-1.76.0.beta1
boost-1.77.0
boost-1.76.0
boost-1.77.0.beta1
boost-1.78.0
boost-1.78.0.beta1
boost-1.79.0
boost-1.79.0.beta1
2021-03-10 23:07:18 +01:00
Andrzej Krzemienski
0566bde447
Merge branch 'develop'
2021-03-10 23:01:22 +01:00
Andrzej Krzemieński
a70c51eed1
Merge pull request #91 from sdarwin/githubactions
...
GitHub Actions config
2021-03-03 16:13:06 +01:00
sdarwin
9c9ff5e376
Add GitHub Actions config [ci skip]
2021-03-03 14:56:21 +00:00
Andrzej Krzemieński
708db7fe9a
Merge pull request #88 from sdarwin/drone
...
Drone config
2021-01-21 21:18:22 +01:00
sdarwin
27971d8b11
add drone config [ci skip]
2021-01-21 19:42:29 +00:00
Andrzej Krzemieński
97da91f665
Merge pull request #89 from eldiener/develop
...
[skip ci] Add "cxxstd" json field
2021-01-21 19:50:03 +01:00
Edward Diener
4a1a9c9cdd
[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-20 23:02:52 -05:00
Andrzej Krzemienski
71feb7961b
Merge branch 'gieseanw-patch-1' into develop
2020-12-19 00:00:58 +01:00
gieseanw
ead529af54
Address unreachable code warning
...
In MSVC optional<T&>::value() emits a warning C4702: unreachable code because throw_exception is marked BOOST_RETURN.
Otherwise the ternary code might have been preferable.
This change addresses the warning while preserving the functionality. It replicates optional<T>::value() for consistency.
2020-12-19 00:00:18 +01:00
Andrzej Krzemienski
45321f321e
polished release notes
optional-2020-10-28
boost-1.75.0
boost-1.75.0.beta1
2020-10-28 22:29:13 +01:00
Andrzej Krzemienski
18222c8394
Merge branch 'develop'
2020-10-28 21:36:29 +01:00
Andrzej Krzemienski
a7f49cbec8
Merge branch 'citrusmoose-make_none_t_literal_type' into develop
2020-10-24 17:18:22 +02:00
Andrzej Krzemienski
7e0b8145b5
boost::none is constexpr-declared
2020-10-24 17:17:10 +02:00
Andrzej Krzemienski
2b08711ec6
Merge branch 'make_none_t_literal_type' of https://github.com/citrusmoose/optional into citrusmoose-make_none_t_literal_type
2020-10-24 17:05:51 +02:00
Andrzej Krzemieński
88e7d55bbc
Merge pull request #85 from giomasce-throwaway/develop
...
Fix funny mistake in copyright headers.
2020-10-09 16:28:33 +02:00
Giovanni Mascellani
9de55e6ffd
Fix funny mistake in copyright headers.
2020-10-09 15:35:58 +02:00
Andrzej Krzemieński
409a225afe
Merge pull request #84 from mbs-c/develop
...
Add explicit <string> include to make tests compile with MSVC
2020-08-11 16:11:59 +02:00
Moritz Baumann
db5e156ebc
Add explicit <string> include to make tests compile with MSVC
2020-08-11 10:36:12 +02:00
Andrzej Krzemienski
aeac95857e
Merge branch 'eldiener-develop' into develop
2020-05-07 18:06:07 +02:00
Edward Diener
d5b7791710
Merge branch 'develop' of https://github.com/eldiener/optional into cppbuilder
2020-04-17 05:55:24 -04:00
Andrzej Krzemienski
c486bb724c
Merge branch 'develop'
optional-2020-04-08
boost-1.74.0
boost-1.74.0.beta1
boost-1.73.0
2020-04-09 01:16:14 +02:00
Andrzej Krzemienski
19b94c01f3
added release notes
2020-04-09 01:12:22 +02:00
Andrzej Krzemienski
404f40bcc1
Merge branch 'RobertLeahy-develop' into develop
2020-04-06 00:43:05 +02:00
Andrzej Krzemienski
9b1f8033eb
Merge branch 'develop' of https://github.com/RobertLeahy/optional-2 into RobertLeahy-develop
2020-04-06 00:42:05 +02:00
Andrzej Krzemienski
e52d7d4a9e
Merge branch 'Kojoley-suppress-weak-vtables-warning' into develop
2020-04-05 23:47:19 +02:00
Andrzej Krzemienski
ed9edd54e4
Merge branch 'suppress-weak-vtables-warning' of https://github.com/Kojoley/optional into Kojoley-suppress-weak-vtables-warning
2020-04-05 23:30:40 +02:00
Andrzej Krzemienski
d2479d6f52
Merge branch 'develop'
optional-2020-04-05
2020-04-05 22:58:03 +02:00
Edward Diener
78d6563bce
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers.
2020-03-30 14:04:35 -04:00
Andrzej Krzemienski
d4a4a5b6ad
fixed C++98-incompatible unit test
2020-01-16 22:31:23 +01:00
Robert Leahy
9581804efa
GCC 4.4.7: boost::in_place & Assignment
...
Assigning a boost::in_place_factory to a boost::optional templated on a
type which was trivially copyable failed to compile under GCC 4.4.7.
2019-12-23 11:24:39 -05:00
Robert Leahy
d07ae78901
Tests Pass in GCC 4.4.7
...
Several tests either did not compile or failed upon running when using
GCC 4.4.7.
2019-12-23 11:24:39 -05:00
Robert Leahy
683dbe2412
.travis.yml: Specify Trusty for Trusty Addons
...
Previously .travis.yml didn't specify dist: trusty when using addons
which were specifically for Trusty. This led to the Clang 5 build
failing when trying to install Clang 5.
2019-12-23 11:24:39 -05:00
Andrzej Krzemienski
010ee00604
Update release notes
2019-12-20 00:30:37 +01:00