artemp
|
8c6bf0eef6
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
|
Blake Thompson
|
d1616737f2
|
Removed the mapnik type of 'byte' because it seemed sparsely used and simply providing data type should be easier as it is never going to change. Also added some tests around mapnik palette
|
2015-05-13 19:32:54 -05:00 |
|
Sara Metz
|
f38d2ee69b
|
Fixes bugs that cause tests in PR #2599 to fail
|
2015-01-30 10:40:50 +13: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
|
fdd646aa5b
|
more c++
|
2014-10-21 15:52:01 +01:00 |
|
Dane Springmeyer
|
1f1c8a322b
|
initialize all member variables
|
2014-10-13 17:23:45 -07:00 |
|
Dane Springmeyer
|
d7c3d8f774
|
fix std::sort and std::lower_bound usage
|
2014-08-04 14:42:24 -07:00 |
|
Dane Springmeyer
|
5134fdc0d3
|
use std::sort over boost::sort
|
2014-08-04 14:13:33 -07:00 |
|
Dane Springmeyer
|
f286363ad0
|
more consistent memset/memcpy usage
|
2014-01-28 15:05:10 -08:00 |
|
Dane Springmeyer
|
84166882d9
|
minimum boost version is 1.47 - remove obsolete code handling older versions
|
2014-01-27 13:19:21 -08:00 |
|
artemp
|
09ce29489e
|
use const std::unique_ptr<> instead of boost::scoped_ptr<>
|
2013-09-20 14:22:58 +01:00 |
|
Dane Springmeyer
|
d3ab601e30
|
integrate various minor c++ style and cast fixes into master from c++11 branch
|
2013-09-15 23:08:04 -07:00 |
|
Dane Springmeyer
|
0121f53f56
|
refactor and speed up hextree image encoding by using dense_has_map - refs #1629
|
2013-01-08 19:07:11 -08:00 |
|
Dane Springmeyer
|
bb27156df0
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
|
Dane Springmeyer
|
c0021d0760
|
remove unused iostream includes and unnecessary usage of ostringstream - refs #1055
|
2012-12-06 23:06:12 -08:00 |
|
Dane Springmeyer
|
2f10469c8d
|
apply mapnik_format.el formatting
|
2012-03-13 07:54:32 -07:00 |
|
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 |
|