Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added SetLocal method | Ken Martin | 2001-05-18 | 5 | -5/+36 |
| | |||||
* | BUG: quote the compiler and other options | Bill Hoffman | 2001-05-18 | 2 | -22/+20 |
| | |||||
* | compile source dir into cmake | Bill Hoffman | 2001-05-17 | 2 | -12/+5 |
| | |||||
* | ERR:Bad #ifdef's | Will Schroeder | 2001-05-17 | 1 | -2/+2 |
| | |||||
* | ENH: Added Methods for loading the cache | Luis Ibanez | 2001-05-17 | 1 | -1/+126 |
| | |||||
* | ENH: Load the cache at start | Luis Ibanez | 2001-05-17 | 1 | -0/+1 |
| | |||||
* | ENH: Added methods to load the cache | Luis Ibanez | 2001-05-17 | 1 | -0/+4 |
| | |||||
* | moved into Template directory | Ken Martin | 2001-05-17 | 9 | -573/+0 |
| | |||||
* | no longer used | Ken Martin | 2001-05-17 | 8 | -189/+0 |
| | |||||
* | unix fix | Ken Martin | 2001-05-17 | 1 | -1/+13 |
| | |||||
* | half checked in changes for CMAKE_ROOT | Ken Martin | 2001-05-17 | 8 | -94/+83 |
| | |||||
* | new directory | Ken Martin | 2001-05-17 | 10 | -0/+582 |
| | |||||
* | VC++ Project file to construct the FLTK GUI for CMake | Luis Ibanez | 2001-05-17 | 1 | -0/+96 |
| | |||||
* | Main file that instantiates the GUI class and run it. | Luis Ibanez | 2001-05-17 | 1 | -0/+22 |
| | |||||
* | Implementation of the virtual Callbacks declared in the GUI | Luis Ibanez | 2001-05-17 | 2 | -0/+254 |
| | |||||
* | File generated by FLTK FLUID containing the implementation of the GUI | Luis Ibanez | 2001-05-17 | 2 | -0/+166 |
| | |||||
* | GUI description file used by FLTK interactive tool : FLUID | Luis Ibanez | 2001-05-17 | 1 | -0/+74 |
| | |||||
* | BUG: fix to compile on hp with aCC | Bill Hoffman | 2001-05-17 | 4 | -4/+6 |
| | |||||
* | Renamed gccxml input/output files to drop _tcl qualification. | Brad King | 2001-05-17 | 1 | -2/+2 |
| | |||||
* | ENH: fix for sunCC | Bill Hoffman | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | BUG: fix for sun compiler | Bill Hoffman | 2001-05-16 | 2 | -1/+8 |
| | |||||
* | ERR: Removed use of member templates. | Brad King | 2001-05-16 | 2 | -5/+15 |
| | |||||
* | ERR: int -> unsigned int | Brad King | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | ERR: const error fixed. | Brad King | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | ENH: Added cmCableClassSet.cxx to build. | Brad King | 2001-05-16 | 1 | -4/+8 |
| | |||||
* | ERR: Added is_open() check in cmGeneratedFileStream::operator bool() so that ↵ | Brad King | 2001-05-16 | 1 | -1/+1 |
| | | | | implicit conversion to bool is not used. | ||||
* | ERR: Removed dynamic_cast so that RTTI isn't required. | Brad King | 2001-05-16 | 1 | -1/+2 |
| | |||||
* | ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be ↵ | Brad King | 2001-05-16 | 8 | -0/+925 |
| | | | | used with the main branch of CABLE, though. | ||||
* | ENH: cmGeneratedFileStream class added to simplify copy-if-different usage ↵ | Brad King | 2001-05-16 | 1 | -0/+142 |
| | | | | on generated files. | ||||
* | *** empty log message *** | Bill Hoffman | 2001-05-16 | 1 | -56/+19 |
| | |||||
* | ENH: unify make process on unix | Bill Hoffman | 2001-05-16 | 15 | -131/+398 |
| | |||||
* | ENH: Added cmData and corresponding DataMap in cmMakefile to allow commands ↵ | Brad King | 2001-05-16 | 3 | -0/+132 |
| | | | | to register arbitrary extra data with the makefile without modifying the cmMakefile class definition. | ||||
* | added output directory support | Ken Martin | 2001-05-15 | 6 | -11/+44 |
| | |||||
* | Changed separator between registry key and its value. Change regexp for ↵ | Sebastien Barre | 2001-05-14 | 1 | -3/+3 |
| | | | | registry key. | ||||
* | Changed separator between registry key and its value. | Sebastien Barre | 2001-05-14 | 1 | -16/+16 |
| | |||||
* | ENH: put back lost changes from r1.38 | Bill Hoffman | 2001-05-14 | 1 | -2/+1 |
| | |||||
* | fix + => += bug reported by A. Perera | Sebastien Barre | 2001-05-12 | 1 | -3/+3 |
| | |||||
* | I know, there are more serious things to do :) A new icon. The previous one ↵ | Sebastien Barre | 2001-05-11 | 1 | -0/+0 |
| | | | | has not be overwritten, it's in there too. | ||||
* | Extended the registry key regexp | Sebastien Barre | 2001-05-11 | 1 | -2/+2 |
| | |||||
* | Add 8.4 and registry support | Sebastien Barre | 2001-05-11 | 1 | -8/+39 |
| | |||||
* | Add support for a specific value name in a registry key | Sebastien Barre | 2001-05-11 | 1 | -14/+29 |
| | |||||
* | Cache file is a bit prettier | Geoffrey Cross | 2001-05-11 | 1 | -1/+13 |
| | |||||
* | BUG: fix find library for unix | Bill Hoffman | 2001-05-11 | 3 | -9/+11 |
| | |||||
* | NAMES syntax | Sebastien Barre | 2001-05-11 | 1 | -2/+4 |
| | |||||
* | fix for expanding library vars | Ken Martin | 2001-05-11 | 2 | -2/+4 |
| | |||||
* | Fix help string when NAMES was used (forgot the case when there is no name) | Sebastien Barre | 2001-05-11 | 1 | -1/+5 |
| | |||||
* | Fix help string when NAMES was used | Sebastien Barre | 2001-05-11 | 1 | -28/+29 |
| | |||||
* | ERR: int -> unsigned int. | Brad King | 2001-05-11 | 1 | -3/+1 |
| | |||||
* | BUG: add back thread library | Bill Hoffman | 2001-05-11 | 2 | -2/+16 |
| | |||||
* | expands reg values | Ken Martin | 2001-05-11 | 1 | -0/+2 |
| |