| Commit message (Expand) | Author | Age | Files | Lines |
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | cmTarget: Implement ALIAS in terms of name mapping | Stephen Kelly | 2015-10-27 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -32/+32 |
|
|
* | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -2/+1 |
|
|
* | Port Global property interaction to cmState. | Stephen Kelly | 2015-04-15 | 1 | -1/+2 |
|
|
* | Convert while loop to member insert. | Stephen Kelly | 2015-02-06 | 1 | -5/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -23/+23 |
|
|
* | add_library: Fix target type check for non-shared-lib platforms | Brad King | 2014-12-03 | 1 | -3/+2 |
|
|
* | Merge topic 'fix_policy_diagnostics' | Brad King | 2014-04-01 | 1 | -4/+7 |
|\ |
|
| * | Policies: omit warnings about unset policies when they are actually set to NEW | Nils Gladitz | 2014-03-31 | 1 | -4/+7 |
|
|
* | | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -29/+29 |
|/ |
|
* | add_library: Issue better diagnostic for INTERFACE GLOBAL signature. | Stephen Kelly | 2014-02-07 | 1 | -0/+7 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -1/+1 |
|
|
* | add_library: Disallow invalid signatures for INTERFACE_LIBRARY. | Stephen Kelly | 2014-01-06 | 1 | -0/+88 |
|
|
* | CMP0037: Extend policy to reserved names and custom targets | Nils Gladitz | 2013-11-19 | 1 | -2/+5 |
|
|
* | add_library: Fix INTERFACE on platforms with no shared libs (#14561) | Stephen Kelly | 2013-11-12 | 1 | -0/+1 |
|
|
* | Disallow invalid target names (#13140) | Stephen Kelly | 2013-11-07 | 1 | -0/+39 |
|
|
* | export: Add support for INTERFACE_LIBRARY targets | Stephen Kelly | 2013-10-08 | 1 | -0/+10 |
|
|
* | Add the INTERFACE_LIBRARY target type. | Stephen Kelly | 2013-10-07 | 1 | -2/+28 |
|
|
* | Add the ALIAS target concept for libraries and executables. | Stephen Kelly | 2013-08-02 | 1 | -0/+80 |
|
|
* | add_library: Allow OBJECT library without dynamic linking (#13289) | Brad King | 2012-06-11 | 1 | -7/+8 |
|
|
* | Add OBJECT_LIBRARY target type | Brad King | 2012-03-13 | 1 | -0/+14 |
|
|
* | Optionally allow IMPORTED targets to be globally visible | Brad King | 2012-01-25 | 1 | -1/+7 |
|
|
* | Move automoc processing from add_executable/library to cmGlobalGenerator | Alex Neundorf | 2011-08-15 | 1 | -22/+1 |
|
|
* | Refactor SetupAutomocTarget() so it can be run after creating the target | Alex Neundorf | 2011-08-15 | 1 | -11/+3 |
|
|
* | Remove trailing whitespace | Alex Neundorf | 2011-08-15 | 1 | -6/+6 |
|
|
* | Add AUTOMOC to the add_library() command | Alex Neundorf | 2011-08-14 | 1 | -11/+39 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Add UNKNOWN type for IMPORTED libraries | Brad King | 2008-08-18 | 1 | -0/+16 |
|
|
* | COMP: Fix shadowed local variable warning. | Brad King | 2008-02-11 | 1 | -0/+2 |
|
|
* | ENH: Enforce global target name uniqueness. | Brad King | 2008-02-11 | 1 | -16/+8 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -3/+42 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | STYLE: better error message, name the new manpages cmakecommands, | Alexander Neundorf | 2007-07-13 | 1 | -3/+4 |
|
|
* | STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS | Alexander Neundorf | 2007-06-26 | 1 | -1/+4 |
|
|
* | ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet working | Alexander Neundorf | 2007-06-22 | 1 | -19/+34 |
|
|
* | ENH: print a warning if ADD_LIBRARY( SHARED/MODULE ) is used and the target | Alexander Neundorf | 2007-06-21 | 1 | -0/+16 |
|
|
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -3/+3 |
|
|
* | BUG: fix for bad argument handling | Ken Martin | 2007-01-04 | 1 | -2/+6 |
|
|
* | ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL. | Brad King | 2006-10-02 | 1 | -1/+1 |
|
|
* | ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid buil... | Brad King | 2006-10-02 | 1 | -1/+8 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -3/+3 |
|
|
* | ENH: allow libs with no sources but complain | Ken Martin | 2005-06-10 | 1 | -2/+5 |
|
|
* | ENH: better error checking for add library or executable with no source files | Ken Martin | 2005-06-08 | 1 | -1/+8 |
|
|
* | ENH: Moved ExpandListVariables out of individual commands. Argument evaluati... | Brad King | 2002-12-11 | 1 | -4/+2 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | removed some includes | Ken Martin | 2002-09-27 | 1 | -1/+0 |
|
|
* | ENH: change LINK_LIBRARY to add to targets | Bill Hoffman | 2002-05-02 | 1 | -9/+0 |
|
|
* | ENH: Make the LinkLibraries command contribute dependencies towards AddLibrar... | Amitha Perera | 2002-05-01 | 1 | -2/+12 |
|
|
* | ENH: add ability to use ; separated lists in SET and expand them for addexecu... | Bill Hoffman | 2002-03-29 | 1 | -3/+4 |
|
|