Dane Springmeyer
|
e88b8c9cac
|
boost 1.42 compatibility
|
2012-02-23 15:52:04 -08:00 |
|
Artem Pavlenko
|
abd57d2acb
|
+ use boost::scoped_ptr for auto memory managment
+ remove delete/new from create_palette
|
2012-02-23 12:26:16 +00:00 |
|
Artem Pavlenko
|
61c6b7e6b2
|
+ use boost::range algorithms for brevity
|
2012-02-23 12:10:32 +00:00 |
|
Dane Springmeyer
|
188ba774b9
|
rollback part of 5dee576 - avoiding skipping nodes with <= 3 pixels as this fixed only symptoms of the hextree crash and not the root cause (note: divide by zero fix is maintained)
|
2012-02-22 14:32:12 -08:00 |
|
Dane Springmeyer
|
5dee576df2
|
hextree: avoid memory corruption in create_palette_rek() by not skipping <3 pixel nodes and avoid potential divide by zero in assign_node_colors() (led to hang on osx) - closes #1087
|
2012-02-21 22:37:56 -05:00 |
|
Dane Springmeyer
|
a5e1a66fe6
|
c++ style in hextree.hpp to aid in debugging - no functional change
|
2012-02-16 17:44:04 -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
|
911981aefd
|
+ various win32 fixes, mainly adding extra namespace qualifiers
for vc++10, MAPNIK_DECL ...
|
2011-10-19 15:29:24 +01:00 |
|
Artem Pavlenko
|
02c143895d
|
+ refactor palette stuff a bit
TODO: We need to change save_to_file|string interface
to avoid passing dummy rgba_palette objects.
|
2011-09-07 15:01:25 +00:00 |
|
Dane Springmeyer
|
a013cd5032
|
add support for fixed color palettes when encoding to png
|
2011-08-31 02:28:14 +00:00 |
|
Artem Pavlenko
|
a5557d2b98
|
+ qualify wit std::
|
2010-06-18 15:38:52 +00:00 |
|
Artem Pavlenko
|
246731874b
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
|
Artem Pavlenko
|
f423a39bae
|
+ corrected name
|
2010-03-24 18:02:18 +00:00 |
|
Marcin Rudowski
|
8369278662
|
fixed color quantization in case of one color and transparency. #539
|
2010-03-24 17:19:33 +00:00 |
|
Artem Pavlenko
|
d58b04a3f6
|
+ use math stuff defined in <cmath> e.g std::pow std::log
+ fixed identation
+ use c++ style comments //
|
2010-03-17 21:39:36 +00:00 |
|
Marcin Rudowski
|
583c9858f0
|
add missing file from r1691
|
2010-03-12 19:07:12 +00:00 |
|