artemp
|
8e78bb3c20
|
+ return value_holder from get_params_by_index
|
2013-01-04 16:17:51 +00:00 |
|
artemp
|
9ad93d5b06
|
+ change ctor's order - fixes integer parameters convert/extract
|
2013-01-04 15:55:34 +00:00 |
|
Dane Springmeyer
|
cee5872b78
|
use new path_expression.hpp header to simplify includes
|
2013-01-03 20:08:14 -08:00 |
|
Dane Springmeyer
|
a87f7160dd
|
fixup includes for src/map.cpp
|
2013-01-03 20:07:44 -08:00 |
|
Dane Springmeyer
|
8bd685de8c
|
fixup includes for memory_featureset.hpp
|
2013-01-03 20:06:34 -08:00 |
|
Dane Springmeyer
|
17d80780bd
|
fixup includes for save_map.cpp
|
2013-01-03 20:06:10 -08:00 |
|
Dane Springmeyer
|
84c3afbd53
|
report integer type sensitive to BIGINT define
|
2013-01-03 20:05:06 -08:00 |
|
Dane Springmeyer
|
618e43af06
|
create path_expression.hpp and leverage to simplify and speed up compiles
|
2013-01-03 20:00:23 -08:00 |
|
Dane Springmeyer
|
bf649176ae
|
finish move to cpp for rule class and fixup includes
|
2013-01-03 19:57:09 -08:00 |
|
Dane Springmeyer
|
100f07c5da
|
no need to turn off stderr in enumeration since they are fatal and therefore no need for debug.hpp
|
2013-01-03 19:51:00 -08:00 |
|
Dane Springmeyer
|
e682705a86
|
use the std library tolower over boost::algorithm::to_lower for both better runtime and compile speed - closes #1677
|
2013-01-03 19:27:53 -08:00 |
|
Dane Springmeyer
|
c61335c277
|
fix -Wshadow warnings
|
2013-01-03 19:14:19 -08:00 |
|
Dane Springmeyer
|
3378166b64
|
iwyu
|
2013-01-03 18:58:44 -08:00 |
|
Dane Springmeyer
|
a7eaab9d07
|
add lexical cast and sstream notes to contributing docs
|
2013-01-03 18:58:37 -08:00 |
|
Dane Springmeyer
|
e7f608c2fa
|
fix -Wshadow warning in geojson plugin
|
2013-01-03 18:53:22 -08:00 |
|
Dane Springmeyer
|
4471c0f6f4
|
fixup includes
|
2013-01-03 18:53:00 -08:00 |
|
Dane Springmeyer
|
c860c9165e
|
various fixes to includes to include what is used
|
2013-01-03 18:06:07 -08:00 |
|
Dane Springmeyer
|
fa7201e01c
|
fix -Wshadow warning
|
2013-01-03 18:05:40 -08:00 |
|
Dane Springmeyer
|
ccf10961c7
|
fix -Wshadow warning
|
2013-01-03 18:04:01 -08:00 |
|
Dane Springmeyer
|
fb5b6e5a7c
|
fix -Wshadow warning
|
2013-01-03 18:03:26 -08:00 |
|
Dane Springmeyer
|
6434466ee3
|
fix -Wshadow warning
|
2013-01-03 18:03:08 -08:00 |
|
Dane Springmeyer
|
626e0056fd
|
replace boost::trim with faster internal trim - refs #1633
|
2013-01-03 18:02:21 -08:00 |
|
Dane Springmeyer
|
58d53dbe2f
|
avoid -Wshadow warning
|
2013-01-03 18:01:36 -08:00 |
|
Dane Springmeyer
|
4843003cd2
|
remove uneeded semicolon
|
2013-01-03 18:01:09 -08:00 |
|
Dane Springmeyer
|
9183ca3d61
|
remove uneeded semicolon
|
2013-01-03 18:00:49 -08:00 |
|
Dane Springmeyer
|
771e2f3d8e
|
fix -Wshadow warning
|
2013-01-03 18:00:28 -08:00 |
|
Dane Springmeyer
|
ebfc3161c1
|
avoid direct usage of spirit in csv plugin
|
2013-01-03 16:26:09 -08:00 |
|
Dane Springmeyer
|
ec47745abf
|
fix failing exceptions test which needed a symbolizer added after #1670 and 0d8f415070
|
2013-01-03 16:25:14 -08:00 |
|
Dane Springmeyer
|
910c37cd18
|
update csv tests after removal of old 'quiet' option
|
2013-01-03 15:54:23 -08:00 |
|
Dane Springmeyer
|
a5fdcea9db
|
remove unused and obsolete 'quiet' option from csv datasource
|
2013-01-03 14:49:22 -08:00 |
|
Dane Springmeyer
|
000b714eae
|
fix more clang++ -Wshadow warnings
|
2013-01-03 12:37:45 -08:00 |
|
Dane Springmeyer
|
271e8468fd
|
fix compile of svg output renderer
|
2013-01-03 12:01:14 -08:00 |
|
artemp
|
8da2158781
|
+ allow configure BIGINT support (default: yes)
|
2013-01-03 16:23:36 +00:00 |
|
artemp
|
bba0b61dfc
|
+ consider metadata first when calculating extent
|
2013-01-03 15:44:05 +00:00 |
|
artemp
|
f71870b5b8
|
+ corrected tests ( @springmeyer - not sure about
```
eq_(feat['bigint'],'9223372036854775807')
```
test ??
)
|
2013-01-03 15:12:53 +00:00 |
|
artemp
|
9ad4f91780
|
+ should work correctly now (mapnik::value_null)
|
2013-01-03 15:08:11 +00:00 |
|
artemp
|
b7f463514d
|
+ don't add dummy attributes
|
2013-01-03 15:07:41 +00:00 |
|
artemp
|
6558c5c315
|
+ use uint8_t in get/set methods
+ update to_string/to_hexstring
|
2013-01-03 13:51:16 +00:00 |
|
artemp
|
7d3dca725e
|
Revert "avoid implicit conversions between int types in mapnik::color (fixes clang++ warnings)"
(NOTE: color compoments need to be uint8_t not uchar)
This reverts commit c51793c7e4 .
|
2013-01-03 12:00:06 +00:00 |
|
Dane Springmeyer
|
0aa2c491ed
|
comment failing to_string precision test - refs #1676
|
2013-01-02 18:09:15 -08:00 |
|
Dane Springmeyer
|
1641519adc
|
tests for 64bit id handling in osm.input
|
2013-01-02 17:39:12 -08:00 |
|
Dane Springmeyer
|
0516c6e120
|
line at end of file
|
2013-01-02 16:22:19 -08:00 |
|
Dane Springmeyer
|
376e90f371
|
remove unneeded semicolon
|
2013-01-02 16:22:03 -08:00 |
|
Dane Springmeyer
|
e094776fc5
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2013-01-02 13:57:05 -08:00 |
|
Dane Springmeyer
|
a651bc9940
|
fixup various docstrings
|
2013-01-02 13:56:44 -08:00 |
|
Dane Springmeyer
|
982a829ce2
|
Avoid variable shadowing
|
2013-01-02 13:56:24 -08:00 |
|
Dane Springmeyer
|
b964151200
|
remove unneeded use of const keyword
|
2013-01-02 13:56:01 -08:00 |
|
Dane Springmeyer
|
faec481836
|
use size_type correctly
|
2013-01-02 13:54:06 -08:00 |
|
Dane Springmeyer
|
bc4b5739a0
|
fixup docstrings
|
2013-01-02 13:53:10 -08:00 |
|
Dane Springmeyer
|
10275274d2
|
remove unneeded semicolon
|
2013-01-02 13:51:39 -08:00 |
|