Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-11 | Add documentation generation using Sphinx | Alex Merry | |
This is deliberately modelled very closely on CMake's documentation system. It's a hefty patch, because it involved changing all the documentation to be in reStructuredText format. I also cleaned up the copyright/license statements at the same time. Note that the find modules contain the full license, due to the fact that ecm_use_find_module() copies them out of the ECM distribution. | |||
2014-03-17 | Create ECMFindModuleHelpers module for common find-module code | Alex Merry | |
This currently mostly contains macros for handling components; FindWayland and FindXCB are ported to use this module, which comes with various improvements for them. REVIEW: 116653 | |||
2014-03-11 | Fix over-zealous search-and-replace in the docs | Alex Merry | |
2014-03-11 | Add documentation about writing find modules | Alex Merry | |
REVIEW: 116025 |