| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-04 | appveyor.yml: run ctest on cmake builds | Even Rouault | |
| 2018-06-04 | pj_transform.c: Use errno symbols, not numeric literals (#1029) | Kurt Schwehr | |
| 2018-06-03 | add RFC 1 -- initial creation of the PROJ Project Steering Committee (#1028) | Howard Butler | |
| * add RFC 1 -- initial creation of the PROJ Project Steering Committee * fix up copypasta items from MapServer RFC | |||
| 2018-06-02 | Merge pull request #1027 from mwtoews/docs | Kristian Evers | |
| Update URLs | |||
| 2018-06-02 | use modern URL for DOI | Mike Toews | |
| 2018-06-02 | Update GeoTIFF URL | Mike Toews | |
| 2018-06-02 | use shortened URL from StackExchange websites | Mike Toews | |
| 2018-06-02 | URL for proj4rb changed to GitHub (former URL does not work) | Mike Toews | |
| 2018-06-02 | Upgrade http:// to https:// where feasible | Mike Toews | |
| 2018-06-01 | Update encrypted projdocs-private.key.enc | Even Rouault | |
| 2018-06-01 | Merge pull request #1026 from kbevers/fix-geocent | Kristian Evers | |
| Do not pivot over WGS84 when doing cs2cs-emulation with geocent | |||
| 2018-06-01 | update doc deploy key for travis-ci.com | Howard Butler | |
| 2018-06-01 | Do not pivot over WGS84 when doing cs2cs-emulation with geocent | Kristian Evers | |
| 2018-06-01 | Ignore failure to load test_nodata.gtx grid | Kristian Evers | |
| 2018-06-01 | README.md: update Travis-CI badge to point to the .com [ci skip] | Even Rouault | |
| 2018-06-01 | Fix a fix sphinx warnings about unknown options | Kristian Evers | |
| 2018-06-01 | Update documentation for 5.1.0 release | Kristian Evers | |
| Added NEWS section to frontpage, update download links and adjusted version number. | |||
| 2018-05-31 | Fix buffer overflow in gie.c:append_args() (#1023) | Kurt Schwehr | |
| Observed a buffer overflow in append_args with autofuzz with the strcpy in append_args. I think the +2 is required to account for both a nul char and the space. | |||
| 2018-05-30 | Merge pull request #1022 from schwehr/gie-operation-overflow | Kristian Evers | |
| Ensure that operations are less than MAX_OPERATION long. | |||
| 2018-05-30 | Merge pull request #1021 from rouault/add_test_framework | Kristian Evers | |
| Add test framework, C++11 compilation mode and warning fixes | |||
| 2018-05-30 | Merge pull request #1018 from schwehr/gie-fprintf | Kristian Evers | |
| gie T.fout output cleanup | |||
| 2018-05-30 | Move catch.hpp header in test/; rename test/cpp as test/unit | Even Rouault | |
| 2018-05-30 | Replace suspicious use of strncat(), despite correct in that particular case ↵ | Even Rouault | |
| (detected by gcc 8.1) | |||
| 2018-05-30 | CI environment: adapt for C++11 capable environments | Even Rouault | |
| 2018-05-30 | Enable c++ compilation with autotools and cmake, hardened compilation flags ↵ | Even Rouault | |
| and add catch2 framework Hardened compilation flags come from GDAL' configure.ac and are 'combat proven' Dummy test added just to demonstrate catch2 based tests work. | |||
| 2018-05-30 | Fix warnings found by clang with new warning flags to be added in later commit | Even Rouault | |
| Fixes consist in: - no use of comma operator for multi statement purpose - avoid confusing comma in for loops first and third clauses - avoid implicit long to int casts by storing to long, or explicit bound checking before cast | |||
| 2018-05-29 | Ensure that operations are less than MAX_OPERATION long. | Kurt Schwehr | |
| Buffer overflow found with autofuzz. | |||
| 2018-05-26 | cct.c: add missing va_end() in error code path (spotted by cppcheck) | Even Rouault | |
| 2018-05-24 | .gitignore: add test-driver | Even Rouault | |
| 2018-05-24 | Merge remote-tracking branch 'osgeo/master'5.1.0 | Kristian Evers | |
| 2018-05-24 | Add missing note about removing org_proj4_Projections.h | Kristian Evers | |
| 2018-05-24 | nad/Makefile.am: add tests/test_nodata.gtx to EXTRA_DIST (fixes #1019) | Even Rouault | |
| 2018-05-24 | Fix libtool versioning, using the proper number for 'age' | Kristian Evers | |
| 2018-05-24 | Merge pull request #1017 from kbevers/5.1-prep | Kristian Evers | |
| 5.1.0 preparation | |||
| 2018-05-24 | gie T.fout output cleanup | Kurt Schwehr | |
| - printf -> fprintf in more places - puts -> fprintf - Move list_err_codes to after where T.fout is set This makes fuzzing easier by allowing more of the output to be sent to /dev/null. Found with autofuzz. | |||
| 2018-05-24 | Update NEWS for 5.1.0 | Kristian Evers | |
| 2018-05-24 | Update man pages in preparation for new release | Kristian Evers | |
| 2018-05-24 | Update version numbers for 5.1.0 release | Kristian Evers | |
| 2018-05-24 | Merge pull request #949 from kbevers/return-nans-quickly | Kristian Evers | |
| Return NaN coordinate immediately when receiving NaN input | |||
| 2018-05-24 | Temporal gridshifting (#1015) | Kristian Evers | |
| Temporal gridshifts allow [h|v]gridshift operations to be used as step functions in a pipeline. This is useful in transformations dealing with deformations caused by earthquakes. See the included documentation for details. | |||
| 2018-05-24 | Handle double to int typecasts in ISEA better | Kristian Evers | |
| Originally the code was doing double to int conversions like y = (int)(x + 0.5) which results in rounding when typecasting. In an earlier attempt to avoid buffer overflows in integer typecasts this was changed to y = lround(x + 0.5) which doesn't give the origial results. We fix that here by instead doing y = lround(x) It is safe to so as long as x is positive. | |||
| 2018-05-24 | Docs: fix wrong spelling of t_obs and t_epoch | Even Rouault | |
| 2018-05-24 | Merge pull request #1013 from schwehr/proj_strtod_header | Kristian Evers | |
| Use proj_strtod.h for proj_strtod and proj_atof | |||
| 2018-05-24 | Merge pull request #1012 from kbevers/behaviour-differences | Kristian Evers | |
| Add doc section with description of behavioural changes between versions | |||
| 2018-05-24 | Add doc section with description of behavioural changes between PROJ versions | Kristian Evers | |
| 2018-05-24 | Merge pull request #1014 from schwehr/gie-rst-indent | Kristian Evers | |
| Fix indentation in gie roundtrip option | |||
| 2018-05-23 | Fix indentation in gie roundtrip option | Kurt Schwehr | |
| 2018-05-23 | Use proj_strtod.h for proj_strtod and proj_atof | Kurt Schwehr | |
| 2018-05-23 | Merge pull request #1011 from schwehr/gie-roundtrip | Kristian Evers | |
| Limit the number of round trips to 1 million and check for underflows | |||
| 2018-05-23 | gie roundtrip: Expand the 3 cases for the args | Kurt Schwehr | |
