summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: add a property for HAS_CXX to a target that will force the use of a c++ ...Bill Hoffman2004-04-221-0/+4
* ENH: remove warnings on sgiBill Hoffman2004-04-071-3/+5
* BUG: _LINK_TYPE cache variable should never be switched from optimized to deb...Brad King2004-04-021-7/+34
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-181-1/+1
* ENH: add support for OBJECT_DEPENDS for visual studioBill Hoffman2003-07-311-0/+47
* BUG: Fix copy/paste typoAndy Cedilnik2003-07-221-3/+3
* moved function into cmTargetKen Martin2003-06-241-0/+104
* removed some no longer required codeKen Martin2003-06-231-13/+0
* more crazt changes source files now must match with full pathKen Martin2003-06-051-0/+14
* ENH: remove warnings from borland 6 compilerBill Hoffman2003-05-291-1/+0
* ENH: add stdlib.h for portability to borland 6Bill Hoffman2003-05-241-0/+1
* BUG: HasCXX did not use GetFileFormat and was brokenBill Hoffman2003-03-151-2/+2
* ENH: add target propertiesBill Hoffman2002-12-201-0/+36
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-3/+1
* BUG: the dependency analysis would incorrectly alphabetically re-order theAmitha Perera2002-11-191-96/+171
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* If you specify header file as source, it should still use C compiler and not ...Andy Cedilnik2002-10-061-1/+2
* removed some includesKen Martin2002-09-271-0/+1
* modified how source files store propertiesKen Martin2002-08-161-2/+2
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-26/+7
* BUG: try to tell the difference between variables with sources and other vari...Bill Hoffman2002-06-251-2/+12
* modified to handle src list vectors without proper dollar signsKen Martin2002-06-241-17/+62
* modified create test source to create a vectorKen Martin2002-06-191-6/+15
* ERR: Fixed compiler warnings.Brad King2002-06-181-0/+1
* ENH: only add _LIB_DEPEND information for libraries and modulesBill Hoffman2002-06-031-13/+19
* BUG: never make a target depend on itself. This was causing unnecessary libra...Amitha Perera2002-05-291-0/+6
* FIX: Remove assert since it was breaking IRIX builds.Amitha Perera2002-05-121-2/+0
* FIX: Const reference to a set needs a const_iterator. (.NET build error)Jim Miller2002-05-101-1/+1
* BUG: Correct some of the dependency analysis code.Amitha Perera2002-05-101-50/+53
* ENH: change set<string> to set<cmStdString> to avoid long symbols that crash...Bill Hoffman2002-05-091-8/+8
* ENH: rework library depend stuffBill Hoffman2002-05-031-157/+118
* - bug fix where paths weren't being output when LIB_OUT_PATH *isn't* usedAmitha Perera2002-05-031-15/+65
* check for optimized or debug library addsBill Hoffman2002-05-021-2/+17
* remove canonical conversion for lib namesBill Hoffman2002-05-021-40/+3
* make it backwards compatible with old cmakeBill Hoffman2002-05-021-4/+21
* Debug optimized cache fixesBill Hoffman2002-05-021-8/+41
* BUG: The library paths should stay with the libraries during dependency analy...Amitha Perera2002-05-021-15/+25
* ENH: change LINK_LIBRARY to add to targetsBill Hoffman2002-05-021-10/+2
* BUG: if a_LIBS_DEPENDS exists but is empty, there are no explicit dependencies.Amitha Perera2002-05-021-1/+1
* ENH: Make the LinkLibraries command contribute dependencies towards AddLibrar...Amitha Perera2002-05-011-19/+4
* ENH: Add library dependency analysis.Amitha Perera2002-05-011-6/+303
* ENH: add enable language support for PROJECT command, this means that a C onl...Bill Hoffman2002-04-021-0/+12
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-3/+3
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved...Brad King2001-07-311-1/+2
* ENH: Source and header file extensions are in variables in cmMakefile.Amitha Perera2001-07-161-1/+3
* duhKen Martin2001-06-131-33/+4
* minor cvs web changeCMakeLists.txtKen Martin2001-06-131-2/+34
* added install rulesKen Martin2001-05-231-0/+6
* ENH: allow duplicate librariesBill Hoffman2001-05-231-4/+1