Commit graph

  • 0968e12b5e
    Merge pull request #4367 from mapnik/ci/vcpkg-json Artem Pavlenko 2022-11-24 19:26:24 +0000
  • ae5e283df9 update proj db ref Mathis Logemann 2022-11-24 20:16:35 +0100
  • 2770657ba1 fix windows build error Mathis Logemann 2022-11-24 19:39:04 +0100
  • b26d0757b7 add .cache to gitignore Mathis Logemann 2022-11-24 19:40:28 +0100
  • 8bc1aad37f SVG - convert USER_SPACE_ON_USE radial gradient values to % (fix) [WIP] [skip ci] Artem Pavlenko 2022-11-24 10:34:25 +0000
  • c3aec439a7 svg2png - check for valid opacity range 0..1 [WIP] [skip ci] Artem Pavlenko 2022-11-24 10:25:09 +0000
  • b3ed2280b6 Merge branch 'master' into svg-group-render Artem Pavlenko 2022-11-24 09:55:44 +0000
  • bfdab8879c svg2png - add top level "opacity" option e.g similar to <svg opacity="<val>"/> [WIP] [skip ci] Artem Pavlenko 2022-11-23 16:18:18 +0000
  • 5f4711a019 SVG - refactor and minimise internal group usage [WIP] [skip ci] Artem Pavlenko 2022-11-23 15:53:08 +0000
  • 7d267b47fe Merge branch 'master' of https://github.com/mapnik/mapnik into feature/cmake-static Mathis Logemann 2022-11-22 20:14:33 +0100
  • 56312c68ad
    Update vcpkg.json ci/vcpkg-json Mathis Logemann 2022-11-22 20:08:32 +0100
  • 4fc828cf29
    Merge pull request #4365 from mathisloge/ci/update_vcpkg Mathis Logemann 2022-11-22 12:24:50 +0100
  • 8c04fb1262 Use feature_id in render_id [WIP] [skip ci] Artem Pavlenko 2022-11-22 10:56:17 +0000
  • 07789ad3cc
    Update .pre-commit-config.yaml Mathis Logemann 2022-11-22 11:45:23 +0100
  • 817f644c6d update pre-commit versions Mathis Logemann 2022-11-21 22:40:46 +0100
  • 6183005baf [CI] update gh action runners Mathis Logemann 2022-11-21 22:28:44 +0100
  • 7d414450c1 update vcpkg hash Mathis Logemann 2022-11-21 22:09:04 +0100
  • 4ef05da536 Revive 'push_explicit_style' logic. [WIP] [skip ci] Artem Pavlenko 2022-11-21 19:08:41 +0000
  • 5347a1d939 format identation Artem Pavlenko 2022-11-21 19:08:05 +0000
  • 0da7efdbac Fix - blend using correct 'opacity' Artem Pavlenko 2022-11-21 19:06:53 +0000
  • d4ae5ac653 SVG group renderer implementation (WIP) [skip ci] Artem Pavlenko 2022-11-18 15:17:58 +0000
  • a65d65a5ab Update .clang-format to BraceWrapping: BeforeCatch : true run pre-commit Artem Pavlenko 2022-11-10 15:57:38 +0000
  • 1d75721a46 Fix compiler warning - `` include/mapnik/markers_placements/vertex_last.hpp:49:18: warning: variable 'cmd1' set but not used [-Wunused-but-set-variable] unsigned cmd1 = SEG_END; ^ 1 warning generated. `` Artem Pavlenko 2022-11-04 14:39:54 +0000
  • 2a71903c75 Remove redundant BOOST_VERSION #if/endif Artem Pavlenko 2022-11-04 14:07:28 +0000
  • 7e5655eef4 Use snprintf instead of sprintf (ref #4361) Artem Pavlenko 2022-11-04 13:46:10 +0000
  • 5522cdd201 pre-commit run --all-files Artem Pavlenko 2022-11-04 09:46:00 +0000
  • bd018ef5ab git-clang-format Artem Pavlenko 2022-11-03 11:29:50 +0000
  • b438edd8da SVG path parser unit tests - update expected arc paths ref:98e5e64d80d921a02bc57f05c55c2e0e2426ab4d Artem Pavlenko 2022-11-03 11:13:09 +0000
  • 056b6a0b8e Fix compiler errors Leonid Kolesnichenko 2022-11-01 15:31:55 +0300
  • 05661e5439 Merge branch 'kkaefer-fix-svg-smooth-curve-after-arc' Artem Pavlenko 2022-10-18 14:14:57 +0100
  • 02af1f606c Apply fix from #4357 to agg_path_storage Artem Pavlenko 2022-10-18 14:13:35 +0100
  • 618ddef663 Merge branch 'fix-svg-smooth-curve-after-arc' of github.com:kkaefer/mapnik into kkaefer-fix-svg-smooth-curve-after-arc Artem Pavlenko 2022-10-18 14:11:22 +0100
  • fa9ee1fc61 Issue warning not an error when font face not found (ref #4354) Artem Pavlenko 2022-10-18 13:56:05 +0100
  • 98e5e64d80 SVG: Fix reflection points for smooth curves after arcs Konstantin Käfer 2022-10-18 12:17:05 +0200
  • 53a8e2ec2c Remove docbook directory from local SCons distribution and avoid referencing jQuery (ref: Cross-site scripting (XSS) vulnerability in jQuery before 1.6.3) Artem Pavlenko 2022-09-23 10:03:14 +0100
  • 9cf40a6144 Fix radial-distance simplification algorithm to always oupput last vertex (ref #4347) Artem Pavlenko 2022-09-23 09:41:11 +0100
  • 9e8e178160 Re-enable simplify_converter tests + add radial-distance tests (#4348) Artem Pavlenko 2022-09-23 09:32:06 +0100
  • 81103491b4 Fix building with boost_1_80 (#4340) Artem Pavlenko 2022-08-30 10:40:25 +0100
  • ce8bd250dd better export [wip] Mathis Logemann 2022-08-25 19:59:29 +0200
  • 4cd4985e75 resolve double defined symbol Mathis Logemann 2022-08-23 21:37:06 +0200
  • b9379f9024 Merge branch 'master' of https://github.com/mapnik/mapnik into feature/cmake-static Mathis Logemann 2022-08-18 20:38:47 +0200
  • e6553ef652 simplify cmake Mathis Logemann 2022-08-18 20:38:21 +0200
  • 019af0ad1d
    Merge pull request #4338 from mathisloge/fix/ci-run Artem Pavlenko 2022-08-18 11:08:37 +0100
  • 13c4719912 [CI] only run on master pushes and all PRs Mathis Logemann 2022-08-17 18:26:19 +0200
  • cf78c2a129 Merge branch 'master' of https://github.com/mapnik/mapnik into feature/cmake-static Mathis Logemann 2022-08-17 18:23:19 +0200
  • a1596e4dad
    Merge pull request #4333 from mapnik/cmake-install-fonts Artem Pavlenko 2022-08-17 17:19:34 +0100
  • c8cff17fb6 Merge remote-tracking branch 'origin/cmake-install-fonts' into cmake-install-fonts Artem Pavlenko 2022-08-17 17:05:19 +0100
  • 7d8be299f3 Fix font installation logic Artem Pavlenko 2022-08-03 16:19:07 +0100
  • 3ab8e80f2a depend on formatting Mathis Logemann 2022-08-17 17:37:43 +0200
  • eb3823aa4a precommit Mathis Logemann 2022-08-17 17:35:25 +0200
  • 213be3777c Merge branch 'master' of https://github.com/mapnik/mapnik into feature/cmake-static Mathis Logemann 2022-08-17 17:34:52 +0200
  • 2b7456f54b Revert "precommit" Mathis Logemann 2022-08-17 17:22:07 +0200
  • f48589738f precommit Mathis Logemann 2022-08-17 17:19:59 +0200
  • f6bcdac258 default crt = 0N Mathis Logemann 2022-08-17 17:16:32 +0200
  • 14a5cc7e1a
    Merge pull request #4334 from mathisloge/cmake-linting Artem Pavlenko 2022-08-17 14:15:13 +0100
  • 513b983b24
    Merge 10801d4b48 into 8abad1843a josch 2022-08-17 08:43:31 +0300
  • 54b0381f4d wip Mathis Logemann 2022-08-16 21:03:56 +0200
  • e3d8e55a79 pre-commit run -a Mathis Logemann 2022-08-16 18:52:30 +0200
  • df141876d0 disable clang-format for external deps Mathis Logemann 2022-08-16 18:59:39 +0200
  • 8abad1843a
    Merge pull request #4336 from mathisloge/fix/viewer-ini Artem Pavlenko 2022-08-16 14:08:20 +0100
  • 13c96ab7d0 [CMake] fix generated viewer ini file Mathis Logemann 2022-08-15 21:14:16 +0200
  • 69d682ef02 [clang-format] more compact extern c Mathis Logemann 2022-08-14 22:26:10 +0200
  • eb16e7a647 fix all files Mathis Logemann 2022-08-11 22:54:50 +0200
  • 88052447b9 pre-commit Mathis Logemann 2022-08-11 20:56:08 +0200
  • b6161dd439 Merge branch 'master' into cmake-install-fonts Artem Pavlenko 2022-08-04 14:40:38 +0100
  • 9627432723 Fix -Wdeprecated-enum-enum-conversion warnings (AGG) Artem Pavlenko 2022-08-04 11:25:35 +0100
  • a9c98dff5d Fix deprecation warning (libtiff) Artem Pavlenko 2022-08-04 10:06:04 +0100
  • 322f6cd805 Fix font installation logic Artem Pavlenko 2022-08-03 16:19:07 +0100
  • d26346f335 Fix label bounding box calculation to include glyph descenders [WIP] (ref #4308) label-bbox Artem Pavlenko 2022-04-25 15:44:32 +0100
  • 34df24f4e2 [CMake] use pkgconfig for webp; make some statements more clearly Mathis Logemann 2022-04-22 21:10:42 +0200
  • c85f8462fd [CMake] fixes for windows (WIP) Mathis Logemann 2022-04-22 15:10:49 +0200
  • 59d2f21369 [CMake] remove FindCairo and use pkgconfig Mathis Logemann 2022-04-22 15:10:02 +0200
  • 10801d4b48
    wip: support custom non-crs proj transforms again Johannes Schauer Marin Rodrigues 2022-04-15 07:21:48 +0200
  • 25012517aa [CI] add static builds Mathis Logemann 2022-04-16 11:26:34 +0200
  • 503fe35817 Merge branch 'master' of https://github.com/mapnik/mapnik into feature/cmake-static Mathis Logemann 2022-04-16 11:21:05 +0200
  • 1ba1278b42
    Merge pull request #4307 from josch/proj-debug Artem Pavlenko 2022-04-14 14:14:48 +0100
  • 01e018eb0a
    src/proj_transform.cpp: only use proj_context_errno_string for proj >= 8.0.0 Johannes Schauer Marin Rodrigues 2022-04-14 11:52:25 +0200
  • 5c06098caf
    Merge pull request #4300 from mathisloge/ci/vcpkg_2022-03-18 Artem Pavlenko 2022-04-13 10:00:08 +0100
  • a963ae5ea6 [CI] trigger Mathis Logemann 2022-04-12 20:51:52 +0200
  • ca269f425c Revert "[CI] update vcpkg deps" Mathis Logemann 2022-04-12 14:42:19 +0200
  • 75ad499fb5 [CI] update vcpkg deps Mathis Logemann 2022-04-12 14:21:45 +0200
  • 8c9e61373e Merge branch 'master' of https://github.com/mapnik/mapnik into ci/vcpkg_2022-03-18 Mathis Logemann 2022-04-11 15:24:45 +0200
  • 1ce18f6698
    Merge pull request #4305 from josch/proj-debug Artem Pavlenko 2022-04-11 14:20:14 +0100
  • 85997107af
    Merge pull request #4304 from mathisloge/fix/cairo-1.17.6 Artem Pavlenko 2022-04-11 14:19:20 +0100
  • 2259f8da6f use unnamed workflows, move vcpkg into preset update vcpkg Mathis Logemann 2022-04-11 15:04:30 +0200
  • 4f72043bcd
    src/proj_transform.cpp: improve error handling of proj_transform() Johannes Schauer Marin Rodrigues 2022-04-10 11:55:04 +0200
  • 6afdc89894 fix test for newer cairo Mathis Logemann 2022-04-05 10:31:26 +0200
  • 1bba69b108 [CI] update vcpkg to latest hash Mathis Logemann 2022-03-18 22:56:06 +0100
  • e00847e711 [CI] fix sqlite dep Mathis Logemann 2022-03-19 10:27:34 +0100
  • 2b8eec969b PluginInfo: remove static init and exit methods those aren't used. Mathis Logemann 2022-03-15 21:08:14 +0100
  • 5ee7571761 add dlerror for plugin loading Mathis Logemann 2022-03-15 21:07:02 +0100
  • 4493a06878 call mapnik::setup automatically Mathis Logemann 2022-03-15 17:34:51 +0100
  • 515a7e8279 changelog Mathis Logemann 2022-03-15 16:00:51 +0100
  • bb1bc2f07b [CMake] enable msvc static crt Mathis Logemann 2022-02-18 18:48:27 +0100
  • 2d03db8ef1 Fix scons build mathisloge-feature/cmake-static Artem Pavlenko 2022-02-15 15:40:16 +0000
  • 45568e8895 [datasource] call after_load for static plugins Mathis Logemann 2022-02-14 17:34:20 +0100
  • ee63a6f055 [tests] also test when using static Mathis Logemann 2022-02-14 10:15:09 +0100
  • 0f0e06c6b8 [datasource] add plugin_registered function Mathis Logemann 2022-02-14 10:14:59 +0100
  • 6fcdccaf83 [CMake] fix rename MAPNIK_STATIC_PLUGINS => BUILD_SHARED_PLUGINS Mathis Logemann 2022-02-09 15:57:03 +0100
  • c0d52ced18 [Changelog] describe breaking changes Mathis Logemann 2022-02-08 16:55:42 +0100