aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-12-09Refactor post-install suite to test shared and static projlib (#2972)Mike Taves
2021-11-26DOC: rewrite parts of plot.py to use geojson instead of fiona (#2959)Mike Taves
2021-03-12DOC: Use breathe>=4.27 to support Doxygen \page, \section, etc.Mike Taves
2020-10-19C API: add proj_context_clone() (#2383)Alan D. Snow
Fixes #2382
2020-08-20projCtx_t: Copy ini file settings, proj4_init_rules, etc.. when initializing ↵Alan D. Snow
context from global (#2331)
2020-04-15gitignore: add latex dir generated by sphinx [skip ci]Kristian Evers
2019-02-16Rearrange .gitignore and expand contentMike Taves
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
This work mostly consists of: - a C++ implementation of the ISO-19111:2018 / OGC Topic 2 "Referencing by coordinates" classes to represent Datums, Coordinate systems, CRSs (Coordinate Reference Systems) and Coordinate Operations. - methods to convert between this C++ modeling and WKT1, WKT2 and PROJ string representations of those objects - management and query of a SQLite3 database of CRS and Coordinate Operation definition - a C API binding part of those capabilities This is all-in-one squashed commit of the work of https://github.com/OSGeo/proj.4/pull/1040
2018-09-02be more expansive in ignoranceGreg Minshall
2018-06-14Start a `customstyle` for bibliographic referencesMike Toews
Modifies label to use BibTeX key name, and format names with lastfirst
2018-06-08Ignore VS2017 and CLion user-specific local filesMateusz Loskot
- CMakeSettings.json - CMake integration for VS2017 config - .idea - CLion config [ci skip]
2018-05-24.gitignore: add test-driverEven Rouault
2018-04-27Ignore output files and shutdown a warning.Martin Desruisseaux
2018-03-21Update .gitignore for newer binariesMike Toews
2018-02-05Make a README from README.md when running 'make dist' (#772)Kristian Evers
Make a README from README.md when running 'make dist'. README.md is stripped from the CI status images that is displayed on GitHub, but other README is just a copy of README.md. Adjusted travis/install.sh so that 'make dist-all' is not run on the source distribution.
2017-09-27Ignore Visual Studio cruft and build directories and scripts (#581)Mateusz Łoskot
build.local.sh and build.local.bat as as user-specific scripts Build directories: build, _build.{platform} or _build.{compiler} [ci skip]
2016-02-24start working on sphinx version of proj4.orgHoward Butler
2015-09-10BLD: Remove proj_config.h.in.Elliott Sales de Andrade
It's generated by autoheader, which was mysteriously left out of autogen.sh.
2015-09-10BLD: Remove generated files.Elliott Sales de Andrade
2015-09-10BLD: Remove Makefile.in.Elliott Sales de Andrade
These files are generated by automake.
2015-09-08Increment version to 4.9.2 in preparation for releaseHoward Butler
2015-05-30Import gitignore from SVN.Elliott Sales de Andrade