[mapserver-commits] [mapserver/mapserver] ad25f1: Mark pixman support as experimental (#5181)
GitHub
noreply at github.com
Thu Feb 11 11:16:01 PST 2016
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: ad25f1506e813d0fb3ee0d120ff00da51a4df6dc
https://github.com/mapserver/mapserver/commit/ad25f1506e813d0fb3ee0d120ff00da51a4df6dc
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2015-10-12 (Mon, 12 Oct 2015)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Mark pixman support as experimental (#5181)
Commit: 55f7fc89755854cb95d11334ceb1f76495536ac3
https://github.com/mapserver/mapserver/commit/55f7fc89755854cb95d11334ceb1f76495536ac3
Author: Steve Lime <steve.lime at state.mn.us>
Date: 2015-10-29 (Thu, 29 Oct 2015)
Changed paths:
M mapdraw.c
Log Message:
-----------
Added status check after msLayerWhichItems() is called in msDrawVectorLayer(). (#5188)
Commit: 4dacec0e256cad4113309dee7855c03f5e32f484
https://github.com/mapserver/mapserver/commit/4dacec0e256cad4113309dee7855c03f5e32f484
Author: Tamas Szekeres <szekerest at gmail.com>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M mapscript/php/php_mapscript.c
Log Message:
-----------
Fix PHP ms_newGridObj (#5159)
Commit: 463d31f44622f6c0908ef87cadf2cb07df35c801
https://github.com/mapserver/mapserver/commit/463d31f44622f6c0908ef87cadf2cb07df35c801
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2015-11-07 (Sat, 07 Nov 2015)
Changed paths:
M maptime.c
Log Message:
-----------
msValidateTimeValue(): reject strings with single quote character to avoid potential SQL injections (#3907)
Commit: e47e642a9a905815c14c87636cbfea2d7e63a3ed
https://github.com/mapserver/mapserver/commit/e47e642a9a905815c14c87636cbfea2d7e63a3ed
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2015-11-10 (Tue, 10 Nov 2015)
Changed paths:
M mapstring.c
Log Message:
-----------
Fix build without iconv (#5195)
Commit: ab2a6129435ca37d02730a6faf85593afa0daf9b
https://github.com/mapserver/mapserver/commit/ab2a6129435ca37d02730a6faf85593afa0daf9b
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
M mapimageio.c
M mapogcfilter.c
M mapogr.cpp
Log Message:
-----------
Fix build issues with OGR disabled
Commit: 3dfc920d6892886d925d3449f6eaddb1e6e8bcb6
https://github.com/mapserver/mapserver/commit/3dfc920d6892886d925d3449f6eaddb1e6e8bcb6
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2015-11-22 (Sun, 22 Nov 2015)
Changed paths:
M mapprimitive.c
Log Message:
-----------
Fix hang while rendering text on degenerate polygons (#4908)
center-of-gravity calculation was returning NaNs which in turn caused
agg's rasterizer to hang
Commit: 93b80c95abae2a65a648a6fd1ac02630ec25ae7b
https://github.com/mapserver/mapserver/commit/93b80c95abae2a65a648a6fd1ac02630ec25ae7b
Author: Flavio Medeiros <flaviomotamedeiros at gmail.com>
Date: 2015-11-29 (Sun, 29 Nov 2015)
Changed paths:
M maputil.c
Log Message:
-----------
Cleaning up conditional directives that split up parts of statements.
Commit: 157fa474ff8748ec42652f49dc4e2be4ca89042e
https://github.com/mapserver/mapserver/commit/157fa474ff8748ec42652f49dc4e2be4ca89042e
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2015-11-30 (Mon, 30 Nov 2015)
Changed paths:
M maputil.c
Log Message:
-----------
Merge pull request #5200 from flaviommedeiros/branch-7-0
Cleaning up conditional directives that split up parts of statements (#5200)
Commit: f8ec673eb57e7838808206ef38e2f70d28985b9f
https://github.com/mapserver/mapserver/commit/f8ec673eb57e7838808206ef38e2f70d28985b9f
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2015-12-15 (Tue, 15 Dec 2015)
Changed paths:
M mapcontour.c
Log Message:
-----------
Contour layer: report error when DATA isn't defined (#5212)
Commit: 100e6af4f2d96ace9d331d054eea3deaf99e5f35
https://github.com/mapserver/mapserver/commit/100e6af4f2d96ace9d331d054eea3deaf99e5f35
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2016-01-05 (Tue, 05 Jan 2016)
Changed paths:
M maplayer.c
Log Message:
-----------
iconv feature attributes before applying filtering (#5215)
Commit: d02e6fb3b168f6977391efcb83886f332d07d01f
https://github.com/mapserver/mapserver/commit/d02e6fb3b168f6977391efcb83886f332d07d01f
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2016-01-06 (Wed, 06 Jan 2016)
Changed paths:
M maplegend.c
Log Message:
-----------
Fix segfault on legend rendering with nested layers (#4713)
Commit: 278a280411130f2a0521afb222d7780d2581c816
https://github.com/mapserver/mapserver/commit/278a280411130f2a0521afb222d7780d2581c816
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M mapfile.c
Log Message:
-----------
Fix type inconsistencies.
mapfile.c line 65: error: conflicting types for variable `msyystring_icase'
old definition in module `maplexer' file maplexer.l line 51
signed int
new definition in module `mapfile' file mapfile.c line 65
char
Depending on endianness of the platform, the lexer may use the wrong byte of
msyystring_icase.
Commit: d26278dfafd6db7ced6c2fd4e4380777fe888431
https://github.com/mapserver/mapserver/commit/d26278dfafd6db7ced6c2fd4e4380777fe888431
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Don't export mapserver target for static libmapserver. (#5170)
The CMake exports are only relevant for the dynamically linked libmapserver.
closes #5170
closes #5171
Commit: 84c9d79a3d70c449d96689a10eb3ab6e13c2e769
https://github.com/mapserver/mapserver/commit/84c9d79a3d70c449d96689a10eb3ab6e13c2e769
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M mapproject.c
M mapscript/php/map.c
Log Message:
-----------
Fix 'shoud' typo, replace with 'should' (#5228)
Commit: 946c210c2976dde1a2d10152655feaacedfda5cf
https://github.com/mapserver/mapserver/commit/946c210c2976dde1a2d10152655feaacedfda5cf
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M mapcontour.c
Log Message:
-----------
Contour layer: support tileindex and WMS time (#5212)
Commit: e2a73e9187088440701845f3c8d945139eb66155
https://github.com/mapserver/mapserver/commit/e2a73e9187088440701845f3c8d945139eb66155
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M CMakeLists.txt
M mapfile.c
M mapproject.c
M mapscript/php/map.c
Log Message:
-----------
Merge branch 'branch-7-0' of github.com:mapserver/mapserver into branch-7-0
Commit: 4196ac38b326ef9dfb03dd62712e7f44928c61f2
https://github.com/mapserver/mapserver/commit/4196ac38b326ef9dfb03dd62712e7f44928c61f2
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2016-02-11 (Thu, 11 Feb 2016)
Changed paths:
M maplabel.c
Log Message:
-----------
Discard labels outside image extent when using masks (#5237)
Commit: 6c13c209ab1f1858cb9a1405c2bf63c60ed5e9d2
https://github.com/mapserver/mapserver/commit/6c13c209ab1f1858cb9a1405c2bf63c60ed5e9d2
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2016-02-11 (Thu, 11 Feb 2016)
Changed paths:
M maplabel.c
Log Message:
-----------
Merge branch 'branch-6-4' into branch-7-0
Commit: 27fb2d1356da95da06ecc057f2b0e89886ba6468
https://github.com/mapserver/mapserver/commit/27fb2d1356da95da06ecc057f2b0e89886ba6468
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2016-02-11 (Thu, 11 Feb 2016)
Changed paths:
M CMakeLists.txt
M mapcontour.c
M mapfile.c
M mapimageio.c
M maplabel.c
M maplayer.c
M maplegend.c
M mapogcfilter.c
M mapogr.cpp
M mapprimitive.c
M mapproject.c
M mapscript/php/map.c
M mapscript/php/php_mapscript.c
M mapstring.c
M maptime.c
M maputil.c
Log Message:
-----------
Merge branch 'branch-7-0'
Compare: https://github.com/mapserver/mapserver/compare/c8c461e4374f...27fb2d1356da
More information about the mapserver-commits
mailing list