summaryrefslogtreecommitdiffstats
path: root/Tests/Module/GenerateExportHeader/libshared
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Port GenerateExportHeader test to RunCMake infrastructureBrad King2016-09-053-175/+0
| | | | This will allow build failure cases to be added later.
* Revise C++ coding style using clang-formatKitware Robot2016-05-162-14/+28
| | | | | | | | | | | | | 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.
* 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-5/+0
| | | | This is always a mistake.
* Add a newline at the end of the file.Stephen Kelly2011-08-081-1/+1
| | | | Hopefully fix the test execution reported on CDash.
* Add the GenerateExportMacro with unit tests.Stephen Kelly2011-08-073-0/+156
Reviewed-by: Marcus D. Hanwell <marcus.hanwell@kitware.com>