Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | ENH: Module to find and configure GCCXML and GCCXML_FLAGS. | Brad King | 2001-07-23 | 1 | -0/+9 |
| | |||||
* | FIX: changed hyperlink color from white/white | Jim Miller | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | ENH: Added Purify targets | Jim Miller | 2001-07-20 | 1 | -0/+4 |
| | |||||
* | ENH: Added purify command. | Jim Miller | 2001-07-20 | 1 | -0/+1 |
| | |||||
* | adding what I think is a missing /pdbtype:sept | Ian Scott | 2001-07-20 | 1 | -2/+2 |
| | |||||
* | ENH: Save and Load of recent Source and Binary directories added. | Luis Ibanez | 2001-07-19 | 6 | -10/+349 |
| | |||||
* | updated version | Ken Martin | 2001-07-18 | 1 | -1/+1 |
| | |||||
* | limit library search to appropriate extensions | Ken Martin | 2001-07-18 | 1 | -0/+3 |
| | |||||
* | BUG: enable testing even if not tcl found | Bill Hoffman | 2001-07-18 | 1 | -1/+1 |
| | |||||
* | ENH: Added generation of dependencies on the CMake-generated input to ↵ | Brad King | 2001-07-17 | 1 | -1/+21 |
| | | | | gcc-xml so that re-generation of wrappers will occur if a header changes. | ||||
* | BUG: Need to expand variables in search paths in case it hasn't been done ↵ | Brad King | 2001-07-17 | 1 | -1/+3 |
| | | | | yet by the makefile. | ||||
* | ENH: Hacked together a new implementation of the dependency generator code. ↵ | Brad King | 2001-07-17 | 4 | -201/+158 |
| | | | | This should support finding dependencies for individual files without doing them for the entire makefile. Use cmMakeDepend::FindDependencies() to do this. | ||||
* | ENH: Added support for using backslash-style escaping in CMakeLists.txt file ↵ | Brad King | 2001-07-17 | 9 | -37/+82 |
| | | | | arguments. This allows double quotes to be used in arguments. | ||||
* | ENH: Source and header file extensions are in variables in cmMakefile. | Amitha Perera | 2001-07-16 | 8 | -84/+105 |
| | | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension. | ||||
* | ENH: add TestingSetup | Bill Hoffman | 2001-07-16 | 13 | -24/+197 |
| | |||||
* | Search path for OpenGL related libraries | Luis Ibanez | 2001-07-16 | 2 | -0/+57 |
| | |||||
* | ERR: ITK is the original sponsoring project for CMake, not itself. | Brad King | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | ENH: add a variable for CMAKE_COMPILER_IS_GNUCXX | Bill Hoffman | 2001-07-16 | 3 | -0/+12 |
| | |||||
* | BUG: make sure cache is cleared | Bill Hoffman | 2001-07-16 | 1 | -8/+3 |
| | |||||
* | ENH: add support for mac osx | Bill Hoffman | 2001-07-16 | 2 | -2/+25 |
| | |||||
* | update include/lib path to Python (Linux) | Sebastien Barre | 2001-07-16 | 1 | -1/+5 |
| | |||||
* | ENH: add a check to avoid quitting before rebuilding | Bill Hoffman | 2001-07-12 | 4 | -8/+40 |
| | |||||
* | version num | Ken Martin | 2001-07-11 | 1 | -1/+1 |
| | |||||
* | version num | Ken Martin | 2001-07-11 | 1 | -1/+1 |
| | |||||
* | fixed up resizing info | Ken Martin | 2001-07-11 | 1 | -0/+5 |
| | |||||
* | BUG: make sure find program does not find directories | Bill Hoffman | 2001-07-11 | 1 | -4/+8 |
| | |||||
* | BUG: remove iostream.h includes | Bill Hoffman | 2001-07-10 | 2 | -2/+0 |
| | |||||
* | Unnecessary variable | Berk Geveci | 2001-07-10 | 1 | -1/+0 |
| | |||||
* | Better error checking. | Berk Geveci | 2001-07-10 | 1 | -0/+4 |
| | |||||
* | BUG: fix excape of * for cmake | Bill Hoffman | 2001-07-10 | 2 | -2/+2 |
| |