artemp
|
18554ec0b1
|
remove static_visitor usage and rely on automatic result type deduction
(NOTE: expression_evaluator requires ```using result_type = T1;``` )
Conflicts:
src/image.cpp
|
2015-01-07 11:39:06 +01:00 |
|
artemp
|
333965b588
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
|
Dane Springmeyer
|
3ee609112a
|
using pimpl to isolate boost::regex headers - refs #2439
|
2014-09-29 16:48:19 -07:00 |
|
artemp
|
4fcbeaf706
|
avoid creating expression_string(str) visitor objects recursively
|
2014-08-26 11:00:42 +01:00 |
|
artemp
|
0cfbd3c5e8
|
expression_string : implement function call support
|
2014-08-26 10:51:55 +01:00 |
|
artemp
|
2a254a4017
|
expressions - refactor function calls into separate compilation unit
|
2014-08-25 15:06:53 +01:00 |
|
artemp
|
4adb0abb64
|
expressions - implement unary and binary function expression nodes
(sample functions: exp, pow, sin, cos, min, max, tan, atan)
|
2014-08-25 14:17:18 +01:00 |
|
artemp
|
eb7716aeed
|
expressions - initial function_call framework implementation (TODO)
|
2014-08-22 12:30:25 +01:00 |
|
artemp
|
95cea92a4a
|
convert all boost::variant to util::variant
apart from topojson (TODO)
|
2014-08-12 13:40:45 +01:00 |
|
Dane Springmeyer
|
e9ca9c8790
|
symbolizer-expressions replayed against latest master
|
2013-11-27 22:50:15 -08:00 |
|
Dane Springmeyer
|
e0026f3df2
|
use icu:: namespace and start isolating icu impl by consistenly using mapnik::value_unicode_string
|
2013-08-13 18:52:04 -04: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
|
25bfc45bef
|
fixup includes in expression_string.cpp
|
2013-01-10 19:52:24 -08:00 |
|
Dane Springmeyer
|
f315a87874
|
further cleanup of expression related headers
|
2013-01-08 15:12:39 -08:00 |
|
Dane Springmeyer
|
2b767d650c
|
fix string representation of expr when not built against a boost with icu support
|
2012-11-01 10:31:45 -07:00 |
|
artemp
|
516f7c75b1
|
+ expose geometry type in expression grammar to allow following
filter expressions : [mapnik::geometry_type] = Polygon (#546)
|
2012-07-20 12:28:25 +01:00 |
|
kunitoki
|
af201551b8
|
got rid of old CVS $Id comments kludge in files
|
2012-04-08 02:45:01 +02:00 |
|
Dane Springmeyer
|
17d13cff67
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
|
kunitoki
|
f1fb0c1939
|
- fix copyright to 2011 (script to do this will follow)
|
2011-10-23 15:04:25 +02:00 |
|
Dane Springmeyer
|
efb19dea6c
|
make the requirement of boost_regex unicode support optional by detecting if boost_regex was itself built with ICU support
|
2011-02-28 20:00:56 +00:00 |
|
Artem Pavlenko
|
4fbcb989c1
|
+ fixed to_expression_string converter for
<expr>.match(<pattern>) operator
|
2010-06-29 11:56:42 +00:00 |
|
Artem Pavlenko
|
79458691a1
|
+ 'mutable' can't be applied to ref
|
2010-06-18 10:53:42 +00:00 |
|
Dane Springmeyer
|
b1660b2152
|
fix formatting
|
2010-01-30 00:44:35 +00:00 |
|
Dane Springmeyer
|
da8ddb09ab
|
gah, use the version header that actually exists for older versions of icu
|
2010-01-29 19:40:26 +00:00 |
|
Dane Springmeyer
|
05654f18bc
|
quick fix to allow compiling without unicode regex support to enable builds against ICU <4.2
|
2010-01-29 19:22:15 +00:00 |
|
Artem Pavlenko
|
47dc1e197b
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
|