Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UseSWIG: Manage alternate library name | Marc Chevrier | 2019-05-03 | 4 | -1/+62 |
* | Merge topic 'std-pipes-always' | Brad King | 2019-05-03 | 8 | -2/+77 |
|\ | |||||
| * | Ensure stdin, stdout, and stderr pipes are always open | Brad King | 2019-05-02 | 8 | -2/+77 |
* | | Merge topic 'cpack-ifw-stylesheet' | Brad King | 2019-05-03 | 4 | -0/+30 |
|\ \ | |||||
| * | | CPack/IFW: Add StyleSheet field | Zaytsev Yuriy | 2019-05-02 | 4 | -0/+30 |
* | | | Merge topic 'jobs-positive-value' | Brad King | 2019-05-03 | 11 | -3/+48 |
|\ \ \ | |||||
| * | | | cmake: --build -j <jobs> should not accept 0. | Fred Baksik | 2019-05-01 | 11 | -3/+48 |
* | | | | Merge topic 'DetermineCompilerId-versioned-llvm-for-vs' | Brad King | 2019-05-03 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | CMakeDetermineCompilerId: Support versioned LLVM for Visual Studio. | Zufu Liu | 2019-05-02 | 1 | -1/+1 |
* | | | | | Merge topic 'genex-TARGET_FILE_BASE_NAME-manage-postfix' | Brad King | 2019-05-03 | 7 | -20/+121 |
|\ \ \ \ \ | |||||
| * | | | | | Genex: Update $<TARGET_FILE_BASE_NAME:...>: take care of POSTFIX | Marc Chevrier | 2019-05-02 | 5 | -8/+100 |
| * | | | | | Refactor: introduce method cmGeneratorTarget::GetFilePostfix | Marc Chevrier | 2019-05-02 | 2 | -12/+21 |
* | | | | | | Merge topic 'memorize_cxx_compilers_with_full_CXX14_support' | Brad King | 2019-05-03 | 3 | -0/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CompileFeatures: Record when compilers gained full CXX14 support | Robert Maynard | 2019-05-02 | 3 | -0/+16 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-03 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'ios_fixes' | Brad King | 2019-05-02 | 1 | -4/+13 |
|\ \ \ \ \ | |||||
| * | | | | | iOS: Only set the CMAKE_FIND_ROOT_PATH_MODE_* variables when not defined | Alexandru Croitor | 2019-04-30 | 1 | -3/+9 |
| * | | | | | iOS: Only look for packages in the provided CMAKE_FIND_ROOT_PATHs | Alexandru Croitor | 2019-04-30 | 1 | -0/+1 |
| * | | | | | iOS: Allow setting multiple CMAKE_FIND_ROOT_PATH values | Alexandru Croitor | 2019-04-30 | 1 | -1/+1 |
| * | | | | | iOS: Allow specifying CMAKE_MACOSX_BUNDLE in toolchain file | Alexandru Croitor | 2019-04-30 | 1 | -1/+3 |
* | | | | | | Merge topic 'cpackrpm.debug' | Brad King | 2019-05-02 | 1 | -1/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPackRPM: Hide CPACK_RPM_ROOTDIR debug if not CPACK_RPM_PACKAGE_DEBUG | Harry Mallon | 2019-04-30 | 1 | -1/+3 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'genex-code-cleanup' | Brad King | 2019-05-02 | 1 | -416/+175 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmGeneratorExpressionNode: refactor TargetPropertyNode | Leonid Pospelov | 2019-04-22 | 1 | -48/+49 |
| * | | | | | | cmGeneratorExpressionNode: use ctor arguments instead of macro | Leonid Pospelov | 2019-04-22 | 1 | -30/+36 |
| * | | | | | | cmGeneratorExpressionNode: add VersionNode | Leonid Pospelov | 2019-04-22 | 1 | -84/+10 |
| * | | | | | | cmGeneratorExpressionNode: remove structs CompilerId*, CompilerVersion* | Leonid Pospelov | 2019-04-22 | 1 | -166/+43 |
| * | | | | | | cmGeneratorExpressionNode: add CharacterNode | Leonid Pospelov | 2019-04-22 | 1 | -36/+8 |
| * | | | | | | cmGeneratorExpressionNode: simplify code in EqualNode | Leonid Pospelov | 2019-04-22 | 1 | -54/+29 |
| * | | | | | | cmGeneratorExpressionNode: Simplify static string constant | Brad King | 2019-04-22 | 1 | -2/+4 |
* | | | | | | | Merge topic 'code-cleanup-3' | Brad King | 2019-05-02 | 1 | -29/+11 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmGlobalVisualStudioGenerator: remove redundant variables | Leonid Pospelov | 2019-04-24 | 1 | -12/+5 |
| * | | | | | | | cmGlobalVisualStudioGenerator: use cmJoin to join the filenames | Leonid Pospelov | 2019-04-22 | 1 | -11/+1 |
| * | | | | | | | cmGlobalVisualStudioGenerator: use auto instead of iterator types | Leonid Pospelov | 2019-04-22 | 1 | -6/+5 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'fix-swiftmix-test-for-xcode-10.2' | Brad King | 2019-05-02 | 4 | -5/+6 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | SwiftMix: properly export SwiftMain method | Gregor Jasny | 2019-05-01 | 2 | -1/+2 |
| * | | | | | | SwiftMix: Get rid of pointer types mismatch warning | Gregor Jasny | 2019-05-01 | 2 | -4/+4 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-02 | 1 | -1/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Merge topic 'IAR_6_x_fix' | Brad King | 2019-05-01 | 2 | -3/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | IAR: Fail early in case of IAR ARM 4.XX | Daniel Schürmann | 2019-04-26 | 2 | -0/+8 |
| * | | | | | | IAR: Fix building with IAR ARM 6.X | Daniel Schürmann | 2019-04-25 | 2 | -3/+4 |
* | | | | | | | Merge topic 'iar-binutils' | Brad King | 2019-05-01 | 1 | -11/+14 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | IAR: Changes required for Linux | Stefan Andersson | 2019-04-25 | 1 | -11/+14 |
* | | | | | | | | Merge topic 'memorize_cxx_compilers_with_full_CXX11_support' | Brad King | 2019-05-01 | 5 | -17/+17 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CompileFeatures: Record when compilers gained full CXX11 support | Robert Maynard | 2019-04-29 | 5 | -17/+17 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'release-3.14' | Brad King | 2019-05-01 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'FindPython-NumPy-fix-dependencies-management' into release-3.14 | Brad King | 2019-04-30 | 1 | -9/+13 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'FindBoost-fix-fiber-compiler-features' into release-3.14 | Brad King | 2019-04-30 | 1 | -3/+11 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'out-of-dir-linking-private-deps' into release-3.14 | Brad King | 2019-04-30 | 5 | -2/+32 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ | Merge topic 'FindPython-NumPy-fix-dependencies-management' | Brad King | 2019-05-01 | 1 | -9/+13 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | | |