aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-12Resolve OSS-Fuzz issue 3620Thomas Knudsen
2017-10-12Resolve OSS-Fuzz issue 3619,Thomas Knudsen
2017-10-12Merge pull request #593 from busstoptaktik/gieThomas Knudsen
2017-10-12Run 'gie builtins.gie' as part of Travis CI jobsThomas Knudsen
2017-10-12remove trailing whitespaceThomas Knudsen
2017-10-12gie.c and builtins.gie now able to reproduce internal test resultsThomas Knudsen
2017-10-11Merge pull request #600 from busstoptaktik/oss-fuzz-pipelineThomas Knudsen
2017-10-11repair a simple dealloc bug in PJ_pipeline, which caused a landslide of OSS F...Thomas Knudsen
2017-10-10Merge pull request #596 from busstoptaktik/OSS-Fuzz-issue-3595Thomas Knudsen
2017-10-10Resolve OSS Fuzz issue 3595 division by zero by replacing atan(y/x) with atan...Thomas Knudsen
2017-10-09Remove PJ_DATUMS which was introduced to proj.h by mistakeKristian Evers
2017-10-09Add proj_list_* functions that exposes various internal lists (#579)Kristian Evers
2017-10-08Resolve #594 and OSS-Fuzz-3569 (#595)Thomas Knudsen
2017-10-07Merge pull request #592 from busstoptaktik/obs_api-improvementsThomas Knudsen
2017-10-06Switch proj_roundtrip to accept PJ_COORD, rather than PJ_OBS, and make it do ...Thomas Knudsen
2017-10-06Remove superfluous checks for PJ.left being PJ_IO_UNITS_CLASSICThomas Knudsen
2017-10-06Change PJ.left default from PJ_CLASSIC to PJ_RADIANSThomas Knudsen
2017-10-06Resolve OSS-Fuzz issue 1836: Division by zero in gn_sinu setupThomas Knudsen
2017-10-06Merge pull request #583 from busstoptaktik/destructorThomas Knudsen
2017-10-06Enable ob_tran for ellipsoidal projection definitions. While formally wrong, ...Thomas Knudsen
2017-10-06Enable address sanitizer in linux/clang buildThomas Knudsen
2017-10-06Enable default destructor for all PJ objects.Thomas Knudsen
2017-09-28Introducing the cct 'Coordinate Conversion and Transformation' program (#574)Thomas Knudsen
2017-09-28Add PJD_ERR_* aliases for error numbers without oneKristian Evers
2017-09-28Support a default destructor for PJ objectsThomas Knudsen
2017-09-27decimalyear_to_mjd(): avoid almost infinite loop in case of crazy input. Fixe...Even Rouault
2017-09-22Add 'expected accuracy' member to PJ_PROJ_INFO struct.Kristian Evers
2017-09-21Changed a few occurences of 'const PJ*' to just 'PJ*' since they were making ...Kristian Evers
2017-09-21Use FACTORS and DERIVS structs from projects.h instead of duplicating them in...Kristian Evers
2017-09-13Make proj_destroy and proj_context_destroy behave in the same way.Kristian Evers
2017-09-13Introduce PJ_DEFAULT_CTX constant that improves code readabilityKristian Evers
2017-09-13make PJ* P argument of proj_lp_dist constKristian Evers
2017-09-13Add typedef for transformation direction enumKristian Evers
2017-09-13Change how existance of strings in info-structs are checked. Before this comm...Kristian Evers
2017-09-12Merge pull request #564 from kbevers/proj-respect-input-output-unitsKristian Evers
2017-09-12Merge pull request #567 from kbevers/issue-566Even Rouault
2017-09-09Tested for wrong indices before array lookup. Fixes #566.Kristian Evers
2017-09-07PJ_ob_tran: fix potential memory leak. Fixes https://bugs.chromium.org/p/oss-...Even Rouault
2017-09-06Add PJ_FACTORS bit flags to proj.hKristian Evers
2017-09-05proj: Do rad->deg conversion if output units warrants it.Kristian Evers
2017-09-05PJ_unitconvert: fix memory leak. Fixes https://bugs.chromium.org/p/oss-fuzz/i...Even Rouault
2017-09-05Reformat proj.c before making functional changes.Kristian Evers
2017-09-04PJ_hgridshift.c: fix memleak in initialization if grid loading fail. Same fix...Even Rouault
2017-09-03PJ_goode: fix memory leak. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/...Even Rouault
2017-08-30Merge pull request #562 from cffk/geod-1.49Charles Karney
2017-08-30Back out of previous change. Coverage stats are still wrong. geodtestCharles Karney
2017-08-30Rejig how geodtest is specified in automake to make coverage stats accurate??Charles Karney
2017-08-30Add geodtest to autoconf's 'make check' suite.Charles Karney
2017-08-30urm5: fix memory leaks in error code paths of initialization. Fixes https://b...Even Rouault
2017-08-29Release candidate for geodesic library version 1.49.Charles Karney