summaryrefslogtreecommitdiff
path: root/Source/cmAddExecutableCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* find_package: Add support for default GLOBAL imported targetsJohn Parent2022-03-101-0/+4
* add_library/add_executable: allow local alias to imported targetsMarc Chevrier2020-06-021-8/+3
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-22/+16
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-1/+1
* Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-3/+1
* cmA*Command: Turn into free functionsRegina Pfeifer2019-08-071-31/+28
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* cmMakefile: use std::string in more methods; cleanup c_str()sVitaly Stakhovsky2018-01-231-1/+1
* Merge topic 'cmp0037-conditional-targets'Brad King2017-10-311-31/+3
|\
| * CMP0037: De-duplicate check and message generationBrad King2017-10-301-31/+3
* | Add support for IMPORTED GLOBAL targets to be aliasedDeniz Bahadir2017-10-261-6/+5
|/
* Defer check for sources within a target until generation.Deniz Bahadir2017-10-241-7/+1
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* clang-tidy: apply performance-faster-string-find fixesDaniel Pfeifer2016-12-121-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+10
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+2
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-3/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-122/+80
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* cmTarget: Implement ALIAS in terms of name mappingStephen Kelly2015-10-271-1/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-3/+3
* Port to static cmPolicies API.Stephen Kelly2015-05-041-2/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-7/+7
* Merge topic 'fix_policy_diagnostics'Brad King2014-04-011-3/+3
|\
| * Policies: omit warnings about unset policies when they are actually set to NEWNils Gladitz2014-03-311-3/+3
* | Remove some c_str() calls.Stephen Kelly2014-03-111-12/+12
|/
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* CMP0037: Extend policy to reserved names and custom targetsNils Gladitz2013-11-191-2/+5
* Disallow invalid target names (#13140)Stephen Kelly2013-11-071-0/+38
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+72
* Optionally allow IMPORTED targets to be globally visibleBrad King2012-01-251-1/+8
* Move automoc processing from add_executable/library to cmGlobalGeneratorAlex Neundorf2011-08-161-19/+1
* Refactor SetupAutomocTarget() so it can be run after creating the targetAlex Neundorf2011-08-161-12/+3
* Add the cmake module required currently for automocAlex Neundorf2011-08-141-1/+29
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* COMP: Fix shadowed local variable warning.Brad King2008-02-111-0/+2
* ENH: Enforce global target name uniqueness.Brad King2008-02-111-16/+8
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-4/+52
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* COMP: compile fix and remove warningAlexander Neundorf2007-05-221-1/+1
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-0/+12
* ENH: some code cleanupKen Martin2007-03-121-3/+3
* ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.Brad King2006-10-021-1/+1
* ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid buil...Brad King2006-10-021-1/+8
* STYLE: fix line lengthKen Martin2006-05-101-1/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* ENH: fix bundles for Mac and XcodeBill Hoffman2006-01-051-23/+0
* ENH: better error checking for add library or executable with no source filesKen Martin2005-06-081-0/+6
* BUG: If macdir does not end with '/' then add it always, not just when adding...Andy Cedilnik2004-08-241-4/+4