Artem Pavlenko
23b8ecc997
Merge pull request #4171 from msitu/decode_darwin_value
...
fix pg_config error for darwin os
2020-09-04 14:16:05 +01:00
msitu@ceresimaging.net
a103f5e66a
fix pg_config error for darwin os
2020-08-27 12:50:45 -07:00
Raul Marin
bc01c22c33
Use pkg-config to find FreeType2 if available (ref #4164 )
2020-08-06 09:53:37 +01:00
Artem Pavlenko
f1cf712d50
Add support for BOOST >= 1_72 (backport relevant changes from master)
2020-01-23 14:48:43 +00:00
Mickey Rose
745e393fd6
scons: minor cleanup
2019-09-01 11:54:23 +02:00
Mickey Rose
0d68464194
scons: define OPTIONAL_LIBSHEADERS before use
...
Fixes #4075
2019-09-01 10:25:46 +02:00
Jiri Drbalek
a42ac13cd8
Force full qualification of ICU types
...
https://github.com/mapnik/mapnik/issues/3961
2018-08-02 08:49:37 +00:00
Raul Marin
2cef98d7f7
ICU DATA: Default to icu-config if u_getDataDirectory fails
2018-02-26 16:25:20 +01:00
Raul Marin
44f1ae3a6e
PROJ_LIB: Fix detection code
...
.sconf_temp/conftest_24.cpp:30:42: error: use of undeclared identifier 'strlen'
2018-02-20 09:22:44 -08:00
Artem Pavlenko
b0f3f1aed7
port Scons3 support from master
2017-11-24 11:29:14 +01:00
Dane Springmeyer
f5ea42b11f
at workaround for throw_out_of_range_fmt
...
remove inadvertent change
also dump glibcxx symbols on circle
add glibc_workaround.cpp if option is chosen
This reverts commit 751d9bff1672f6b8cbd2b5ebe2eb460223746806.
add script that asserts on expected symbols
check symbols for all modes, only error if symbols exist + ENABLE_GLIBC_WORKAROUND
2017-11-21 16:07:41 +01:00
Dane Springmeyer
58a864d133
Query ICU_DATA, PROJ_LIB, and GDAL_DATA
...
- ensure the paths are correct and on the system
- make the results available in mapnik-config
2017-09-09 11:52:10 -07:00
Dane Springmeyer
07f34f03de
scons: don't recommend now oldish compilers [skip ci]
2016-06-14 21:12:42 -07:00
Dane Springmeyer
20a9112135
remove boost thread checking since it is no longer a dependency
2016-05-19 19:37:31 -04:00
artemp
75189905d6
upgrade to latest variant.hpp
2016-05-09 11:42:46 +02:00
Dane Springmeyer
e5fafd31d1
skip boost check when cross compiling [skip ci]
2016-04-21 09:04:38 -07:00
Dane Springmeyer
087add2c71
Remove MAPNIK_BUNDLED_SHARE_DIRECTORY build option
...
- this was intended to be used by python-mapnik
- but it is not currently, so let's clean it up
- todo: get actual ICU_DATA,PROJ_LIB,GDAL_DATA values from those depependent libs
2016-03-16 13:48:26 -07:00
Dane Springmeyer
228513cf3e
back off -Wold-style-cast -Wreserved-id-macro -Wmissing-noreturn for now
2016-03-10 13:41:51 -08:00
Dane Springmeyer
3985014c04
Add agg warning suppression header
2016-03-09 17:42:24 -08:00
Dane Springmeyer
23fb010ea2
disable dlclose when building with --coverage - refs #3344
2016-03-03 15:02:03 -08:00
Dane Springmeyer
833703026d
add COVERAGE configure option - only set coverage flags on libmapnik and plugins - refs #3344
2016-03-03 14:19:12 -08:00
Dane Springmeyer
52cabfd107
expat is no longer a must have cairo dep since cairo can be built without fontconfig [skip ci]
2016-02-03 10:57:09 -08:00
Dane Springmeyer
8115659fa6
Default to vizibility=hidden and inlines-hidden - refs #1863
2016-01-11 16:51:14 -08:00
Blake Thompson
dfa62c88d8
fix for santize address errors
2015-12-27 21:40:10 -06:00
Dane Springmeyer
59723ae693
restore -Wno-unsequenced, accidentally dropped in 7608040906
2015-12-01 13:59:45 -05:00
Dane Springmeyer
5eefd8b1ec
better harfbuzz ft check - refs #3166
2015-11-09 11:11:07 -08:00
Dane Springmeyer
8e1996d6c6
Scons: check for harfbuzz with freetype support
2015-11-09 10:58:16 -08:00
Dane Springmeyer
7608040906
centralize warning suppression
2015-11-07 17:53:09 -08:00
Dane Springmeyer
8813e73cfc
rename SHAPE_MEMORY_MAPPED_FILE to MAPNIK_MEMORY_MAPPED_FILE
2015-10-16 13:34:53 -07:00
Dane Springmeyer
e161253631
remove last reference to pre versioning [skip ci]
2015-10-12 13:56:13 -07:00
Dane Springmeyer
98e8a12d78
Fix #3124
2015-10-12 13:38:15 -07:00
Dane Springmeyer
c9a4d3d8ef
remove MAPNIK_VERSION_IS_RELEASE logic from scons - refs #3123
2015-10-12 10:41:11 -07:00
Dane Springmeyer
67718ed8e1
rename nik2img to mapnik-render
2015-10-12 10:38:58 -07:00
Dane Springmeyer
8d11151382
rename csvindex to mapnik-index since we'll soon support geojson
2015-10-07 08:33:24 -07:00
artemp
f3efff3885
add csvindex
build option
2015-10-01 15:17:22 +01:00
artemp
877cd2c75e
update copyright year
2015-10-01 15:11:50 +01:00
Blake Thompson
ab2855a130
Made it so that singleton deleted at exit could be turned off.
2015-08-11 11:34:35 -05:00
Dane Springmeyer
2af5a75dd7
default to ptree xml parser (rapidxml inside boost) instead of libxml2
2015-07-30 11:22:23 -07:00
artemp
ffcacf3509
make libxml2 optional dependency (XMLPARSER=libxml2)
2015-07-30 13:14:37 +02:00
Dane Springmeyer
6f61c0e6c4
fix building both postgis and pgraster plugins together - closes #2986
2015-07-27 16:21:31 -07:00
Dane Springmeyer
2048be7b30
move occi, osm, rasterlite to non-core repo 84b0bfecb3
- refs #2980
2015-07-16 11:46:10 -07:00
Dane Springmeyer
0d86afff36
start using -Wsign-compare and -Wshadow + fix heaps of warnings - refs #2907
2015-06-12 14:51:18 -07:00
Blake Thompson
a138b8717d
Removed angus clipper library from code and updated all visual tests to master
2015-06-02 14:14:21 -05:00
Dane Springmeyer
ea3eb674c7
default compiler to cc/c++ / remove obsolete special casing for os x
2015-05-24 13:51:45 -07:00
Dane Springmeyer
4667e9470a
more portable workaround for gil c++11 bug - closes #2859
2015-05-24 13:48:04 -07:00
Paul Norman
f0364c40a9
Remove stray " in HOST config line
2015-05-23 16:53:00 -07:00
Jiri Drbalek
848044e8c4
fix compilation error due to boost scoped enum with boost < 1.51
2015-05-17 19:44:48 +00:00
Matt Amos
a5cf088568
Fix compilation error due to Boost scoped enum & C++11 mode.
...
Boost versions before 1.57 are broken when the system package and Mapnik are compiled against different standards. On Ubuntu 14.04 using boost 1.54, it breaks scoped enums. It's a bit of a hack to just turn it off like this, but seems the only available work-around. See https://svn.boost.org/trac/boost/ticket/6779 for more details.
2015-05-16 21:41:40 +01:00
Dane Springmeyer
41ad16f4d7
hello world plugin is now standalone at https://github.com/mapnik/hello-world-input-plugin - refs #2790
2015-05-11 17:07:33 -07:00
Dane Springmeyer
a5e258344e
make target to setup python bindings + run visual tests
2015-05-04 00:30:25 -07:00