Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Add Sphinx 'versionadded' directives to each top-level document | Kitware Robot | 2020-07-06 | 1 | -0/+2 |
| | | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715 | ||||
* | FindODBC: Add library name for MinGW toolchains | Cristian Adam | 2019-11-25 | 1 | -0/+2 |
| | | | | Fixes: #20018 | ||||
* | FindODBC: Do not assume odbc32.lib for MinGW | Mateusz Ĺoskot | 2018-11-09 | 1 | -1/+3 |
| | | | | | | For MinGW, do not look for odbc32.lib but allow search for libodbc32.a. Fixes: #18539 | ||||
* | FindODBC: Add module to search for ODBC library | Mateusz Loskot | 2018-05-22 | 1 | -0/+227 |
Add tests for FindODBC module. |