- Feb 26, 2017
-
-
Brad King authored
-
- Feb 24, 2017
-
-
Brad King authored
-
eacf7dec GetPrerequisites: also try to resolve just the basename
-
624021a0 Add test for object library dependencies 5da9266a Xcode: Always track object library dependencies via hacky Makefile e80ac953 Xcode: Record dependency information also for object libraries 9293e57d Xcode: Collect dummy rules during iteration and emit afterwards 33a1d727 Makefile: Allow adding post-build rules to object libraries
-
356068cd cmCPackDragNDropGenerator: Improving handling of temporary dmg images
-
2cb165e8 VS: Fix .vcxproj indentation
-
9dc7a2ed FindOpenMP: Add iomp5 variant of Clang OpenMP flags
-
62a1e292 Autogen: Add hint to SKIP_AUTOMOC in error message e98465cf Autogen: Add Quote function and use it for logging 96f6f392 Autogen: Add AUTOMOC_DEPEND_FILTERS documentation 94e3f82c Autogen: Add AUTOMOC_DEPEND_FILTERS test 70ebf35c Autogen: Add AUTOMOC_DEPEND_FILTERS support 2a6fd432 Autogen: Single point of return in Run() method e9a8a207 Autogen: Log simplifications
-
0c14db25 cmServerConnection.h: Include cmConfigure.h first
-
d49176e9 libarchive: Avoid using isblank ce8f117f libarchive: Avoid declaration after statement in C code e0f725f8 libarchive: Fix use of ssize_t in archive_entry.h ae4861ec libarchive: Define __LA_DEPRECATED consistently fecb70dd Update CMake pre-cached values for libarchive 3.3.0 a59a7ee9 Merge branch 'upstream-LibArchive' into update-libarchive c206211a LibArchive 2017-02-19 (100ee75a) cdce7c61 libarchive: Update script to get 3.3.0
-
Kitware Robot authored
-
- Feb 23, 2017
-
-
Adjust the image format to create the initial `dmg`, and convert only when necessary. This eliminates spurious hdiutil create -format UDRW failures I'm seeing which may be related to an anti-virus scanner. Running hdiutil create -format UDRW -verbose indicates a "resource is busy" issue when unmounting an image.
-
Brad King authored
-
Brad King authored
In commit v3.8.0-rc1~87^2~1 (VS: added support for C#, 2017-01-09) we removed what looked like a no-op streaming operation but in fact it is responsible for applying indentation. Restore the line.
-
Try `-fopenmp=libiomp5` in addition to `-fopenmp=libomp`. Leave the latter as the default that we try first when the compiler id is `Clang`. If that does not work we will still fall back to trying all the candidates and eventually get to the iomp5 variant.
-
Sebastian Holtermann authored
Closes #15751
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
1dc13019 Help: Clarify 'make-style' variable references in cmake-language(7)
-
934eb497 FindCUDA: Fix PTX selection with multiple architectures
-
7788db9c cmake.m4: do not set _XXXFLAGS or _LIBS var if already set
-
Brad King authored
We need this to make Large File Support definitions consistent with other translation units.
-
Brad King authored
It is not available on VS 2012 and below. Use our own impl instead.
-
Brad King authored
-
Brad King authored
This type is not available on Windows compilers so for clients including this header we need to use `la_ssize_t` instead as we do in `archive.h`.
-
Brad King authored
Upstream libarchive now defines this macro in two places with the same logic in both. However, CMake's bundled copy disables this macro, so we need to update the new location of its definition to be consistent.
-
Brad King authored
-
Kitware Robot authored
-
- Feb 22, 2017
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Michael Maltese authored
Fixes: #16661
-
Michael Maltese authored
Fixes #16625.
-
Issue: #16615
-
Always use the dependency tracker Makefile to ensure targets that depend on object libraries are up-to-date. For all other target types we use the hack only for Xcode < 5. Fixes: #16615
-