141 Commits (19ffc0729fdc12b8c0874db7ae1c5e576b48ba10)

Author SHA1 Message Date
Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
Daniel Pfeifer efed6468ed fix a load of include-what-you-use violations 9 years ago
Gregor Jasny 2b909c08f5 Honor BUNDLE_EXTENSION also for App Bundles (#16148) 9 years ago
Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
Daniel Pfeifer 24ab29b882 Prefer istringstream and ostringstream over stringstream. 9 years ago
Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 years ago
Brad King 64b5520346 Isolate formatted streaming blocks with clang-format off/on 9 years ago
Brad King e1c7747253 Format include directive blocks and ordering with clang-format 9 years ago
Brad King 0e44f4894f Rename local target lookup methods to clarify purpose 9 years ago
Nick Lewis 18ce97c4a2 install: Add EXCLUDE_FROM_ALL option (#14921) 10 years ago
Lior Goldberg 3ec9226779 install: Do not remove compiler-defined RPATH entries 10 years ago
Ruslan Baratov 565d080a9a Xcode: Add support for combined install on iOS 10 years ago
Gregor Jasny 34f5ef564a iOS: Fix App Bundle layout 10 years ago
Stephen Kelly 4c41e74da5 Use cmLocalGenerator at generate-time. 10 years ago
Stephen Kelly a6b7eb5bc8 cmInstallTargetGenerator: Get a cmGeneratorTarget directly. 10 years ago
Stephen Kelly d8f8940bc6 cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget. 10 years ago
Stephen Kelly 88d10d55ac cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget. 10 years ago
Stephen Kelly b5f5de70c0 cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget. 10 years ago
Stephen Kelly 97062ac268 cmInstallTargetGenerator: Port GetInstallFilename to cmGeneratorTarget. 10 years ago
Stephen Kelly 38df5c36d6 Remove now-obsolete casts. 10 years ago
Stephen Kelly eac15298a8 cmState: Move TargetType enum from cmTarget. 10 years ago
Stephen Kelly 11165525ba cmGeneratorExpression: Port to cmLocalGenerator. 10 years ago
Stephen Kelly 8d2e3e53b9 cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget. 10 years ago
Stephen Kelly 7c8236efa7 cmComputeLinkInformation: Port result API to cmGeneratorTarget. 10 years ago
Stephen Kelly 8b0168863e cmGeneratorTarget: Move GetDirectory from cmTarget. 11 years ago
Stephen Kelly ee44be22cb cmGeneratorTarget: Use local GetProperty method. 10 years ago
Stephen Kelly d560bfd273 cmGeneratorTarget: Move GetInstallNameDir* from cmTarget. 10 years ago
Stephen Kelly e27d737e27 cmGeneratorTarget: Move IsChrPathUsed from cmTarget. 10 years ago
Stephen Kelly 8d2de00244 cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget. 10 years ago
Stephen Kelly 766839c56d cmGeneratorTarget: Move GetLibraryNames from cmTarget. 10 years ago
Stephen Kelly 47803e6f8e cmGeneratorTarget: Move GetExecutableNames from cmTarget. 10 years ago
Stephen Kelly 803a7982b4 cmGeneratorTarget: Move GetLinkInformation from cmTarget 10 years ago
Stephen Kelly a23fcc9558 cmInstallTargetGenerator: Port to cmGeneratorTarget. 10 years ago
Stephen Kelly 4e41913f9a cmInstallCommand: Store only a targetName, not a cmTarget. 10 years ago
Stephen Kelly 3ef8aaaa71 cmInstallCommand: Move the SetHaveInstallRule invocation. 10 years ago
Stephen Kelly dd0417c7be cmInstallTargetGenerator: Re-arrange data layout. 10 years ago
Stephen Kelly a0836ed978 Port to cmMakefile::GetGlobalGenerator. 10 years ago
Stephen Kelly 32b8f03acc cmMakefile: Port users of GetStart* methods to new names. 10 years ago
Brad King f30022eb07 install: Allow generator expressions in TARGETS DESTINATION (#14317) 11 years ago
Brad King 7607c3d16a cmInstallGenerator: Pass destination explicitly to AddInstallRule 11 years ago
Brad King 290ca8e2d0 cmInstallGenerator: Refactor computation of absolute install dest 11 years ago
Stephen Kelly aa773035b7 Replace !foo.size() pattern with foo.empty(). 11 years ago
Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 11 years ago
Sean McBride 2e92570bda Fix some Clang -Wstring-conversion warnings 11 years ago
Clinton Stimpson 50e261ddb6 OSX: Warn when attempting to change runtime paths on OS X 10.5 11 years ago
Tim Blechmann a3ac67cc3f OS X: Install CFBundles as complete directories 11 years ago
Brad King ec7cf7ea13 install: Thread message level setting through internal API 11 years ago
Ben Boeckel 84fdc9921c stringapi: Pass configuration names as strings 12 years ago
Ben Boeckel 270eb96df0 strings: Remove cmStdString references 12 years ago