summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix the IF IF problemAndy Cedilnik2001-11-051-1/+1
|
* ERR: To include cmake headers, one should use ../Berk Geveci2001-11-057-12/+9
|
* switched string::compare to strncmpPhil Pritchett2001-11-052-2/+2
|
* Need to include standard headers.Berk Geveci2001-11-041-0/+1
|
* Adding curses support.Berk Geveci2001-11-0424-1/+1159
|
* Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be ↵Sebastien Barre2001-11-034-8/+25
| | | | specified before the actual include dirs
* UpdateSebastien Barre2001-11-022-15/+8
|
* Move usual Unix commands to FindUnixCommands, use FingCygwin in other modulesSebastien Barre2001-11-025-35/+120
|
* Doxygen doc generatorSebastien Barre2001-11-024-0/+286
|
* Doxygen doc generatorSebastien Barre2001-11-021-1/+1
|
* ENH: More Experimental targets for unixDan Blezek2001-11-021-0/+9
|
* allow more than one external MS projectPhil Pritchett2001-11-023-3/+7
|
* On win32 path is all in lower case nowAndy Cedilnik2001-11-021-10/+4
|
* ENH: clean up interface and change build in current directory to build the ↵Bill Hoffman2001-11-012-62/+165
| | | | depend file first
* BUG: use collapse full path when testing cache directoryBill Hoffman2001-11-011-2/+3
|
* ENH: IntDir to INTDIRBill Hoffman2001-11-011-6/+6
|
* Expand vars in exe and lib nameSebastien Barre2001-11-012-5/+13
|
* ENH: clean up drive letter checkBill Hoffman2001-11-011-17/+26
|
* ENH: Added automatic detection of >> sequences in template names and ↵Brad King2001-10-312-30/+38
| | | | replacement with "> >" in the output.
* ENH: Replaced cmStdString implementation to make it more transparently a ↵Brad King2001-10-311-7/+17
| | | | std:string.
* INCLUDE_EXTERNAL_MSPROJECT commandPhil Pritchett2001-10-316-2/+147
|
* FIX: Reverted to use FillCacheManagerFromGUI().Luis Ibanez2001-10-302-8/+9
|
* Fix the problem on windows of capital or lower case drive letter for ↵Andy Cedilnik2001-10-301-0/+10
| | | | CMAKE_CACHEFILE_DIR
* 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.
* *** empty log message ***Bill Hoffman2001-10-261-0/+43
|
* added CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATIONBerk Geveci2001-10-263-23/+42
|
* add dependency for configure files and use short path in WIN32 cmake testBill Hoffman2001-10-263-1/+22
|
* use find_file and not just a set for USE_VTK_FILEBill Hoffman2001-10-261-1/+1
|
* VTK documentation frameworkSebastien Barre2001-10-261-0/+34
|
* Added check if the binary directory changed. If it did, it will print the ↵Andy Cedilnik2001-10-261-26/+48
| | | | warning message
* Add GZIP (gzip)Sebastien Barre2001-10-251-0/+5
|
* Add TAR (path to tar or gtar)Sebastien Barre2001-10-251-2/+11
|
* ENH: allow -framework as a complete entry in the link line for Mac OSXBerk Geveci2001-10-241-1/+1
|
* public no longer has anonymous ftp.Berk Geveci2001-10-241-2/+2
|
* ENH: Improved FIND_PROGRAM call to find the executable in ↵Brad King2001-10-241-5/+9
| | | | PREFIX/share/GCC_XML, the new standard install location.
* Cygwin modSebastien Barre2001-10-231-0/+19
|
* The result of this utility command can now be optionally added to the cacheSebastien Barre2001-10-232-4/+28
|
* Find Graphivz's dot tooSebastien Barre2001-10-231-1/+12
|
* Add Doxygen and Wget modules. Very simple. But might be more complex later, ↵Sebastien Barre2001-10-232-0/+14
| | | | so let's use them asap
* Modules to find Perl and the HTML Help CompilerSebastien Barre2001-10-232-0/+18
|
* 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)