artemp
|
8c6bf0eef6
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
|
artemp
|
5361d21beb
|
move mapnik::noncopyable to mapnik::util::noncopyable where it belongs
|
2015-01-07 13:11:09 +01:00 |
|
Dane Springmeyer
|
4d39d2aac1
|
iwyu
|
2014-12-02 14:40:03 -05:00 |
|
Dane Springmeyer
|
946434002f
|
handle/throw on invalid encoding for ucnv_open
|
2014-12-02 14:21:36 -05:00 |
|
artemp
|
333965b588
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
|
Dane Springmeyer
|
d0b167affc
|
iwyu shuffle
|
2014-09-29 17:14:40 -07:00 |
|
artemp
|
454a69c582
|
mapnik::value - revive hash_value function implementation (#2358)
|
2014-08-14 10:00:23 +01:00 |
|
artemp
|
99bbb10290
|
c++11 : use int types from <cstdint>
|
2014-05-06 18:06:47 +01:00 |
|
Dane Springmeyer
|
e0026f3df2
|
use icu:: namespace and start isolating icu impl by consistenly using mapnik::value_unicode_string
|
2013-08-13 18:52:04 -04:00 |
|
Konstantin Käfer
|
8abc44e639
|
fix mapnik::value for boost 1.49 and other icu versions
|
2013-02-24 19:02:42 +01:00 |
|
Konstantin Käfer
|
67c537b43b
|
support boost::hash() for mapnik::value
|
2013-02-23 13:04:47 +01:00 |
|
Dane Springmeyer
|
bb27156df0
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
|
Dane Springmeyer
|
17d13cff67
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
|
kunitoki
|
eb13c8c6be
|
- another bunch of coding style fixes in includes
|
2011-10-23 16:09:47 +02:00 |
|
kunitoki
|
f1fb0c1939
|
- fix copyright to 2011 (script to do this will follow)
|
2011-10-23 15:04:25 +02:00 |
|
Artem Pavlenko
|
b543d7f1f4
|
+ add optional length parameter to allow
passing not-null terminated char strings
|
2011-03-16 13:31:56 +00:00 |
|
Artem Pavlenko
|
246731874b
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
|
Artem Pavlenko
|
950cfb8473
|
+ add missing MAPNIK_DECL
|
2009-02-12 14:33:00 +00:00 |
|
Artem Pavlenko
|
8839d9fd3f
|
+ add <string>
|
2009-02-11 17:09:56 +00:00 |
|
Artem Pavlenko
|
3f9127b5d0
|
reverting back to 700
|
2008-06-29 10:58:29 +00:00 |
|
Artem Pavlenko
|
3275cf9ce6
|
applied font fallbacj patch from Beau Gunderson
|
2008-06-29 10:40:08 +00:00 |
|
Artem Pavlenko
|
308e315432
|
added Unicode support based on ICU
|
2008-02-18 21:40:34 +00:00 |
|
Artem Pavlenko
|
0390f129a1
|
refactored transcoder stuff
|
2008-01-03 11:41:00 +00:00 |
|
Artem Pavlenko
|
171675dfcf
|
1. added external "C" around <iconv.h>
2. direct conversion from client_encoding to UCS-4{LE,BE}
|
2007-11-16 13:19:09 +00:00 |
|
Artem Pavlenko
|
f736196cb4
|
1. image_data.hpp - fixed mismatched new/new[] in ctor in ImageData
2. image_data.hpp - initialize image data (ImageData)
3. unicode.hpp - added missing <iostream> when in debug -DMAPNIK_DEBUG
|
2007-10-11 21:18:04 +00:00 |
|
David
|
3c97052c5e
|
- more include order reversion
|
2007-10-08 18:10:31 +00:00 |
|
svn
|
63ca9a0b41
|
use non const char* on Linux
|
2007-09-01 09:48:01 +00:00 |
|
Artem Pavlenko
|
edb4150b33
|
restored iconv support
|
2007-08-29 15:21:32 +00:00 |
|
Artem Pavlenko
|
ef42640476
|
applied patch from jonb to use calloc instead of malloc (allocating fribidi buffer)
|
2007-05-15 22:20:18 +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
|
13dd535d6c
|
check strings size before applying bidi.
|
2007-02-26 12:42:10 +00:00 |
|
Artem Pavlenko
|
2d256166b4
|
Store text attributes as USC-2 encoded std::wstring
|
2007-02-14 19:54:39 +00:00 |
|
Artem Pavlenko
|
e016bd61f8
|
Added transcoder based on iconv. Internally we use UCS-2 at the moment.
* Postgis plug-in determines encoding by querying 'client_encoding' parameter (libpq).
* Shapfiles (dbf!) don't store character encoding information. Users can apply 'encoding' parameter at datasource creation stage (defaults to Latin1 (ISO-8859-1))
* Raster plug-in utf-8
|
2007-02-06 14:27:21 +00:00 |
|
Artem Pavlenko
|
dee8851b26
|
added support for right to left languages by using
the fribidi library (patch from Ehud Shabtai, thanks!)
|
2006-12-17 11:56:57 +00:00 |
|
Artem Pavlenko
|
1c5eeb19af
|
added basic support for unicode string
|
2006-11-22 22:01:37 +00:00 |
|