- 01 Aug, 2007 12 commits
-
-
Alexander Neundorf authored
Alex
-
Brad King authored
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
-
Alexander Neundorf authored
Alex
-
David Cole authored
-
Alexander Neundorf authored
STYLE: some more tuning for the comment text Alex
-
Alexander Neundorf authored
ENH: works also with nmake, tested by Jeff Alex
-
Brad King authored
BUG: Do not recognize preprocessor definition flags for the linker which has no preprocessor but does have flags starting with /D.
-
Brad King authored
BUG: <CONFIG>_LOCATION property should use the config name in the directory and not $(OutDir). This addresses bug#5363.
-
Brad King authored
-
Alexander Neundorf authored
COMP: also build the static dummy loader on Cray Catamount Alex
-
Alexander Neundorf authored
ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-Villanueva Alex
-
Alexander Neundorf authored
ENH: add support for Catamount, the OS running on the compute nodes of Cray super computers Alex
-
- 31 Jul, 2007 4 commits
-
-
Andy Cedilnik authored
-
Alexander Neundorf authored
ENH: add tests for check_c_source_runs(), check_cxx_source_runs(), check_c_source_compiles() and check_cxx_source_compiles() -TRY_RUN in crosscompiling mode: copy the created executables to CMAKE_BINARY_DIR so the user can run them manually on the target Alex
-
Alexander Neundorf authored
STYLE: don't use FIND_INCLUDE_FILE() but only FIND_INCLUDE_FILES() in FindThreads.h BUG: improve CheckC(XX)SourceRuns.cmake so that it works with cross compiling, the return value has to go in the cache but shouldn't overwrite the actual return value, and it should go only in the cache if we have a result from try_run() otherwise we won't get here again if we have a result later on Alex
-
Bill Hoffman authored
BUG: fix DLL and DEF being lost and add real support for /DEF: /DLL does not have an entry so just let it pass to advanced command line
-
- 30 Jul, 2007 5 commits
-
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Alexander Neundorf authored
COMP: add a dynamic loader for systems which don't support dynamic loading, so this is handled in kwsys and not every project using this has to care for it Alex
-
Alexander Neundorf authored
ENH: FORCE the values in the cache, otherwise the file is useless Alex
-
- 29 Jul, 2007 1 commit
-
-
Andy Cedilnik authored
-
- 28 Jul, 2007 2 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- 27 Jul, 2007 5 commits
-
-
Alexander Neundorf authored
STYLE: fix line length Alex
-
Alexander Neundorf authored
ENH: -add /usr/openwin/include and /usr/openwin/lib to the default search paths -add /${CMAKE_INSTALL_PREFIX}/(lib|bin|include) to the default cmake search paths -> this should help users who install stuff in their home Alex
-
Bill Hoffman authored
-
Alexander Neundorf authored
ENH: deb generator can now generate deb packages -remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex
-
Andy Cedilnik authored
-
- 26 Jul, 2007 5 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
Alexander Neundorf authored
STYLE: fix line lengths Alex
-
Andy Cedilnik authored
-
- 25 Jul, 2007 6 commits
-
-
Bill Hoffman authored
-
Alexander Neundorf authored
COMP: same as in VTK, build modules by default as shared if the platform supports this, don't include shared modules in the generated header Alex
-
Alexander Neundorf authored
ENH: apply patch from Mathieu which creates a deb file (not finishsed yet) Alex
-
Alexander Neundorf authored
COMP: silence warnings Alex
-
Alexander Neundorf authored
ENH: add an empty debian package generator, Mathieu volunteered to fill it :-) Alex
-
Bill Hoffman authored
-