[mapserver-commits] [mapserver/mapserver] af6755: Assert our addiction to GDAL and PROJ, and make th...
Even Rouault
noreply at github.com
Wed Dec 11 12:20:08 PST 2019
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: af67552cbeb00242d20e345818caf4cf682ae7f8
https://github.com/mapserver/mapserver/commit/af67552cbeb00242d20e345818caf4cf682ae7f8
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2019-11-29 (Fri, 29 Nov 2019)
Changed paths:
M CMakeLists.txt
M classobject.c
M hittest.c
M kerneldensity.c
M layerobject.c
M mapcairo.c
M mapchart.c
M mapcluster.c
M mapcontext.c
M mapcontour.c
M mapcopy.c
M mapdraw.c
M mapdrawgdal.c
M maperror.c
M mapfile.c
M mapgdal.c
M mapgml.c
M mapgraticule.c
M mapkmlrenderer.cpp
M maplayer.c
M mapobject.c
M mapogcfilter.c
M mapogcfilter.h
M mapogcfiltercommon.c
M mapogcsld.c
M mapogcsld.h
M mapogcsos.c
M mapogr.cpp
M mapogroutput.c
M mapoutput.c
M mapows.c
M mappostgis.c
M mapprimitive.c
M mapproject.c
M mapproject.h
M mapquery.c
M mapraster.c
M mapraster.h
M maprasterquery.c
M mapresample.c
M mapresample.h
M mapscript/php/map.c
M mapserver.h
M mapservutil.c
M mapshape.c
M maptemplate.c
M mapunion.c
M maputil.c
M mapuvraster.c
M mapwcs20.c
M mapwfs.c
M mapwfslayer.c
M mapwms.c
M mapwmslayer.c
Log Message:
-----------
Assert our addiction to GDAL and PROJ, and make them required dependencies
Because:
- this was already the case. branch-7-4 does not even compile without them.
- the sheer number of places where they were needed is an evidence that MapServer
is not MapServer without them
- it makes the code easier to comprehend.
Commit: c4006da79bc59e30478d9e2354070ffb9dcbc614
https://github.com/mapserver/mapserver/commit/c4006da79bc59e30478d9e2354070ffb9dcbc614
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2019-12-11 (Wed, 11 Dec 2019)
Changed paths:
M CMakeLists.txt
M classobject.c
M hittest.c
M kerneldensity.c
M layerobject.c
M mapcairo.c
M mapchart.c
M mapcluster.c
M mapcontext.c
M mapcontour.c
M mapcopy.c
M mapdraw.c
M mapdrawgdal.c
M maperror.c
M mapfile.c
M mapgdal.c
M mapgml.c
M mapgraticule.c
M mapkmlrenderer.cpp
M maplayer.c
M mapobject.c
M mapogcfilter.c
M mapogcfilter.h
M mapogcfiltercommon.c
M mapogcsld.c
M mapogcsld.h
M mapogcsos.c
M mapogr.cpp
M mapogroutput.c
M mapoutput.c
M mapows.c
M mappostgis.c
M mapprimitive.c
M mapproject.c
M mapproject.h
M mapquery.c
M mapraster.c
M mapraster.h
M maprasterquery.c
M mapresample.c
M mapresample.h
M mapscript/php/map.c
M mapserver.h
M mapservutil.c
M mapshape.c
M maptemplate.c
M mapunion.c
M maputil.c
M mapuvraster.c
M mapwcs20.c
M mapwfs.c
M mapwfslayer.c
M mapwms.c
M mapwmslayer.c
Log Message:
-----------
Merge pull request #5935 from rouault/required_gdal_and_proj
Assert our addiction to GDAL and PROJ, and make them required dependencies
Compare: https://github.com/mapserver/mapserver/compare/8a8ea9ccb59b...c4006da79bc5
More information about the mapserver-commits
mailing list