2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 04:12:11 +00:00

26 Commits

Author SHA1 Message Date
Dirk Stolle
74ffdcb047 chore: fix some typos (#751) 2024-07-08 10:40:31 +02:00
Dirk Stolle
6e49d52b11 docs: Add release notes for Boost 1.86 (#749) 2024-07-04 16:46:21 +02:00
Dirk Stolle
b02149ad59 docs: fix typo in release notes for #653 (#714)
That typo was already fixed for the Boost website in commit
<be79716614>,
but the change has not made it back to GIL - yet.

[ci skip]
2022-08-02 09:03:28 +02:00
Mateusz Łoskot
2d50022f56 docs: Update release notes for range of 36a45e3af..eb161402e [ci skip]
Part of task #667
2022-07-05 23:18:08 +02:00
Mateusz Łoskot
95679b6280 docs!: Announce plan to require C++17 after Boost 1.80 (#694)
For Boost 1.80 we have announced switch from C++11 to C++14
as an intermediate step:
https://github.com/boostorg/gil/pull/677

As we will be moving forward with refactoring and modernisations,
we are planning to switch to C++17 in (near) future Boost release:
https://github.com/boostorg/gil/discussions/676
2022-06-27 09:56:12 +02:00
Marco Langer
bfed3de004 refactor: Deprecate apply_operation in favor of variant2::visit for any_image (#656)
build: Add /bigobj to MSVC flags

Avoid test\extension\dynamic_image\algorithm\copy_and_convert_pixels.cpp
compilation error:

fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj

Co-authored-by: Mateusz Łoskot <mateusz@loskot.net>
2022-06-26 13:21:18 +02:00
Dirk Stolle
6d312af51a chore!: deprecate any_color_converted_view (#678)
color_converted_view has the same implementation and can be used
as a replacement, providing the same functionality.

This builds on #660 by @marco-langer (Thank you!)

Due to the fact that the switch to C++14 has been announced in #677,
we can now officially use the [[deprecated]] attribute which was standardized
in C++14.

This is initial part of deprecating the `any_color_converted_view` and
as @marco-langer pointed in
https://github.com/boostorg/gil/pull/660#issuecomment-1138183545
there are more changes to follow.
2022-05-26 08:58:19 +02:00
Dirk Stolle
dcae92f5c2 docs!: announce switch from C++11 to C++14 with Boost 1.80 (#677)
See https://github.com/boostorg/gil/discussions/676
for the discussion to move to a newer standard.

[ci skip]
2022-05-24 09:27:31 +02:00
Dirk Stolle
d64e70dc84 docs: add release notes for issue #654 (#674)
[ci skip]
2022-05-18 23:26:41 +02:00
Mateusz Łoskot
8caa148e0a docs: Added more release notes with GSoC work
[ci skip]
2022-05-17 21:34:32 +02:00
Dirk Stolle
fb8e389ada docs: Add remaining part of release notes for Boost 1.80 (#672)
Includes changes up to commit 106 (hash 36a45e3af) from the table
shown in <https://github.com/boostorg/gil/issues/667>. Those are
all commits form the grand merge.

[ci skip]
2022-05-14 22:52:27 +02:00
Dirk Stolle
ec9f0b0240 docs: Add partial release notes for Boost 1.80 (#670)
Includes changes up to commit 25 from the table shown in
<https://github.com/boostorg/gil/issues/667>.
2022-05-13 23:06:14 +02:00
Mateusz Łoskot
8b1c2d3ea4 Boost 1.75 release notes: plan to phase out GCC 5 and introduce C++14
See discussion in https://github.com/boostorg/gil/pull/526
2020-11-10 09:14:10 +01:00
Mateusz Łoskot
664cd9815f RELEASES.md: Tag more C++ modernizations with BREAKING 2020-07-24 19:50:06 +02:00
Mateusz Łoskot
f3ba17fc9e Clarify removal of Boost.Variant is a breaking change 2020-07-24 15:35:32 +02:00
Mateusz Łoskot
91bd686cef Collect release notes for Boost 1.74 2020-07-11 20:18:42 +02:00
Mateusz Łoskot
83fd862902 RELEASES.md: Remove beta tag [ci skip] 2020-04-21 18:22:02 +02:00
Mateusz Łoskot
310a1e4010 Collect acknowledgements to release notes [ci skip] 2020-04-08 03:15:08 +02:00
Mateusz Łoskot
8441dc5fda Add PR #457 to release notes [ci skip] 2020-04-07 00:03:20 +02:00
Mateusz Łoskot
a3cda56bf7 Release notes for 1.73.0 posted to Boost superproject
https://github.com/boostorg/website/pull/489
2020-03-30 15:54:49 +02:00
Mateusz Łoskot
989968d782 Update release notes [ci skip] 2020-03-26 21:09:32 +01:00
Mateusz Łoskot
39bc65f186 Update release notes [ci skip] 2020-03-26 21:00:45 +01:00
Mateusz Łoskot
2ff2d31895 Add missing release notes for Boost 1.69.0 [ci skip] 2020-03-10 21:52:50 +01:00
Mateusz Łoskot
19c4efa3bc Import pre-Boost history of GIL by Adobe to release notes (#405) [ci skip]
The log of significant changes prior the first release of GIL as part
of Boost was collected from https://stlab.adobe.com/gil/news.html site
and from the linked PDF documents with detailed descriptions.

The old history is very detailed (after the PDFs) but it is intersting.
It illustrates evolution of the library design and API, for example,
renaming of types or functions were renamed indicates evolution of
semantics and inter-relations of the library elements.
This is especially interseting in case of the complex types like
bit-aligned pixels and images, where does the concept of memunit
come from, etc.
2019-11-26 01:29:03 +01:00
Mateusz Łoskot
9b58a2ab9b Update Boost 1.72.0 release notes with PR #403 [ci skip] 2019-11-23 21:15:39 +01:00
Mateusz Łoskot
c24e8b2518 Add release notes in Markdown format (#404) [ci skip]
This proposes to use Git to maintain notes about all notable changes to
GIL in `RELEASES.md` file based on https://keepachangelog.com format.
This implements proposal discussed and agreed in the thread
https://lists.boost.org/boost-gil/2019/11/0336.php

Collect all past release notes.
Collect release notes for the pending Boost 1.72.0, to be released
in December according to Boost release schedule.
2019-11-11 18:02:32 +01:00