Joel de Guzman
|
8f49ff2006
|
Merge pull request #257 from Kojoley/deprecated-copy-again
Fix Clang 13 `-Wdeprecated-copy` warnings
|
2022-09-10 06:22:02 +08:00 |
|
Nikita Kniazev
|
ba320bf395
|
deref_data_impl.hpp: fix missing includes
|
2022-09-09 21:32:01 +03:00 |
|
Nikita Kniazev
|
7fe4a887ae
|
Fix Clang 13 -Wdeprecated-copy warnings
Clang 13 have new warning under the same group
|
2022-09-08 21:29:55 +03:00 |
|
Joel de Guzman
|
37ed70fc43
|
Merge pull request #250 from denzor200/patch-1
Added functional dependency to develop
|
2022-07-04 18:30:41 +08:00 |
|
Denis Mikhailov
|
283d1a62c4
|
Added functional dependency to develop
|
2022-07-04 16:25:03 +06:00 |
|
Joel de Guzman
|
2dceadd1f0
|
Merge pull request #249 from fanquake/deprecated_headers
refactor: remove some usage of deprecated headers
|
2022-04-09 10:30:03 +08:00 |
|
fanquake
|
6da4ec1ae5
|
refactor: use core/noncopyable over noncopyable
The later is deprecated:
```cpp
// The header file at this path is deprecated;
// use boost/core/noncopyable.hpp instead.
```
|
2022-04-08 15:02:43 +01:00 |
|
fanquake
|
8e58e09ba7
|
refactor: use core/ref.hpp over ref.hpp
The later has been deprecated:
```cpp
// The header file at this path is deprecated;
// use boost/core/ref.hpp instead.
```
|
2022-04-08 15:00:20 +01:00 |
|
Joel de Guzman
|
45054c239b
|
Merge pull request #245 from denzor200/githubactions
Extended CI && Fixed test for C++03
|
2022-01-25 15:32:53 +08:00 |
|
denzor200
|
145b54d060
|
[githubactions] Fixed reverse_view test for C++03
|
2022-01-24 23:40:18 +04:00 |
|
denzor200
|
d77dc74c7f
|
[githubactions] Fixed CI
|
2022-01-24 23:27:28 +04:00 |
|
denzor200
|
b50f10d1dd
|
Merge remote-tracking branch 'sdarwin/githubactions' into githubactions
|
2022-01-24 23:15:04 +04:00 |
|
Joel de Guzman
|
23e78a5974
|
Merge pull request #237 from denzor200/denzor200-patch-3
Fixed reverse_view
|
2022-01-16 18:10:43 +08:00 |
|
denzor200
|
d22982e3a9
|
Diff simplified && update copyrights
|
2022-01-16 09:49:52 +04:00 |
|
denzor200
|
1c5d3ac6f6
|
Merge remote-tracking branch 'origin/develop' into denzor200-patch-3
|
2022-01-16 09:43:41 +04:00 |
|
Joel de Guzman
|
13593be807
|
Merge pull request #240 from denzor200/identity_view
Added boost::fusion::identity_view
|
2022-01-16 08:39:38 +08:00 |
|
denzor200
|
21a449ae46
|
[identity_view] Fix for spoiled prvalue
|
2022-01-15 22:22:46 +04:00 |
|
Denis Mikhailov
|
d26c2e4212
|
Update identity_view.cpp
|
2022-01-12 10:14:07 +04:00 |
|
Denis Mikhailov
|
b0f60d5933
|
Update identity_view.cpp
|
2022-01-12 09:48:26 +04:00 |
|
denzor200
|
eed79cb557
|
[identity_view] Added boost::fusion::identity_view
|
2022-01-10 21:19:38 +04:00 |
|
Joel de Guzman
|
438d4d1874
|
Merge pull request #239 from denzor200/transform_view_ext
Transform view ext
|
2022-01-10 20:57:45 +08:00 |
|
Joel de Guzman
|
9c1105ca00
|
Merge pull request #236 from denzor200/denzor200-patch-2
Fixed CI
|
2022-01-10 20:54:20 +08:00 |
|
Denis Mikhailov
|
37f64aa622
|
Merge branch 'boostorg:develop' into transform_view_ext
|
2022-01-10 09:34:00 +04:00 |
|
Joel de Guzman
|
9be3b29738
|
Merge pull request #238 from denzor200/denzor200-patch-4
Fixed typo in the doc && less tautology
|
2022-01-10 07:50:57 +08:00 |
|
denzor200
|
a57683a68d
|
[transform_view_ext] Unary transform_view is an Associative Sequence now
|
2022-01-09 16:34:07 +04:00 |
|
denzor200
|
e3429dac26
|
Merge remote-tracking branch 'origin/denzor200-patch-4' into transform_view_ext
Conflicts:
doc/view.qbk
|
2022-01-09 15:31:15 +04:00 |
|
Denis Mikhailov
|
aa5ea2af69
|
Update view.qbk
|
2022-01-09 07:45:54 +04:00 |
|
denzor200
|
2bb8a26c5b
|
Fixed all '*_data' methods in reverse_view
|
2021-11-08 02:11:31 +04:00 |
|
denzor200
|
95cf8bdb8d
|
Applied fixes for reverse_view
|
2021-11-07 23:07:18 +04:00 |
|
Denis Mikhailov
|
380a2bc7a0
|
Update reverse_view.cpp
|
2021-11-07 03:29:06 +04:00 |
|
Denis Mikhailov
|
f07cca743f
|
Update reverse_view.cpp
|
2021-11-07 03:03:18 +04:00 |
|
denzor200
|
5db3ed8134
|
[transform_view_ext] Updated docs
|
2021-11-06 20:33:38 +04:00 |
|
Denis Mikhailov
|
8ea7f31294
|
Update appveyor.yml
|
2021-11-05 15:39:10 +04:00 |
|
Denis Mikhailov
|
10f44ff5a0
|
Update appveyor.yml
|
2021-11-05 14:51:22 +04:00 |
|
Denis Mikhailov
|
12c5097cf7
|
Update appveyor.yml
|
2021-11-05 14:13:09 +04:00 |
|
Joel de Guzman
|
ccdcdd5610
|
Merge pull request #235 from denzor200/denzor200-patch-1
Fixed typos in the doc
|
2021-10-31 21:26:29 +08:00 |
|
Denis Mikhailov
|
25f12dedc8
|
Update sequence.qbk
|
2021-10-31 13:32:28 +04:00 |
|
Denis Mikhailov
|
c199f5c6fa
|
Update sequence.qbk
|
2021-10-31 13:22:35 +04:00 |
|
djowel
|
de61a00d62
|
Fix doc as per https://github.com/boostorg/fusion/issues/234
|
2021-09-26 09:00:54 +08:00 |
|
Joel de Guzman
|
3e20342084
|
Merge pull request #200 from Kojoley/simplify-vector-assign_sequence
vector: Simplify assign_sequence
|
2021-09-04 14:16:30 +08:00 |
|
Peter Dimov
|
500e4c120f
|
Update CMakeLists.txt
boost-1.78.0
boost-1.79.0
boost-1.78.0.beta1
boost-1.79.0.beta1
boost-1.77.0.beta1
boost-1.77.0
|
2021-06-10 01:00:55 +03:00 |
|
sdarwin
|
b0f80684fd
|
Add GitHub Actions config [ci skip]
|
2021-03-02 14:54:00 +00:00 |
|
Joel de Guzman
|
38060fab3a
|
Merge pull request #228 from eldiener/develop
[skip ci] Add "cxxstd" json field
boost-1.76.0.beta1
boost-1.76.0
|
2021-01-20 08:12:50 +08:00 |
|
Edward Diener
|
198458a9f2
|
[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-19 17:22:00 -05:00 |
|
Joel de Guzman
|
4a699a39f5
|
Merge pull request #222 from k15tfu/fix-issue-221
Fix definition-of-implicit-copy-constructor-is-deprecated warnings
boost-1.75.0.beta1
boost-1.75.0
|
2020-10-06 09:20:17 +08:00 |
|
Joel de Guzman
|
b93b4c9a86
|
Merge pull request #226 from giomasce-throwaway/develop
Fix missing name copyright headers.
|
2020-10-06 09:14:40 +08:00 |
|
Giovanni Mascellani
|
5a9bfa3d7d
|
Fix missing name copyright headers.
The name was reconstructed from the Git history.
|
2020-10-05 19:31:34 +02:00 |
|
Joel de Guzman
|
c46e492d45
|
Merge pull request #223 from Kojoley/deprecated-copy
Fix -Wdeprecated-copy
boost-1.74.0
boost-1.74.0.beta1
|
2020-05-30 01:51:15 +08:00 |
|
Nikita Kniazev
|
4979945690
|
Fix -Wdeprecated-copy
|
2020-04-30 02:47:37 +03:00 |
|
Ilia K
|
9dca58bd33
|
Fix definition-of-implicit-copy-constructor-is-deprecated warnings
Fixes #221
|
2020-04-20 19:02:10 +03:00 |
|