Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-31 | add full license text | Allen Winter | |
REVIEW: 128780 | |||
2015-02-06 | Document when modules were added to ECM. | Alex Merry | |
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. | |||
2013-10-02 | Fix typo in comment. | Nicolás Alvarez | |
2012-02-16 | Simply test for the target, no need for the global property. | Alex Neundorf | |
This was probably added before if() supported testing for targets. Ale | |||
2012-02-16 | -nicer indentation | Alex Neundorf | |
Alex | |||
2012-02-01 | Add the ecm_mark_as_test macro. | Stephen Kelly | |
This is for cases when adding targets that are only part of the testing infrastructure so that they can be built conditionally or not at all. |