summaryrefslogtreecommitdiff
path: root/Tests/Module/GenerateExportHeader/libstatic/libstatic.h
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Port GenerateExportHeader test to RunCMake infrastructureBrad King2016-09-051-57/+0
| | | | This will allow build failure cases to be added later.
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-3/+6
| | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* 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-111-1/+1
| | | | That way they can be linked to even after being deprecated.
* Add the GenerateExportMacro with unit tests.Stephen Kelly2011-08-071-0/+54
Reviewed-by: Marcus D. Hanwell <marcus.hanwell@kitware.com>