summaryrefslogtreecommitdiffstats
path: root/Modules/GenerateExportHeader.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* Fix off-by-not in test for Borland.Stephen Kelly2011-08-101-1/+1
* Another attempt to fix the tests on Borland.Stephen Kelly2011-08-101-5/+9
* Disable all export macros on Borland.Stephen Kelly2011-08-101-2/+2
* Only set the COMPILER_HAS_HIDDEN_VISIBILITY if GCC >= 4.2Stephen Kelly2011-08-101-19/+22
* Add some debug output.Stephen Kelly2011-08-101-0/+2
* Simplify the compiler feature checkStephen Kelly2011-08-101-6/+4
* Simplify. We already know we have hidden visibility at this point.Stephen Kelly2011-08-101-5/+3
* Test for features, not specific compilers.Stephen Kelly2011-08-101-3/+3
* Remove the fatal_warnings option which is no longer used.Stephen Kelly2011-08-101-12/+0
* Add missing licence header.Stephen Kelly2011-08-091-0/+14
* Handle the case where the user changes the DEFINE_SYMBOL property.Stephen Kelly2011-08-081-0/+6
* Add the GenerateExportMacro with unit tests.Stephen Kelly2011-08-071-0/+251