summaryrefslogtreecommitdiff
path: root/Tests/Framework
Commit message (Expand)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 3.5Brad King2023-03-011-1/+1
* Tests: bump cmake_minimum_required version to 2.8.12Rolf Eike Beer2021-04-051-1/+1
* Tests: Enable Framework test case with spaces everywhere possibleBrad King2021-03-101-1/+1
* Xcode: Restore support for spaces in framework namesBrad King2021-03-103-0/+25
* Apple: Fix linking to frameworks that do not exist until build timeBrad King2021-02-034-0/+31
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+2
* Apple: Add support for static frameworksGregor Jasny2017-01-311-23/+24
* Ninja: Fix POST_BUILD commands on macOS FrameworksBrad King2016-10-131-0/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* BUG: Fix issue #7046 - make sure extensionless headers and resource files wor...David Cole2008-09-054-3/+13
* BUG: A per-config target name postfix should be ignored for Mac bundle and fr...Brad King2008-04-141-0/+1
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-082-1/+6
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
* BUG: Fix Framework test after fixing FRAMEWORK targets to not install like fr...Brad King2008-01-281-0/+2
* ENH: Finish up the Framework creation code restructuring. Frameworks build an...David Cole2007-10-101-14/+24
* ENH: Add InstallNameFixupPath to support installing built frameworks on the M...David Cole2007-08-241-1/+4
* ENH: Improvements to the Xcode generator. Build frameworks using native Copy ...David Cole2007-08-146-8/+38
* BUG: Fix test that broke on Windows - sharing sources between SHARED and STAT...David Cole2007-08-012-7/+2
* BUG: Only pay attention to the FRAMEWORK target property for SHARED library t...David Cole2007-08-011-3/+19
* ENH: add missing fileBill Hoffman2007-06-041-0/+0
* ENH: add one of the headers to the regular sourcesBill Hoffman2007-06-041-2/+2
* ENH: make it work on non windowsBill Hoffman2007-05-082-0/+4
* ENH: fix it so that the FRAMEWORK property does not break the building of nor...Bill Hoffman2007-05-083-8/+13
* ENH: add a very simple framework testBill Hoffman2007-05-085-0/+25