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
/
test
Age
Commit message (
Expand
)
Author
2017-12-17
Free format everywhere (#693)
Thomas Knudsen
2017-12-14
Updates to deformation operation.
Kristian Evers
2017-12-06
Use approximate equations instead of exact as default in Helmert.
Kristian Evers
2017-12-06
Use t_epoch and t_obs instead of epoch and tobs.
Kristian Evers
2017-11-28
Merge pull request #691 from busstoptaktik/make_assignments_greedy
Thomas Knudsen
2017-11-28
Free formatting of PROJ key=value pairs
Thomas Knudsen
2017-11-28
use full error code checking on failure in more_builtins.gie
Thomas Knudsen
2017-11-28
Add tests for GDA2020 (#688)
Thomas Knudsen
2017-11-27
gie support for builtin errcodes, and other improvements (#684)
Thomas Knudsen
2017-11-22
Merge pull request #680 from busstoptaktik/oss_fuzz-4355_rf-zero
Thomas Knudsen
2017-11-22
Merge pull request #679 from busstoptaktik/oss_fuzz-4369-to_meter
Thomas Knudsen
2017-11-22
Avoid div-by-zero in rf setup
Thomas Knudsen
2017-11-22
Avoid div-by-0 in to_meter init
Thomas Knudsen
2017-11-21
Central conic projection (gnomonic) implementation (as 'proj=ccon') (#662)
Ćukasz Komsta
2017-11-20
Replace pj_ell_set with reimplementation... (#675)
Thomas Knudsen
2017-11-16
Reintroduce the gie-internal tests.
Thomas Knudsen
2017-11-16
Introduce geodetic-geocentric conversions ... (#669)
Thomas Knudsen
2017-11-13
Removed remaining traces of the built in selftest system (#661)
Thomas Knudsen
2017-11-12
Poder autochecking again (WIP) (#652)
Thomas Knudsen
2017-11-11
Fix various memory leaks. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/d...
Even Rouault
2017-11-10
Do not require needless plusses (#651)
Thomas Knudsen
2017-10-31
Add 'axisswap' operation - swap axes in pipelines
Kristian Evers
2017-10-29
Addition of 'deformation': Kinematic grid shifting.
Kristian Evers
2017-10-29
Repair gie and cct after breakage due to proj_strtod update (#628)
Thomas Knudsen
2017-10-19
Prevent crashes and leaks on allocation failure (#606)
Aaron Puchert
2017-10-12
gie.c and builtins.gie now able to reproduce internal test results
Thomas Knudsen
2017-05-31
standard_fuzzer: add BINARY_2D and BINARY_3D modes
Even Rouault
2017-05-30
catalog: memory leak and crashes related fixes
Even Rouault
2017-05-23
test/fuzzers/README.TXT: update instructions
Even Rouault
2017-05-22
Add test/fuzzers/README.txt
Even Rouault
2017-05-21
Add fuzzer for Google OSS Fuzz
Even Rouault
2016-12-12
Add a scripts/fix_typos.sh script and correct reported errors
Even Rouault
2016-05-25
Correct all test_json.py flake8 warnings and errors with the exception of som...
Micah Cochran
2016-05-25
Add lzip, a zip function that acts like Python 2.x's zip function. In Python...
Micah Cochran
2016-05-25
Reformat JSON files to be more human readable. Various TESTNOTES revisions.
Micah Cochran
2016-05-24
Add GIGS tests. Use python3 code to test in travis.
Micah Cochran