Brad King
|
1d0502927c
|
ENH: Adding support to link specifically to an archive or a shared library based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified.
|
2006-09-15 14:09:10 -04:00 |
Brad King
|
dbe7d39738
|
BUG: When copying the module variables from shared library variables use double quotes for the required definitions ...PREFIX and ...SUFFIX to make sure a value is set even if it is empty.
|
2006-03-16 17:07:36 -05:00 |
Bill Hoffman
|
b7fa820118
|
ENH: add documentation support for modules
|
2005-12-14 13:51:08 -05:00 |
Bill Hoffman
|
e63ea0a6d2
|
BUG: LINK_FLAGS are now all LINK_(LANG)_FLAGS
|
2004-09-24 14:37:58 -04:00 |
Bill Hoffman
|
692ba48c4e
|
ENH: major changes to support addition of languages from cmake modules directory.
|
2004-09-22 14:42:05 -04:00 |
Bill Hoffman
|
66a08c10e5
|
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
|
2004-08-26 14:55:55 -04:00 |
Andy Cedilnik
|
c8c5bb4e22
|
BUG: Unly set gcc flags for C compiler if CMAKE_COMPILER_IS_GNUCC is set
|
2004-08-18 09:28:41 -04:00 |
Bill Hoffman
|
a1b94f4c5c
|
ENH: minor fortran fixes
|
2004-08-11 16:35:55 -04:00 |
Bill Hoffman
|
9655299f08
|
ENH: initial fortran support
|
2004-08-06 14:51:41 -04:00 |
Bill Hoffman
|
c8101e8e47
|
BUG: fix for bug 998, fix spelling errors
|
2004-07-26 16:59:55 -04:00 |
Bill Hoffman
|
0b7d154ebd
|
ENH: add verbose make abilility to visual studio 7
|
2004-04-23 13:12:33 -04:00 |
Bill Hoffman
|
a413160fec
|
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
|
2003-08-21 16:22:23 -04:00 |
Bill Hoffman
|
44e3bbce96
|
ENH: add LDFLAGS as an initial value for all linker flags, good for -64
|
2003-05-23 09:35:04 -04:00 |
Bill Hoffman
|
bec6a7076a
|
move cmake install out of advanced
|
2003-02-04 15:37:47 -05:00 |
Andy Cedilnik
|
c4bf103772
|
Remove extra quote
|
2003-01-30 14:34:16 -05:00 |
Bill Hoffman
|
99f115d1fd
|
better docs
|
2002-12-19 12:51:50 -05:00 |
Bill Hoffman
|
bd74882d3e
|
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
|
2002-12-17 14:54:25 -05:00 |
Bill Hoffman
|
96189f79d5
|
ENH: unify EnableLanguage across all generators
|
2002-12-05 13:44:11 -05:00 |
Bill Hoffman
|
e2d1104881
|
determine CMAKE_MAKE_PROGRAM in EnableLanguage
|
2002-12-03 16:19:16 -05:00 |
Sebastien Barre
|
209d00ccfc
|
FUX: those vars need to be ADVANCED
|
2002-11-21 11:46:13 -05:00 |
Bill Hoffman
|
70eaf19326
|
ENH: fix for module run time flag
|
2002-11-21 08:12:19 -05:00 |
Bill Hoffman
|
5a75e03037
|
allow flags to be in the CC and CXX environment variables
|
2002-11-19 18:17:17 -05:00 |
Bill Hoffman
|
0cb9343e83
|
BUG: fix CFLAGS
|
2002-11-19 12:20:21 -05:00 |
Andy Cedilnik
|
ebb6477dbb
|
If system detection fails, make copy of CMakeCache
|
2002-11-18 10:51:21 -05:00 |
Bill Hoffman
|
a2ec93371b
|
ENH: add back install prefix
|
2002-11-15 10:07:38 -05:00 |
Bill Hoffman
|
c652215ca8
|
ENH: add CFLAGS and CXXFLAGS
|
2002-11-15 09:16:34 -05:00 |
Andy Cedilnik
|
115ea25dab
|
BUG: fix flags for c compiler on windows
|
2002-11-14 11:33:25 -05:00 |
Bill Hoffman
|
98ef89bf77
|
Set CMAKE_BUILD_TOOL
|
2002-11-12 09:12:13 -05:00 |
Bill Hoffman
|
36db45082e
|
ENH: fix up several problems with new stuff
|
2002-11-11 18:10:30 -05:00 |
Bill Hoffman
|
d1051bb575
|
clean up flags with _init flags
|
2002-11-11 12:31:46 -05:00 |
Brad King
|
3a6d52f4c5
|
ENH: Moved caching of C*_FLAGS* settings down to CMakeSystemSpecificInformation.cmake. The platform files can set the defaults on the first run, and then the settings are cached at the end.
|
2002-11-08 18:06:53 -05:00 |
Bill Hoffman
|
f5d95fb078
|
Complete rework of makefile generators expect trouble
|
2002-11-08 15:46:08 -05:00 |
Bill Hoffman
|
319c3adf2a
|
*** empty log message ***
|
2002-10-25 14:08:17 -04:00 |
Bill Hoffman
|
fa782867b3
|
closer to removing autoconf
|
2002-10-23 16:53:53 -04:00 |
Bill Hoffman
|
0692323fe0
|
*** empty log message ***
|
2002-10-22 15:04:52 -04:00 |
Bill Hoffman
|
b1114a344f
|
new cmake based configuration
|
2002-10-22 10:34:07 -04:00 |