Commit graph

1456 commits

Author SHA1 Message Date
Dane Springmeyer
3fed886576 fix spelling of initial 2010-11-08 21:05:42 +00:00
Dane Springmeyer
aa7a3f8aae fix spelling of initial_size parameter in postgis plugin 2010-11-08 21:04:01 +00:00
Dane Springmeyer
8922aab266 fix spelling of minimum_version attribute 2010-11-08 21:01:23 +00:00
Robert Coup
5bbb5fbcf0 Allow late-binding of datasources. Backport of r2291 to 0.7.2-dev branch. closes #622 2010-10-24 07:56:43 +00:00
Dane Springmeyer
448c998a63 backport r2283 (fix for shapefile dupe features) - #647 2010-10-18 17:25:45 +00:00
Dane Springmeyer
790837f344 backport fix for attaching -pthreads to cxxflags on solaris 2010-10-12 05:43:54 +00:00
Dane Springmeyer
f1caa3bbd4 backport solaris fixes for python runpaths and pthreads from trunk 2010-10-12 05:26:08 +00:00
Dane Springmeyer
503da430dc backport fixes for compiling on sunos with g++ from r2174 and r2175 2010-10-05 00:10:37 +00:00
Jon Burgess
457f632b9c Remove calls to std::exit() to match trunk. Libraries should not call exit directly. 2010-09-24 15:45:39 +00:00
Dane Springmeyer
ff31c12879 backport fixes for overly locked proj.4 code - combo of r2063 and r2181 (closes #575) 2010-09-19 18:56:18 +00:00
Dane Springmeyer
09f271b6a1 scons: fix syntax error after svn merge from trunk 2010-08-30 22:41:07 +00:00
Dane Springmeyer
d0041cd6ce backport r2172 from trunk 2010-08-26 00:10:54 +00:00
Dane Springmeyer
33cb6af2b9 backport fix from trunk (thx haoyu) for sorting paths before checking boost (r2169,2170) 2010-08-21 05:40:37 +00:00
Dane Springmeyer
3621283ca9 mapnik2 forward compatibility for 0.7.2 XML syntax 2010-08-12 07:47:13 +00:00
Dane Springmeyer
8359ff19ba bump version to 0.7.2 2010-08-12 07:44:31 +00:00
Marcin Rudowski
427f0d0776 fix blending semitransparent raster images with background: #589 2010-08-11 22:06:36 +00:00
Dane Springmeyer
eba0b6fb45 scons: tweak logic for whether a path is a 'system' path, avoiding case where a custom path like /opt/mapnik/lib would be assumed to be a standard system path 2010-07-29 16:31:41 +00:00
Dane Springmeyer
1c74f2095f correct null shapes processing - closes #573 (backport from 2077) 2010-07-26 02:16:38 +00:00
Dane Springmeyer
ea43202344 + fixed template parameter shadowing (clang++) 2010-07-24 01:33:38 +00:00
Dane Springmeyer
e7b2a5dd4a be careful with output streams 2010-07-22 03:22:12 +00:00
Dane Springmeyer
1ffe6dcf94 boost 1.35 compatibility 2010-07-20 02:55:43 +00:00
Dane Springmeyer
b505a49312 fix library linking name 2010-07-16 23:43:44 +00:00
Dane Springmeyer
9265c75028 strip the file extention of '.shp', if provided, as the shapefile driver does not expect the ext. This allows a directory of shapefiles to be indexed like: 2010-07-16 23:29:45 +00:00
Dane Springmeyer
1d7b507572 add directory for C++ tests, and first C++ test against the font engine functions 2010-07-15 23:37:35 +00:00
Dane Springmeyer
c9941cf800 add helper functions for recursively registering fonts, and ensure they match one of the known freetype2 supported fonts (by ext) - closes #559 2010-07-15 23:05:51 +00:00
Dane Springmeyer
37df6ba211 output metadata about the searched plugin directories if a plugin cannot be found - closes #568 2010-07-15 21:13:03 +00:00
Dane Springmeyer
fd4ff876b6 scons: remove the '_CPPDEFFLAGS' variable, which otherwise would place -DNone in the compiler arguments when no other configure arguments are sent to scons 2010-07-15 16:33:45 +00:00
Dane Springmeyer
ffe5da46bd remove debugging line 2010-07-15 02:18:00 +00:00
Dane Springmeyer
22e6819272 scons: ensure pycairo headers are added 2010-07-15 02:17:30 +00:00
Dane Springmeyer
6097000322 scons: making sure things exist - prepping for out of source build 2010-07-15 00:39:07 +00:00
Dane Springmeyer
9a45c9d820 scons: better handling of PYTHON_INCLUDES and HAVE_LIBXML2 2010-07-15 00:20:38 +00:00
Dane Springmeyer
d75fb586d0 scons: only apply HAS_CAIRO & HAS_PYCAIRO flags to cairo related files 2010-07-14 22:46:37 +00:00
Dane Springmeyer
b8b2b726fe scons: only apply SHAPE_MEMORY_MAPPED_FILE to shapefile driver code 2010-07-14 22:39:55 +00:00
Dane Springmeyer
3d1e3ce8ac only expose save_to_cairo_file if cairo support available 2010-07-14 18:30:06 +00:00
Dane Springmeyer
ebc3001890 scons: make sure to initialize cairo variables 2010-07-14 05:34:09 +00:00
Dane Springmeyer
fd8695c107 scons: conditionally add CXXFLAGS for headers needing Cairo support 2010-07-14 05:08:28 +00:00
Dane Springmeyer
c2988656df backport r1955,1956 - db connection fixes 2010-07-14 02:00:57 +00:00
Dane Springmeyer
c599c52a61 backport r1893 and r1902 - fixing compile for enums 2010-07-14 01:55:54 +00:00
Dane Springmeyer
d785b9c5b4 backport r1889 2010-07-14 01:47:30 +00:00
Dane Springmeyer
1387b1a8d5 backport r1890 2010-07-14 01:46:09 +00:00
Dane Springmeyer
72e37ad399 backport r1897 2010-07-14 01:44:26 +00:00
Dane Springmeyer
7a6aa1e537 backport r1891 2010-07-14 01:42:38 +00:00
Dane Springmeyer
4c506cf380 fix typo 2010-07-14 01:40:55 +00:00
Dane Springmeyer
43fea02bdd backport compiler fix from r1900 2010-07-14 01:33:19 +00:00
Dane Springmeyer
c5adca6e57 make sure to only use mutexes if THREADING=multi/MAPNIK_THREADSAFE=True 2010-07-14 01:28:04 +00:00
Dane Springmeyer
a8b147156d scons: make sure to build a .os file instead of .o 2010-07-14 01:26:21 +00:00
Dane Springmeyer
f187cb7a12 backport for #257, and r1984 2010-07-14 01:02:01 +00:00
Dane Springmeyer
28f0106126 place built python lib inside module directory to make local import easier 2010-07-13 23:53:52 +00:00
Dane Springmeyer
a6a9c19c81 place built plugin targets in input/ directory to make local registration easier 2010-07-13 23:22:54 +00:00
Dane Springmeyer
7360923338 fix typos 2010-07-13 22:04:57 +00:00