Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GenerateExportHeader: add INCLUDE_GUARD_NAME option | Kyle Edwards | 2018-01-23 | 1 | -1/+1 |
| | | | | Fixes #16968. | ||||
* | GenerateExportHeader: Add option to specify custom content | Brad King | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | GenerateExportHeader: Allow common NO_DEPRECATED_MACRO_NAME for multiple libs | Andreas Schuh | 2016-03-17 | 1 | -1/+3 |
| | |||||
* | GenerateExportHeader: Do not define DEFINE_NO_DEPRECATED (#16022) | Andreas Schuh | 2016-03-17 | 1 | -2/+1 |
| | | | | | | Previously we allowed this definition to persist outside our header. This would cause conflicts across multiple such headers because the name was always the same. Fix this by avoiding the definition altogether. | ||||
* | GEH: Make each element of the deprecation macros overridable. | Stephen Kelly | 2013-09-23 | 1 | -0/+6 |
| | | | | | This way, we can override only FOO_DEPRECATED to silence deprecation for a library. | ||||
* | GEH: Use the macro for the deprecation attribute after definiting it. | Stephen Kelly | 2013-09-23 | 1 | -2/+2 |
| | | | | This way, it is more-easily overridden. | ||||
* | Don't put what some compilers consider junk at the end of the line. | Stephen Kelly | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | Add missing NO_EXPORT macro variant. | Stephen Kelly | 2011-08-23 | 1 | -1/+6 |
| | |||||
* | More consistency in the macro options. | Stephen Kelly | 2011-08-23 | 1 | -4/+4 |
| | |||||
* | Handle the case where the user changes the DEFINE_SYMBOL property. | Stephen Kelly | 2011-08-08 | 1 | -1/+1 |
| | | | | This eases porting of KDE code. | ||||
* | Add the GenerateExportMacro with unit tests. | Stephen Kelly | 2011-08-07 | 1 | -0/+30 |
Reviewed-by: Marcus D. Hanwell <marcus.hanwell@kitware.com> |