summaryrefslogtreecommitdiffstats
path: root/Modules/FindIconv.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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-011-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.