Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Wrote correct implementation of cmCopyFile. | Brad King | 2001-06-22 | 1 | -13/+40 |
| | |||||
* | BUG: Fixed generation of cMakeRoot in one case. | Brad King | 2001-06-22 | 1 | -2/+3 |
| | |||||
* | ENH: Added string.h include. | Brad King | 2001-06-22 | 1 | -1/+2 |
| | |||||
* | ERR: Removed stray standard header include. They should be added to ↵ | Brad King | 2001-06-22 | 1 | -1/+0 |
| | | | | cmStandardIncludes.h | ||||
* | BUG: Added missing newline in error message. | Brad King | 2001-06-22 | 1 | -1/+1 |
| | |||||
* | removed stricmp | Ken Martin | 2001-06-22 | 1 | -1/+1 |
| | |||||
* | escape quotes on cmaketest.h.in | Ken Martin | 2001-06-22 | 1 | -1/+1 |
| | |||||
* | added escape quotes option | Ken Martin | 2001-06-22 | 2 | -7/+25 |
| | |||||
* | added escape quotes option in replace strings | Ken Martin | 2001-06-22 | 2 | -2/+14 |
| | |||||
* | added escape quote method | Ken Martin | 2001-06-22 | 2 | -0/+19 |
| | |||||
* | ENH: Added new command SOURCE_FILES_REMOVE which can be used | John Biddiscombe | 2001-06-22 | 3 | -1/+173 |
| | | | | | to take files out of the build. Especially useful when certain compilers choke on the odd file. | ||||
* | ENH: Added RemoveSource(...) to complement AddSource. New command | John Biddiscombe | 2001-06-22 | 2 | -3/+29 |
| | | | | SOURCE_FILES_REMOVE uses it and can be used to take files out of the build | ||||
* | namespace issues | Ken Martin | 2001-06-22 | 1 | -6/+6 |
| | |||||
* | allow no name project | Bill Hoffman | 2001-06-21 | 1 | -1/+8 |
| | |||||
* | better testing | Ken Martin | 2001-06-21 | 1 | -1/+9 |
| | |||||
* | adde changeDirectory | Ken Martin | 2001-06-21 | 2 | -1/+8 |
| | |||||
* | new test driver | Ken Martin | 2001-06-21 | 2 | -0/+64 |
| | |||||
* | BUG: fix for unix | Bill Hoffman | 2001-06-21 | 1 | -8/+8 |
| | |||||
* | ENH: clean up | Bill Hoffman | 2001-06-21 | 1 | -3/+5 |
| | |||||
* | ENH: look in the PREFIX dir for the modules | Bill Hoffman | 2001-06-21 | 1 | -38/+49 |
| | |||||
* | ENH: better ability to find cmake program | Bill Hoffman | 2001-06-21 | 2 | -1/+22 |
| | |||||
* | better permission handling | Ken Martin | 2001-06-21 | 1 | -2/+2 |
| | |||||
* | ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about ↵ | Brad King | 2001-06-21 | 7 | -38/+53 |
| | | | | missing dependencies. | ||||
* | ENH: Added BUILD_FLTK_GUI option (defaults to ON). | Brad King | 2001-06-21 | 1 | -2/+4 |
| | |||||
* | BUG: fix bootstrap build on unix | Bill Hoffman | 2001-06-21 | 3 | -6/+11 |
| | |||||
* | ENH: Update the cacheManager from the GUI after each callback. | Luis Ibanez | 2001-06-21 | 3 | -9/+15 |
| | | | | Only load the cache from disk if the binary path has changed. | ||||
* | added install target | Ken Martin | 2001-06-21 | 1 | -1/+1 |
| | |||||
* | better install support | Ken Martin | 2001-06-21 | 5 | -26/+73 |
| | |||||
* | ENH: add optional include and only allow one file per INCLUDE | Bill Hoffman | 2001-06-21 | 2 | -8/+17 |
| | |||||
* | ENH: INTERNAL properties are not display any longer in the GUI | Luis Ibanez | 2001-06-21 | 1 | -4/+1 |
| | |||||
* | ENH: The cache is not saved now after every modification of the GUI | Luis Ibanez | 2001-06-21 | 1 | -5/+0 |
| | |||||
* | ENH: Clearing and redrawing the property list after a build to load the new ↵ | Luis Ibanez | 2001-06-21 | 2 | -3/+14 |
| | | | | cache. | ||||
* | ENH: PropertyRows have now a reference to CMakeSetupGUI and save the cache | Luis Ibanez | 2001-06-21 | 5 | -23/+71 |
| | | | | at each callback action | ||||
* | ENH: PropertyNameButton was removed. PropertyRow manages all the callbacks now | Luis Ibanez | 2001-06-21 | 7 | -52/+84 |
| | |||||
* | Removed: now the help string is managed by the PropertyRow class | Luis Ibanez | 2001-06-21 | 2 | -286/+0 |
| | |||||
* | ENH: add CMakeSetup as a target | Bill Hoffman | 2001-06-20 | 2 | -1/+17 |
| | |||||
* | ENH: boot strap mfc gui and support for MFC | Bill Hoffman | 2001-06-20 | 2 | -2/+13 |
| | |||||
* | ENH: fix cmake so it can boot strap itself better | Bill Hoffman | 2001-06-20 | 7 | -24/+48 |
| | |||||
* | ENH: build fltk cmake on unix with bootstrap | Bill Hoffman | 2001-06-19 | 4 | -8/+15 |
| | |||||
* | ENH: CMake now always adds the BUILD_SHARED_LIBS cache entry. The ↵ | Brad King | 2001-06-19 | 2 | -26/+14 |
| | | | | BUILD_SHARED_LIBRARIES command that used to be used is now deprecated. | ||||
* | ENH: add bootstrap support for building fltk | Bill Hoffman | 2001-06-19 | 1 | -0/+20 |
| | |||||
* | ENH: add bootstrap support for building fltk | Bill Hoffman | 2001-06-19 | 3 | -5/+20 |
| | |||||
* | ENH: add resize ability to dialog and fix tab stop orders | Bill Hoffman | 2001-06-19 | 5 | -27/+78 |
| | |||||
* | ENH: Removing old-style cable commands related to the instantiation ↵ | Brad King | 2001-06-19 | 23 | -2655/+0 |
| | | | | functionality which has now been removed from cable. | ||||
* | ERR: Removed unused variable. | Brad King | 2001-06-19 | 1 | -1/+0 |
| | |||||
* | ENH: Changed generated filename to DartTestfile.txt | Jim Miller | 2001-06-19 | 2 | -2/+2 |
| | |||||
* | BUG: use pclose not fclose | Bill Hoffman | 2001-06-18 | 1 | -2/+2 |
| | |||||
* | ENH: LINK_LIBRARIES(abc) will automatically add the path to abc to the | Amitha Perera | 2001-06-18 | 1 | -0/+6 |
| | | | | link directories, if the path is known. | ||||
* | BUG: remove unused | Bill Hoffman | 2001-06-18 | 1 | -1/+0 |
| | |||||
* | BUG: create directories in the right place | Bill Hoffman | 2001-06-18 | 1 | -1/+14 |
| |