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
/
proj.c
Age
Commit message (
Expand
)
Author
2017-11-13
Removed remaining traces of the built in selftest system (#661)
Thomas Knudsen
2017-10-06
Remove superfluous checks for PJ.left being PJ_IO_UNITS_CLASSIC
Thomas Knudsen
2017-09-05
proj: Do rad->deg conversion if output units warrants it.
Kristian Evers
2017-09-05
Reformat proj.c before making functional changes.
Kristian Evers
2017-08-21
Added myself and Kristian Evers to AUTHORS file; Removed attribution … (#558)
Thomas Knudsen
2017-07-05
Respect -r flag when calling proj with -V. Fixes #184.
Kristian Evers
2017-06-22
Use *pj_get_errno_ref() instead of pj_errno because it seems pj_errno is not ...
Kristian Evers
2017-05-02
Fixed spelling error: conpute -> compute
Kristian Evers
2017-02-26
Raise MSVC warning level to /W4
Even Rouault
2017-02-26
Recent clang (e.g MacOSX) warning fixes related to double to _Bool implicit c...
Even Rouault
2017-02-26
Fix warnings related to -Wshadow -Wnull-dereference -Wfloat-conversionr -Wmis...
Even Rouault
2017-02-25
proj: add missing continue for 'V' switch (raised by GCC 7 -Wimplicit-fallthr...
Even Rouault
2016-12-12
Add a scripts/fix_typos.sh script and correct reported errors
Even Rouault
2016-06-10
Make proj -VC selftest return exit code of number of test failures.
Micah Cochran
2016-04-05
Minor corrections
Thomas Knudsen
2016-04-05
Some initial work on internal regression tests
Thomas Knudsen
2010-03-03
avoid warnings
Frank Warmerdam
2009-01-26
remove SCCSID and lint stuff from all source files
Frank Warmerdam
2007-06-04
pj_free() the definition to simplify leak testing.
Frank Warmerdam
2006-11-16
Fixed VC++ 8.0 warnings.
Mateusz Loskot
2006-10-10
Increase MAX_LINE to 1000 per request from Dan Scheirer.
Frank Warmerdam
2004-10-28
avoid using global variables from DLL
Frank Warmerdam
2003-03-18
dont list latlong, longlat, or geocent for this program
Frank Warmerdam
2002-07-08
ensure clean C++ builds
Frank Warmerdam
2001-08-11
disallow +proj=latlong with proj command
Frank Warmerdam
2000-07-06
added -ld option, reformatted
Frank Warmerdam
2000-07-04
added patches from Thomas Knudsen to fix binary file io on DOS/Windows
Frank Warmerdam
2000-03-21
changed UV to projUV
Frank Warmerdam
1999-03-18
New
Frank Warmerdam