summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Framework
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix RunCMake.Framework expectation for universal binariesBrad King2017-05-082-2/+5
| | | | | While at it, replace `\n` in with a real newline because such escape sequences are not processed in this context.
* Xcode: Execute RunCMake.Framework also for Xcode generatorGregor Jasny2017-03-304-9/+11
|
* Apple: Add test for bundle resource layoutGregor Jasny2017-03-236-1/+37
| | | | Closes: #16680
* Apple: Add support for static frameworksGregor Jasny2017-01-314-5/+31
| | | | Closes: #16432
* Xcode: Refactor RunCMake.Framework test to prepare for static frameworksGregor Jasny2017-01-261-31/+17
|
* Tests: Fix RunCMake.Framework on case sensitive file systems.Chaoren Lin2016-08-091-1/+1
| | | | The file is lowercase: Tests/RunCMake/Framework/osx.cmake
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1/+4
| | | | | | | | | | | | | 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.
* iOS: Fix framework resource directory layout (#15848)Bartosz Kosiorek2015-12-035-4/+41
| | | | | | | | A typical iOS application bundle (also Framework Bundle) contains the application executable and any resources used by the application (for instance, the application icon, other images, and localized content) in the top-level bundle directory. The same rule applies to Framework Bundles.
* Add test for OSX/iOS Framework directory structure (#15833)Gregor Jasny2015-11-138-0/+125