Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix iOS Framework directory structure (#15833) | Bartosz Kosiorek | 2015-11-13 | 1 | -3/+12 |
| | | | | Signed-off-by: Gregor Jasny <gjasny@googlemail.com> | ||||
* | cmGeneratorTarget: Move GetFrameworkVersion from cmTarget | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | cmGeneratorTarget: Move HaveWellDefinedOutputFiles from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | cmLocalGenerator: Port PList handling to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -3/+3 |
| | |||||
* | cmGeneratorTarget: Move GetFrameworkDirectory from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -4/+4 |
| | |||||
* | cmGeneratorTarget: Move GetAppBundleDirectory from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -2/+2 |
| | |||||
* | cmGeneratorTarget: Move GetMacContentDirectory from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | Get the local generator from the GeneratorTarget. | Stephen Kelly | 2015-06-22 | 1 | -1/+1 |
| | | | | The Makefile should not know the LocalGenerator at all | ||||
* | OS X: Shorten CFBundleExecutable to file name only | Gregor Jasny | 2015-02-23 | 1 | -1/+2 |
| | | | | | | | Shorten the CFBundleExecutable in the PList file of Bundles to the file name only as it is done for Frameworks, too. Signed-off-by: Gregor Jasny <gjasny@googlemail.com> | ||||
* | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -5/+5 |
| | |||||
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -5/+5 |
| | | | | | Replacements were detected and performed by the clang tool remove-cstr-calls on a linux build. | ||||
* | OS X: Fix Info.plist placement in a CFBundle | Tim Blechmann | 2014-03-26 | 1 | -1/+1 |
| | | | | | | | Fix cmOSXBundleGenerator::CreateCFBundle to place Info.plist under the same root directory as the rest of the bundle. Without this, Info.plist was placed into CMAKE_BINARY_DIR, not CMAKE_CURRENT_BINARY_DIR because the target path was not generated correctly. | ||||
* | cmGeneratorTarget: Constify cmSourceFile* in containers. | Stephen Kelly | 2014-03-13 | 1 | -3/+4 |
| | | | | | Some of them will be used with other APIs which require value_type to be cmSourceFile const*. | ||||
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
| | | | | | | Use the clang RemoveCStrCalls tool to automatically migrate the code. This was only run on linux, so does not have any positive or negative effect on other platforms. | ||||
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
| | |||||
* | cmTarget: Move SourceFileFlags to cmGeneratorTarget. | Stephen Kelly | 2014-02-24 | 1 | -16/+16 |
| | |||||
* | Port some of the generator API to cmGeneratorTarget. | Stephen Kelly | 2013-11-22 | 1 | -3/+3 |
| | | | | | | | Just enough to reach the BuildMacContentDirectory method and the NeedRelinkBeforeInstall methods. In the future, those methods can be moved to cmGeneratorTarget. | ||||
* | cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile. | Robert Maynard | 2013-06-24 | 1 | -9/+9 |
| | | | | | | AddCMakeDependFile and AddCMakeOutputFile both store as std::string and all calling sites use std::string. So instead of creating more temporary objects, lets just use std::strings. | ||||
* | OS X: Fix getting of CFBundle LOCATION property. | Clinton Stimpson | 2013-06-03 | 1 | -18/+5 |
| | | | | | | | This fixes bug #13797. The kinds of changes applied in 373faae5 for frameworks are now applied to CFBundle. The prefix and suffix for CFBundles are now handled in cmTarget::GetFullNameInternal. | ||||
* | Refactor how bundles and frameworks are supported. | Clinton Stimpson | 2013-05-23 | 1 | -46/+56 |
| | | | | | | | | | | | | | | | | Make handling of directory separators consistent between non-bundle and bundle code. Remove xcode specific flag from cmTarget when getting install_name. Add (more) consistent convenience functions in cmTarget to get directories inside of bundles and frameworks to add files to. This refactor also fixes bug #12263 where frameworks had the wrong install name when SKIP_BUILD_RPATH. Also make install_name for frameworks consistent between Makefile and Xcode generator. | ||||
* | Ninja: remove 'this' from member initializer list | Peter Kümmel | 2012-07-18 | 1 | -1/+1 |
| | |||||
* | Re-factor OS X content generator start up. | Nicolas Despres | 2012-07-17 | 1 | -0/+20 |
| | |||||
* | Re-factor Mac OS X content directory computation. | Nicolas Despres | 2012-07-17 | 1 | -32/+28 |
| | |||||
* | Re-factor bundle content copying rules generation. | Nicolas Despres | 2012-07-17 | 1 | -0/+18 |
| | |||||
* | Re-factor CFBundle generation. | Nicolas Despres | 2012-07-17 | 1 | -0/+31 |
| | |||||
* | Re-factor OS X bundle and framework generation. | Nicolas Despres | 2012-07-17 | 1 | -0/+171 |