artemp
|
62af2e6765
|
+ replace <boost/shared_ptr.hpp> with <memory>
|
2013-09-20 14:13:23 +01:00 |
|
artemp
|
b315eb2167
|
+ use std::shared_ptr and std::make_shared
|
2013-09-20 14:01:27 +01:00 |
|
Dane Springmeyer
|
7a6ab9b0ed
|
sync a few files with master
|
2013-09-18 18:47:44 -07:00 |
|
artemp
|
4143d52c16
|
+ more realistic clipping benchmark
|
2013-09-17 11:59:38 +01:00 |
|
artemp
|
c6a093f55a
|
+ fix bench : iterate over clipped path
|
2013-09-16 15:02:58 +01:00 |
|
artemp
|
4f4e2b001e
|
Merge branch 'master' into c++11
Conflicts:
SConstruct
benchmark/run.cpp
bindings/python/mapnik_datasource.cpp
bindings/python/mapnik_feature.cpp
bindings/python/python_optional.hpp
include/mapnik/css_color_grammar.hpp
include/mapnik/expression_grammar.hpp
include/mapnik/feature.hpp
include/mapnik/feature_style_processor_impl.hpp
include/mapnik/image_filter_types.hpp
include/mapnik/image_util.hpp
include/mapnik/json/geometry_generator_grammar.hpp
include/mapnik/json/geometry_grammar.hpp
include/mapnik/processed_text.hpp
include/mapnik/tiff_io.hpp
include/mapnik/util/geometry_svg_generator.hpp
include/mapnik/util/geometry_wkt_generator.hpp
include/mapnik/utils.hpp
include/mapnik/webp_io.hpp
include/mapnik/wkt/wkt_grammar.hpp
plugins/input/shape/shape_datasource.cpp
plugins/input/shape/shapefile.hpp
src/expression_grammar.cpp
src/expression_string.cpp
src/image_util.cpp
src/json/feature_collection_parser.cpp
src/json/feature_parser.cpp
src/miniz.c
src/symbolizer_helpers.cpp
src/tiff_reader.cpp
src/webp_reader.cpp
tests/cpp_tests/geometry_converters_test.cpp
tests/cpp_tests/image_io_test.cpp
tests/cpp_tests/map_request_test.cpp
tests/python_tests/image_test.py
tests/visual_tests/test.py
|
2013-08-30 09:46:09 +01:00 |
|
Dane Springmeyer
|
3bd2e6501f
|
fix a batch of unused variable warnings (leaving several with are true bugs/missing features)
|
2013-07-23 15:51:22 -04:00 |
|
Dane Springmeyer
|
4bc28d547b
|
handle lacking return value handling caught by coverity
|
2013-07-04 14:31:46 -04:00 |
|
Dane Springmeyer
|
3b2bdba7b0
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
|
artemp
|
58927b404c
|
c++11
+ replace BOOST_FOREACH with for( : )
+ remove boost/foreach.hpp
+ fix benchmarks (17,18)
|
2013-04-24 16:40:35 +01:00 |
|
artemp
|
d8fcf26560
|
+ use std::move in tests
|
2013-04-19 12:00:58 +01:00 |
|
artemp
|
c73e48fa58
|
+ use std::unique_ptr instead of std::auto_ptr (deprecated!)
|
2013-04-19 09:50:50 +01:00 |
|
artemp
|
b65c19aa51
|
+ better message
|
2013-04-03 14:17:18 +01:00 |
|
artemp
|
5703821b00
|
+ add benchmark for loading font faces.
|
2013-04-03 13:52:54 +01:00 |
|
Dane Springmeyer
|
a7ef5c7f60
|
avoid copying of non-copyable transcoder class - fixes compile with llvm-gcc
|
2013-03-19 14:09:01 -07:00 |
|
artemp
|
1521817378
|
+ make benchmark tests copyable and avoid sharing state between threads
+ add polygon_clipper test
|
2013-03-14 09:35:41 +00:00 |
|
Dane Springmeyer
|
b9cbfe9dce
|
benchmark: avoid copying test struct and add test of clipper
|
2013-02-27 19:18:28 -05:00 |
|
Dane Springmeyer
|
ce5c49d814
|
keep around boost::move based rule cache for benchmarking purposes
|
2013-02-21 12:52:01 -08:00 |
|
Dane Springmeyer
|
825a628707
|
compare heap/ptr_vector rule_cache vs stack-based boost::move approach - refs fe9ff21ba9 and #1723
|
2013-02-21 12:36:16 -08:00 |
|
Dane Springmeyer
|
987e6b1262
|
fix unsigned/signed comparison gcc warnings
|
2013-02-13 16:38:56 -08:00 |
|
Dane Springmeyer
|
8c8df19cc7
|
benchmark: add tests for expression grammar parsing - refs #1706
|
2013-01-29 17:04:35 -05:00 |
|
Dane Springmeyer
|
751258749a
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2013-01-29 03:31:16 -05:00 |
|
Dane Springmeyer
|
409b35db6f
|
benchmark: fix iterator advance
|
2013-01-29 03:30:22 -05:00 |
|
Dane Springmeyer
|
e504383a15
|
benchmark: enable more transformation tests since proj4 is no longer the bottleneck for key transformations - refs #1703
|
2013-01-29 03:06:44 -05:00 |
|
Dane Springmeyer
|
5b8f018bc6
|
Merge branch 'master' of github.com:mapnik/mapnik into lazy-proj4
|
2013-01-28 13:49:14 -05:00 |
|
Dane Springmeyer
|
76f202732b
|
remove file only currently present in branch
|
2013-01-28 11:00:13 -05:00 |
|
Dane Springmeyer
|
f8b1520d1a
|
refactor projection interface: 1. cleanup custom lonlat<->merc code. 2. centralize proj4 strings into constants, 3. tweak projection benchmarking to allocate objects in loop so we can test that specifically - refs #1703
|
2013-01-28 01:47:32 -05:00 |
|
Dane Springmeyer
|
19526eb7f7
|
benchmark: add tests for longlat/merc transformations
|
2013-01-27 17:26:32 -08:00 |
|
Dane Springmeyer
|
430e3d3406
|
benchmark: number tests, allow dry-run to get test idx #, and allow passing args to only run specific tests
|
2013-01-27 17:25:58 -08:00 |
|
Dane Springmeyer
|
c315e192b7
|
avoid sign conversion compiler warnings
|
2013-01-21 14:12:27 -08:00 |
|
Dane Springmeyer
|
8a677f9c14
|
tweak benchmark: add snprintf test, only measure join_all time not thread creation, and use a double test value that converts the same across karma/snprintf/ostringstream
|
2013-01-21 10:31:16 -08:00 |
|
Dane Springmeyer
|
7a5e35d0fa
|
Add double to string benchmark and rework tests to support threaded benching as well as serial
|
2013-01-18 19:00:57 -08: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 |
|