index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmTarget.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG: fix perfered linker language code
Bill Hoffman
2004-09-22
1
-1/+1
*
ENH: major changes to support addition of languages from cmake modules direct...
Bill Hoffman
2004-09-22
1
-42/+68
*
ENH: initial fortran support
Bill Hoffman
2004-08-06
1
-0/+18
*
BUG: fix for bug 998, fix spelling errors
Bill Hoffman
2004-07-26
1
-2/+2
*
ENH: add a property for HAS_CXX to a target that will force the use of a c++ ...
Bill Hoffman
2004-04-22
1
-0/+4
*
ENH: remove warnings on sgi
Bill Hoffman
2004-04-07
1
-3/+5
*
BUG: _LINK_TYPE cache variable should never be switched from optimized to deb...
Brad King
2004-04-02
1
-7/+34
*
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
Andy Cedilnik
2003-12-18
1
-1/+1
*
ENH: add support for OBJECT_DEPENDS for visual studio
Bill Hoffman
2003-07-31
1
-0/+47
*
BUG: Fix copy/paste typo
Andy Cedilnik
2003-07-22
1
-3/+3
*
moved function into cmTarget
Ken Martin
2003-06-24
1
-0/+104
*
removed some no longer required code
Ken Martin
2003-06-23
1
-13/+0
*
more crazt changes source files now must match with full path
Ken Martin
2003-06-05
1
-0/+14
*
ENH: remove warnings from borland 6 compiler
Bill Hoffman
2003-05-29
1
-1/+0
*
ENH: add stdlib.h for portability to borland 6
Bill Hoffman
2003-05-24
1
-0/+1
*
BUG: HasCXX did not use GetFileFormat and was broken
Bill Hoffman
2003-03-15
1
-2/+2
*
ENH: add target properties
Bill Hoffman
2002-12-20
1
-0/+36
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-3/+1
*
BUG: the dependency analysis would incorrectly alphabetically re-order the
Amitha Perera
2002-11-19
1
-96/+171
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3/+3
*
If you specify header file as source, it should still use C compiler and not ...
Andy Cedilnik
2002-10-06
1
-1/+2
*
removed some includes
Ken Martin
2002-09-27
1
-0/+1
*
modified how source files store properties
Ken Martin
2002-08-16
1
-2/+2
*
removed all source lists from the system and made them vectors. Also appended...
Ken Martin
2002-06-27
1
-26/+7
*
BUG: try to tell the difference between variables with sources and other vari...
Bill Hoffman
2002-06-25
1
-2/+12
*
modified to handle src list vectors without proper dollar signs
Ken Martin
2002-06-24
1
-17/+62
*
modified create test source to create a vector
Ken Martin
2002-06-19
1
-6/+15
*
ERR: Fixed compiler warnings.
Brad King
2002-06-18
1
-0/+1
*
ENH: only add _LIB_DEPEND information for libraries and modules
Bill Hoffman
2002-06-03
1
-13/+19
*
BUG: never make a target depend on itself. This was causing unnecessary libra...
Amitha Perera
2002-05-29
1
-0/+6
*
FIX: Remove assert since it was breaking IRIX builds.
Amitha Perera
2002-05-12
1
-2/+0
*
FIX: Const reference to a set needs a const_iterator. (.NET build error)
Jim Miller
2002-05-10
1
-1/+1
*
BUG: Correct some of the dependency analysis code.
Amitha Perera
2002-05-10
1
-50/+53
*
ENH: change set<string> to set<cmStdString> to avoid long symbols that crash...
Bill Hoffman
2002-05-09
1
-8/+8
*
ENH: rework library depend stuff
Bill Hoffman
2002-05-03
1
-157/+118
*
- bug fix where paths weren't being output when LIB_OUT_PATH *isn't* used
Amitha Perera
2002-05-03
1
-15/+65
*
check for optimized or debug library adds
Bill Hoffman
2002-05-02
1
-2/+17
*
remove canonical conversion for lib names
Bill Hoffman
2002-05-02
1
-40/+3
*
make it backwards compatible with old cmake
Bill Hoffman
2002-05-02
1
-4/+21
*
Debug optimized cache fixes
Bill Hoffman
2002-05-02
1
-8/+41
*
BUG: The library paths should stay with the libraries during dependency analy...
Amitha Perera
2002-05-02
1
-15/+25
*
ENH: change LINK_LIBRARY to add to targets
Bill Hoffman
2002-05-02
1
-10/+2
*
BUG: if a_LIBS_DEPENDS exists but is empty, there are no explicit dependencies.
Amitha Perera
2002-05-02
1
-1/+1
*
ENH: Make the LinkLibraries command contribute dependencies towards AddLibrar...
Amitha Perera
2002-05-01
1
-19/+4
*
ENH: Add library dependency analysis.
Amitha Perera
2002-05-01
1
-6/+303
*
ENH: add enable language support for PROJECT command, this means that a C onl...
Bill Hoffman
2002-04-02
1
-0/+12
*
ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...
Bill Hoffman
2002-03-29
1
-3/+3
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-29/+5
*
ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved...
Brad King
2001-07-31
1
-1/+2
*
ENH: Source and header file extensions are in variables in cmMakefile.
Amitha Perera
2001-07-16
1
-1/+3
[next]