[mapserver-commits] [mapserver/mapserver] 607b72: fix uninitialized text outline width in error imag...
GitHub
noreply at github.com
Mon Jul 30 09:36:49 PDT 2012
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: 607b7290244400cc85c5e79f416f968bf804394f
https://github.com/mapserver/mapserver/commit/607b7290244400cc85c5e79f416f968bf804394f
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-07-18 (Wed, 18 Jul 2012)
Changed paths:
M maperror.c
Log Message:
-----------
fix uninitialized text outline width in error image
Commit: d8763a781ec82e464122a81675223cd6c475d610
https://github.com/mapserver/mapserver/commit/d8763a781ec82e464122a81675223cd6c475d610
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-07-18 (Wed, 18 Jul 2012)
Changed paths:
M mapgd.c
Log Message:
-----------
fix gd transparent background (#4013)
the proposed fix broke transparent layers, and mask implementation. It
also does not correct the artifact I see around text (which went from
purple to white), btw.
Commit: 67f27843c9b4c89fe7ce05abbd1e982821818723
https://github.com/mapserver/mapserver/commit/67f27843c9b4c89fe7ce05abbd1e982821818723
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M mapdraw.c
Log Message:
-----------
fix bug with uncached/cached shapes (#4371)
Commit: bcd0449ecee697931bc4ca54bb4f159df9a688c8
https://github.com/mapserver/mapserver/commit/bcd0449ecee697931bc4ca54bb4f159df9a688c8
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M configure
M configure.in
Log Message:
-----------
add -ldl to linker flags (#4342)
closes #4342
Commit: 73761fd82bcac605b47a693af93a299c3eecbd72
https://github.com/mapserver/mapserver/commit/73761fd82bcac605b47a693af93a299c3eecbd72
Author: szekerest <szekerest at gmail.com>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M mapdraw.c
M maputil.c
Log Message:
-----------
Fix build problems related to mixed code and variable declarations
Commit: 3128a3c71c1cffbbfcd3bb3fdfd7f0ff4e94c012
https://github.com/mapserver/mapserver/commit/3128a3c71c1cffbbfcd3bb3fdfd7f0ff4e94c012
Author: Even Rouault <even.rouault at mines-paris.org>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M configure
M configure.in
A m4/ax_cflags_warn_all.m4
Log Message:
-----------
Unix configure: add -Wdeclaration-after-statement by default in CFLAGS to issue 'warning: ISO C90 forbids mixed declarations and code' with GCC, which means that compilation will fails with MSVC, so something that *MUST* be fixed
Commit: 42cc8829de3dd06ed71b5837c7b897991bc1f905
https://github.com/mapserver/mapserver/commit/42cc8829de3dd06ed71b5837c7b897991bc1f905
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M mapproject.c
Log Message:
-----------
add call to msComputeBounds after fastpath reprojection
Commit: 677ff4540fd461df7a6a7f8d19a7d2ae881f48bb
https://github.com/mapserver/mapserver/commit/677ff4540fd461df7a6a7f8d19a7d2ae881f48bb
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M mapproject.c
Log Message:
-----------
avoid going through internal resampling for degenerate rects (#4039)
when passed an unitialized rectObj, msProjectRect() will try to sample
the rect by going through msProjectRectGrid() which is non needed. This
commit reprojects (minx,miny) and updates the rectObj accordingly. Might
solve #4039 as the failure is happening somewhere inside the
rect reprojection code.
Commit: 02e56f79c706cdf4fceec0003a7442b3790c1763
https://github.com/mapserver/mapserver/commit/02e56f79c706cdf4fceec0003a7442b3790c1763
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M mapows.c
Log Message:
-----------
avoid memory corruption in inspire capabilities (#4387)
Commit: 204b68b4e37cf2a327c48a14a0f9c6b73e3b517b
https://github.com/mapserver/mapserver/commit/204b68b4e37cf2a327c48a14a0f9c6b73e3b517b
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M mapdraw.c
M mapdrawgdal.c
M mapgml.c
M mapimageio.c
M maplabel.c
M mapogcfilter.c
M mapogcsld.c
M mapogcsos.c
M mapogr.cpp
M mapowscommon.c
M mapproject.c
M mapresample.c
M mapservutil.c
M mapshape.c
M maptemplate.c
M maptile.c
M maputil.c
M mapuvraster.c
M mapwcs11.c
M mapwcs20.c
M mapwfs.c
M mapwfs11.c
M mapwmslayer.c
M mapxbase.c
M shptreetst.c
M shptreevis.c
Log Message:
-----------
fix various compiler warnings
Commit: 95f13cdfe56baa3f01024d66d9a72015e92fd006
https://github.com/mapserver/mapserver/commit/95f13cdfe56baa3f01024d66d9a72015e92fd006
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M configure
M configure.in
M mapdraw.c
M mapdrawgdal.c
M maperror.c
M mapgd.c
M mapgml.c
M mapimageio.c
M maplabel.c
M mapogcfilter.c
M mapogcsld.c
M mapogcsos.c
M mapogr.cpp
M mapows.c
M mapowscommon.c
M mapproject.c
M mapresample.c
M mapservutil.c
M mapshape.c
M maptemplate.c
M maptile.c
M maputil.c
M mapuvraster.c
M mapwcs11.c
M mapwcs20.c
M mapwfs.c
M mapwfs11.c
M mapwmslayer.c
M mapxbase.c
M shptreetst.c
M shptreevis.c
Log Message:
-----------
Merge branch 'branch-6-2'
Compare: https://github.com/mapserver/mapserver/compare/a4894578dbe2...95f13cdfe56b
More information about the mapserver-commits
mailing list