Commit History

Author SHA1 Message Date
  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. 19 years ago
  Bill Hoffman b7fa820118 ENH: add documentation support for modules 20 years ago
  Bill Hoffman e63ea0a6d2 BUG: LINK_FLAGS are now all LINK_(LANG)_FLAGS 21 years ago
  Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
  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 21 years ago
  Andy Cedilnik c8c5bb4e22 BUG: Unly set gcc flags for C compiler if CMAKE_COMPILER_IS_GNUCC is set 21 years ago
  Bill Hoffman a1b94f4c5c ENH: minor fortran fixes 21 years ago
  Bill Hoffman 9655299f08 ENH: initial fortran support 21 years ago
  Bill Hoffman c8101e8e47 BUG: fix for bug 998, fix spelling errors 21 years ago
  Bill Hoffman 0b7d154ebd ENH: add verbose make abilility to visual studio 7 21 years ago
  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 22 years ago
  Bill Hoffman 44e3bbce96 ENH: add LDFLAGS as an initial value for all linker flags, good for -64 22 years ago
  Bill Hoffman bec6a7076a move cmake install out of advanced 23 years ago
  Andy Cedilnik c4bf103772 Remove extra quote 23 years ago
  Bill Hoffman 99f115d1fd better docs 23 years ago
  Bill Hoffman bd74882d3e ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages 23 years ago
  Bill Hoffman 96189f79d5 ENH: unify EnableLanguage across all generators 23 years ago
  Bill Hoffman e2d1104881 determine CMAKE_MAKE_PROGRAM in EnableLanguage 23 years ago
  Sebastien Barre 209d00ccfc FUX: those vars need to be ADVANCED 23 years ago
  Bill Hoffman 70eaf19326 ENH: fix for module run time flag 23 years ago
  Bill Hoffman 5a75e03037 allow flags to be in the CC and CXX environment variables 23 years ago
  Bill Hoffman 0cb9343e83 BUG: fix CFLAGS 23 years ago
  Andy Cedilnik ebb6477dbb If system detection fails, make copy of CMakeCache 23 years ago
  Bill Hoffman a2ec93371b ENH: add back install prefix 23 years ago
  Bill Hoffman c652215ca8 ENH: add CFLAGS and CXXFLAGS 23 years ago
  Andy Cedilnik 115ea25dab BUG: fix flags for c compiler on windows 23 years ago
  Bill Hoffman 98ef89bf77 Set CMAKE_BUILD_TOOL 23 years ago
  Bill Hoffman 36db45082e ENH: fix up several problems with new stuff 23 years ago
  Bill Hoffman d1051bb575 clean up flags with _init flags 23 years ago
  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. 23 years ago