summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Wrote correct implementation of cmCopyFile.Brad King2001-06-221-13/+40
|
* BUG: Fixed generation of cMakeRoot in one case.Brad King2001-06-221-2/+3
|
* ENH: Added string.h include.Brad King2001-06-221-1/+2
|
* ERR: Removed stray standard header include. They should be added to ↵Brad King2001-06-221-1/+0
| | | | cmStandardIncludes.h
* BUG: Added missing newline in error message.Brad King2001-06-221-1/+1
|
* removed stricmpKen Martin2001-06-221-1/+1
|
* escape quotes on cmaketest.h.inKen Martin2001-06-221-1/+1
|
* added escape quotes optionKen Martin2001-06-222-7/+25
|
* added escape quotes option in replace stringsKen Martin2001-06-222-2/+14
|
* added escape quote methodKen Martin2001-06-222-0/+19
|
* ENH: Added new command SOURCE_FILES_REMOVE which can be usedJohn Biddiscombe2001-06-223-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 commandJohn Biddiscombe2001-06-222-3/+29
| | | | SOURCE_FILES_REMOVE uses it and can be used to take files out of the build
* namespace issuesKen Martin2001-06-221-6/+6
|
* allow no name projectBill Hoffman2001-06-211-1/+8
|
* better testingKen Martin2001-06-211-1/+9
|
* adde changeDirectoryKen Martin2001-06-212-1/+8
|
* new test driverKen Martin2001-06-212-0/+64
|
* BUG: fix for unixBill Hoffman2001-06-211-8/+8
|
* ENH: clean upBill Hoffman2001-06-211-3/+5
|
* ENH: look in the PREFIX dir for the modulesBill Hoffman2001-06-211-38/+49
|
* ENH: better ability to find cmake programBill Hoffman2001-06-212-1/+22
|
* better permission handlingKen Martin2001-06-211-2/+2
|
* ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about ↵Brad King2001-06-217-38/+53
| | | | missing dependencies.
* ENH: Added BUILD_FLTK_GUI option (defaults to ON).Brad King2001-06-211-2/+4
|
* BUG: fix bootstrap build on unixBill Hoffman2001-06-213-6/+11
|
* ENH: Update the cacheManager from the GUI after each callback.Luis Ibanez2001-06-213-9/+15
| | | | Only load the cache from disk if the binary path has changed.
* added install targetKen Martin2001-06-211-1/+1
|
* better install supportKen Martin2001-06-215-26/+73
|
* ENH: add optional include and only allow one file per INCLUDEBill Hoffman2001-06-212-8/+17
|
* ENH: INTERNAL properties are not display any longer in the GUILuis Ibanez2001-06-211-4/+1
|
* ENH: The cache is not saved now after every modification of the GUILuis Ibanez2001-06-211-5/+0
|
* ENH: Clearing and redrawing the property list after a build to load the new ↵Luis Ibanez2001-06-212-3/+14
| | | | cache.
* ENH: PropertyRows have now a reference to CMakeSetupGUI and save the cacheLuis Ibanez2001-06-215-23/+71
| | | | at each callback action
* ENH: PropertyNameButton was removed. PropertyRow manages all the callbacks nowLuis Ibanez2001-06-217-52/+84
|
* Removed: now the help string is managed by the PropertyRow classLuis Ibanez2001-06-212-286/+0
|
* ENH: add CMakeSetup as a targetBill Hoffman2001-06-202-1/+17
|
* ENH: boot strap mfc gui and support for MFCBill Hoffman2001-06-202-2/+13
|
* ENH: fix cmake so it can boot strap itself betterBill Hoffman2001-06-207-24/+48
|
* ENH: build fltk cmake on unix with bootstrapBill Hoffman2001-06-194-8/+15
|
* ENH: CMake now always adds the BUILD_SHARED_LIBS cache entry. The ↵Brad King2001-06-192-26/+14
| | | | BUILD_SHARED_LIBRARIES command that used to be used is now deprecated.
* ENH: add bootstrap support for building fltkBill Hoffman2001-06-191-0/+20
|
* ENH: add bootstrap support for building fltkBill Hoffman2001-06-193-5/+20
|
* ENH: add resize ability to dialog and fix tab stop ordersBill Hoffman2001-06-195-27/+78
|
* ENH: Removing old-style cable commands related to the instantiation ↵Brad King2001-06-1923-2655/+0
| | | | functionality which has now been removed from cable.
* ERR: Removed unused variable.Brad King2001-06-191-1/+0
|
* ENH: Changed generated filename to DartTestfile.txtJim Miller2001-06-192-2/+2
|
* BUG: use pclose not fcloseBill Hoffman2001-06-181-2/+2
|
* ENH: LINK_LIBRARIES(abc) will automatically add the path to abc to theAmitha Perera2001-06-181-0/+6
| | | | link directories, if the path is known.
* BUG: remove unusedBill Hoffman2001-06-181-1/+0
|
* BUG: create directories in the right placeBill Hoffman2001-06-181-1/+14
|