summaryrefslogtreecommitdiffstats
path: root/Templates
Commit message (Expand)AuthorAgeFilesLines
* TestDriver: fix style-'variableScope' cppcheck warningSylvain Joubert2017-11-221-2/+2
* TestDriver: Fix -Wconversion warningBrad King2017-07-141-2/+2
* TestDriver: Remove unused local variable initializationBrad King2017-05-101-1/+1
* VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-073-0/+168
* TestDriver: fix/silence clang-tidy warningsDaniel Pfeifer2017-01-241-15/+12
* TestDriver: calc NumTests at compile timeDaniel Pfeifer2017-01-241-5/+4
* TestDriver: use for loopDaniel Pfeifer2017-01-241-3/+1
* TestDriver: abstract CM_CAST macroDaniel Pfeifer2017-01-241-13/+9
* TestDriver: Revise C++ coding style using clang-formatDaniel Pfeifer2017-01-241-65/+45
* Utilities/Release: Drop Cygwin binaryBrad King2016-09-121-103/+0
* create_test_sourcelist: Use safer strncpy instead of strcpySylvain Joubert2016-08-251-4/+6
* Drop unnecessary LSRequiresCarbon reference from Info.plist filesSean McBride2016-03-181-2/+0
* Drop Visual Studio 6 generatorBrad King2016-03-0910-847/+0
* VS: Add support for Windows 10 Universal (Store) ApplicationsGilles Khouzam2015-10-051-0/+0
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-252-2/+2
* VS: Mark Windows Phone and Store targets as App ContainersGilles Khouzam2014-09-026-0/+0
* create_test_sourcelist: Suppress MSVC warnings in test driver (#15066)Brad King2014-08-071-0/+4
* Add an "installed file" property scopeNils Gladitz2014-05-281-0/+8
* create_test_sourcelist: Initialize variable at declarationSean McBride2014-03-311-2/+1
* create_test_sourcelist: Fix linkage in generated test driver codeSean McBride2013-11-121-2/+2
* TestDriver.cxx.in: Untrusted array index read.Matt McCormick2013-10-161-0/+7
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-174-33/+33
* Convert CMake-language commands to lower caseKitware Robot2012-08-132-16/+16
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-133-11/+11
* Update CPackConfig template.Eric NOULARD2012-02-251-25/+8
* CPack fix template tooEric NOULARD2011-09-091-1/+1
* Add STATIC_LIBRARY_FLAGS_<CONFIG> property (#10768)Brad King2010-05-281-4/+4
* Use per-config output dir in VS 6 templatesBrad King2009-10-284-32/+32
* Add '#!/bin/sh' to cygwin-package.shBrad King2009-10-051-0/+2
* Fix Windows GUI implib and image version in VS 6Brad King2009-09-251-8/+8
* ENH: Install all Modules and TemplatesBrad King2009-07-241-6/+0
* BUG: Avoid cmTarget::GetDirectory for utilitiesBrad King2009-07-031-4/+0
* COMP: Don't emit old style cast warning when configured as C++ but still allo...David Cole2008-12-091-2/+14
* BUG: fix for rc and vs6Bill Hoffman2008-12-034-0/+32
* BUG: the return value of scanf should not be ignoredAmitha Perera2008-11-251-1/+5
* ENH: fix failing testsBill Hoffman2008-09-101-4/+4
* BUG: fix bug OUTPUT_LIBNAME_EXPORTS done differently nowBill Hoffman2008-09-102-11/+11
* BUG: fix empty /D option for vs6, fix for 7580Bill Hoffman2008-09-091-4/+4
* ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a...David Cole2008-02-151-0/+0
* BUG: Install the vsmacros file.David Cole2007-11-211-1/+1
* ENH: Added StopBuild macro.Brad King2007-11-191-0/+0
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ...David Cole2007-11-161-0/+0
* ENH: Removed dependency on Templates/CMakeWindowsSystemConfig.cmake which is ...Brad King2007-11-091-81/+0
* ENH: add package script for cmake projectBill Hoffman2007-10-301-0/+101
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-095-20/+20
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-4/+4
* ENH: Implemented use of cmTarget::GetDirectory() in Visual Studio 6 generator...Brad King2007-03-095-40/+40
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-162-8/+8
* ENH: Add template of ctest scriptAndy Cedilnik2006-04-281-0/+33
* ENH: Simplify the generic instructionsAndy Cedilnik2006-04-203-81/+5