Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GenerateExportHeader: Do not define DEFINE_NO_DEPRECATED (#16022) | Andreas Schuh | 2016-03-17 | 2 | -6/+8 |
| | | | | | | 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. | ||||
* | Speed up the GenerateExportHeader unit test (#14453). | Stephen Kelly | 2013-12-15 | 2 | -0/+82 |
Instead of running many small tests with many cmake projects, simply compare the generated export header against a reference. Remove the helper macros and the try_compiles which are duplicates of the library build tests. |