summaryrefslogtreecommitdiffstats
path: root/Tests/Module/GenerateExportHeader/libstatic
Commit message (Collapse)AuthorAgeFilesLines
* Build each library only once instead of once for each test.Stephen Kelly2011-10-091-0/+10
|
* Don't export methods on already exported classes.Stephen Kelly2011-08-111-1/+1
| | | | This is always a mistake.
* Export deprecated free methods too.Stephen Kelly2011-08-101-1/+1
| | | | That way they can be linked to even after being deprecated.
* Add a newline at the end of the file.Stephen Kelly2011-08-091-1/+1
| | | | Hopefully fix the test execution reported on CDash.
* Add the GenerateExportMacro with unit tests.Stephen Kelly2011-08-073-0/+149
Reviewed-by: Marcus D. Hanwell <marcus.hanwell@kitware.com>