summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Change CMAKE_CURRENT_CWD to CMAKE_CACHEFILE_DIR and change the messagesAndy Cedilnik2001-10-301-11/+13
|
* ENH: add an option to configure file command that allows for only expansion ↵Bill Hoffman2001-10-304-19/+50
| | | | of at variables and not dollar variables
* FIX: In order to disable a button in fl_choice, a 0 pointer must be sentLuis Ibanez2001-10-301-1/+1
| | | | instead of "".
* ENH: FillCacheManagerFromGUI() was replaced by SaveFromCacheGUI() toLuis Ibanez2001-10-302-8/+8
| | | | | ensure that changes on the GUI are directly update in the config file.
* ENH: fl_ask replaced by fl_choice in FLTKCallback.Luis Ibanez2001-10-301-4/+4
|
* ENH: use callback not ifdef for MFC message box errorsBill Hoffman2001-10-293-10/+17
|
* ENH: add callback for message displayBill Hoffman2001-10-294-4/+44
|
* ENH: Button were renamed : "Configure", "OK" and "Cancel" as the MFC version.Luis Ibanez2001-10-282-9/+9
|
* ENH: Updated with respect to MFC CMakeSetup. New cache entries are nowLuis Ibanez2001-10-288-76/+304
| | | | | colored in red. The browsers for recent directories only popup if there is at least one in the list.
* add dependency for configure files and use short path in WIN32 cmake testBill Hoffman2001-10-263-1/+22
|
* Added check if the binary directory changed. If it did, it will print the ↵Andy Cedilnik2001-10-261-26/+48
| | | | warning message
* ENH: allow -framework as a complete entry in the link line for Mac OSXBerk Geveci2001-10-241-1/+1
|
* The result of this utility command can now be optionally added to the cacheSebastien Barre2001-10-232-4/+28
|
* Add warning regarding the location of ENABLE_TESTING (should be in the top ↵Sebastien Barre2001-10-191-1/+3
| | | | CMakeList.txt, otherwise Dart is lost)
* SITE_NAME should return the most qualified name of the host. If nslookup ↵Sebastien Barre2001-10-181-2/+3
| | | | works, now the domain is appended to the hostname (whereas it *replaced* the host name before)
* Detect error and output useful messageIan Scott2001-10-181-4/+11
| | | | Previously it would have got confused about the destinationSourceGroup
* This command should always set the cahce variabel to a filepath not a pathIan Scott2001-10-181-1/+1
|
* Add PROJECT_NAME to the set of definitionsSebastien Barre2001-10-171-0/+2
|
* ENH: expand variables in message command outputBill Hoffman2001-10-151-3/+5
|
* ENH: clean up error report for source files not foundBill Hoffman2001-10-151-5/+3
|
* added a QT_WRAP_CPP commandIan Scott2001-10-153-0/+219
|
* ENH: Improved parsing of GCCXML_FLAGS to improve generation of gccxml rule. ↵Brad King2001-10-111-10/+39
| | | | Also added ADD_DEFINITIONS arguments to the generated rule.
* Added removing of spaces in CMakeCache.txt in front of comments and variablesAndy Cedilnik2001-10-111-7/+16
|
* ENH: add a warning comment for cache values that can not be changed because ↵Bill Hoffman2001-10-101-1/+12
| | | | they are always loaded from another cache
* FIX: Same as last checkin except applies to bpi files as wellas lib filesJohn Biddiscombe2001-10-101-8/+23
| | | | | | If we can't find it - and it's not a target - and it has no path already specified, it must be in OUTDIRLIB from another makefile in the same project ! (What this really means is the lib paths are correctly specified)
* ENH: better fix for dos return in lines, use the regular expression and ↵Bill Hoffman2001-10-091-17/+3
| | | | don't edit the input line
* ENH: clean up returns from input, so we can read dos files on unixBill Hoffman2001-10-051-1/+14
|
* ENH: fixes for borland compiler testingBill Hoffman2001-10-033-3/+17
|
* FIX:if we can't find it - and it's not a target - and it has no path already ↵John Biddiscombe2001-10-031-1/+16
| | | | | | | specified, it must be in OUTDIRLIB from another makefile in the same project ! (What this really means is the lib paths are correctly specified)
* ENH: add better error reports in parsing cmake files, like what file has the ↵Bill Hoffman2001-10-025-9/+16
| | | | error
* versionKen Martin2001-10-011-1/+1
|
* versionKen Martin2001-10-011-1/+1
|
* BUG: add missing includeBill Hoffman2001-10-011-0/+1
|
* ENH: change checkboxes back to pull down menus, remove leakBill Hoffman2001-10-012-2/+3
|
* BUG: fix full path for file in current directoryBill Hoffman2001-09-291-2/+9
|
* BUG: fix realpath problem again...Berk Geveci2001-09-281-0/+1
|
* BUG: separate path from file name before calling realpathBerk Geveci2001-09-281-3/+3
|
* BUG: get correct library nameBill Hoffman2001-09-282-4/+8
|
* BUG: use realpath instead of cd/pwdBill Hoffman2001-09-272-4/+20
|
* BUG: fix install prefixBill Hoffman2001-09-271-4/+0
|
* ENH: pass prefix from configure into cmakeBill Hoffman2001-09-272-0/+6
|
* improved registry handlingKen Martin2001-09-251-60/+91
|
* memory leakKen Martin2001-09-251-1/+9
|
* BUG: CopyFile should return immediately after an error occurs.Brad King2001-09-211-0/+2
|
* handle spaces in commands and argsBerk Geveci2001-09-201-2/+3
|
* ENH: check for values that switch to internal, can happen with a load cache ↵Ken Martin2001-09-203-10/+16
| | | | command
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-20111-152/+158
| | | | avoid changes to the file cache
* BUG: make a copy of the arguments before passing them to ExecuteKen Martin2001-09-201-1/+3
|
* ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths ↵Brad King2001-09-206-7/+51
| | | | (like /foo/bar/*).
* ENH: Added extra newline in an error message to improve readability.Brad King2001-09-201-0/+1
|