- Aug 07, 2001
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
ERR: CMakeLogo.gif has been moved to the root directory of the source so that the Web and Web/Art directories are not needed here.
-
Brad King authored
-
- Aug 06, 2001
-
-
Ken Martin authored
-
Brad King authored
Re-adding doc files. They were accidentally removed due to a symlink from the CMake/Web directory when it was removed.
-
Brad King authored
Removing Web directory from CMake. It is moving to a separate, parallel CVS module called "CMakeWeb"
-
- Aug 03, 2001
-
-
Brad King authored
ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy and configuration on the initial pass so that current variable values are used.
-
- Aug 02, 2001
-
-
Brad King authored
ENH: Added use of a class's tag to generate a better set of filenames for its wrapper configuration, xml, and generated files. This should also prevent half the classes from re-wrapping when a new one is inserted in the middle.
-
Brad King authored
BUG: Generated link line for shared libraries had CMAKE_CXX_FLAGS instead of CMAKE_CXXFLAGS (note underscore).
-
Brad King authored
BUG: Fixed off-by-one error in ExpandVariablesInString for case of $ or @ as last character of string.
-
Brad King authored
BUG: We don't want to output -I/usr/include in the INCLUDE_FLAGS variable. This causes problems with finding system headers in the wrong places for certain standard library implementations.
-
- Aug 01, 2001
-
-
Brad King authored
ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
ENH: Added tk library names tk8.4 tk8.3 tk8.2 and tk8.0 to correspond to tk84 tk83 tk82 and tk80. TK_LIBRARY should now be found on more platforms.
-
- Jul 31, 2001
-
-
Brad King authored
ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will.
-
- Jul 30, 2001
-
-
Brad King authored
ERR: ElementCombinationGenerator::ReplacePortion needs to be a friend of ElementCombinationGenerator so that it can get access to ElementCombinationGenerator::Substitution. Also fixed one minor problem for HP build.
-
Brad King authored
BUG: Changed include and link directory paths in cmMakefile back to std::vector because there is an order dependency. Only cmMakefile::AddIncludeDirectory and cmMakefile::AddLinkDirectory should be called to add directories to the paths. They make sure the paths are unique as they are inserted.
-
Ian Scott authored
and achieved the same effect by makein m_LinkDirectores and m_IncludeDirectories a set rather than vector
-
- Jul 27, 2001
-
-
Bill Hoffman authored
-
Ian Scott authored
-
- Jul 26, 2001
-
-
Brad King authored
ENH: Added cable class-set expansion and tagging for alternate name generation. This should make the generated wrappers much easier to setup and use.
-
Bill Hoffman authored
-
Berk Geveci authored
-
Ken Martin authored
-
- Jul 25, 2001
-
-
Bill Hoffman authored
-
Ken Martin authored
-
Ken Martin authored
-
Berk Geveci authored
-
- Jul 24, 2001
-
-
Bill Hoffman authored
-
Brad King authored
BUG: Fixed dependency generation to work for when there are many, many dependencies. Output is now easier to ready anyway because each dependency is on its own line.
-
- Jul 23, 2001
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
ENH: Added support for non-verbose mode output from running a command. This can be used when it is expected that the command may fail.
-
Brad King authored
ENH: Added CONFIGURE_GCCXML command to do hard work of configuring GCCXML's flags for the current compiler. Currently only implemented correctly for Visual C++ in Windows.
-
Brad King authored
-
- Jul 20, 2001
-
-
Jim Miller authored
-