- 26 Mar, 2014 1 commit
-
-
Brad King authored
Add the PRE_BUILD step to all targets that need it so the output directories get created no matter which target is built first.
-
- 21 Mar, 2014 1 commit
-
-
Kitware Robot authored
-
- 20 Mar, 2014 18 commits
-
-
Brad King authored
-
98383f80 Unicode: check encoding of files given to configure_file.
-
413282c0 file: Avoid runaway DOWNLOAD/UPLOAD progress reports (#14807)
-
cf3e87e1 Tests: Teach CMakeOnly.AllFindModules to tolerate a system KDE4
-
bbffccca add_custom_command: Evaluate generator expressions in DEPENDS
-
77f06b14 Modules: Add an Andriod platform file
-
84a42304 Tests: Prevent unnecessary rebuilds in CTestTestMemcheck
-
2600e923 Disallow INTERFACE libraries with add_custom_command(TARGET).
-
5f210672 QtDialog: Fix Qt 5 build on non-Windows.
-
Rely on evaluation in cmCustomCommandGenerator for the generators. When tracing target dependencies, depend on the union of dependencies for all configurations.
-
It is much like Linux but has no SONAME or RPATH.
-
Repeated "cmake . && ninja" calls were resulting in rebuilds every time. Change the test so that it uses "file(WRITE" to generate a ".in" file and then configure_file to "copy if different" that ".in" file to the final generated source file. Now, rebuilds will only occur if there are changes to the generated source file on "cmake ." runs after the first one.
-
Kitware Robot authored
-
- 19 Mar, 2014 6 commits
-
-
Brad King authored
The FindKDE4 module (incorrectly) modifies CMAKE_MODULE_PATH on the caller's behalf. This causes KDE4-installed find modules to be used by the test instead of those in CMake. Teach the test to restore the CMAKE_MODULE_PATH to its original value after each find_package call. This ensures that the next find_package actually tests our module.
-
Brad King authored
-
Brad King authored
-
Stephen Kelly authored
Don't attempt to trace their dependencies.
-
Stephen Kelly authored
The Qt5Core_QTMAIN_LIBRARIES variable is defined to the Qt5::WinMain target on Windows, and undefined elsewhere.
-
Kitware Robot authored
-
- 18 Mar, 2014 2 commits
-
-
Brad King authored
-
Kitware Robot authored
-
- 17 Mar, 2014 12 commits
-
-
Clinton Stimpson authored
UTF-16 and UTF-32 files are rejected.
-
-
Distinguish "Open Watcom" from old "Watcom" by introducing a new "OpenWatcom" compiler id. The __WATCOMC__ format is "VVRP" for Watcom and "VVRP + 1100" for Open Watcom.
-
In CMakePlatformId.h.in, fill ARCHITECTURE_ID and PLATFORM_ID for Open Watcom.
-
Brad King authored
-
Brad King authored
-
Daniele E. Domenichelli authored
-
Daniele E. Domenichelli authored
-
Daniele E. Domenichelli authored
-
Brad King authored
Add a DOWNLOAD_NO_PROGRESS option to disable progress reports while downloading source tarballs.
-
Brad King authored
Curl makes progress callbacks frequently but we round to the nearest percent and report only when that changes so that we make at most 101 progress reports. However, when unexpected data beyond the total are transferred the progress can get beyond 100% and lead to unlimited reports. Avoid this case by capping the reported progress to 100%.
-
Stephen Kelly authored
Use this-> for member access.
-