summaryrefslogtreecommitdiffstats
path: root/Modules/FindGDAL.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindGDAL: set the GDAL_VERSIONBen Boeckel2018-11-011-1/+14
* FindGDAL: add an imported targetBen Boeckel2018-11-011-0/+13
* FindGDAL: Modernize documentation layoutBrad King2018-11-011-12/+21
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-23/+24
* FindGDAL: Handle gdal-config printing absolute path to libraryAdam Thompson2018-03-071-4/+42
* Modules: Restore recently removed search path suffixesBrad King2018-02-261-0/+3
* Modules: Remove paths set as global Unix prefixesChristian Pfeiffer2017-11-201-21/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-141-2/+2
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-4/+16
* use PATH_SUFFIXES to simplify find_* callsRolf Eike Beer2012-08-141-1/+1
* use the find_* functions ENV parameterRolf Eike Beer2012-08-141-6/+6
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-4/+4
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+14
* BUG: Fix library detection for GDAL on most Linux distributions (Issue #7445)Philip Lowman2009-01-311-40/+60
* ENH: Cleanup Find* modules with new HINTS featureBrad King2008-06-091-14/+3
* BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be refer...Brad King2008-01-161-11/+2
* BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found.Eric Wing2007-12-211-0/+93
| | | | | | | | | when applicable. * | | merge 3.3Benjamin Peterson2013-05-161-1/+2 |\ \ \ | |/ / | * | C89 declaration complianceBenjamin Peterson2013-05-161-1/+2 | | | * | | Merge with 3.3, issue #17047: remove doubled words added in 3.3,Terry Jan Reedy2013-03-111-1/+1 |\ \ \ | |/ / | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | * | Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1 | | | | | | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | * | Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) ↵Antoine Pitrou2013-02-091-1/+1 | |\ \ | | |/ | | | | | | | | | | | | | | | | | | in the interpreter. I've left a couple of them in: zlib (third-party lib), getaddrinfo.c (doesn't include Python.h, and probably obsolete), _sre.c (legitimate use for the re.LOCALE flag), mpdecimal (needs to build without Python.h). | | * Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) ↵Antoine Pitrou2013-02-091-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | in the interpreter. I've left a couple of them in: zlib (third-party lib), getaddrinfo.c (doesn't include Python.h, and probably obsolete), _sre.c (legitimate use for the re.LOCALE flag). | * | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-3/+3 | |\ \ | | |/ | | | | | | | | | | | | when result of PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277. | | * Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-3/+3 | | | | | | | | | | | | | | | | | | when result of PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277. * | | Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by BrianCharles-François Natali2013-02-051-0/+17 | | | | | | | | | | | | Thorne. * | | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-141-3/+3 | | | | | | | | | | | | when result of PyLong_AsLong() narrowed to int without checks. * | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-1/+1 | | | * | | expose TCP_FASTOPEN and MSG_FASTOPENBenjamin Peterson2012-12-13