summaryrefslogtreecommitdiffstats
path: root/Source/cmAddLibraryCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-23/+23
* add_library: Fix target type check for non-shared-lib platformsBrad King2014-12-031-3/+2
* Merge topic 'fix_policy_diagnostics'Brad King2014-04-011-4/+7
|\
| * Policies: omit warnings about unset policies when they are actually set to NEWNils Gladitz2014-03-311-4/+7
* | Remove some c_str() calls.Stephen Kelly2014-03-111-29/+29
|/
* add_library: Issue better diagnostic for INTERFACE GLOBAL signature.Stephen Kelly2014-02-071-0/+7
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* add_library: Disallow invalid signatures for INTERFACE_LIBRARY.Stephen Kelly2014-01-061-0/+88
* CMP0037: Extend policy to reserved names and custom targetsNils Gladitz2013-11-191-2/+5
* add_library: Fix INTERFACE on platforms with no shared libs (#14561)Stephen Kelly2013-11-121-0/+1
* Disallow invalid target names (#13140)Stephen Kelly2013-11-071-0/+39
* export: Add support for INTERFACE_LIBRARY targetsStephen Kelly2013-10-081-0/+10
* Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-2/+28
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+80
* add_library: Allow OBJECT library without dynamic linking (#13289)Brad King2012-06-111-7/+8
* Add OBJECT_LIBRARY target typeBrad King2012-03-131-0/+14
* Optionally allow IMPORTED targets to be globally visibleBrad King2012-01-251-1/+7
* Move automoc processing from add_executable/library to cmGlobalGeneratorAlex Neundorf2011-08-151-22/+1
* Refactor SetupAutomocTarget() so it can be run after creating the targetAlex Neundorf2011-08-151-11/+3
* Remove trailing whitespaceAlex Neundorf2011-08-151-6/+6
* Add AUTOMOC to the add_library() commandAlex Neundorf2011-08-141-11/+39
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add UNKNOWN type for IMPORTED librariesBrad King2008-08-181-0/+16
* 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-3/+42
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* STYLE: better error message, name the new manpages cmakecommands,Alexander Neundorf2007-07-131-3/+4
* STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBSAlexander Neundorf2007-06-261-1/+4
* ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet workingAlexander Neundorf2007-06-221-19/+34
* ENH: print a warning if ADD_LIBRARY( SHARED/MODULE ) is used and the targetAlexander Neundorf2007-06-211-0/+16
* ENH: some code cleanupKen Martin2007-03-121-3/+3
* BUG: fix for bad argument handlingKen Martin2007-01-041-2/+6
* 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: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
* ENH: allow libs with no sources but complainKen Martin2005-06-101-2/+5
* ENH: better error checking for add library or executable with no source filesKen Martin2005-06-081-1/+8
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* removed some includesKen Martin2002-09-271-1/+0
* ENH: change LINK_LIBRARY to add to targetsBill Hoffman2002-05-021-9/+0
* ENH: Make the LinkLibraries command contribute dependencies towards AddLibrar...Amitha Perera2002-05-011-2/+12
* ENH: add ability to use ; separated lists in SET and expand them for addexecu...Bill Hoffman2002-03-291-3/+4
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-5/+1
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* Break the "to infinity and beyond" stuffSebastien Barre2001-11-081-0/+1
* Expand var in srclist name tooSebastien Barre2001-11-081-1/+8
* Expand vars in exe and lib nameSebastien Barre2001-11-011-3/+7
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+2