summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'borland-no-CTestLimitDashJ'Brad King2013-08-081-3/+5
|\
| * Skip CTestLimitDashJ test on BorlandBrad King2013-08-071-3/+5
* | Merge topic 'wince800'Brad King2013-08-083-13/+86
|\ \
| * | VS11: Add support for Windows CE SDKsPatrick Gansterer2013-08-072-12/+81
| * | Add support for new Windows CE compilerPatrick Gansterer2013-08-071-1/+5
* | | Merge topic 'update-kwsys'Brad King2013-08-0810-145/+648
|\ \ \ | |/ /
| * | Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-08-0710-145/+648
| |\ \
| | * | KWSys 2013-08-06 (deec6b8a)KWSys Robot2013-08-0710-145/+648
* | | | Merge topic 'fix-lexer-include-order'Brad King2013-08-082-4/+4
|\ \ \ \
| * | | | Include cmMakefile.h before cm*Lexer.h to get stdint.h firstBrad King2013-08-072-4/+4
| | |_|/ | |/| |
* | | | Merge topic 'cmake-gui-qt5-win'Brad King2013-08-082-5/+23
|\ \ \ \
| * | | | cmake-gui: Fix build rules for Qt5 on WindowsBrad King2013-08-072-5/+23
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2013-08-081-1/+1
|/ / /
* | | Merge topic 'optimize-custom-command-dependencies'Brad King2013-08-074-15/+76
|\ \ \
| * | | Optimize custom command full-path dependency lookupNicolas Despres2013-08-062-1/+65
| * | | VS 6,7: Refactor local generators to avoid GetSourceFileWithOutputBrad King2013-08-062-14/+11
* | | | Merge topic 'osx-no-command-line-tools'Brad King2013-08-073-0/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | OS X: Enable command-line build without tools in PATHBrad King2013-08-063-0/+29
* | | | CMake Nightly Date StampKitware Robot2013-08-071-1/+1
* | | | Merge topic 'wince-entrypoint'Brad King2013-08-064-16/+19
|\ \ \ \
| * | | | Fix setting of the entry point symbol for Windows CE (#14088)Patrick Gansterer2013-08-052-10/+13
| * | | | Improve const-correctness in cmVisualStudioGeneratorOptionsPatrick Gansterer2013-08-052-6/+6
* | | | | Merge topic 'peheader'Brad King2013-08-062-7/+29
|\ \ \ \ \
| * | | | | WIN: Use COFF file header header for architecture detection (#14083)Patrick Gansterer2013-08-052-7/+29
| |/ / / /
* | | | | Merge topic 'vs-masm'Brad King2013-08-063-12/+50
|\ \ \ \ \
| * | | | | VS10: Add support for assembler code (#11536)Patrick Gansterer2013-08-053-12/+50
| |/ / / /
* | | | | Merge topic 'vs-cleanup'Brad King2013-08-0621-107/+83
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | VS: Unify how the name of the generator is specifiedPatrick Gansterer2013-08-053-9/+9
| * | | | Fix detection of WinCE SDKs with 64bit verion of CMakePatrick Gansterer2013-08-051-2/+6
| * | | | VS12: Remove duplicated overload of UseFolderProperty()Patrick Gansterer2013-08-052-10/+0
| * | | | VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-0519-60/+45
| * | | | VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 tooPatrick Gansterer2013-08-056-29/+35
| * | | | VS10: Do not set the TargetMachine when detecting the compilerPatrick Gansterer2013-08-052-9/+1
| * | | | VS6: Hardcode id_machine_6 for compiler detectionPatrick Gansterer2013-08-052-4/+3
* | | | | Merge topic 'ALIAS-targets'Brad King2013-08-0689-18/+739
|\ \ \ \ \
| * | | | | Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-0289-18/+739
* | | | | | CMake Nightly Date StampKitware Robot2013-08-061-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'osx-find-sdk-for-deployment-target'Brad King2013-08-052-9/+5
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | bootstrap: Do not suppress CMAKE_OSX_SYSROOT if CFLAGS have -isysroot (#14324)Brad King2013-08-021-8/+0
| * | | OS X: Search for SDK based on deployment target (#14324)Brad King2013-08-021-1/+5
| |/ /
* | | CMake Nightly Date StampKitware Robot2013-08-051-1/+1
* | | CMake Nightly Date StampKitware Robot2013-08-041-1/+1
* | | CMake Nightly Date StampKitware Robot2013-08-031-1/+1
* | | Merge topic 'vs10-include-dir-ampersand'Brad King2013-08-021-1/+1
|\ \ \
| * | | VS10: Escape include paths in XML project files (#14331)Brad King2013-08-011-1/+1
| |/ /
* | | Merge topic 'FindGTK2-pango-libs'Brad King2013-08-021-1/+5
|\ \ \
| * | | FindGTK2: Detect pangoft2 and pangoxft librariesDaniele E. Domenichelli2013-08-011-1/+5
| |/ /
* | | CMake Nightly Date StampKitware Robot2013-08-021-1/+1
|/ /
* | Merge topic 'INCLUDES-DESTINATION-no-config'Brad King2013-08-017-16/+78
|\ \
| * | Export: Process generator expressions from INCLUDES DESTINATION.Stephen Kelly2013-07-316-15/+54