Artem Pavlenko
|
b7bdd08837
|
define BOOST_SPIRIT_INSTANTIATE_UNUSED once and re-use [skip-ci]
|
2018-04-18 14:18:40 +02:00 |
|
Artem Pavlenko
|
664d3508de
|
remove reference_wrapper usage when injecting attributes into grammar ( >= boost_1_67) [skip-ci]
|
2018-04-18 12:53:17 +02:00 |
|
Artem Pavlenko
|
c946620fec
|
remove unused instantiation
|
2018-04-18 10:31:33 +02:00 |
|
Artem Pavlenko
|
9e79e1edf1
|
update const-ness in x3::context definitions to support boost 1_67 [skip-ci]
|
2018-04-17 15:41:17 +02:00 |
|
Artem Pavlenko
|
def0fd1f31
|
prepare for breaking change in spirit::x3 (from boost 1.67.0) - remove with_context usage
(ref https://github.com/boostorg/spirit/pull/239)
|
2018-04-16 15:25:39 +02:00 |
|
Artem Pavlenko
|
b392b8214e
|
add explicit instantiation declarations to DEFINE_ENUM macro to fix -Wundefined-var-template warnings.
|
2018-04-16 11:12:05 +02:00 |
|
Artem Pavlenko
|
fe5c4bb978
|
supress unused variable warning in boost state_machine
|
2018-04-16 11:08:08 +02:00 |
|
Artem Pavlenko
|
82fb67441f
|
Merge pull request #3880 from Algunenano/master_icu61
Qualify ICU types explicitly
|
2018-04-10 10:32:30 +02:00 |
|
Artem Pavlenko
|
f04248e57d
|
Merge branch 'mapycz-save-map-denominator'
|
2018-04-10 10:27:40 +02:00 |
|
Artem Pavlenko
|
d2d587cb1b
|
mapycz-save-map-denominator
|
2018-04-10 10:25:23 +02:00 |
|
Raul Marin
|
1ddfe6c315
|
Qualify ICU types explicitly
ICU 61 has dropped the global `using namespace icu;`
http://site.icu-project.org/download/61#TOC-Migration-Issues
|
2018-04-03 13:18:43 +02:00 |
|
Blake Thompson
|
f7098a8a7e
|
Merge pull request #3873 from mapnik/gdal_overview_fix
GDAL Driver Overview Fix and Memory Reduction - Master
|
2018-03-30 16:45:58 -05:00 |
|
Blake Thompson
|
a217b38fd5
|
Updated to use max_image_area as a datasource parameter for GDAL plugin
|
2018-03-30 15:40:30 -05:00 |
|
Blake Thompson
|
25e4bb3f6c
|
A fix for two distinct issues associated with gdal featuresets, the first is overviews were not properly being utilized based on the resolution of the final image requested. The second is that allocation of far too much memory could be possible in GDAL to attempt to do resampling internally in mapnik. This now has a hard cap so that we allocate less memory in these situations but are still able to resample internally in mapnik.
|
2018-03-30 15:10:29 -05:00 |
|
Dane Springmeyer
|
65b4afdfc1
|
Merge pull request #3876 from Algunenano/blessed_master_threadsafe_disabled
Fix build issue with MAPNIK_THREADSAFE disabled
|
2018-03-26 12:15:34 -04:00 |
|
Raul Marin
|
caa2a88177
|
Fix build issue with MAPNIK_THREADSAFE disabled
|
2018-03-26 18:08:44 +02:00 |
|
Blake Thompson
|
ae6c9c7e37
|
Merge pull request #3875 from mapycz/raster-colorizer-image-size
Raster colorizer: check image bounds
|
2018-03-23 13:50:16 -04:00 |
|
Jiri Drbalek
|
ac50139c54
|
Raster colorizer: check image bounds
|
2018-03-23 11:55:40 +00:00 |
|
Artem Pavlenko
|
a8d7fc1cfb
|
Revert "avoid symbols duplication"
This reverts commit c737f4d56f .
|
2018-03-15 15:58:23 +01:00 |
|
Artem Pavlenko
|
c737f4d56f
|
avoid symbols duplication
|
2018-03-09 09:57:49 +01:00 |
|
Artem Pavlenko
|
030b0de105
|
update CHANGELOG
|
2018-03-06 15:42:48 +01:00 |
|
Artem Pavlenko
|
934124d30c
|
follow up on 5b8b75e680
|
2018-03-01 12:11:03 +01:00 |
|
Artem Pavlenko
|
eb1a32eb79
|
fix dereferencing out-of-range iterator (caught by -fsanitize=undefined,integer) (#3867)
|
2018-03-01 11:54:41 +01:00 |
|
Artem Pavlenko
|
5b8b75e680
|
fix compiler warning
```include/mapnik/text/symbolizer_helpers.hpp:164:45: warning: template template parameter using 'typename' is a C++17 extension
[-Wc++17-extensions]
template <template <typename, typename> typename GridAdapter>
^~~~~~~~
class
```
|
2018-03-01 10:56:55 +01:00 |
|
Artem Pavlenko
|
abce91a180
|
decode ret into str for consistency.
|
2018-02-28 15:42:25 +01:00 |
|
Artem Pavlenko
|
3ad43a33ae
|
check language variable to avoid SIGILL in '-fsanitize-trap=integer,undefined' builds.
|
2018-02-28 15:20:13 +01:00 |
|
Dane Springmeyer
|
fb8cbb6848
|
remove shorthands for sanitizers, best to pass flags manually
|
2018-02-27 10:28:53 -08:00 |
|
Artem Pavlenko
|
60c505d08b
|
Merge branch 'mapycz-offset-converter-topology'
|
2018-02-26 16:06:56 +01:00 |
|
Artem Pavlenko
|
37b7f05180
|
Merge branch 'offset-converter-topology' of https://github.com/mapycz/mapnik into mapycz-offset-converter-topology
|
2018-02-26 16:06:19 +01:00 |
|
Artem Pavlenko
|
3ebbf2075f
|
Merge pull request #3865 from Algunenano/master_icu_data
ICU DATA: Default to icu-config if u_getDataDirectory fails
|
2018-02-26 15:13:08 +01:00 |
|
Artem Pavlenko
|
c12f11fe42
|
Merge pull request #3837 from mat007/fix-unicode-file-path-on-windows
Handle unicode file path on windows in command line tools
|
2018-02-26 12:23:11 +01:00 |
|
Raul Marin
|
765406f9a7
|
ICU DATA: Default to icu-config if u_getDataDirectory fails
|
2018-02-23 15:33:10 +01:00 |
|
Artem Pavlenko
|
8876d13356
|
improve errors reporting in mapnik-index
|
2018-02-21 16:02:12 +01:00 |
|
Artem Pavlenko
|
ff56c86446
|
Merge pull request #3862 from mapnik/apply_color_blind_filter-fix
Fix apply_color_blind_filter to use correct color-space and avoid NAN…
|
2018-02-20 16:48:31 +01:00 |
|
Artem Pavlenko
|
cec5e0e391
|
Merge pull request #3863 from Algunenano/master_proj_lib
PROJ_LIB: Fix detection code
|
2018-02-20 16:04:50 +01:00 |
|
Raul Marin
|
b77ad659d8
|
PROJ_LIB: Fix detection code
.sconf_temp/conftest_24.cpp:30:42: error: use of undeclared identifier 'strlen'
|
2018-02-20 14:24:06 +01:00 |
|
Artem Pavlenko
|
2a090aa799
|
update visual tests data
|
2018-02-20 12:42:40 +01:00 |
|
Artem Pavlenko
|
c5e91a5c1e
|
update color-blind filters tests post bac24cd844
|
2018-02-20 12:05:49 +01:00 |
|
Artem Pavlenko
|
cdb301b357
|
enable high dpi scaling
|
2018-02-20 11:43:55 +01:00 |
|
Artem Pavlenko
|
bac24cd844
|
Fix apply_color_blind_filter to use correct color-space and avoid NAN which results in SIGILL when compiled with DEBUG_UNDEFINED=yes (#3861)
|
2018-02-20 11:19:53 +01:00 |
|
Artem Pavlenko
|
d43c4c1812
|
fix typo #3856
|
2018-02-19 13:15:48 +01:00 |
|
Artem Pavlenko
|
429d79c81d
|
check nodata returned by 'GetNoDataValue' has valid representation (!std::isnan) (#3856)
|
2018-02-19 12:09:56 +01:00 |
|
Artem Pavlenko
|
a2f596951e
|
update visual tests data
|
2018-02-15 10:04:43 +01:00 |
|
Artem Pavlenko
|
b8e6a0accc
|
Merge pull request #3859 from mapycz/fix-dgal-default-nodata
Respect raster_has_nodata
|
2018-02-14 16:51:57 +01:00 |
|
Artem Pavlenko
|
6815ac2869
|
use multiplication instead of << to avoid undefined behavour when LHS is a negative int (-fsanitize=undefined)
|
2018-02-14 16:49:31 +01:00 |
|
Artem Pavlenko
|
17a98767b4
|
use safe_cast for narrowing double->typename span_gen_type::value_type cast (#3856) (thanks @talaj!)
|
2018-02-14 16:47:47 +01:00 |
|
Jiri Drbalek
|
4c444d0082
|
Respect raster_has_nodata
|
2018-02-14 13:56:04 +00:00 |
|
Artem Pavlenko
|
533c6d6e5b
|
check m_width_abs > 0 to avoid division by zero (-fsanitize=undefined)
|
2018-02-13 17:06:55 +01:00 |
|
Artem Pavlenko
|
2a594d4f0e
|
Merge pull request #3855 from mapycz/grid_vertex_converter-fix-empty-polygon
grid_vertex_converter: Fix handling of empty polygon
|
2018-02-13 16:49:10 +01:00 |
|
Jiri Drbalek
|
b6c451d7e3
|
grid_vertex_converter: Fix handling of empty polygon
|
2018-02-13 15:00:25 +00:00 |
|