- May 07, 2019
-
-
Kyle Edwards authored
This class is ultimately intended as a replacement for cmsys::Process. It spawns a series of processes using libuv, piping the output of each command into the next. Note: input support has not yet been implemented because write support has not yet been implemented on cmUVStreambuf.
-
Brad King authored
Avoid leaving any members uninitialized after construction even if they are later initialized before use by methods. This helps convince static analysis tools that the members are not used uninitialized.
-
1527defb cmMakefile: Enforce explicit use of project() command Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3245
-
c499eccc FindMPI: Make tests valid C89 by returning 0 521ea77f FindMPI: Correct documentaiton for library version c672a6a4 FindMPI: Add error logging Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3289
-
41d262bd CTestCoverageCollectGCOV: run gcov with -x 911b9786 CTestCoverageCollectGCOV: run gcov only once Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3258
-
8527dbbf FindBLAS: Use Intel fortran interface on OS X even with GNU Fortran Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3286
-
Brad King authored
-
f83e4359 Apple: Preserve high resolution mtime for static libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3283
-
a6a543ce Help: Clarify that link options don't apply to static library targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3285
-
Kitware Robot authored
-
- May 06, 2019
-
-
Christian Pfeiffer authored
-
Christian Pfeiffer authored
-
Christian Pfeiffer authored
-
Brad King authored
Merge-request: !3283
-
Brad King authored
-
34c02935 FindPython: ensure variable Python_RUNTIME_LIBRARY_DIRS is set correctly Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3287
-
275b6b31 iOS: Fix try_compile FILE_COPY not to fail Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3272
-
Brad King authored
Merge-request: !3287
-
Brad King authored
Merge-request: !3272
-
When building for iOS, the compiled target is placed into a bundle. If a single-configuration generator is used, like Makefiles or Ninja, the try_compile FILE_COPY behavior fails to find the bundle, because it only looks for the bundle inside a Debug subfolder (presumably to support a multi-configuration generator like Xcode). Consider looking for the bundle in the root try_compile folder, as well as in the location specified by CMAKE_TRY_COMPILE_CONFIGURATION. Closes: #19211
-
e3919bae UseSWIG: Manage alternate library name Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3241
-
541f079b FindIce: Support clang-cl by checking CMAKE_CXX_SIMULATE_ID Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3284
-
Bartosz Kosiorek authored
Fixes: 17714
-
Kitware Robot authored
-
- May 05, 2019
-
-
Gregor Jasny authored
On macOS ranlib truncates the fractional part of the static achive file modification time. If the archive and at least one contained object file were created within the same second this will make look the archive older than the object file. On subsequent ninja runs this leads to re-achiving and updating dependent targets. As a work-around we touch the archive after ranlib. Closes: #19222
-
Marc Chevrier authored
-
Craig Scott authored
-
Kitware Robot authored
-
- May 04, 2019
-
-
Jakub Benda authored
According to Intel MKL Link Line Advisor, there is no GNU Fortran interface library provided for OS X variant of Intel MKL. Because of this missing library, FindBLAS was failing on OS X, looking for nonexistent library libmkl_gf_[i]lp64. To prevent this, FindBLAS will now always use Intel Fortran interface for MKL on OS X (libmkl_intel_[i]lp64), even with GNU Fortran.
-
Kitware Robot authored
-
- May 03, 2019
-
-
Cristian Morales Vega authored
Using "-x" we avoid overwriting .gcov files from source files in different paths which happen to have the same name. It's similar to "-p", but it produces shorter file names, reducing the risk of reaching the file system limit.
-
Cristian Morales Vega authored
Running gcov once per .gcda file is not only inefficient, it also generates wrong data since .gcov files can get overwritten and in general gcov works with less information. fakegcov.cmake needs to be able to handle multiple .gcda files for the test to be meaningful.
-
Marc Chevrier authored
Manage alternate library name by passing -interface <library_name> for python language or -dllimport <library_name> for CSharp language to the SWIG compiler. Fixes: #18771
-
c85524a9 Ensure stdin, stdout, and stderr pipes are always open Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !3282
-
c474fb27 CPack/IFW: Add StyleSheet field Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3270
-
6ad69935 cmake: --build -j <jobs> should not accept 0. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3255
-
c846dbf8 CMakeDetermineCompilerId: Support versioned LLVM for Visual Studio. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3281
-
6e5ccabe Genex: Update $<TARGET_FILE_BASE_NAME:...>: take care of POSTFIX 1f4c9aa7 Refactor: introduce method cmGeneratorTarget::GetFilePostfix Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3267
-
3dbec532 CompileFeatures: Record when compilers gained full CXX14 support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3280
-