Artem Pavlenko
|
fc029ae5a5
|
Update Coopyright year
|
2024-07-22 10:20:47 +01:00 |
|
Mathis Logemann
|
7ef431ece2
|
use std::optional instead of boost::optional
|
2024-05-18 10:22:29 +02:00 |
|
David Hummel
|
7c45369e88
|
No need to install mapnik-test-visual
|
2024-04-21 16:54:28 -07:00 |
|
Artem Pavlenko
|
00199754a2
|
Update test/visual/CMakeLists.txt
Co-authored-by: Mathis Logemann <mathisloge@gmail.com>
|
2023-03-14 16:54:04 +00:00 |
|
Artem Pavlenko
|
a244effa91
|
Add mapnik/filesystem.hpp ref:https://github.com/mapnik/mapnik/pull/4383#discussion_r1131405532
|
2023-03-13 14:27:02 +00:00 |
|
Artem Pavlenko
|
45b48721fa
|
replace std::tmpnam (deprecated) with make_unique
|
2023-03-13 09:34:58 +00:00 |
|
Artem Pavlenko
|
be0b537f52
|
Use std::filesystem when CXX_STD >= 17 and not USE_BOOST_FILESYSTEM
|
2023-03-09 13:17:28 +00:00 |
|
Mathis Logemann
|
bc38652079
|
Finalize static plugins
|
2022-12-09 14:48:52 +01:00 |
|
Mathis Logemann
|
7d267b47fe
|
Merge branch 'master' of https://github.com/mapnik/mapnik into feature/cmake-static
|
2022-11-22 20:14:33 +01:00 |
|
Artem Pavlenko
|
a65d65a5ab
|
Update .clang-format to BraceWrapping: BeforeCatch : true
run `pre-commit`
|
2022-11-10 15:57:38 +00:00 |
|
Mathis Logemann
|
e6553ef652
|
simplify cmake
|
2022-08-18 20:38:21 +02:00 |
|
Mathis Logemann
|
213be3777c
|
Merge branch 'master' of https://github.com/mapnik/mapnik into feature/cmake-static
|
2022-08-17 17:34:52 +02:00 |
|
Mathis Logemann
|
2b7456f54b
|
Revert "precommit"
This reverts commit f48589738f .
|
2022-08-17 17:22:07 +02:00 |
|
Mathis Logemann
|
f48589738f
|
precommit
|
2022-08-17 17:19:59 +02:00 |
|
Mathis Logemann
|
eb16e7a647
|
fix all files
format files
|
2022-08-14 22:26:31 +02:00 |
|
Mathis Logemann
|
c85f8462fd
|
[CMake] fixes for windows (WIP)
|
2022-04-22 15:10:49 +02:00 |
|
Mathis Logemann
|
42f465f842
|
refactor datasource plugins
fix merge
remove old DATASOURCE_PLUGIN call
fix memory_datasource
wip
wip
fix temp return
fix install
wip before_unload
linux
remove docker
remove docker
comments
add windows error message if libmapnik=static and plugins=dynamic
fix false plugin macro
plugin default de/constructor to remove UB
simplyfy plugin targets - add fpic
fix makro
simplyfy
use unique_ptr for plugin handle
rename option static plugins
replace local init with fnc call
call setup everywhere
init datasource_static
|
2022-02-07 15:35:09 +01:00 |
|
Mathis Logemann
|
779787f980
|
Merge branch 'master' of https://github.com/mapnik/mapnik into feature/clang-format
|
2022-01-28 10:31:55 +01:00 |
|
Mathis Logemann
|
3012ea43ee
|
[visual-test] enable utf-8 console output for windows
|
2022-01-27 18:37:19 +01:00 |
|
Mathis Logemann
|
aee8519bac
|
[CMake] visual test in own dir
|
2022-01-27 18:37:03 +01:00 |
|
Mathis Logemann
|
6dcf754077
|
format dir test
format dir test
fix
|
2022-01-27 00:12:12 +01:00 |
|
Artem Pavlenko
|
bd961c4da2
|
update copyright year [skip ci]
|
2021-01-05 14:39:07 +00:00 |
|
Mathis Logemann
|
64054fade4
|
compiler independent warning ignore
Signed-off-by: Mathis Logemann <mathisloge@gmail.com>
|
2020-11-19 17:25:10 +01:00 |
|
Jiri Drbalek
|
c2b1103cb6
|
Cairo: set version of SVG to 1.2
|
2019-02-08 12:32:01 +00:00 |
|
talaj
|
13d678d9af
|
visual tests: allow to ignore particular renderer (#3768)
* visual tests: refactor parsing parameters from the style
* visual tests: allow to ignore particular renderer
* update visual tests
|
2017-09-14 14:21:30 +01:00 |
|
talaj
|
c80cde6044
|
visual tests: report failed tests (#3765)
|
2017-09-13 10:13:51 +01:00 |
|
artemp
|
cd0c746a42
|
split grammar into two rules (VS2017)
|
2017-07-06 16:02:47 +02:00 |
|
artemp
|
333ef9fde1
|
update copyright year
|
2017-05-05 13:02:01 +02:00 |
|
artemp
|
fc54faac54
|
make parse_map_sizes standalone method + upgrade parser to use boost::spirit::x3
|
2016-12-09 11:52:25 +01:00 |
|
artemp
|
cf604518a5
|
fix typo
|
2016-05-25 13:08:20 +02:00 |
|
Jiri Drbalek
|
464e508dc5
|
visual tests: support for Cairo PS, PDF and SVG renderers
|
2016-05-04 14:27:34 +00:00 |
|
artemp
|
d027ed67c7
|
more const strictness, update to work with latest mapbox::variant/visitor-no-copy branch
|
2016-01-27 14:50:17 +01:00 |
|
Jiri Drbalek
|
9ad6ee2999
|
visual tests: fix vector initialization
|
2015-12-28 09:30:46 +00:00 |
|
Dane Springmeyer
|
53174718d8
|
use mapnik/warning_ignore.hpp in a few more places
|
2015-11-09 09:51:35 -08:00 |
|
bergwerkgis
|
5fd6f33c0f
|
visual diff of visual test results
|
2015-10-05 14:23:52 +00:00 |
|
Dane Springmeyer
|
be22a67b60
|
fix -Wshadow warnings
|
2015-10-01 13:35:23 -07:00 |
|
Jiri Drbalek
|
ae8ac89ef8
|
visual tests: add command line parameters for scale-factor settings
|
2015-09-17 08:22:18 +00:00 |
|
Jiri Drbalek
|
fd19c754f3
|
visual tests: command line switches for renderers
|
2015-09-17 08:22:10 +00:00 |
|
Jiri Drbalek
|
96b35c540d
|
visual tests: set test duration to zero on error
|
2015-08-03 10:45:23 +00:00 |
|
Jiri Drbalek
|
32afdb10e5
|
visual tests: limit number of failures
|
2015-08-03 10:45:14 +00:00 |
|
Jiri Drbalek
|
ced3d35023
|
visual tests: report total time spent by renderers
|
2015-07-08 20:01:23 +00:00 |
|
Jiri Drbalek
|
1fa6cc73db
|
visual tests: add time measurement
|
2015-07-07 12:35:28 +00:00 |
|
Dane Springmeyer
|
a440a99f56
|
Merge pull request #2930 from mapycz/improve-visual-test-8
Visual tests: add tiled mode
|
2015-07-06 17:43:50 -07:00 |
|
Jiri Drbalek
|
cb2717bd04
|
visual tests: add support for tiles
|
2015-07-02 14:23:05 +00:00 |
|
Jiri Drbalek
|
449ccf3243
|
visual tests: drop compare_images.hpp
|
2015-07-02 14:23:05 +00:00 |
|
Jiri Drbalek
|
aff4fa5da6
|
visual tests: prefer size_t
|
2015-07-02 14:23:04 +00:00 |
|
Jiri Drbalek
|
9704e3eec5
|
fix integer overflow (-fsanitize=integer)
|
2015-07-01 12:13:15 +00:00 |
|
Jiri Drbalek
|
c4625e06bc
|
visual tests: add command line argument for controlling log level
|
2015-06-29 14:23:32 +00:00 |
|
Dane Springmeyer
|
b285bde44b
|
Revert "visual tests: still generate error report on ctrl-c"
This reverts commit c24229f5c8 .
|
2015-06-24 17:37:02 -07:00 |
|
Dane Springmeyer
|
c24229f5c8
|
visual tests: still generate error report on ctrl-c
|
2015-06-23 21:54:24 -07:00 |
|