Artem Pavlenko
|
6c9fe41428
|
version v4.0.8
|
2025-05-01 10:10:19 +01:00 |
|
Artem Pavlenko
|
2525147a68
|
Update version to v4.0.7 [skip ci]
|
2025-04-05 09:47:58 +01:00 |
|
Artem Pavlenko
|
0bdd262c18
|
clang-format (pre-commit run --show-diff-on-failure --color=always --all-files)
|
2025-02-28 13:41:49 +00:00 |
|
Artem Pavlenko
|
c48ecb270a
|
cairo-glyph-caching - use 'random' offset (0....1e-6) to disable caching
|
2025-02-28 10:45:06 +00:00 |
|
Artem Pavlenko
|
be6116e965
|
Update version to 4.0.6
|
2025-02-24 15:16:41 +00:00 |
|
Artem Pavlenko
|
5a10f12fe6
|
pre-commit run --show-diff-on-failure --color=always --all-files
|
2025-02-12 14:14:28 +00:00 |
|
Artem Pavlenko
|
1622b22df5
|
Use std::optional<std::string>
|
2025-02-12 14:09:05 +00:00 |
|
Artem Pavlenko
|
75ca77055f
|
Make lang argument "optional" default to std::nullopt
|
2025-02-12 14:08:01 +00:00 |
|
Nick Doiron
|
eac565044d
|
lang as optional string
|
2025-02-11 16:56:34 -06:00 |
|
Nick Doiron
|
9b0184677a
|
revive lang tag for textsymbolizer based on #3655 / bdon
|
2025-02-09 02:26:11 -06:00 |
|
Artem Pavlenko
|
11f92aade4
|
More fix (ignore) more GCC compiler warnings
|
2025-01-30 11:54:13 +00:00 |
|
Artem Pavlenko
|
a0399c2c25
|
Fix (ignore) more GCC compiler warnings e.g -Wattributes
|
2025-01-30 11:24:46 +00:00 |
|
Artem Pavlenko
|
a319e113a0
|
Update version to 4.0.5
|
2025-01-22 09:32:19 +00:00 |
|
Artem Pavlenko
|
591da55914
|
update version to v4.0.4 [WIP]
|
2024-11-13 14:04:29 +00:00 |
|
Artem Pavlenko
|
dfdeda17fd
|
expressions - add "bool(expr)" explicit conversion operator
|
2024-11-13 14:03:01 +00:00 |
|
Artem Pavlenko
|
4e59b4c7c3
|
clang-format
|
2024-11-08 09:56:45 +00:00 |
|
Artem Pavlenko
|
3422472c7d
|
Add int(),'float() and str()` implicit conversions ref #4477.
|
2024-11-08 09:53:43 +00:00 |
|
Artem Pavlenko
|
cd082c5872
|
Update version to 4.0.3
|
2024-10-29 09:56:03 +00:00 |
|
Artem Pavlenko
|
c1117a4d33
|
Empty featureset instead of invalid + bool is_empty(featureset_ptr)
|
2024-10-29 09:52:35 +00:00 |
|
Artem Pavlenko
|
20b154ae49
|
Remove 'final' specifier as it was breaking dynamic_cast<invalid_featureset*> in 'is_valid' test when building on macOS arm64
```
Apple clang version 16.0.0 (clang-1600.0.26.3)
Target: arm64-apple-darwin24.0.0
```
Also remove empty dtor as not required
|
2024-10-28 11:02:08 +00:00 |
|
Artem Pavlenko
|
7a1663f0a2
|
Update version to 4.0.2
|
2024-08-15 11:07:05 +01:00 |
|
Artem Pavlenko
|
a982e69525
|
clang-format
|
2024-07-29 12:35:31 +01:00 |
|
Artem Pavlenko
|
7358a66c2f
|
mapnik::projection - add area_of_use method returning std::optional<mapnik::box2d<double>> (WGS84) [WIP] [skip ci]
|
2024-07-29 11:21:54 +01:00 |
|
Artem Pavlenko
|
fc029ae5a5
|
Update Coopyright year
|
2024-07-22 10:20:47 +01:00 |
|
Artem Pavlenko
|
4df58036aa
|
Update version to 4.0.1
|
2024-07-22 09:53:04 +01:00 |
|
David Hummel
|
0526c603d4
|
Workaround for Windows builds with GCC 14 patches
|
2024-06-26 08:44:30 -07:00 |
|
David Hummel
|
2ef5003283
|
Fix building with GCC 14
Co-authored-by: Tom Hughes <tom@compton.nu>
|
2024-06-26 08:44:30 -07:00 |
|
Artem Pavlenko
|
f5acdb3efd
|
Update comment.
|
2024-06-04 12:11:28 +01:00 |
|
Artem Pavlenko
|
653d8b7310
|
grid_view - delete assignment op
|
2024-05-30 09:17:14 +01:00 |
|
Artem Pavlenko
|
d7a490ffc2
|
Merge pull request #4445 from mapnik/feature/drop_boost_cpp17
replace majority of boost->std optional and boost->std string_view
|
2024-05-22 14:10:17 +01:00 |
|
Artem Pavlenko
|
34bb44e490
|
clang-format
|
2024-05-21 09:41:19 +01:00 |
|
Artem Pavlenko
|
658a8bb080
|
symbolizer_property_value_string - handle value_bool, value_integer, value_double + dash_array
|
2024-05-21 09:15:50 +01:00 |
|
Mathis Logemann
|
ab626ac052
|
update pre-commit and format sources
|
2024-05-18 10:22:29 +02:00 |
|
Mathis Logemann
|
7ef431ece2
|
use std::optional instead of boost::optional
|
2024-05-18 10:22:29 +02:00 |
|
Mathis Logemann
|
e1feef5a79
|
Use std::string_view instead of boost::string_view
|
2024-05-18 10:22:29 +02:00 |
|
Artem Pavlenko
|
4114824e6b
|
pre-commit run --show-diff-on-failure --color=always --all-files
|
2024-05-15 10:29:13 +01:00 |
|
Artem Pavlenko
|
1283ca5b77
|
Revive Symbolizer to json functionality
|
2024-05-15 10:24:27 +01:00 |
|
Artem Pavlenko
|
77cd733258
|
svg_group - check parent is not nullptr
|
2024-04-30 09:59:35 +01:00 |
|
Artem Pavlenko
|
6e81004cfb
|
add const qualifier to comparison operator
|
2024-04-25 10:55:04 +01:00 |
|
Artem Pavlenko
|
6e44fb052c
|
Expose parse_dasharray method (+MAPNIK_DECL), needed by python-bindings
|
2024-04-22 15:05:05 +01:00 |
|
David Hummel
|
0ffd196010
|
Add missing #include <string> to include/mapnik/png_io.hpp
|
2024-04-17 13:43:02 -07:00 |
|
Artem Pavlenko
|
5ac45af78e
|
Allow percentage values with a fractional component (implements https://github.com/mapnik/mapnik/issues/4437)
(https://www.w3.org/TR/css-color-4/#funcdef-rgba)
|
2024-04-15 14:09:04 +01:00 |
|
Artem Pavlenko
|
93ab8b4690
|
Fix compiler warning - definition of implicit copy constructor for 'enumeration<mapnik::colorizer_mode_enum, &mapnik::colorizer_mode_to_string, &mapnik::colorizer_mode_from_string, &mapnik::colorizer_mode_lookup>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] void operator=(const enumeration& other) { value_ = other.value_; }
|
2024-04-12 14:20:23 +01:00 |
|
Artem Pavlenko
|
d4173b022d
|
Merge branch 'master' into svg-group-render [skip ci]
|
2024-02-27 09:05:50 +00:00 |
|
Artem Pavlenko
|
38193817de
|
pre-commit run --show-diff-on-failure --color=always --all-files [skip ci]
|
2024-02-26 14:48:49 +00:00 |
|
Artem Pavlenko
|
b911464472
|
correct 'is_empty' implementation for multi geometries
|
2024-02-26 14:40:36 +00:00 |
|
Artem Pavlenko
|
995d3044a4
|
GeoJSON - allow empty arrays in "coordinates" element for Multi* geometries (ref #4431)
|
2024-02-26 14:01:09 +00:00 |
|
Artem Pavlenko
|
1da533b5e5
|
Fix building on Ubuntu 23.10 (add <cstdint>) [skip ci]
|
2024-02-23 14:11:04 +00:00 |
|
Artem Pavlenko
|
dcfb2d692c
|
SVG - improve handling of gradientUnits and gradientTransform attributes (radial gradient) + correct default values [skip ci]
|
2024-02-15 11:47:57 +00:00 |
|
Artem Pavlenko
|
47f7f6bd4d
|
Merge branch 'master' into svg-group-render
|
2023-09-15 14:48:44 +01:00 |
|