summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Modules: Add an Andriod platform fileStephen Kelly2014-03-201-0/+5
| | | | It is much like Linux but has no SONAME or RPATH.
* CMake Nightly Date StampKitware Robot2014-03-151-1/+1
|
* Merge topic 'cpack-deb-compression-types'Brad King2014-03-141-0/+6
|\ | | | | | | | | 16caa6ec Help: Add release notes for topic 'cpack-deb-compression-types'
| * Help: Add release notes for topic 'cpack-deb-compression-types'Brad King2014-03-141-0/+6
| |
* | Merge topic 'ctest-intel-coverage'Brad King2014-03-143-0/+314
|\ \ | | | | | | | | | | | | | | | 3a7501d9 Help: Add release notes for topic 'ctest-intel-coverage' 9840320d CTest: Add support for Intel coverage files
| * | Help: Add release notes for topic 'ctest-intel-coverage'Brad King2014-03-141-0/+5
| | |
| * | CTest: Add support for Intel coverage filesVolkan Gezer2014-03-132-0/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, Intel compiler coverage tools generate HTML files as reports, but the option -txtlcov can be given to codecov to output a coverage file with LCov format. To use Intel coverage: * build the project with coverage flags * run the application * run profmerge * run codecov The output file will be "build_dir/CodeCoverage/SRCFILEDIR.LCOV". Ask users to compile with -prof-dir${BUILD_DIR} instead of searching the entire build tree recursively to find coverage files.
* | | Merge topic 'cpack-deb-compression-types'Brad King2014-03-142-10/+49
|\ \ \ | | |/ | |/| | | | | | | 13778cd3 CPackDeb: Add option to set compression type
| * | CPackDeb: Add option to set compression typeSean D'Epagnier2014-03-142-10/+49
| |/ | | | | | | | | | | Add a CPACK_DEBIAN_COMPRESSION_TYPE option to set the compression type. Default to 'gzip' to preserve existing behavior. Use "cmake -E tar" for 'gzip', 'bzip2', and 'none'. Use system "tar" for 'lzma' and 'xz'.
* | Merge topic 'FeatureSummary_missing_titles'Brad King2014-03-141-0/+2
|\ \ | | | | | | | | | | | | 1af77f3f FeatureSummary: Add missing titles for PACKAGES_FOUND and PACKAGES_NOT_FOUND
| * | FeatureSummary: Add missing titles for PACKAGES_FOUND and PACKAGES_NOT_FOUNDDaniele E. Domenichelli2014-03-141-0/+2
| | | | | | | | | | | | Since now these can be used with the WHAT argument a title is required.
* | | Merge topic 'unicode-cmake-gui'Brad King2014-03-141-2/+0
|\ \ \ | | | | | | | | | | | | | | | | c34216cf cmake-gui: Fix compile with Qt5 using UTF-8 internal encoding.
| * | | cmake-gui: Fix compile with Qt5 using UTF-8 internal encoding.Clinton Stimpson2014-03-131-2/+0
| | | | | | | | | | | | | | | | | | | | Because we already call [to|from]Local8Bit() with C strings where we are supposed to, we do not need to specify UTF-8 encoding when converting C strings to QString.
* | | | Merge topic 'different-python-header-libs-exe-0013794'Brad King2014-03-142-9/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 59220198 FindPython*: Document suggested find_package order (#13794) a9e6de2a FindPythonInterp: Use consistent version with PythonLibs (#13794)
| * | | | FindPython*: Document suggested find_package order (#13794)Matt McCormick2014-03-142-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Document in both FindPythonInterp.cmake and FindPythonLibs.cmake that find_package(PythonInterp) should be called before find_package(PythonLibs).
| * | | | FindPythonInterp: Use consistent version with PythonLibs (#13794)Matt McCormick2014-03-141-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If find_package(PythonLibs) find_package(PythonInterp) is called, help PythonInterp to get a version of PYTHON_EXECUTABLE consistent with the library versions found by PythonLibs.
* | | | | Merge topic 'fix-find_dependency-empty-version'Brad King2014-03-1411-5/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a25b809f Tests: Check find_dependency empty extra arguments 9914e7cd Merge branch 'fix-find_dependency-empty-version' 34cd5fc4 find_dependency: Give more helpful message if VERSION is empty d363cbf3 Tests: Make RunCMake.find_dependency tolerate line number changes
| * | | | | Tests: Check find_dependency empty extra argumentsBrad King2014-03-137-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | Add cases for empty arg 2 and arg 3.
| * | | | | Merge branch 'fix-find_dependency-empty-version'Brad King2014-03-131-2/+5
| |\ \ \ \ \
| | * | | | | find_dependency: Give more helpful message if VERSION is emptyAurélien Gâteau2014-03-131-2/+5
| | | | | | |
| * | | | | | Tests: Make RunCMake.find_dependency tolerate line number changesBrad King2014-03-133-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'doc-cmake-developer-no-cmStdString'Brad King2014-03-141-6/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | 328c2179 Help: Drop cmStdString from cmake-developer(7) examples
| * | | | | Help: Drop cmStdString from cmake-developer(7) examplesBrad King2014-03-131-6/+6
| |/ / / / | | | | | | | | | | | | | | | The type no longer exists within CMake.
* | | | | CMake Nightly Date StampKitware Robot2014-03-141-1/+1
|/ / / /
* | | | Merge branch 'release'Brad King2014-03-130-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'fix-CMP0046-warning' into releaseBrad King2014-03-126-4/+31
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge topic 'generalize-cmCustomCommandGenerator'Brad King2014-03-1322-180/+217
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bc993f27 Generalize cmCustomCommandGenerator to more fields 9a5c5544 cmGlobalXCodeGenerator: Simplify handling of multiple outputs d45e7f34 cmCustomCommand: Return std::string from GetWorkingDirectory
| * | | | | Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-1219-123/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now the cmCustomCommandGenerator was used only to compute the command lines of a custom command. Generalize it to get the comment, working directory, dependencies, and outputs of custom commands. Update use in all generators to support this.
| * | | | | cmGlobalXCodeGenerator: Simplify handling of multiple outputsBrad King2014-03-122-34/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the multiple output pair map more local. Generate it where we have the current configuration available.
| * | | | | cmCustomCommand: Return std::string from GetWorkingDirectoryBrad King2014-03-127-29/+22
| | | | | |
* | | | | | Merge topic 'string-apis-fix-cmake-gui'Brad King2014-03-131-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ae32622b cmake-gui: Fix handling of missing CMAKE_EXTRA_GENERATOR (#14804)
| * | | | | | cmake-gui: Fix handling of missing CMAKE_EXTRA_GENERATOR (#14804)Brad King2014-03-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 1a1b737c (stringapi: Use strings for generator names, 2014-02-24) cmExternalMakefileProjectGenerator::CreateFullGeneratorName expects a std::string instead of const char*. When no extra generator name is available, pass an empty string to avoid NULL dereference.
* | | | | | | Merge topic 'fix-CMP0046-warning'Brad King2014-03-136-4/+31
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | d83245a3 cmTarget: Don't create duplicate backtraces in CMP0046 warning
| * | | | | | cmTarget: Don't create duplicate backtraces in CMP0046 warningStephen Kelly2014-03-126-4/+31
| | |_|/ / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2014-03-131-1/+1
| | | | | |
* | | | | | Merge topic 'update-kwsys'Brad King2014-03-120-0/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | dcc49d9c Merge branch 'upstream-kwsys' into update-kwsys c1dde67e KWSys 2014-03-12 (dd873734)
| * | | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-03-120-0/+0
| |\ \ \ \ \ |/ / / / / /
| * | | | | KWSys 2014-03-12 (dd873734)KWSys Robot2014-03-122-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ dd873734 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 9c653603..dd873734 Brad King (1): 88c5a768 Set policy CMP0025 to NEW within KWSys Stephen Kelly (1): dd873734 SystemTools: Remove some unnecessary c_str() calls Change-Id: I5487fefcb3e44875ed5748fb2c4ab8302fcef984
* | | | | | Merge topic 'remove-c_str-calls'Brad King2014-03-12169-1679/+1679
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3be265b3 Workaround Sun C++ 5.9 compiler crash af8a1643 Remove c_str calls when using stream APIs. 21c573f6 Remove some c_str() calls.
| * | | | | | Workaround Sun C++ 5.9 compiler crashBrad King2014-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust whitespace in Source/CPack/cpack.cxx to avoid a strange internal compiler crash.
| * | | | | | Remove c_str calls when using stream APIs.Stephen Kelly2014-03-1149-297/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use an ad-hoc clang tool for matching the calls which should be ported.
| * | | | | | Remove some c_str() calls.Stephen Kelly2014-03-11157-1384/+1384
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Merge branch 'release'Brad King2014-03-120-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'fix-find_dependency-EXACT' into releaseBrad King2014-03-121-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'fix-xcode-compiler-force' into releaseBrad King2014-03-115-92/+37
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'unicode-cmake-gui'Brad King2014-03-122-0/+13
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | 649789a7 Unicode: cmake-gui encoding now matches KWSys encoding.
| * | | | | | | | Unicode: cmake-gui encoding now matches KWSys encoding.Clinton Stimpson2014-03-112-0/+13
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A UTF-8 QTextCodec is used with QString when KWSys is configured to treat strings as UTF-8. This means QString::toLocal8Bit() will convert to UTF-8.
* | | | | | | | Merge topic 'FindPkgConfig-revise-docs'Brad King2014-03-121-135/+118
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 49ef91d7 FindPkgConfig: restructure documentation and document commands and variables
| * | | | | | | | FindPkgConfig: restructure documentation and document commands and variablesDaniele E. Domenichelli2014-03-101-135/+118
| | | | | | | | |
* | | | | | | | | Merge topic 'fix-find_dependency-EXACT-for-master'Brad King2014-03-1214-0/+54
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f74a8405 Test error cases in find_dependency.