[mapserver-commits] [MapServer/MapServer] 248169: Add the msSaveConfig function to the MapServer C-API
Jeff McKenna
noreply at github.com
Sat Mar 12 06:16:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/MapServer/MapServer
Commit: 248169a3fec174f453bfa807086dbe8d2810382d
https://github.com/MapServer/MapServer/commit/248169a3fec174f453bfa807086dbe8d2810382d
Author: Gérald Fenoy <gerald.fenoy at geolabs.fr>
Date: 2022-03-09 (Wed, 09 Mar 2022)
Changed paths:
M mapfile.c
M mapserver.h
Log Message:
-----------
Add the msSaveConfig function to the MapServer C-API
Commit: 281f4dfb160d703c8973cc2e45b722efe910f1dc
https://github.com/MapServer/MapServer/commit/281f4dfb160d703c8973cc2e45b722efe910f1dc
Author: Gérald Fenoy <gfenoy at users.noreply.github.com>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M mapfile.c
Log Message:
-----------
Update mapfile.c
Co-authored-by: Even Rouault <even.rouault at spatialys.com>
Commit: 6967707fb8dde447e78a5078989c7299fa45325f
https://github.com/MapServer/MapServer/commit/6967707fb8dde447e78a5078989c7299fa45325f
Author: Gérald Fenoy <gfenoy at users.noreply.github.com>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M mapfile.c
Log Message:
-----------
Update mapfile.c
Co-authored-by: Even Rouault <even.rouault at spatialys.com>
Commit: 08a61094f515625073471765809843b937b5e13d
https://github.com/MapServer/MapServer/commit/08a61094f515625073471765809843b937b5e13d
Author: Gérald Fenoy <gfenoy at users.noreply.github.com>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M mapfile.c
Log Message:
-----------
Update mapfile.c
Co-authored-by: Even Rouault <even.rouault at spatialys.com>
Commit: 86870924f9e1581b1eb3f2695abe8b2d6a5f9327
https://github.com/MapServer/MapServer/commit/86870924f9e1581b1eb3f2695abe8b2d6a5f9327
Author: Gérald Fenoy <gfenoy at users.noreply.github.com>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M mapserver.h
Log Message:
-----------
Update mapserver.h
Co-authored-by: Even Rouault <even.rouault at spatialys.com>
Commit: 285c48420871cdae43472b35f43c42dbc0b64012
https://github.com/MapServer/MapServer/commit/285c48420871cdae43472b35f43c42dbc0b64012
Author: Gérald Fenoy <gfenoy at users.noreply.github.com>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M mapfile.c
Log Message:
-----------
Update mapfile.c
Co-authored-by: Even Rouault <even.rouault at spatialys.com>
Commit: 0f57e940b6bc179afdfb8dcdd3c40d907b4cc14f
https://github.com/MapServer/MapServer/commit/0f57e940b6bc179afdfb8dcdd3c40d907b4cc14f
Author: Gérald Fenoy <gfenoy at users.noreply.github.com>
Date: 2022-03-11 (Fri, 11 Mar 2022)
Changed paths:
M mapfile.c
Log Message:
-----------
Remove unused variable
Commit: d1e6a3c11a31ad3de38bf0557da7a75a3b136d7e
https://github.com/MapServer/MapServer/commit/d1e6a3c11a31ad3de38bf0557da7a75a3b136d7e
Author: Gérald Fenoy <gfenoy at users.noreply.github.com>
Date: 2022-03-11 (Fri, 11 Mar 2022)
Changed paths:
M mapfile.c
Log Message:
-----------
Cannot be const
Would like to make it const as it won't be modified in any way, but it dereference pointer doing so.
Commit: 0977e92760097ee67c2de9bdbba8c762a7dc1111
https://github.com/MapServer/MapServer/commit/0977e92760097ee67c2de9bdbba8c762a7dc1111
Author: Gérald Fenoy <gerald.fenoy at geolabs.fr>
Date: 2022-03-11 (Fri, 11 Mar 2022)
Changed paths:
M mapfile.c
M mapserver.h
Log Message:
-----------
Remove const to pass the tests
Commit: bc665eba612418b91f1424508ed7f2a0f57a71be
https://github.com/MapServer/MapServer/commit/bc665eba612418b91f1424508ed7f2a0f57a71be
Author: Jeff McKenna <jmckenna at gatewaygeomatics.com>
Date: 2022-03-12 (Sat, 12 Mar 2022)
Changed paths:
M mapfile.c
M mapserver.h
Log Message:
-----------
Merge pull request #6488 from GeoLabs/add-save-config
Add the msSaveConfig function to the MapServer C-API
Compare: https://github.com/MapServer/MapServer/compare/3ce4e79a70c3...bc665eba6124
More information about the MapServer-commits
mailing list