summaryrefslogtreecommitdiff
path: root/Source/cmIncludeExternalMSProjectCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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