Dane Springmeyer
|
fbeeb54558
|
fix compile with python 3.x
|
2013-06-06 13:11:34 -07:00 |
|
Dane Springmeyer
|
60b4f42891
|
sqlite: return char* not void *
|
2013-06-06 13:11:18 -07:00 |
|
Dane Springmeyer
|
215c9e9123
|
iwyu
|
2013-06-06 13:10:56 -07:00 |
|
Dane Springmeyer
|
64947f8540
|
now working on mapnik v3.0.0-pre
|
2013-06-03 18:56:56 -07:00 |
|
Dane Springmeyer
|
049b7b2fe4
|
update CHANGELOG for mapnik v2.2.0 release
|
2013-06-03 18:28:47 -07:00 |
|
Dane Springmeyer
|
9231205573
|
setting up for mapnik v2.2.0 release
|
2013-06-03 18:26:28 -07:00 |
|
Dane Springmeyer
|
ff14a8e350
|
revert f4d2fbac4 - refs #1177
|
2013-06-03 17:21:27 -07:00 |
|
Dane Springmeyer
|
c6da53af9a
|
fix spelling of error message in png reader - refs #1871
|
2013-06-03 15:38:30 -07:00 |
|
Dane Springmeyer
|
9ddb1e4c8b
|
comment test that will fail with old gdal because it is not critical functionality to warn about
|
2013-06-03 15:19:33 -07:00 |
|
Dane Springmeyer
|
b33b6a4add
|
comment test for now - refs #783
|
2013-06-03 15:13:12 -07:00 |
|
Dane Springmeyer
|
78dc1a4199
|
cleanup TODO usage in python tests
|
2013-06-03 15:02:43 -07:00 |
|
Dane Springmeyer
|
28bdb881f0
|
remove non-useful test as paths-from-xml will soon be removed - refs #1893
|
2013-06-03 14:58:56 -07:00 |
|
Dane Springmeyer
|
cd220886b2
|
various sqlite plugin test fixes - closes #1889
|
2013-06-03 14:15:27 -07:00 |
|
Dane Springmeyer
|
9d15a2c87d
|
show exceptions at end of run for tests that could not be run
|
2013-06-03 14:00:51 -07:00 |
|
Dane Springmeyer
|
a21f883c5c
|
fix linking of gdal/ogr plugins when linking to statically built gdal
|
2013-06-03 13:43:49 -07:00 |
|
Dane Springmeyer
|
5cb6bbe01c
|
fix python linking when using static libraries for deps or statically building libmapnik
|
2013-06-03 13:17:45 -07:00 |
|
Dane Springmeyer
|
9768052d97
|
only test if reader works (to avoid failures for unsupported formats)
|
2013-06-03 12:36:54 -07:00 |
|
Dane Springmeyer
|
87850281d0
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2013-06-03 12:22:54 -07:00 |
|
Dane Springmeyer
|
c00a4e6971
|
scons: assume boost headers are found unless explicitly not
|
2013-06-03 12:22:29 -07:00 |
|
artemp
|
f4d2fbac43
|
+ #1177 via @springmeyer
(TODO: check if loading the whole font file is required for registering)
|
2013-06-03 09:15:37 +01:00 |
|
Dane Springmeyer
|
19ce56b051
|
one more special case handling of utf8 in ogr plugin - refs #1177
|
2013-06-02 21:09:21 -07:00 |
|
Dane Springmeyer
|
3b2bdba7b0
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
|
Dane Springmeyer
|
8c04925fce
|
cleanup after 0365d3e081
|
2013-06-02 20:13:24 -07:00 |
|
Dane Springmeyer
|
205fe7eaf8
|
iwyu
|
2013-06-02 20:04:51 -07:00 |
|
Dane Springmeyer
|
0365d3e081
|
start centralizing filesystem operations in mapnik::util::fs - refs #1177
|
2013-06-02 19:28:24 -07:00 |
|
Dane Springmeyer
|
4f9b0ffba6
|
scons: no need to check for boost python if boost headers are not found
|
2013-06-02 19:25:43 -07:00 |
|
Dane Springmeyer
|
540d275cd0
|
also check for boost development headers
|
2013-06-02 19:24:11 -07:00 |
|
Dane Springmeyer
|
2457f5f7f4
|
ensure we only modify logger test for specific tests that should be silenced
|
2013-06-02 18:40:06 -07:00 |
|
Dane Springmeyer
|
ff88efc1fd
|
proper c++ cast
|
2013-06-02 17:34:44 -07:00 |
|
Dane Springmeyer
|
e1c299decf
|
remove whitespace
|
2013-06-02 17:34:36 -07:00 |
|
Dane Springmeyer
|
661aa4c87a
|
fix Makefile demo target path
|
2013-06-02 16:40:03 -07:00 |
|
Dane Springmeyer
|
786b8c71c0
|
update changelog with base path support for load_xml
|
2013-06-02 16:25:39 -07:00 |
|
Dane Springmeyer
|
1036eb1c99
|
support base_path adjustment when reading from xml file as well as from a string
|
2013-06-02 16:24:21 -07:00 |
|
Dane Springmeyer
|
e51c59aacc
|
fix #1886 - TODO - refactor base_path logic since it is confusingly written
|
2013-06-02 16:06:32 -07:00 |
|
Dane Springmeyer
|
ef1b99532b
|
scons: fix boost_regex and sqlite_rtree config checks and be resilient to plugins that cannot be built due to the boost version
|
2013-06-02 14:56:21 -07:00 |
|
Dane Springmeyer
|
c5f01be4e2
|
only build cpp test if >= boost 1.47
|
2013-06-02 14:54:27 -07:00 |
|
Dane Springmeyer
|
949a356b29
|
minor build output improvements
|
2013-06-02 14:15:02 -07:00 |
|
Dane Springmeyer
|
983cc3c0ec
|
fix postgis tests after null/empty string change - refs #1859
|
2013-06-02 13:44:58 -07:00 |
|
Dane Springmeyer
|
8ff0c48c64
|
tests: only show relevant traceback info
|
2013-06-02 13:41:14 -07:00 |
|
Dane Springmeyer
|
09fac756a9
|
convert postgis test to run all tests from command line
|
2013-06-02 13:37:29 -07:00 |
|
Dane Springmeyer
|
7c8dbacdb6
|
fix compile against boost 1.47 - closes #1885
|
2013-06-02 13:32:15 -07:00 |
|
Dane Springmeyer
|
dcc4981b13
|
mapnik-config: report which plugins are statically compiled by providing defines
|
2013-06-02 13:30:46 -07:00 |
|
Dane Springmeyer
|
fa15b5feaa
|
add python wrappers for CSV and GeoJSON plugins - closes #1882
|
2013-06-02 12:12:39 -07:00 |
|
Dane Springmeyer
|
0e273486c6
|
support base parameter in geojson plugin and throw if file cannot be opened
|
2013-06-02 12:12:03 -07:00 |
|
Dane Springmeyer
|
56b1e7cd64
|
fix cxxflags append in ogr input build
|
2013-06-02 11:51:09 -07:00 |
|
Dane Springmeyer
|
856ec4fd24
|
fix typos in 2.2 changelog notes
|
2013-05-31 15:53:17 -07:00 |
|
Dane Springmeyer
|
592d73a3f3
|
poor man's solution to #1868
|
2013-05-31 14:03:53 -07:00 |
|
Dane Springmeyer
|
513ab16557
|
add tests for #1806
|
2013-05-31 13:52:24 -07:00 |
|
Dane Springmeyer
|
4f961a04ab
|
ticketize
|
2013-05-31 13:49:32 -07:00 |
|
Dane Springmeyer
|
fdd9afd394
|
Merge pull request #1880 from mapnik/null-empty-string-not-equality
Make [attr] != '' match nulls: Followup to #1642, closes #1859
|
2013-05-31 13:29:15 -07:00 |
|