Lines Matching refs:pull
9 …ny_image` from r-value reference to any image ([PR #486](https://github.com/boostorg/gil/pull/486))
10 - Implemented mechanism to reverse `kernel_2d` ([PR #489](https://github.com/boostorg/gil/pull/489))
13 …/gil/pull/474)) which completes removal on uses of Boost.MPL (missing from Boost 1.72.0 change add…
14 …fect forwarding from apply_operation to visit ([PR #491](https://github.com/boostorg/gil/pull/491))
20 …onversion from RGB8 to CMYK32 due to overflow ([PR #470](https://github.com/boostorg/gil/pull/470))
21 - Fixed `image` constructor from other image ([PR #477](https://github.com/boostorg/gil/pull/477))
22 …lane_view_t` is not a class or namespace name ([PR #481](https://github.com/boostorg/gil/pull/481))
23 …y using `point<std::ptrdiff_t>` for dimension ([PR #487](https://github.com/boostorg/gil/pull/487))
24 …tion replacing uses MPL with MP11 in tutorial ([PR #494](https://github.com/boostorg/gil/pull/494))
25 …numeric/kernel.hpp` to make it self-contained ([PR #502](https://github.com/boostorg/gil/pull/502))
34 …nd move assignment operator to `image` class ([PR #457](https://github.com/boostorg/gil/pull/457)).
35 … function `size()` in `any_image_view` class ([PR #456](https://github.com/boostorg/gil/pull/456)).
39 …IL ([PR #459](https://github.com/boostorg/gil/pull/459) and [PR #464](https://github.com/boostorg/…
40 - Removed remaining uses of Boost.MPL ([PR #441](https://github.com/boostorg/gil/pull/441).
41 - Renamed all macros using `BOOST_GIL_` prefix ([PR #411](https://github.com/boostorg/gil/pull/411)…
42 …figuration options using `BOOST_GIL_` prefix ([PR #419](https://github.com/boostorg/gil/pull/419)).
45 …unused and possibly unfinished ([PR #466](https://github.com/boostorg/gil/pull/466)). An implement…
50 … during destruction of I/O extension objects ([PR #433](https://github.com/boostorg/gil/pull/433)).
51 …efault value in constructor of `image` class ([PR #429](https://github.com/boostorg/gil/pull/429)).
52 …tation fault when reading corrupted PNG file ([PR #414](https://github.com/boostorg/gil/pull/414)).
53 …s in the old IOv1 interface of I/O extension ([PR #409](https://github.com/boostorg/gil/pull/409)).
62 …9: Lanczos resampling for image down scaling ([PR #309](https://github.com/boostorg/gil/pull/309)).
63 …ary thresholding and truncation thresholding ([PR #313](https://github.com/boostorg/gil/pull/313)).
64 - GSoC 2019: Otsu thresholding method ([PR #314](https://github.com/boostorg/gil/pull/314)).
65 …holding using mean of the neighbourhood area ([PR #341](https://github.com/boostorg/gil/pull/341)).
66 …ssian-weighted sum of the neighbourhood area ([PR #379](https://github.com/boostorg/gil/pull/379)).
67 …rner detector without non-maximum filtering) ([PR #350](https://github.com/boostorg/gil/pull/350)).
68 - GSoC 2019: Hessian corner detector ([PR #364](https://github.com/boostorg/gil/pull/364)).
69 … and `kernel_2d_fixed`, in Numeric extension ([PR #361](https://github.com/boostorg/gil/pull/361)).
70 …2D convolution as new function `convolve_2d` ([PR #367](https://github.com/boostorg/gil/pull/367)).
71 - GSoC 2019: Box filtering using the average filter ([PR #383](https://github.com/boostorg/gil/pull…
72 …lur function based on normalized mean filter ([PR #383](https://github.com/boostorg/gil/pull/383)).
73 - GSoC 2019: Sobel and Scharr operators ([PR #392](https://github.com/boostorg/gil/pull/392)).
74 …19: Median filter to remove noise from image ([PR #393](https://github.com/boostorg/gil/pull/393)).
76 - Documented purpose of `cached_location_t` ([PR #287](https://github.com/boostorg/gil/pull/287)).
77 …s` ([PR #347](https://github.com/boostorg/gil/pull/347) and [PR #367](https://github.com/boostorg/…
78 …xtension to perform image boundary extension ([PR #386](https://github.com/boostorg/gil/pull/386)).
79 …es maintained in Markdown file `RELEASES.md` ([PR #404](https://github.com/boostorg/gil/pull/404)).
82 …res and extensions, inside `test/` directory ([PR #302](https://github.com/boostorg/gil/pull/302)).
85 - BREAKING: Replace Boost.MPL with Boost.MP11 ([PR #274](https://github.com/boostorg/gil/pull/274)).
86 - Removed use of Boost.TypeTraits ([PR #274](https://github.com/boostorg/gil/pull/274)).
87 - Dropped support for GCC <= 4.8 ([PR #296](https://github.com/boostorg/gil/pull/296)).
88 …nclude/boost/gil/version.hpp` file as unused ([PR #403](https://github.com/boostorg/gil/pull/403)).
91 …efault-initialized channel and pixel objects ([PR #273](https://github.com/boostorg/gil/pull/273)).
92 …ially_default_constructible` specializations ([PR #284](https://github.com/boostorg/gil/pull/284)).
93 …hen reading PNG files with an invalid header ([PR #385](https://github.com/boostorg/gil/pull/385)).
105 - C++11 requirements checks to Boost.Build Jamfiles ([PR #260](https://github.com/boostorg/gil/pull…
108 … multiple `boost/gil/concepts/*.hpp` headers ([PR #169](https://github.com/boostorg/gil/pull/169)).
109 … of `boost::enable_if` with `std::enable_if` ([PR #215](https://github.com/boostorg/gil/pull/215)).
110 …type used for `any_image` with Boost.Variant ([PR #231](https://github.com/boostorg/gil/pull/231)).
111 …inal all-in-one test suite to `test/legacy/` ([PR #239](https://github.com/boostorg/gil/pull/239)).
115 …::unary_function` and `std::binary_function` ([PR #191](https://github.com/boostorg/gil/pull/191)).
116 - Removed uses of Boost.StaticAssert ([PR #207](https://github.com/boostorg/gil/pull/207)).
117 - Removed uses of `BOOST_STATIC_CONSTANT` ([PR #211](https://github.com/boostorg/gil/pull/211)).
118 …https://github.com/boostorg/gil/pull/213)), Boost.Bind and Boost.Lambda ([PR #212](https://github…
121 …tafunctions calls using `::value` convention ([PR #262](https://github.com/boostorg/gil/pull/262)).
130 …udes to `#include <boost/gil/...>` structure ([PR #145](https://github.com/boostorg/gil/pull/145)).
133 …nclude/boost/gil_all.hpp` file as deprecated ([PR #145](https://github.com/boostorg/gil/pull/145)).
134 …e/boost/gil_concepts.hpp` file as deprecated ([PR #145](https://github.com/boostorg/gil/pull/145)).
135 …de/boost/gil_config.hpp` file as unnecessary ([PR #144](https://github.com/boostorg/gil/pull/144)).
138 …to not to hardcode result as `point<double>` ([PR #157](https://github.com/boostorg/gil/pull/157)).
139 …een `std::fill_n` and `boost::range::fill_n` ([PR #152](https://github.com/boostorg/gil/pull/152)).
140 …-assignment of functor from `for_each_pixel` ([PR #139](https://github.com/boostorg/gil/pull/139)).
141 …word prior to dependent name `axis_iterator` ([PR #129](https://github.com/boostorg/gil/pull/129)).
142 …yscale PNG with alpha channel (tRNS chunks) ([PR #118](https://github.com/boostorg/gil/pull/118)).