summaryrefslogtreecommitdiff
path: root/Modules/FindIconv.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindIconv: Avoid explicitly finding C runtime libraryBrad King2021-04-261-23/+27
| | | | | | | If `iconv` functionality is built into the C runtime library, we do not need to link any libraries. Do not find `libc`. Fixes: #22114
* FindIconv: Add version supportSibi Siddharthan2021-02-251-1/+43
| | | | Issue: #21857
* Merge topic 'doc-versionadded'Brad King2020-07-071-0/+2
|\ | | | | | | | | | | | | | | | | | | 496ec6036f Help: Add Sphinx 'versionadded' directives to each top-level document 0c87afceab Help/dev: Add maintainer guide step for 'versionadded' documentation markup dbd453c2ff Utilities/Sphinx: Add script for inserting ".. versionadded" directive Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Turbov <i.zaufi@gmail.com> Merge-request: !4947
| * Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | | | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* | FindIconv use NAMES_PER_DIRSibi Siddharthan2020-07-021-0/+1
|/ | | | Signed-off-by: Sibi Siddharthan <sibisiddharthan.github@gmail.com>
* FindIconv: Add the FindIconv module.Christian Pfeiffer2017-11-291-0/+133
This module provides abstraction over the various ways POSIX platforms handle the iconv calls defined in POSIX.1-2001 and later versions.