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
/
src
/
projects.h
Age
Commit message (
Expand
)
Author
2018-11-29
Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t...
Even Rouault
2018-11-22
Make proj_create_crs_to_crs() use proj_obj_create_operations() and use area o...
Even Rouault
2018-11-14
Implement RFC 2: Initial integration of "GDAL SRS barn" work
Even Rouault
2018-11-10
Remove unused struct from projects.h
Kristian Evers
2018-10-16
Move struct definitions for proj_list_* functions to proj.h
Kristian Evers
2018-10-16
Change pj_mkparam to take const char pointer
Kristian Evers
2018-09-21
Remove misspelled-constant PJD_ERR_UNKNOW_UNIT_ID
Kristian Evers
2018-09-18
Only allow usage of proj_api.h if explicit consent was given
Kristian Evers
2018-08-11
projects.h: use param[] variable-length member syntax with GCC >= 8 to fix op...
Even Rouault
2018-08-11
Fix wrong behaviour of torad_coord() with gcc 8.1 -O2 (fixes #1084)
Even Rouault
2018-06-21
Add support for deg, rad and grad in unitconvert (fixes #1052), and document ...
Even Rouault
2018-05-30
Fix warnings found by clang with new warning flags to be added in later commit
Even Rouault
2018-04-16
Collect custom C99 math functions in proj_math.h
Kristian Evers
2018-03-11
typo fix: Rename PJD_ERR_UNKNOW_UNIT_ID as PJD_ERR_UNKNOWN_UNIT_ID
Even Rouault
2018-02-12
typedef some recurring function signatures
Thomas Knudsen
2018-02-09
Avoid XY, LP and UV datatype clashes with other libraries.
Kristian Evers
2018-02-07
Shrink PJ_XXX_INFO structs, but keep same syntax. (#775)
Thomas Knudsen
2018-02-01
Remove Windows CE cruft (wince/msvc80)
Mateusz Loskot
2018-02-01
Remove unnecessary functions and restructure proj.def. Closes #728
Kristian Evers
2018-01-31
Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULAR
Thomas Knudsen
2018-01-31
Introduce compatibility for cs2cs-style proj-strings into the 4D API.
Thomas Knudsen
2018-01-08
Discern between 2D projected and 3D cartesian linear units (#732)
Thomas Knudsen
2018-01-03
Introduce preparation/finalization steps in fwd/inv subsystem, supporting arb...
Thomas Knudsen
2017-12-17
Declare non-local variables as const where possible
Aaron Puchert
2017-12-17
Free format everywhere (#693)
Thomas Knudsen
2017-11-27
Replace some asserts by compile-time assertions
Aaron Puchert
2017-11-25
Improve API (#683)
Thomas Knudsen
2017-11-22
Avoid div-by-zero in rf setup
Thomas Knudsen
2017-11-20
Replace pj_ell_set with reimplementation... (#675)
Thomas Knudsen
2017-11-15
Support numerical factors only (#664)
Thomas Knudsen
2017-11-13
Removed remaining traces of the built in selftest system (#661)
Thomas Knudsen
2017-11-11
Merge pull request #647 from kbevers/use_have_c99_math
Kristian Evers
2017-11-10
Use HAVE_C99_MATH instead of _WIN32_ and __ANSI__
Kristian Evers
2017-11-08
minor clean ups in and around proj_4D_api (#649)
Thomas Knudsen
2017-11-06
Eliminate the last traces of PJ_OBS (#643)
Thomas Knudsen
2017-11-05
Improve ISO 19000 alignment (#639)
Thomas Knudsen
2017-11-05
Pipeline cleanup (WIP) (#637)
Thomas Knudsen
2017-10-28
Allow nested pipelines. (#629)
Kristian Evers
2017-10-27
Linguistics: Clarify this and that, here and there (#632)
Thomas Knudsen
2017-10-25
Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c (#625)
Thomas Knudsen
2017-10-20
Addition of an "area of use" argument to proj_transform_crs_to_crs (#565)
Kristian Evers
2017-10-19
Prevent crashes and leaks on allocation failure (#606)
Aaron Puchert
2017-10-06
Change PJ.left default from PJ_CLASSIC to PJ_RADIANS
Thomas Knudsen
2017-10-06
Enable default destructor for all PJ objects.
Thomas Knudsen
2017-09-28
Add PJD_ERR_* aliases for error numbers without one
Kristian Evers
2017-09-28
Support a default destructor for PJ objects
Thomas Knudsen
2017-08-07
Adding info functions to proj.h API. (#551)
Kristian Evers
2017-07-18
Merge pull request #548 from kbevers/remove-error-macros
Kristian Evers
2017-07-18
Expanded *_ERROR* macros.
Kristian Evers
2017-07-14
Make sure to use custom hypot() when building as ANSI C (not defined before C...
Kristian Evers
[next]