| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-05 | Adapt testing to recursive pkg-config requirements | Kai Pastor | |
| When pkg-config is called with --static, it will recursively collect all Libs and Libs.private which are discovered via Requires and Requires.private. So these libs must be available for linking even when acutally only lib proj uses static linkage. Libs and pkg-config must be provided for the target triplet. | |||
| 2022-01-31 | Drop autotools; move remaining useful m4 macros (#3027) | Mike Taves | |
| 2022-01-13 | Specify CMAKE_INSTALL_RPATH for macOS; use -rpath LDFLAGS for tests (#3009) | Mike Taves | |
| 2021-12-09 | Refactor post-install suite to test shared and static projlib (#2972) | Mike Taves | |
| 2021-05-04 | DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705) | Mike Taves | |
| 2021-04-07 | CI: build and test on MSYS2 with Windows | Mike Taves | |
| 2021-02-26 | CMake: add support for pkg-config (#2547) | Mike Taves | |
| 2021-02-14 | CMake: Prefer keyword signature of target_link_libraries command | Mateusz Ĺoskot | |
| Closes #2515 | |||
| 2020-04-25 | postinstall checks: check that we include installed C++ headers (refs #2182) | Even Rouault | |
| 2020-04-17 | AppVeyor: use Ninja generator, cache vcpkg [skip travis] | Mike Taves | |
| 2020-03-21 | Add post-install checks for CMake and Autotools/pkg-config (#2077) | Mike Taves | |
| * Checks CMake's find_package(PROJ) and find_package(PROJ4) * Checks pkg-config used with a Makefile (Linux and macOS only) * Use proj.h / libproj with a simple 'testappprojinfo' | |||
