Artem Pavlenko
|
9872a3be7c
|
+ fixed UnicodeString to Py_Unicode conversion (needs testing)
|
2009-07-13 21:39:39 +00:00 |
|
Artem Pavlenko
|
86b9d0d8bc
|
+ specify encoding (all shapefiles in demo/data are in latin1!)
+ corrected Québec string
|
2009-07-13 21:38:26 +00:00 |
|
Dane Springmeyer
|
9236f15a83
|
avoid error that should be a TODO: http://trac.mapnik.org/ticket/348
|
2009-07-10 22:55:34 +00:00 |
|
Dane Springmeyer
|
7f03d5afc0
|
we should not need OGR plugins for these tests, can add specific ogr tests later
|
2009-07-10 22:47:30 +00:00 |
|
Dane Springmeyer
|
8fc113b8ab
|
note tagged release revision
|
2009-07-09 19:16:18 +00:00 |
|
Dane Springmeyer
|
038739ef3e
|
fix svn mime types and add missing api doc
|
2009-07-09 18:16:27 +00:00 |
|
Artem Pavlenko
|
e81f6b23ef
|
+ increment version to 0.6.1
|
2009-07-09 14:41:14 +00:00 |
|
Dane Springmeyer
|
817720e1c5
|
increment ABI version numbers
|
2009-07-09 01:16:52 +00:00 |
|
Artem Pavlenko
|
867799a88c
|
+ don't pass std::ios::modes to memory_mapped_file
|
2009-07-08 23:54:45 +00:00 |
|
Dane Springmeyer
|
eb6a0afffe
|
add std::ios::in mode for shape access on linux
|
2009-07-08 23:02:32 +00:00 |
|
Dane Springmeyer
|
f8559c07b6
|
remove unneeded header
|
2009-07-08 23:01:36 +00:00 |
|
Dane Springmeyer
|
19ce9bc442
|
update python api docs via epydoc
|
2009-07-08 22:33:16 +00:00 |
|
Artem Pavlenko
|
6e993fb388
|
+ added <iostream> header
|
2009-07-08 21:26:40 +00:00 |
|
Dane Springmeyer
|
28e7b5bf14
|
scons: when auto-finding boost libraries take the shortest boost library name found to avoid problems with variable extension naming on linux (TODO add better regex approach)
|
2009-07-08 21:08:13 +00:00 |
|
Artem Pavlenko
|
5d193947ae
|
+ avoid implicit conversion by passing expected types to read_intxx_{ndr,xdr}
( msvc compiler generates an error otherwise )
|
2009-07-08 20:52:22 +00:00 |
|
Artem Pavlenko
|
e5ac14a236
|
+ removed unused #include
|
2009-07-08 20:50:20 +00:00 |
|
Artem Pavlenko
|
7c30a5cc6f
|
+ bail out if num_fields is 0
|
2009-07-08 20:49:28 +00:00 |
|
Dane Springmeyer
|
22647f3068
|
add env inheritance back to SCons (as discussed with artem to enable finding libraries and programs in custom locations)
|
2009-07-08 18:40:10 +00:00 |
|
Dane Springmeyer
|
723588d782
|
finish CHANGELOG for 0.6.1 release, closes #372
|
2009-07-08 17:41:09 +00:00 |
|
Artem Pavlenko
|
155e490c33
|
+ store individial colour components internally
|
2009-07-08 11:52:13 +00:00 |
|
Dane Springmeyer
|
6c846d77a6
|
add SCons flag for controlling compile-time use of SHAPE_MEMORY_MAPPED_FILE
|
2009-07-08 00:53:13 +00:00 |
|
Dane Springmeyer
|
e04756277b
|
update CHANGELOG to r1215
|
2009-07-08 00:33:36 +00:00 |
|
Dane Springmeyer
|
d601ecd19e
|
update CHANGELOG to r1127
|
2009-07-08 00:10:43 +00:00 |
|
Dane Springmeyer
|
408e3fedcb
|
fix small typo in #define
|
2009-07-08 00:06:13 +00:00 |
|
Artem Pavlenko
|
ae96fffee0
|
+ use MAPNIK_BIG_ENDIAN
+ support for reading int16_t
+ allow compiling shape.input with or without memory mapped files support
( define SHAPE_MEMORY_MAPPED_FILE to enable)
|
2009-07-07 23:56:01 +00:00 |
|
Artem Pavlenko
|
535a8dc2a5
|
+ fully qualify stl strings
|
2009-07-07 23:54:02 +00:00 |
|
Dane Springmeyer
|
e26e46788a
|
better formatting of error when plugin lib can't be loaded
|
2009-07-07 23:44:12 +00:00 |
|
Dane Springmeyer
|
32b77c2e88
|
typo fix
|
2009-07-07 23:42:29 +00:00 |
|
Dane Springmeyer
|
552d0c07de
|
make the full path explicit in the libmapnik.dylib 'install_name' (on osx) closes #374
|
2009-07-07 23:23:07 +00:00 |
|
Artem Pavlenko
|
470c92adee
|
+ reverse order when reading NDR int/double
|
2009-07-07 19:44:40 +00:00 |
|
Artem Pavlenko
|
a6075c97b5
|
+ fixed read_coord method
|
2009-07-07 19:00:55 +00:00 |
|
Artem Pavlenko
|
6ca258cc1e
|
+ fixed read_xxx_double methods
|
2009-07-07 16:05:24 +00:00 |
|
Artem Pavlenko
|
d20a2de459
|
+ move byte order depended I/O to global.hpp
this should fix shape.input PPC issues
|
2009-07-03 13:29:50 +00:00 |
|
Artem Pavlenko
|
2389386c80
|
+ make shape_io noncopyable
|
2009-07-03 13:28:59 +00:00 |
|
Artem Pavlenko
|
ed07268576
|
+ more verbose output to stderr
|
2009-07-03 13:28:11 +00:00 |
|
Artem Pavlenko
|
8d820d4761
|
+ use boost::scoped_ptr
|
2009-07-03 09:25:18 +00:00 |
|
Dane Springmeyer
|
3f57087d54
|
scons: remove inheritance of os.environ, and add the ability to specify and store PKG_CONFIG_PATH as SCONS variable - see #217 and r1187(which removed other reference to os.environ)
|
2009-07-02 00:48:42 +00:00 |
|
Dane Springmeyer
|
5907593f6a
|
scons: provide support for auto-detection of boost libs/headers/libname in using set of prefix directories (should help auto-detection of source installs of boost in /usr/local and macports installs in /opt/local) - closes #297
|
2009-07-01 23:52:51 +00:00 |
|
Dane Springmeyer
|
e97df7a721
|
fix up compilation of rundemo based on cairo availability - closes #285
|
2009-07-01 02:24:13 +00:00 |
|
Dane Springmeyer
|
1ce6266738
|
more robust cairo lib addition - addresses #371
|
2009-06-30 22:12:11 +00:00 |
|
Dane Springmeyer
|
40adc2c03f
|
limit linking to libmapnik by selectively specifying libraries - closes #371
|
2009-06-30 21:58:05 +00:00 |
|
Artem Pavlenko
|
424949d312
|
+ load all fonts in specified dir
|
2009-06-30 16:23:50 +00:00 |
|
Artem Pavlenko
|
610537b614
|
+ inherit optimizations flags set in SConstruct
|
2009-06-30 16:22:29 +00:00 |
|
Artem Pavlenko
|
21d76f574c
|
+ added '4' optimization level, enables link-time optimization
for llvm-gcc (OS X)
+ build core library first (reverting build order change in r1192 as it
broke OS X builds)
|
2009-06-30 16:21:12 +00:00 |
|
Dane Springmeyer
|
0e7ca8ed44
|
avoid unnessary linking of plugin-only libs by libmapnik by changing SConscript execution order (addresses #371, more work needed in #214)
|
2009-06-29 19:21:47 +00:00 |
|
Dane Springmeyer
|
605d80bb15
|
add ssinger to AUTHORS for revised patch applied in r1189/r1190
|
2009-06-29 15:45:31 +00:00 |
|
Artem Pavlenko
|
597889261b
|
+ query WKB in platform native format
|
2009-06-29 14:31:39 +00:00 |
|
Artem Pavlenko
|
15569af061
|
+ specify a byte order to ST_AsBinary (patch from ssinger)
|
2009-06-29 14:21:56 +00:00 |
|
Artem Pavlenko
|
186236cba6
|
+ replace 'long long' with int64_t
|
2009-06-29 14:15:31 +00:00 |
|
Artem Pavlenko
|
7ebe50d9de
|
+ Cleaner builds - don't import everything from ENV!
+ Add FRAMEWORK_SEARCH_PATH option for Max OS X
|
2009-06-29 14:04:44 +00:00 |
|