Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | now creates output directories | Ken Martin | 2001-08-10 | 2 | -0/+2 |
| | |||||
* | ENH: update pdf to rtf | Bill Hoffman | 2001-08-09 | 1 | -0/+0 |
| | |||||
* | ENH: add some docs for sgi CC | Bill Hoffman | 2001-08-09 | 1 | -132/+143 |
| | |||||
* | BUG: or and and were inverted. | Berk Geveci | 2001-08-09 | 2 | -4/+4 |
| | |||||
* | add generated ChangeLog file. Should be updated each time a new version is made | Bill Hoffman | 2001-08-09 | 1 | -0/+4833 |
| | |||||
* | updated version | Ken Martin | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | updated version | Ken Martin | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | out of date | Ken Martin | 2001-08-09 | 1 | -207/+0 |
| | |||||
* | BUG: add in for scope variable | Bill Hoffman | 2001-08-09 | 1 | -0/+1 |
| | |||||
* | ENH: update to new style of cache access | Ken Martin | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | BUG: can not Add a definition that you just got | Bill Hoffman | 2001-08-08 | 2 | -3/+0 |
| | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 34 | -215/+284 |
| | | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping | ||||
* | ENH: compile with broken 720 SGI C++ compiler | Bill Hoffman | 2001-08-07 | 2 | -2/+48 |
| | |||||
* | ENH: html output for docs | Bill Hoffman | 2001-08-07 | 1 | -4/+4 |
| | |||||
* | ENH: update documents with current commands and new GUI | Bill Hoffman | 2001-08-07 | 1 | -12070/+5268 |
| | |||||
* | ERR: CMakeLogo.gif has been moved to the root directory of the source so ↵ | Brad King | 2001-08-07 | 1 | -1/+1 |
| | | | | that the Web and Web/Art directories are not needed here. | ||||
* | ENH: CMakeLogo for Dart to use on testing web page. | Brad King | 2001-08-07 | 1 | -0/+0 |
| | |||||
* | added new if commands | Ken Martin | 2001-08-06 | 4 | -51/+114 |
| | |||||
* | Re-adding doc files. They were accidentally removed due to a symlink from ↵ | Brad King | 2001-08-06 | 2 | -0/+22677 |
| | | | | the CMake/Web directory when it was removed. | ||||
* | Removing Web directory from CMake. It is moving to a separate, parallel CVS ↵ | Brad King | 2001-08-06 | 34 | -23641/+0 |
| | | | | module called "CMakeWeb" | ||||
* | ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy ↵ | Brad King | 2001-08-03 | 2 | -20/+32 |
| | | | | and configuration on the initial pass so that current variable values are used. | ||||
* | ENH: Added use of a class's tag to generate a better set of filenames for ↵ | Brad King | 2001-08-02 | 2 | -26/+74 |
| | | | | 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. | ||||
* | BUG: Generated link line for shared libraries had CMAKE_CXX_FLAGS instead of ↵ | Brad King | 2001-08-02 | 1 | -1/+1 |
| | | | | CMAKE_CXXFLAGS (note underscore). | ||||
* | BUG: Fixed off-by-one error in ExpandVariablesInString for case of $ or @ as ↵ | Brad King | 2001-08-02 | 1 | -4/+5 |
| | | | | last character of string. | ||||
* | BUG: We don't want to output -I/usr/include in the INCLUDE_FLAGS variable. ↵ | Brad King | 2001-08-02 | 1 | -1/+7 |
| | | | | This causes problems with finding system headers in the wrong places for certain standard library implementations. | ||||
* | ENH: Added SUBDIR_DEPENDS command and corresponding support code. This ↵ | Brad King | 2001-08-01 | 6 | -1/+196 |
| | | | | command allows specification that a set of subdirectories be built before a particular directory. | ||||
* | BUG: Needed to expand variables of definitions. | Brad King | 2001-08-01 | 1 | -1/+3 |
| | |||||
* | BUG: Need to expand variables when a regular expression is specified. | Brad King | 2001-08-01 | 1 | -1/+3 |
| | |||||
* | ENH: Support to find CABLE utility if it is installed. | Brad King | 2001-08-01 | 1 | -0/+36 |
| | |||||
* | ENH: Added tk library names tk8.4 tk8.3 tk8.2 and tk8.0 to correspond to ↵ | Brad King | 2001-08-01 | 1 | -1/+1 |
| | | | | tk84 tk83 tk82 and tk80. TK_LIBRARY should now be found on more platforms. | ||||
* | ENH: Added INSTALL_PROGRAMS command and corresponding support. This ↵ | Brad King | 2001-07-31 | 11 | -18/+283 |
| | | | | 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. | ||||
* | ERR: ElementCombinationGenerator::ReplacePortion needs to be a friend of ↵ | Brad King | 2001-07-30 | 1 | -1/+3 |
| | | | | ElementCombinationGenerator so that it can get access to ElementCombinationGenerator::Substitution. Also fixed one minor problem for HP build. | ||||
* | BUG: Changed include and link directory paths in cmMakefile back to ↵ | Brad King | 2001-07-30 | 7 | -61/+52 |
| | | | | 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. | ||||
* | Removed the Uniquification of the include and link directory list in FinalPass, | Ian Scott | 2001-07-30 | 7 | -56/+50 |
| | | | | | and achieved the same effect by makein m_LinkDirectores and m_IncludeDirectories a set rather than vector | ||||
* | ENH: Re-implemented ExpandVariablesInString to significantly improve ↵ | Bill Hoffman | 2001-07-27 | 1 | -16/+100 |
| | | | | performance. | ||||
* | MAkefile now strips duplicate directores from the libraries and include paths | Ian Scott | 2001-07-27 | 2 | -0/+31 |
| | |||||
* | ENH: Added cable class-set expansion and tagging for alternate name ↵ | Brad King | 2001-07-26 | 4 | -54/+635 |
| | | | | generation. This should make the generated wrappers much easier to setup and use. | ||||
* | ENH: change the logic of disabling the ok button a bit | Bill Hoffman | 2001-07-26 | 2 | -4/+11 |
| | |||||
* | ENH: Updated regexp for tracing dependencies in FLTK dialog. | Berk Geveci | 2001-07-26 | 1 | -1/+1 |
| | |||||
* | fixed warnings | Ken Martin | 2001-07-26 | 1 | -2/+1 |
| | |||||
* | ENH: rework GUI with configure/OK/Cancel | Bill Hoffman | 2001-07-25 | 11 | -130/+174 |
| | |||||
* | added for each command | Ken Martin | 2001-07-25 | 6 | -51/+71 |
| | |||||
* | new commands | Ken Martin | 2001-07-25 | 4 | -0/+413 |
| | |||||
* | Removing trailing spaces after cache entry value. | Berk Geveci | 2001-07-25 | 1 | -3/+4 |
| | |||||
* | BUG: fix on scroll with buttons | Bill Hoffman | 2001-07-24 | 4 | -2/+28 |
| | |||||
* | BUG: Fixed dependency generation to work for when there are many, many ↵ | Brad King | 2001-07-24 | 1 | -10/+3 |
| | | | | dependencies. Output is now easier to ready anyway because each dependency is on its own line. | ||||
* | BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test ↵ | Brad King | 2001-07-23 | 2 | -15/+19 |
| | | | | output can be checked. | ||||
* | ENH: Added support for UNIX compilers. GCC and MIPSpro are supported. | Brad King | 2001-07-23 | 2 | -2/+115 |
| | |||||
* | ENH: Added support for non-verbose mode output from running a command. This ↵ | Brad King | 2001-07-23 | 2 | -10/+24 |
| | | | | can be used when it is expected that the command may fail. | ||||
* | ENH: Added CONFIGURE_GCCXML command to do hard work of configuring GCCXML's ↵ | Brad King | 2001-07-23 | 3 | -0/+262 |
| | | | | flags for the current compiler. Currently only implemented correctly for Visual C++ in Windows. |