summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch 'install-cfbundle-directory' into releaseBrad King2014-07-101-0/+14
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'CMakeExpandImportedTargets-CMP0045' into releaseBrad King2014-07-071-2/+10
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindCurses-blank-at-eof'Brad King2014-07-141-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | FindCurses: Remove blank line at end of fileBrad King2014-07-141-1/+0
* | | | | | | | | Merge topic 'doc-genex-id-values'Brad King2014-07-141-1/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Help: Link to variables corresponding to id and version expressions (#15012)Brad King2014-07-141-1/+6
* | | | | | | | | | Merge topic 'refactor-link-internals'Brad King2014-07-141-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmTarget: Fix CMP0022 OLD breakage from recent refactoringBrad King2014-07-101-1/+1
* | | | | | | | | | | Merge topic 'vs-RC-flags'Brad King2014-07-147-0/+99
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | VS: Fix handling of non-preprocessor flags in CMAKE_RC_FLAGSMartin Mitas2014-07-107-0/+99
* | | | | | | | | | | | Merge topic 'wince-fix-dll-linking'Brad King2014-07-141-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | MSVC: Fix linking of DLLs on WinCE (#15013)Brad King2014-07-101-4/+6
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'install-cfbundle-directory'Brad King2014-07-141-0/+14
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | OS X: Install CFBundles as complete directoriesTim Blechmann2014-07-101-0/+14
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'interface-sources-target-objects'Brad King2014-07-148-4/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allow INTERFACE_SOURCES to specify $<TARGET_OBJECTS> (#14970)Brad King2014-07-148-4/+31
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'doc-package-target-import-once'Brad King2014-07-141-4/+11
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Help: Update cmake-packages.7 examples to import targets only onceBrad King2014-07-091-4/+11
| |/ / / / / / / /
* | | | | | | | | Merge topic 'build-KWIML-always'Brad King2014-07-141-6/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Tests: Build and test KWIML even when testing an external CMakeBrad King2014-07-071-6/+5
* | | | | | | | | CMake Nightly Date StampKitware Robot2014-07-141-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2014-07-131-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2014-07-121-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2014-07-111-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2014-07-101-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge topic 'thread-sanitizer'Brad King2014-07-0910-155/+415
|\ \ \ \ \ \ \
| * | | | | | | Help: Add notes for topic 'thread-sanitizer'Brad King2014-07-091-0/+5
| * | | | | | | ctest_memcheck: Add support for ThreadSanitizerBill Hoffman2014-07-099-155/+410
* | | | | | | | Merge topic 'dev/custom-target-performance'Brad King2014-07-093-44/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | cmMakefile: Defer dependency calculationsBen Boeckel2014-07-081-7/+7
| * | | | | | | | cmMakefile: Avoid excess source filesBen Boeckel2014-07-081-23/+26
| * | | | | | | | cmMakefile: Add a CreateSource methodBen Boeckel2014-07-083-14/+29
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'allow-OBJECT-library-extra-sources'Brad King2014-07-098-18/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | add_library: Allow arbitrary non-linked sources in OBJECT librariesBrad King2014-07-097-9/+27
| * | | | | | | | Tests: Fix broken dependency in ObjectLibrary testBrad King2014-07-071-1/+1
| * | | | | | | | Tests: Resolve TODO comment left in ObjectLibrary testBrad King2014-07-072-8/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'FindSWIG-swig3.0'Brad King2014-07-091-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | FindSWIG: Add support for swig 3.0 applicationSylvain Joubert2014-07-071-1/+2
| |/ / / / / / /
* | | | | | | | Merge topic 'CMakeExpandImportedTargets-CMP0045'Brad King2014-07-091-2/+10
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | CMakeExpandImportedTargets: Do not read property on non-target (#15008)Brad King2014-07-071-2/+10
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'update-kwsys'Brad King2014-07-097-74/+432
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-07-077-74/+432
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | KWSys 2014-07-02 (c2a329ce)KWSys Robot2014-07-077-74/+432
* | | | | | | | CMake Nightly Date StampKitware Robot2014-07-091-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2014-07-081-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'export-from-obj-libs'Brad King2014-07-071-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Help: Add notes for topic 'export-from-obj-libs'Brad King2014-07-071-0/+5
* | | | | | Merge topic 'refactor-usage-requirement-evaluation'Brad King2014-07-0710-271/+127
|\ \ \ \ \ \
| * | | | | | cmTarget: Simplify INTERFACE_INCLUDE_DIRECTORIES usage requirement lookupBrad King2014-07-072-68/+22
| * | | | | | cmTarget: Simplify CMP0027 logic in processIncludeDirectoriesBrad King2014-07-071-26/+20