index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
2019-03-18
Database: fix import of deprecated ellipsoid and geodetic_datum from ESRI dat...
Even Rouault
2019-02-22
proj.db: update to EPSG 9.6.0
Even Rouault
2019-02-20
projinfo: advertize the use of '--spatial-test intersects' when it can bring ...
Even Rouault
2019-02-16
Make sure that projinfo man-page is added to source distribution
Kristian Evers
2019-01-02
Typo fixes
Even Rouault
2018-12-31
Update proj_symbol_rename.h
Even Rouault
2018-12-30
Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXX
Even Rouault
2018-12-30
Remove PJ_OBJ type since it is now merged into PJ
Even Rouault
2018-12-26
cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes
Even Rouault
2018-12-26
cpp conversion: move source files in apps/ iso19111/ conversions/ projections...
Even Rouault
2018-12-17
Add WKT2 grammar validation
Even Rouault
2018-12-17
Add WKT1 grammar validation; change prototype of proj_obj_create_from_wkt()
Even Rouault
2018-12-06
Add API to retrieve non-deprecated equivalent of an object
Even Rouault
2018-12-06
Take into account supersession information to filter out irrelevant transform...
Even Rouault
2018-12-04
Database: fix ingestion from ESRI of alias names for deprecated objects
Even Rouault
2018-12-04
Improve recognition of WKT1 datum names
Even Rouault
2018-11-30
C API: more camel_casification of parameters
Even Rouault
2018-11-30
C API: do not 'cache' PROJ context in PJ_OBJ objects
Even Rouault
2018-11-29
C API extensions and renaming
Even Rouault
2018-11-29
Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t...
Even Rouault
2018-11-29
Reformat test .cpp files
Even Rouault
2018-11-20
Database: use official IGNF.xml registry to create content from the IGNF auth...
Even Rouault
2018-11-14
Implement RFC 2: Initial integration of "GDAL SRS barn" work
Even Rouault
2018-10-09
Fix typos
Even Rouault
2018-09-18
Only allow usage of proj_api.h if explicit consent was given
Kristian Evers
2018-06-10
Merge pull request #1038 from kbevers/howtorelease
Kristian Evers
2018-06-09
cppcheck.sh: enable to run it from any directory
Even Rouault
2018-06-09
Complete overhaul of HOWTO-RELEASE.
Kristian Evers
2018-06-08
Add a scripts/gen_html_coverage.sh to generate local report of code coverage ...
Even Rouault
2018-03-20
Change update_man script so that files aren't accidentally committted
Kristian Evers
2018-03-18
Setup automatic man page generation
Kristian Evers
2018-03-14
Add a scripts/cppcheck.sh that check both warnings and errors, and use it in ...
Even Rouault
2018-03-11
Various typo fixes
Even Rouault
2017-02-26
Typo fixes
Even Rouault
2016-12-12
Add a scripts/fix_typos.sh script and correct reported errors
Even Rouault