summaryrefslogtreecommitdiff
path: root/Source/cmIncludeExternalMSProjectCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use new AddCacheEntry signaturesMarc Chevrier2021-09-101-3/+2
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-1/+1
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-2/+2
* cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-7/+6
* cmIncludeExternalMSProjectCommand: Port away from cmCommandRegina Pfeifer2019-09-121-16/+16
* include_external_msproject: Restore support for EXCLUDE_FROM_ALLBrad King2019-02-261-1/+3
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-0/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+5
* include_external_msproject: Support non-Windows target platformsTomoki Imai2017-12-041-1/+4
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-3/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+3
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-0/+6
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-42/+42
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-1/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* VS: Fix line-too-long style errorsBrad King2012-04-191-4/+3
* include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)Leonid Yurchenko2012-04-161-5/+63
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: fix vsexternal test on vs 71Bill Hoffman2009-07-141-1/+2
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-25/+6
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-2/+1
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-1/+3
* COMP: compile fixAlexander Neundorf2007-05-221-1/+1
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-11/+3
* ENH: some code cleanupKen Martin2007-03-121-1/+1
* BUG: Move hack from old cmMakefile::AddUtilityTarget to this command directly...Brad King2006-09-281-7/+23
* ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ...Brad King2006-09-281-2/+1
* STYLE: fix line lengthKen Martin2006-05-111-3/+5
* ENH: make sure path is converted to unixBill Hoffman2006-05-031-2/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-2/+2
* ENH: add working directory supportBill Hoffman2006-02-081-0/+2
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-3/+5
* ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton StimpsonBill Hoffman2004-09-151-6/+2
* bug fixes for external projectsBill Hoffman2004-09-141-1/+1
* ENH: improve coverageBill Hoffman2003-08-071-12/+15
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-1/+0
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
* ENH: clean up warningsBill Hoffman2001-11-131-1/+1
* ERR: ^M's removed.Bill Lorensen2001-11-051-4/+4
* allow more than one external MS projectPhil Pritchett2001-11-021-1/+5
* INCLUDE_EXTERNAL_MSPROJECT commandPhil Pritchett2001-10-311-0/+34