summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: try to get better test coverageBill Hoffman2001-08-2339-0/+570
* also check path for test executablesKen Martin2001-08-231-0/+10
* fixed formatKen Martin2001-08-231-1/+1
* better ctest supportKen Martin2001-08-231-5/+14
* added test driver for make test targetKen Martin2001-08-236-4/+279
* ENH: do not put a rule in to rebuild the ALL_BUILD.dsp file, as it is not pos...Ken Martin2001-08-221-0/+4
* ENH: change all maps of string to be maps of cmStdString, to reduce symbol le...Bill Hoffman2001-08-2210-26/+39
* BUG: shorten length of symbolsBill Hoffman2001-08-221-1/+4
* OUTDIR->IntDirBerk Geveci2001-08-221-2/+2
* BUG: add missing CMakeCommandLineInfoBill Hoffman2001-08-221-0/+1
* CMakeSetup now handles command-line arguments (ex: /H=source_dir /B=build_dir)Sebastien Barre2001-08-216-7/+123
* Added support for .mm source files (ObjC++)Yves Starreveld2001-08-211-0/+1
* BUG: fix check for no std::Bill Hoffman2001-08-202-1783/+3727
* BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler w...Bill Hoffman2001-08-201-5/+0
* Allow option value to be expanded (thus, we can use the value of another opti...Sebastien Barre2001-08-191-3/+4
* gcc and MSVC clash on basic_string::compare(), let's try substr()Sebastien Barre2001-08-191-1/+1
* If the value is a path, collapse it (cleaner)Sebastien Barre2001-08-191-0/+5
* BUG: get the flags rightBill Hoffman2001-08-182-3732/+1788
* Support for $ENV{VAR} syntax (lookup in the environment vars)Sebastien Barre2001-08-182-13/+52
* backwards MATCHES in if and else statementsKen Martin2001-08-172-2/+2
* ENH: default for cygwin should be pthreadsBill Hoffman2001-08-161-1780/+3727
* ENH: add CMAKE_USE_WIN32_THREADS to the possible thread typesBill Hoffman2001-08-164-7/+15
* Adding new options to LoadCache.Berk Geveci2001-08-164-11/+56
* 1. Added EXCLUDE option to LOAD_CACHE.Berk Geveci2001-08-153-13/+72
* looks at same levelKen Martin2001-08-151-0/+1
* ENH: make pthreads the default for cygwinBill Hoffman2001-08-152-2/+2
* ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call ...Brad King2001-08-145-39/+30
* removed grepKen Martin2001-08-131-1/+0
* now creates output directoriesKen Martin2001-08-102-0/+2
* ENH: update pdf to rtfBill Hoffman2001-08-091-0/+0
* ENH: add some docs for sgi CCBill Hoffman2001-08-091-132/+143
* BUG: or and and were inverted.Berk Geveci2001-08-092-4/+4
* add generated ChangeLog file. Should be updated each time a new version is madeBill Hoffman2001-08-091-0/+4833
* updated versionKen Martin2001-08-091-1/+1
* updated versionKen Martin2001-08-091-1/+1
* out of dateKen Martin2001-08-091-207/+0
* BUG: add in for scope variableBill Hoffman2001-08-091-0/+1
* ENH: update to new style of cache accessKen Martin2001-08-081-1/+1
* BUG: can not Add a definition that you just gotBill Hoffman2001-08-082-3/+0
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-0834-215/+284
* ENH: compile with broken 720 SGI C++ compilerBill Hoffman2001-08-072-2/+48
* ENH: html output for docsBill Hoffman2001-08-071-4/+4
* ENH: update documents with current commands and new GUIBill Hoffman2001-08-071-12070/+5268
* ERR: CMakeLogo.gif has been moved to the root directory of the source so that...Brad King2001-08-071-1/+1
* ENH: CMakeLogo for Dart to use on testing web page.Brad King2001-08-071-0/+0
* added new if commandsKen Martin2001-08-064-51/+114
* Re-adding doc files. They were accidentally removed due to a symlink from th...Brad King2001-08-062-0/+22677
* Removing Web directory from CMake. It is moving to a separate, parallel CVS ...Brad King2001-08-0634-23641/+0
* ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy an...Brad King2001-08-032-20/+32
* ENH: Added use of a class's tag to generate a better set of filenames for its...Brad King2001-08-022-26/+74