Bill Hoffman
|
43bc8a0d63
COMP: remove warnings
|
21 vuotta sitten |
Bill Hoffman
|
ab817f2e81
COMP: fix warnings
|
21 vuotta sitten |
Bill Hoffman
|
7cef36c628
ENH: add the ability to generate custom commands for a language that is not supported by an IDE
|
21 vuotta sitten |
Bill Hoffman
|
5bf55d1590
ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString
|
21 vuotta sitten |
Bill Hoffman
|
8cb20b7052
BUG: fix perfered linker language code
|
21 vuotta sitten |
Bill Hoffman
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
21 vuotta sitten |
Bill Hoffman
|
9655299f08
ENH: initial fortran support
|
21 vuotta sitten |
Bill Hoffman
|
c8101e8e47
BUG: fix for bug 998, fix spelling errors
|
21 vuotta sitten |
Bill Hoffman
|
86bf9f396e
ENH: add a property for HAS_CXX to a target that will force the use of a c++ compiler in the linking of an executable that contains only c code
|
21 vuotta sitten |
Bill Hoffman
|
1616135d4e
ENH: remove warnings on sgi
|
21 vuotta sitten |
Brad King
|
5c9fadee4f
BUG: _LINK_TYPE cache variable should never be switched from optimized to debug or vice versa.
|
21 vuotta sitten |
Andy Cedilnik
|
c3840b5cc3
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 vuotta sitten |
Bill Hoffman
|
42b39099a7
ENH: add support for OBJECT_DEPENDS for visual studio
|
22 vuotta sitten |
Andy Cedilnik
|
ef20a2a8a9
BUG: Fix copy/paste typo
|
22 vuotta sitten |
Ken Martin
|
117f961a5a
moved function into cmTarget
|
22 vuotta sitten |
Ken Martin
|
a5a067fa1c
removed some no longer required code
|
22 vuotta sitten |
Ken Martin
|
703242071f
more crazt changes source files now must match with full path
|
22 vuotta sitten |
Bill Hoffman
|
0876c19dc8
ENH: remove warnings from borland 6 compiler
|
22 vuotta sitten |
Bill Hoffman
|
ca773a5d6d
ENH: add stdlib.h for portability to borland 6
|
22 vuotta sitten |
Bill Hoffman
|
94c396184e
BUG: HasCXX did not use GetFileFormat and was broken
|
23 vuotta sitten |
Bill Hoffman
|
3859417d1a
ENH: add target properties
|
23 vuotta sitten |
Brad King
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 vuotta sitten |
Amitha Perera
|
939035ad91
BUG: the dependency analysis would incorrectly alphabetically re-order the
|
23 vuotta sitten |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 vuotta sitten |
Andy Cedilnik
|
9ed93397fb
If you specify header file as source, it should still use C compiler and not CXX. Also fix COnly test so that it make sure that this still works...
|
23 vuotta sitten |
Ken Martin
|
7ddb408621
removed some includes
|
23 vuotta sitten |
Ken Martin
|
7b5a8762c6
modified how source files store properties
|
23 vuotta sitten |
Ken Martin
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
23 vuotta sitten |
Bill Hoffman
|
32353c55e5
BUG: try to tell the difference between variables with sources and other variables
|
23 vuotta sitten |
Ken Martin
|
d1879a77e8
modified to handle src list vectors without proper dollar signs
|
23 vuotta sitten |