summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'update-kwsys'Brad King2016-09-158-39/+1106
|\ | | | | | | | | | | | | | | | | de149317 Tests: Use upper-case drive letters in RunCMake.get_filename_component 04d94fbe Merge branch 'upstream-KWSys' into update-kwsys d28e4467 KWSys 2016-09-14 (c4049689) e4fc770f Merge branch 'upstream-KWSys' into update-kwsys b80d6136 KWSys 2016-09-14 (e736efa1)
| * Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-09-143-38/+45
| | | | | | | | | | | | | | * upstream-KWSys: KWSys 2016-09-14 (c4049689) Issue: #16295
| * Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-09-145-1/+1061
| | | | | | | | | | * upstream-KWSys: KWSys 2016-09-14 (e736efa1)
* | Merge topic 'add-strverscmp'Brad King2016-09-152-0/+87
|\ \ | | | | | | | | | | | | | | | 88494325 Tests: Add test for our strverscmp implementation 07f69bd5 cmSystemTools: Add strverscmp
| * | cmSystemTools: Add strverscmpBrad King2016-09-132-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for natural string order by comparing non-numerical character directly and numerical number by firstly collecting contiguous digits. The order is defined by the `strverscmp(3)` manual [1]. [1] http://man7.org/linux/man-pages/man3/strverscmp.3.html Inspired-by: Pierluigi Taddei <pierluigi.taddei@gmail.com>
* | | Merge topic 'refactor-target-construction'Brad King2016-09-156-78/+114
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7a2e114d cmTarget: Inline SetType method at only remaining call site 00e78c19 cmTarget: Construct with basic information up front 9d11bd50 Avoid requiring default cmTarget constructor for map indexing d97513d8 cmTarget: Add method to get a copy adapted for a directory
| * | | cmTarget: Inline SetType method at only remaining call siteBrad King2016-09-142-10/+6
| | | |
| * | | cmTarget: Construct with basic information up frontBrad King2016-09-145-32/+36
| | | | | | | | | | | | | | | | | | | | Avoid having partially constructed cmTarget instances around, except for the special case of GLOBAL_TARGET construction.
| * | | Avoid requiring default cmTarget constructor for map indexingBrad King2016-09-143-41/+65
| | | | | | | | | | | | | | | | | | | | | | | | The `std::map<>` index operator requires a default constructor on the value type. Avoid requiring a default constructor on `cmTarget` just for this purpose.
| * | | cmTarget: Add method to get a copy adapted for a directoryBrad King2016-09-142-0/+12
| | | | | | | | | | | | | | | | | | | | The "global" targets are built once for the top directory and then copied into all directories. Add a helper method to make the copy.
* | | | Merge topic 'cmake-static-FindCacheFile'Brad King2016-09-152-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | cc770e76 cmake: Make FindCacheFile a static method
| * | | | cmake: Make FindCacheFile a static methodBrad King2016-09-142-2/+2
| |/ / / | | | | | | | | | | | | It does not need access to member data.
* | | | Merge topic 'fix-ccmake-sun-gcc'Brad King2016-09-152-8/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | d4d0c942 ccmake: Fix recent compilation regression with GCC on Solaris
| * | | | ccmake: Fix recent compilation regression with GCC on SolarisBrad King2016-09-142-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change in commit 32f756c8 (CursesDialog: include what you use, 2016-09-01) revealed that an ancient workaround for compiling with GCC on Solaris has not had an effect in a long time and is now incorrect. Drop it.
* | | | | CMake Nightly Date StampKitware Robot2016-09-151-1/+1
| |/ / / |/| | |
* | | | Merge topic 'minor-cleanup'Brad King2016-09-141-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 6a9ed3d4 cmGeneratorTarget: factor out a space
| * | | | cmGeneratorTarget: factor out a spaceBen Boeckel2016-09-131-3/+3
| | | | |
* | | | | Merge topic 'cmake-E-help-order'Brad King2016-09-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | e952f1bd cmcmd: Fix sort order in help output
| * | | | | cmcmd: Fix sort order in help outputTobias Hunger2016-09-131-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | sort "sleep" before "tar", not after
* | | | | Merge topic 'file-curl-userpw'Brad King2016-09-141-0/+26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | abeb42f1 Help: Add notes for topic 'file-curl-userpw' e5ba1041 file(DOWNLOAD|UPLOAD): Add 'USERPWD' suboption
| * | | | | file(DOWNLOAD|UPLOAD): Add 'USERPWD' suboptionRuslan Baratov2016-09-131-0/+26
| | | | | |
* | | | | | Merge topic 'add_androidmk_generator'Brad King2016-09-1417-114/+947
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 42ce9f1e Add support for creating prebuilt Android.mk files d5257063 Export: Virtualize file generation step helpers f81b9475 Export: Factor out file generation steps into helpers
| * | | | | | Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-1313-7/+805
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add options to the `install()` and `export()` commands to export the targets we build into Android.mk files that reference them as prebuilt libraries with associated usage requirements (compile definitions, include directories, link libraries). This will allow CMake-built projects to be imported into projects using the Android NDK build system. Closes: #15562
| * | | | | | Export: Virtualize file generation step helpersBill Hoffman2016-09-082-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow subclasses to override the actual content generation.
| * | | | | | Export: Factor out file generation steps into helpersBill Hoffman2016-09-084-87/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not actually generate any content in the driving code paths. Use helpers for that.
* | | | | | | Merge topic 'ctest-subdir-spaces'Brad King2016-09-141-8/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1f8613e9 Fix CTest test file generation for spaces in subdirectory names 385e6a27 cmLocalGenerator: Refactor test subdirectory generation loop
| * | | | | | | Fix CTest test file generation for spaces in subdirectory namesStefano Soffia2016-09-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encode the subdirectory names properly for CMake syntax. Closes: #16299
| * | | | | | | cmLocalGenerator: Refactor test subdirectory generation loopStefano Soffia2016-09-131-8/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'cmake-gui-open-project'Brad King2016-09-143-0/+46
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1ca2d5d1 cmake-gui: Add button to open the generated project
| * | | | | | | cmake-gui: Add button to open the generated projectNico Heßler2016-09-133-0/+46
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Look for VS or Xcode project files at the top of the build tree. If present, enable an "Open Project" button to open them through the OS desktop services.
* | | | | | | CMake Nightly Date StampKitware Robot2016-09-141-1/+1
|/ / / / / /
* | | | | | Merge topic 'cmake-server-prepare'Brad King2016-09-132-22/+45
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3e58b9af cmake: Factor out method to find the CMakeCache.txt file c73967cb cmake: Introduce ReportCapabilitiesJson 366e3828 Update .gitignore
| * | | | | | cmake: Factor out method to find the CMakeCache.txt fileTobias Hunger2016-09-122-17/+26
| | | | | | |
| * | | | | | cmake: Introduce ReportCapabilitiesJsonTobias Hunger2016-09-122-5/+19
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce cmake::ReportCapabilitiesJson which returns a the Json object that is serialized in cmake::ReportCapabilities. This allows to re-use the information in cmake-server.
* | | | | | Merge topic 'timestamp-names'Brad King2016-09-131-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 410add40 Help: Add notes for topic 'timestamp-names' 751f7b52 string(TIMESTAMP ...): add '%a' and '%b' format specifiers
| * | | | | | string(TIMESTAMP ...): add '%a' and '%b' format specifiersRuslan Baratov2016-09-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | %b: Abbreviated month name (e.g. Oct). %a: Abbreviated weekday name (e.g. Fri).
* | | | | | | Merge topic 'fix-ctest-segfault'Brad King2016-09-132-9/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b35311ca CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabled
| * | | | | | | CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabledNils Gladitz2016-09-122-9/+10
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the change the list of externals was queried only before the svn update. With the change the list is queried both before and after. This should also be more accurate since the list of externals might change during the update.
* | | | | | | Merge topic 'link-generated-rpaths-first'Brad King2016-09-131-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9370b697 Re-order link line to place RPATH entries before libraries
| * | | | | | | Re-order link line to place RPATH entries before librariesDan Kegel2016-09-121-3/+3
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we support adding arbitrary flags to the link line via `target_link_libraries` the project/user may add their own RPATH flags (typically for system library locations). Re-order the link line to place our generated RPATH entries before the libraries so that they also come before flag-specified entries. Otherwise our in-build-tree RPATH entries may not be preferred by the dynamic loader and we could collide with libraries in the system directories. Closes: #16293
* | | | | | | Merge topic 'file-download-unexpected-arg'Brad King2016-09-131-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4dd997da file(DOWNLOAD|UPLOAD): Warn on unexpected arguments
| * | | | | | | file(DOWNLOAD|UPLOAD): Warn on unexpected argumentsRuslan Baratov2016-09-091-0/+10
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emit warning message on unparsed argument instead of silently ignoring it. Can't stop with the error message because it may break old code.
* | | | | | | CMake Nightly Date StampKitware Robot2016-09-131-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'clang-tidy'Brad King2016-09-123-28/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 73128b82 cmDependsFortran: simplify boolean expression 8f324c7c cmSystemTools: simplify boolean expressions 5d3b5bef QCMakeCacheView: simplify boolean expression ad42eb33 QCMakeCacheView: no else after return
| * | | | | | cmDependsFortran: simplify boolean expressionDaniel Pfeifer2016-09-121-6/+1
| | | | | | |
| * | | | | | cmSystemTools: simplify boolean expressionsDaniel Pfeifer2016-09-121-15/+5
| | | | | | |
| * | | | | | QCMakeCacheView: simplify boolean expressionDaniel Pfeifer2016-09-081-4/+1
| | | | | | |
| * | | | | | QCMakeCacheView: no else after returnDaniel Pfeifer2016-09-081-3/+5
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'drop-cygwin-binary'Brad King2016-09-121-69/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | db915a37 Utilities/Release: Drop Cygwin binary
| * | | | | | Utilities/Release: Drop Cygwin binaryBrad King2016-09-121-69/+0
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Cygwin has packaged CMake independently of upstream for a long time. See its [cygport](https://github.com/cygwinports/cmake).