Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up the GenerateExportHeader unit test (#14453). | Stephen Kelly | 2013-12-15 | 1 | -45/+0 |
| | | | | | | | | 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. | ||||
* | Tests/Module/GenerateExportHeader: Test exported free-function | Stephen Kelly | 2013-05-24 | 1 | -0/+1 |
| | |||||
* | Disable testing of deprecated macros. | Stephen Kelly | 2011-08-14 | 1 | -5/+5 |
| | | | | | It is not possible to test for it sanely across multiple ancient compilers supported by cmake. | ||||
* | Expect the tests to pass if hidden visibilty is not enabled. | Stephen Kelly | 2011-08-12 | 1 | -8/+21 |
| | |||||
* | Split the deprecated available check from setting macro values. | Stephen Kelly | 2011-08-11 | 1 | -1/+1 |
| | |||||
* | Another attempt at fixing Borland. | Stephen Kelly | 2011-08-10 | 1 | -1/+5 |
| | | | | | Apparently it still needs to be exported, but only declspec(deprecated) does not work. | ||||
* | Add the GenerateExportMacro with unit tests. | Stephen Kelly | 2011-08-07 | 1 | -0/+27 |
Reviewed-by: Marcus D. Hanwell <marcus.hanwell@kitware.com> |