summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmCommonTargetGenerator: Adopt AppendFortranFormatFlagsBrad King2015-07-094-32/+34
* cmCommonTargetGenerator: Adopt AddFortranFlags and friendsBrad King2015-07-094-104/+105
* cmCommonTargetGenerator: Adopt Convert methodBrad King2015-07-093-12/+15
* cmCommonTargetGenerator: Adopt ModuleDefinitionFile memberBrad King2015-07-097-70/+39
* cmCommonTargetGenerator: Adopt GetFeature and friendsBrad King2015-07-096-63/+34
* cmCommonTargetGenerator: Adopt ConfigName memberBrad King2015-07-096-9/+9
* cmLocalCommonGenerator: Adopt ConfigName memberBrad King2015-07-096-38/+24
* cmLocalUnixMakefileGenerator3: Provide GetConfigName() accessorBrad King2015-07-094-17/+18
* cmCommonTargetGenerator: Adopt basic target generator membersBrad King2015-07-096-16/+28
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-0919-16/+174
* Merge topic 'cpack-ifw-framework-version'Brad King2015-07-091-2/+4
|\
| * CPackIFW: Load module to set CPACK_IFW_FRAMEWORK_VERSIONKonstantin Podsvirov2015-07-081-2/+4
* | Merge topic 'eclipse-cygwin-paths'Brad King2015-07-091-1/+2
|\ \
| * | Eclipse: Fix paths in target links on cygwinMarkus Grech2015-07-081-1/+2
* | | Merge topic 'empty-LINK_LIBRARIES'Brad King2015-07-091-6/+12
|\ \ \
| * | | set_property: Fix crash when setting LINK_LIBRARIES to nothingBrad King2015-07-081-6/+12
| | |/ | |/|
* | | Merge topic 'update-kwsys'Brad King2015-07-091-93/+58
|\ \ \
| * | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-07-081-93/+58
* | | | CMake Nightly Date StampKitware Robot2015-07-091-1/+1
| |_|/ |/| |
* | | Merge topic 'string-append'Brad King2015-07-082-0/+33
|\ \ \
| * | | string: add APPEND subcommandDaniel Pfeifer2015-07-072-0/+33
* | | | Merge topic 'preserve-generator-on-failure'Brad King2015-07-081-13/+0
|\ \ \ \
| * | | | cmake: Preserve cached CMAKE_GENERATOR when an error occurs (#15640)Brad King2015-07-071-13/+0
* | | | | Merge topic 'cmake-install-components'Brad King2015-07-087-17/+103
|\ \ \ \ \
| * | | | | CMake: Fix Web Site shortcut in IFW installer for WindowsKonstantin Podsvirov2015-07-071-4/+4
| * | | | | CMake: New option CMake_INSTALL_COMPONENTSKonstantin Podsvirov2015-07-074-12/+39
| * | | | | CMake: Install COMPONENTs (QtDialog)Konstantin Podsvirov2015-07-071-9/+19
| * | | | | CMake: Install COMPONENTsKonstantin Podsvirov2015-07-076-11/+60
* | | | | | Merge topic 'add-apple-swift-language'Brad King2015-07-081-0/+4
|\ \ \ \ \ \
| * | | | | | Add rudimentary support for the Apple Swift language with XcodeBrad King2015-07-061-0/+4
* | | | | | | Merge topic 'auto_export_dll_symbols'Brad King2015-07-0810-3/+712
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Windows: Optionally generate DLL module definition files automaticallyBill Hoffman2015-07-068-3/+283
| * | | | | | bindexplib: Add support for "/bigobj" format objectsBill Hoffman2015-07-061-118/+176
| * | | | | | bindexplib: Fix treatment of some symbolsBill Hoffman2015-07-061-3/+16
| * | | | | | bindexplib: Teach DumpFile to return errorsBill Hoffman2015-07-061-7/+10
| * | | | | | bindexplib: Build source as part of CMakeLibBill Hoffman2015-07-062-4/+8
| * | | | | | bindexplib: Wrap long linesBill Hoffman2015-07-061-11/+22
| * | | | | | bindexplib: Drop code that CMake does not needBill Hoffman2015-07-061-425/+8
| * | | | | | bindexplib: Add copyright/license notice blockBill Hoffman2015-07-061-0/+18
| * | | | | | bindexplib: Import original implementation from CERNBill Hoffman2015-07-061-0/+739
* | | | | | | CMake Nightly Date StampKitware Robot2015-07-081-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'tar-portability'Brad King2015-07-072-1/+11
|\ \ \ \ \ \
| * | | | | | cmArchiveWrite: do not store sparse files when using standard tar formatsRoman Donchenko2015-07-062-1/+11
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'refactor-cmListFileBacktrace'Brad King2015-07-0710-71/+366
|\ \ \ \ \ \
| * | | | | | cmListFileBacktrace: Implement in terms of cmState::Snapshot.Stephen Kelly2015-07-065-52/+37
| * | | | | | cmListFile: Remove FilePath member from cmListFileContext.Stephen Kelly2015-07-067-20/+46
| * | | | | | cmMakefile: Set the FilePath on the frame from the cmState.Stephen Kelly2015-07-061-2/+8
| * | | | | | cmMakefile: Create intermediate variables for snapshot frames.Stephen Kelly2015-07-061-2/+4
| * | | | | | cmMakefile: Create a scoped context for parsing listfiles.Stephen Kelly2015-07-062-0/+31
| * | | | | | cmMakefile: Access the execution list file from the cmState.Stephen Kelly2015-07-051-1/+2