Dane Springmeyer
|
4fe3c87a84
|
tame a few more boost -Wsign-conversion warnings
|
2015-06-17 13:29:54 -07:00 |
|
artemp
|
8c6bf0eef6
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
|
Dane Springmeyer
|
b2c85e0c65
|
fix a slew of -Wsign-conversion, -Wconversion, -Wunused-argument warnings
|
2015-06-15 20:41:51 -07:00 |
|
artemp
|
df4226a825
|
remove spurious std::move's (clang - moving a temporary object prevents copy elision [-Wpessimizing-move])
|
2015-06-02 14:26:35 +01:00 |
|
artemp
|
2eaa90033a
|
move singleton to util/singleton.hpp
move windows UTF conversion routines to util/utf_conv_win.hpp
|
2015-06-02 11:10:41 +01:00 |
|
Dane Springmeyer
|
613766b104
|
drop obsolete and unsupported big endian support - refs #2806
|
2015-05-12 10:19:37 -07:00 |
|
artemp
|
5361d21beb
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
|
artemp
|
333965b588
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
|
artemp
|
fe215a684e
|
c++11 style : replace (almost) all typedef with type alias's
|
2014-07-07 18:23:15 +01:00 |
|
artemp
|
1cb03bac2f
|
mark is_open as const
|
2014-05-30 15:37:23 +01:00 |
|
artemp
|
99bbb10290
|
c++11 : use int types from <cstdint>
|
2014-05-06 18:06:47 +01:00 |
|
Dane Springmeyer
|
b492437505
|
avoid dereferencing pointer more than once
|
2013-12-11 07:27:51 -08:00 |
|
Dane Springmeyer
|
b21b59b835
|
shape.input: conditionally include boost interprocess
|
2013-10-28 18:31:20 -07:00 |
|
Dane Springmeyer
|
134cbc3eec
|
forward declare mapped_region in mapped_memory_cache.hpp and other shared memory fixups
|
2013-08-13 14:13:56 -04:00 |
|
Dane Springmeyer
|
28ed9a2cfd
|
only include mapped_memory_cache.hpp if truly building shapefile plugin with -DSHAPE_MEMORY_MAPPED_FILE
|
2013-08-13 12:19:01 -04:00 |
|
Dane Springmeyer
|
3b2bdba7b0
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
|
Dane Springmeyer
|
370609feed
|
shape.input: when reading from mapped memory cache keep a mapped_region_ptr member to ensure the memory stays alive - refs #1877
|
2013-05-30 14:32:20 -07:00 |
|
Dane Springmeyer
|
49933d7d0f
|
remove tab
|
2013-05-21 12:54:48 -07:00 |
|
artem@windows
|
871ac5b4bb
|
* add support for unicode (utf16) paths on windows
|
2013-05-21 09:48:12 +01:00 |
|
artemp
|
bfaee4afae
|
+ avoid std::string->C-string->std::string round trip
|
2013-04-10 12:44:05 +01:00 |
|
Dane Springmeyer
|
000b714eae
|
fix more clang++ -Wshadow warnings
|
2013-01-03 12:37:45 -08:00 |
|
Dane Springmeyer
|
bb27156df0
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
|
artemp
|
967d6110bf
|
+ singleton: return ref from instance() method
|
2012-09-07 16:23:03 +01:00 |
|
artemp
|
11e6ba0c09
|
+ make client methods non-static in classes derived from
mapnik::singleton<> (TODO: apply to all)
+ ensure client methods are accessed through instance() method
|
2012-09-07 14:56:30 +01:00 |
|
Dane Springmeyer
|
62a5e457f1
|
plugin code formatting based on emacs format in utils/format_source_files
|
2011-11-13 19:37:50 -08:00 |
|
kunitoki
|
2a4fe24ea9
|
- modified coding style in shape plugin
|
2011-10-22 15:27:28 +02:00 |
|
Dane Springmeyer
|
49fd1f93d1
|
use boost::make_shared across plugins to avoid explicit new and ensure fast and exception safe allocation
|
2011-05-16 23:41:34 +00:00 |
|
Artem Pavlenko
|
e81761d270
|
+ remove boost::iostreams dependency
|
2011-04-07 13:35:21 +00:00 |
|
Artem Pavlenko
|
0e0b7a578c
|
+ implement memory mapping using boost::interprocess
+ cache mapped memory regions for re-use
|
2011-04-06 13:02:31 +00:00 |
|
Dane Springmeyer
|
69ade9ab35
|
fix compile error when building without memory mapped shapefiles - problem since r2194
|
2010-11-08 20:38:17 +00:00 |
|
Artem Pavlenko
|
ad03de5895
|
+ better .index handling (TODO!)
|
2010-09-06 19:20:59 +00:00 |
|
Artem Pavlenko
|
4732ace54b
|
+ ident fix
|
2010-01-20 15:25:50 +00:00 |
|
Artem Pavlenko
|
47dc1e197b
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
|
Dane Springmeyer
|
46dc2d1f99
|
formatting
|
2009-10-14 23:01:48 +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 |
|
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
|
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
|
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 |
|
Dane Springmeyer
|
bc463c2a75
|
use BOOST_BIG_ENDIAN instead of WORDS_BIGENDIAN
|
2009-06-08 07:08:30 +00:00 |
|
Tom Hughes
|
beaa2c33de
|
Add parentheses to avoid compiler warnings.
|
2008-07-25 00:09:26 +00:00 |
|
Dominic Hargreaves
|
c436461ee8
|
Fix build with GCC 4.3 (fixes #76)
|
2008-03-24 14:03:05 +00:00 |
|
Artem Pavlenko
|
a8859645b3
|
use memory mapped files for reading shape files
|
2008-02-04 11:12:32 +00:00 |
|
Artem Pavlenko
|
e0d243dcec
|
1.Added support for building on Darwin (Xcode 2.4.1, gcc4.0.1).
Mainly taming gcc4.0.1 (anonymous enum bug)
2.Input plug-ins now have .input extension on all platforms
|
2007-03-16 10:11:37 +00:00 |
|
Artem Pavlenko
|
992af4747d
|
1. move include to mapnik/include
2. update demos,bibdibgs etc.
|
2006-10-04 11:22:18 +00:00 |
|
Artem Pavlenko
|
61fd258fd1
|
changing licence from GPL to LGPL
|
2006-03-31 10:32:02 +00:00 |
|
Artem Pavlenko
|
d8dc53bcf4
|
new build system
|
2006-01-31 23:09:52 +00:00 |
|