Artem Pavlenko
|
6dc3015ea5
|
Allow omitting username and dbname in connection string.
|
2007-04-01 08:29:14 +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
|
1b84f2d454
|
host = '' , host = None and ommiting host all default to unix-domain socket in /tmp
|
2007-02-06 15:29:04 +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
|
6aa5401151
|
Added connect_timeout parameter to postgis connection (set to 4 sec).
|
2006-12-22 11:57:02 +00:00 |
|
Artem Pavlenko
|
f4502df850
|
1. register singleton destruction with std::atexit
2. allow connection pool to grow (up to max)
|
2006-11-27 21:13:15 +00:00 |
|
Artem Pavlenko
|
ebdd0f6030
|
disable clog printing in release mode. Pass -DMAPNIK_DEBUG to enable.
|
2006-11-19 17:13:33 +00:00 |
|
Artem Pavlenko
|
6c04c5f745
|
added port parameter support
|
2006-11-17 21:10:28 +00:00 |
|
Artem Pavlenko
|
26a406706e
|
wrap C headers with :
extern "C"
{
//
}
|
2006-08-31 21:32:07 +00:00 |
|
Artem Pavlenko
|
61fd258fd1
|
changing licence from GPL to LGPL
|
2006-03-31 10:32:02 +00:00 |
|
Artem Pavlenko
|
673bd4bc19
|
replaced cout and cerr with clog (by default redirected to cerr)
|
2006-03-19 21:53:47 +00:00 |
|
Artem Pavlenko
|
d8dc53bcf4
|
new build system
|
2006-01-31 23:09:52 +00:00 |
|