summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'base64-constref'Brad King2014-12-231-1/+1
|\ | | | | | | | | 82fbf490 cmCTestTestHandler: take reference to temporary string instead of doing a copy
| * cmCTestTestHandler: take reference to temporary string instead of doing a copyRolf Eike Beer2014-12-221-1/+1
| | | | | | | | This will increase the lifetime of the temporary until the end of the function.
* | Merge topic 'cleanup-ExpandListArgument-usage'Brad King2014-12-235-67/+11
|\ \ | | | | | | | | | | | | | | | | | | e2a489c7 Remove some temporary vectors for ExpandListArgument. 0f99feec cmGeneratorExpression: Remove unused header. 722f1a71 CTest: Expand a string directly into a container.
| * | Remove some temporary vectors for ExpandListArgument.Stephen Kelly2014-12-183-60/+8
| | | | | | | | | | | | Expand directly into the target when possible.
| * | cmGeneratorExpression: Remove unused header.Stephen Kelly2014-12-181-2/+0
| | |
| * | CTest: Expand a string directly into a container.Stephen Kelly2014-12-181-5/+3
| | | | | | | | | | | | | | | Change the follow-up loop to use a const_iterator to log the content.
* | | Merge topic 'ctest-coverage-extra-line-error'Brad King2014-12-231-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 9c4984b4 ctest_coverage: Fix error message to report the file name
| * | | ctest_coverage: Fix error message to report the file nameVladislav Vinogradov2014-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | Print file name instead of line content for "Looks like there are more lines in the file:" error message.
* | | | CMake Nightly Date StampKitware Robot2014-12-231-1/+1
| |_|/ |/| |
* | | Merge topic 'macho-parser'Brad King2014-12-225-22/+493
|\ \ \ | |/ / |/| | | | | | | | | | | c294a115 Mach-O: Use Mach-O parser to extract install names instead of otool. e42da307 Mach-O: Add Mach-O parser for OS X and iOS.
| * | Mach-O: Use Mach-O parser to extract install names instead of otool.Clinton Stimpson2014-12-221-22/+12
| | | | | | | | | | | | | | | | | | | | | This has much better performance than calling "otool" or "xcrun -r otool" to extract install names for rpath support. Fixes bug #15178.
| * | Mach-O: Add Mach-O parser for OS X and iOS.Clinton Stimpson2014-12-224-0/+481
| |/ | | | | | | | | This parser also supports fat binaries which archive multiple Mach-O binaries.
* | CMake Nightly Date StampKitware Robot2014-12-221-1/+1
| |
* | CMake Nightly Date StampKitware Robot2014-12-211-1/+1
| |
* | CMake Nightly Date StampKitware Robot2014-12-201-1/+1
| |
* | Merge topic 'update-kwsys'Brad King2014-12-191-0/+16
|\ \ | | | | | | | | | | | | | | | 2e9acb6d Merge branch 'upstream-kwsys' into update-kwsys 1f7de543 KWSys 2014-12-18 (87c65319)
| * | Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-12-181-0/+16
| |/
* | Merge topic 'osx-cfbundle-tweaks'Brad King2014-12-192-10/+3
|\ \ | | | | | | | | | | | | | | | | | | b189c599 Tests: Run CFBundleTest only with valid configuration 3a605693 Xcode: Call IsCFBundleOnApple to decide if bundle is being built 207b7af0 cmTarget: Use GetCFBundleDirectory within GetFullNameInternal
| * | Xcode: Call IsCFBundleOnApple to decide if bundle is being builtGregor Jasny2014-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Narrow down the decision if a CFBundle is built to one place. This is a preparation patch to add another target property which, if set, will imply BUNDLE. Having only one function which will have to look at both properties helps to keep code clean. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
| * | cmTarget: Use GetCFBundleDirectory within GetFullNameInternalGregor Jasny2014-12-171-9/+2
| | | | | | | | | | | | | | | | | | Replace duplicated code by call to GetCFBundleDirectory. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
* | | Merge topic 'install-EXPORT-absolute-prefix'Brad King2014-12-192-41/+20
|\ \ \ | | | | | | | | | | | | | | | | dd089e08 install: Allow absolute EXPORT destination with relative targets (#15258)
| * | | install: Allow absolute EXPORT destination with relative targets (#15258)Brad King2014-12-152-41/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When install(EXPORT) is given an absolute destination we cannot compute the install prefix relative to the installed export file location. Previously we disallowed installation of targets in such exports with a relative destination, but did not enforce this for target property values besides the location of the main target file. This could lead to broken installations when the EXPORT is installed to an absolute path but usage requirements are specified relative to the install prefix. Since an EXPORT installed to an absolute destination cannot be relocated we can just hard-code the value of CMAKE_INSTALL_PREFIX as the base for relative paths. This will allow absolute install(EXPORT) destinations to work with relative destinations for targets and usage requirements. Extend the ExportImport test with a case covering this behavior.
* | | | CMake Nightly Date StampKitware Robot2014-12-191-1/+1
| |_|/ |/| |
* | | Merge topic 'update-kwsys'Brad King2014-12-184-15/+58
|\ \ \ | | | | | | | | | | | | | | | | | | | | 3470704f Merge branch 'upstream-kwsys' into update-kwsys 6a5ab894 KWSys 2014-12-16 (cc4046a8)
| * | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-12-174-15/+58
| | | |
* | | | Merge topic 'vs-nsight-tegra-min-api'Brad King2014-12-182-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | eeaa25e5 Add 'ANDROID_API_MIN' target property to set Android Target MIN API
| * | | | Add 'ANDROID_API_MIN' target property to set Android Target MIN APIDmitry Polyanitsa2014-12-172-0/+7
| | |/ / | |/| | | | | | | | | | | | | | | | | | Also add a 'CMAKE_ANDROID_API_MIN' variable to set the property default. Teach the VS generator to write the MIN API value into Nsight Tegra project files.
* | | | Merge topic 'fix-sha2-cast-constness'Brad King2014-12-181-12/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | d4d2d72f sha2: Fix -Wcast-qual warnings by adding const to some casts
| * | | | sha2: Fix -Wcast-qual warnings by adding const to some castsSean McBride2014-12-171-12/+12
| | |_|/ | |/| |
* | | | CMake Nightly Date StampKitware Robot2014-12-181-1/+1
| |_|/ |/| |
* | | Merge topic 'ctest_memcheck-no-empty-BC-output'Brad King2014-12-171-0/+4
|\ \ \ | | | | | | | | | | | | | | | | 1c812979 ctest_memcheck: Do not open empty BC output file name
| * | | ctest_memcheck: Do not open empty BC output file nameBrad King2014-12-161-0/+4
| | |/ | |/| | | | | | | | | | | | | In cmCTestMemCheckHandler::PostProcessBoundsCheckerTest return early if the output file name is empty. We already do this in the similar cmCTestMemCheckHandler::AppendMemTesterOutput method.
* | | Merge topic 'fix_coverage_scanbuild_errors'Brad King2014-12-172-4/+0
|\ \ \ | |_|/ |/| | | | | | | | 0622f92d CTest: Remove code to fix scanbuild errors
| * | CTest: Remove code to fix scanbuild errorsJoseph Snyder2014-12-152-4/+0
| |/ | | | | | | | | | | Remove code from cmParseBlanketJSCoverage.cxx and cmParseDelphiCoverage.cxx which caused scanbuild errors about not reading the value that was stored.
* | CMake Nightly Date StampKitware Robot2014-12-171-1/+1
| |
* | CMake Nightly Date StampKitware Robot2014-12-161-1/+1
|/
* Merge topic 'assert-no-string-conversion'Brad King2014-12-155-12/+12
|\ | | | | | | | | 2e92570b Fix some Clang -Wstring-conversion warnings
| * Fix some Clang -Wstring-conversion warningsSean McBride2014-12-125-12/+12
| | | | | | | | | | Some false positives, but some flagged faulty asserts where the ! was inside the string instead of outside.
* | Merge topic 'suncc-fixes'Brad King2014-12-152-8/+12
|\ \ | | | | | | | | | | | | 97b65f81 Misc. fixes for the Oracle / Sun compiler.
| * | Misc. fixes for the Oracle / Sun compiler.Chuck Atkins2014-12-122-8/+12
| | | | | | | | | | | | | | | | | | A few pieces of code have some ambiguous type deduction that seems to resolve correctly for most compilers but not for the Oracle compiler. This makes those few instances more explicit.
* | | CMake Nightly Date StampKitware Robot2014-12-151-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2014-12-141-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2014-12-131-1/+1
| |/ |/|
* | Merge topic 'catch-ctest-errors-better'Brad King2014-12-121-1/+1
|\ \ | | | | | | | | | | | | d8589e64 ctest: count errors from scripts properly
| * | ctest: count errors from scripts properlyBen Boeckel2014-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | In the unlikely event that someone has a billion+ scripts (or some codepath returns negative numbers), we could overflow and make a pile of errors a non-error. This change also allows us to use flags for the error in the future rather than just "something went wrong".
* | | Merge topic 'drop-double-underscores'Brad King2014-12-1214-41/+41
|\ \ \ | | | | | | | | | | | | | | | | 111be180 Rename header guards to not start with double underscore
| * | | Rename header guards to not start with double underscoreSean McBride2014-12-1114-41/+41
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand.
* | | CMake Nightly Date StampKitware Robot2014-12-121-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2014-12-111-1/+1
| |
* | CMake Nightly Date StampKitware Robot2014-12-101-1/+1
|/