summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | cmGeneratorTarget: Move AddInterfaceEntries method.Stephen Kelly2015-10-071-28/+27
| * | | | | | | cmTarget: Remove a conditional for generate-time source addition.Stephen Kelly2015-10-071-13/+6
| * | | | | | | cmTarget: Split storage of sources from genexes.Stephen Kelly2015-10-071-39/+50
| * | | | | | | cmTarget: Add Compute API for sources.Stephen Kelly2015-10-077-0/+13
| * | | | | | | cmTarget: Add API for generate-time source addition.Stephen Kelly2015-10-073-1/+7
| * | | | | | | cmGeneratorTarget: Add methods for generate-time source addition.Stephen Kelly2015-10-077-13/+35
| * | | | | | | Access sources through cmGeneratorTarget.Stephen Kelly2015-10-0712-16/+27
| * | | | | | | GHS: Port API to cmGeneratorTarget.Stephen Kelly2015-10-073-9/+12
| * | | | | | | Xcode: Port away from unnecessary CMP0049 compatibility.Stephen Kelly2015-10-061-2/+2
| * | | | | | | cmTarget: Join strings conditionally.Stephen Kelly2015-10-061-2/+2
| * | | | | | | cmGeneratorTarget: Rename internal member.Stephen Kelly2015-10-062-4/+4
| * | | | | | | cmFLTKWrapUI: Remove CMake 2.2 compat code.Stephen Kelly2015-10-061-39/+0
| |/ / / / / /
* | | | | | | Merge topic 'refactor-current-dir-initialization'Brad King2015-10-0810-62/+59
|\ \ \ \ \ \ \
| * | | | | | | cmState: Internalize the initialization of a snapshot from its parent.Stephen Kelly2015-10-073-4/+5
| * | | | | | | Remove now-unused directory setters.Stephen Kelly2015-10-072-17/+0
| * | | | | | | Set the current dirs on the snapshot before creating the cmMakefile.Stephen Kelly2015-10-077-44/+56
| * | | | | | | cmMakefile: Move invokation to initialize snapshot.Stephen Kelly2015-10-061-2/+3
| |/ / / / / /
* | | | | | | Merge topic 'cmake-script-mode-directory-vars'Brad King2015-10-086-0/+35
|\ \ \ \ \ \ \
| * | | | | | | Document and test CMAKE_[CURRENT_](BINARY|SOURCE)_DIR in script modeTamas Kenez2015-10-066-0/+35
* | | | | | | | Merge topic 'cpack-nsis-bitmap'Brad King2015-10-084-0/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | CPackNSIS: Add options to set the bitmap for NSIS installer left sideColin Tracey2015-10-064-0/+38
| |/ / / / / / /
* | | | | | | | Merge topic 'update-kwsys'Brad King2015-10-082-2/+3
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-10-062-2/+3
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | KWSys 2015-10-06 (d79801bb)KWSys Robot2015-10-062-2/+3
* | | | | | | | Merge topic 'fix-spelling-typos'Brad King2015-10-086-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | bootstrap: Fix spelling of "succeeded"Terrell Russell2015-10-061-1/+1
| * | | | | | | | Modules: Fix spelling of "succeeded" in check messagesTerrell Russell2015-10-065-5/+5
| |/ / / / / / /
* | | | | | | | Merge topic 'release-nightly-linux64'Brad King2015-10-081-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: Add a nightly Linux 64-bit binaryBrad King2015-10-061-0/+2
| * | | | | | | | Tests: Rename Linux nightly release binary test to Linux32Brad King2015-10-061-1/+1
* | | | | | | | | Merge topic 'release-cygwin-subdir'Brad King2015-10-082-6/+15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Utilities/Release: Move cygwin packages to a subdirectoryBrad King2015-10-062-6/+15
* | | | | | | | | Merge topic 'release-no-old-osx'Brad King2015-10-083-30/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Tests: Rename OS X nightly release binary testBrad King2015-10-051-1/+1
| * | | | | | | | Utilities/Release: Drop OS X ppc/i386 binaryBrad King2015-10-052-27/+1
| * | | | | | | | Tests: Drop nightly OS X ppc/i386 binaryBrad King2015-10-051-2/+0
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2015-10-081-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2015-10-071-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'cmGeneratorTarget-exports'Brad King2015-10-062-8/+14
|\ \ \ \ \ \ \
| * | | | | | | cmExportTryCompileFileGenerator: Evaluate genex with cmGeneratorTarget.Stephen Kelly2015-10-051-2/+6
| * | | | | | | cmExportFileGenerator: Evaluate genex with cmGeneratorTarget.Stephen Kelly2015-10-051-6/+8
| |/ / / / / /
* | | | | | | Merge topic 'FindOpenSSL-msvc-static-rt'Brad King2015-10-062-5/+18
|\ \ \ \ \ \ \
| * | | | | | | FindOpenSSL: Add support for static MSVC runtimeThijs Wenker2015-10-052-5/+18
| |/ / / / / /
* | | | | | | Merge topic 'clean-up-cmLocalGenerator'Brad King2015-10-0631-57/+9
|\ \ \ \ \ \ \
| * | | | | | | Remove unused cmLocalGenerator include.Stephen Kelly2015-10-0522-22/+0
| * | | | | | | Add cmOutputConverter include where needed.Stephen Kelly2015-10-052-1/+2
| * | | | | | | cmake: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-051-7/+5
| * | | | | | | CTest: Port away from cmLocalGenerator.Stephen Kelly2015-10-052-14/+2
| * | | | | | | CTest: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-053-8/+0
| * | | | | | | CPack: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-052-5/+0
| |/ / / / / /