Dane Springmeyer
|
c3dbd83348
|
try running benchmarks on travis again
|
2014-10-23 16:16:51 -07:00 |
|
artemp
|
f686d3de1b
|
update dejavu-fonts-ttf path (v 2.34)
|
2014-10-23 11:35:20 +01:00 |
|
artemp
|
456ebe006b
|
fix [-Wparentheses] warning
|
2014-10-23 09:51:45 +01:00 |
|
Dane Springmeyer
|
654c31d72d
|
Add to changelog
|
2014-10-23 01:36:39 -07:00 |
|
Dane Springmeyer
|
eddbc2d3da
|
copy edit of changelog
|
2014-10-23 01:20:02 -07:00 |
|
Dane Springmeyer
|
ad52fc7637
|
get mapnik version in a less brittle way
|
2014-10-23 01:02:14 -07:00 |
|
Dane Springmeyer
|
2ce6a317dd
|
better defaults for git metadata
|
2014-10-23 01:00:35 -07:00 |
|
Dane Springmeyer
|
64b614c570
|
no need to ingore obsolete files [skip ci]
|
2014-10-23 00:43:23 -07:00 |
|
Dane Springmeyer
|
036a3bb14f
|
only report git metadata for git checkout builds
|
2014-10-23 00:42:10 -07:00 |
|
Dane Springmeyer
|
f6e077fb08
|
remove unused scons function
|
2014-10-23 00:41:06 -07:00 |
|
Dane Springmeyer
|
4621fd6445
|
fix srs in c++ demo
|
2014-10-23 00:15:33 -07:00 |
|
Dane Springmeyer
|
520bab27be
|
remove pycairo from python demo - closes #2533
|
2014-10-23 00:15:19 -07:00 |
|
Dane Springmeyer
|
900def16ae
|
put mapnik-config on PATH [skip ci]
|
2014-10-23 00:06:40 -07:00 |
|
Dane Springmeyer
|
16ea7d85b2
|
add to authors
|
2014-10-23 00:04:52 -07:00 |
|
Dane Springmeyer
|
ed425b7f3f
|
move local boost headers into deps directory
|
2014-10-22 23:51:44 -07:00 |
|
Dane Springmeyer
|
a0dc3df575
|
move mapnik-config back to utils/
|
2014-10-22 23:46:33 -07:00 |
|
Dane Springmeyer
|
63f2171edc
|
finish removal of workspace dir - amends 27d8cef3c4
|
2014-10-22 23:37:55 -07:00 |
|
Dane Springmeyer
|
c7fb48eb75
|
update expected visual test
|
2014-10-22 15:35:07 -07:00 |
|
Dane Springmeyer
|
a1314935af
|
fix initialization order in proj_transform
|
2014-10-22 15:34:17 -07:00 |
|
Dane Springmeyer
|
27666bb686
|
ignore -Wunsequenced warnings
|
2014-10-22 15:34:04 -07:00 |
|
Dane Springmeyer
|
15a2acf0d5
|
silence warnings in pgraster plugin - refs #2356
|
2014-10-22 15:33:25 -07:00 |
|
Dane Springmeyer
|
ca3078938c
|
simplify and install mapnik wkt and json libs
|
2014-10-22 00:09:22 -07:00 |
|
Dane Springmeyer
|
46a41f3ae1
|
initialize proj_transform::is_source_equal_dest_
|
2014-10-22 00:08:48 -07:00 |
|
Dane Springmeyer
|
e88748c57e
|
stop defaulting to -Wextra [skip ci]
|
2014-10-21 20:31:48 -07:00 |
|
Dane Springmeyer
|
a00c56f40c
|
travis cannot cope with debug builds
|
2014-10-21 20:24:11 -07:00 |
|
Dane Springmeyer
|
aae4a20ec9
|
fix various -Wunused-parameter warnings
|
2014-10-21 20:23:17 -07:00 |
|
Dane Springmeyer
|
95b301deb4
|
set ignore unknown pragmas after -Wall and -Wextra
|
2014-10-21 20:22:33 -07:00 |
|
Dane Springmeyer
|
dcfa056413
|
merge
|
2014-10-21 19:49:03 -07:00 |
|
Dane Springmeyer
|
14cf32d9c0
|
Merge pull request #2542 from mapnik/warnings
Silence boost warnings using pragmas
|
2014-10-21 18:00:00 -07:00 |
|
Dane Springmeyer
|
d25f0c316a
|
silence more warnings
|
2014-10-21 17:44:47 -07:00 |
|
Dane Springmeyer
|
87192bfcb7
|
silence more boost warnings
|
2014-10-21 16:57:44 -07:00 |
|
Dane Springmeyer
|
241c2ebf0b
|
try gcc too
|
2014-10-21 16:54:53 -07:00 |
|
Dane Springmeyer
|
7acaa3068a
|
silence warning in font_engine_freetype
|
2014-10-21 16:54:46 -07:00 |
|
Dane Springmeyer
|
83588937b9
|
silence boost warnings
|
2014-10-21 16:37:27 -07:00 |
|
Dane Springmeyer
|
0ec4fbef45
|
add std::fill to array alloc benchmark
|
2014-10-21 13:11:32 -07:00 |
|
Dane Springmeyer
|
963ac22588
|
silence -Wunused-parameter warning in grain-extract for now - refs #2067
|
2014-10-21 13:01:14 -07:00 |
|
artemp
|
d62a4b0914
|
update to dejavu-fonts-ttf-2.34
|
2014-10-21 16:54:43 +01:00 |
|
artemp
|
295f15bd51
|
ImageData -> image_data (remove camel-case)
|
2014-10-21 16:06:27 +01:00 |
|
artemp
|
fdd646aa5b
|
more c++
|
2014-10-21 15:52:01 +01:00 |
|
artemp
|
30907b3dd1
|
use c++ std::fill/copy instead of c-style memset/memcpy
|
2014-10-21 14:57:34 +01:00 |
|
artemp
|
107bad002d
|
c++11 - use c++ style casts + cleanups + use std::fill
|
2014-10-21 14:51:27 +01:00 |
|
Dane Springmeyer
|
27c959b1bf
|
quiet use of mapnik-test-data
|
2014-10-20 22:43:17 -07:00 |
|
Dane Springmeyer
|
18183aed2a
|
fix a few -Wunused-parameter warnings
|
2014-10-20 22:28:40 -07:00 |
|
Dane Springmeyer
|
96733cda41
|
adapt to new dejavu version
|
2014-10-20 22:28:15 -07:00 |
|
Dane Springmeyer
|
02b7537d6d
|
remove unused/supported second arg to parse_expression
|
2014-10-20 22:20:04 -07:00 |
|
Dane Springmeyer
|
f8b8eb1c52
|
upgrade scons to 2.3.4
|
2014-10-20 22:18:07 -07:00 |
|
Dane Springmeyer
|
2572568f29
|
upgrade bundled unifont to 7.0.05 and dejavu to 2.34
|
2014-10-20 22:17:27 -07:00 |
|
Dane Springmeyer
|
1b35d5a31b
|
C++ test cleanup
|
2014-10-20 19:55:11 -07:00 |
|
Dane Springmeyer
|
a6978cb375
|
contributing: note that shared/unique_ptr should be used sparingly
|
2014-10-20 12:56:24 -07:00 |
|
artemp
|
52d0e3e641
|
expression grammar - add boolean_constants and floating_point_constants symbols
```python
>>> import mapnik
>>> f=mapnik.Feature(mapnik.Context(),1)
>>> expr = mapnik.Expression("rad_to_deg * pi")
>>> expr.evaluate(f)
180.0
```
|
2014-10-20 17:57:08 +01:00 |
|