summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* ENH: clean up sgi build and use non-broken autoconfBill Hoffman2001-08-271-1/+1
* *** empty log message ***Bill Hoffman2001-08-271-2/+2
* BUG: set CXX and CC when running configure from cmakeBill Hoffman2001-08-271-0/+10
* better formatted outputKen Martin2001-08-271-1/+2
* ken added dependancy to build everythingBerk Geveci2001-08-271-0/+6
* added ctest to win32Ken Martin2001-08-252-0/+122
* ENH: build for sgi CC out of boxBill Hoffman2001-08-241-1/+1
* BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.Amitha Perera2001-08-232-19/+25
* ENH: improve coverageBill Hoffman2001-08-233-46/+6
* ENH: add dump documentation testBill Hoffman2001-08-234-12/+18
* ENH: Each cmCableWrapTclCommand instance now uses a single cmMakeDepend objec...Brad King2001-08-232-4/+11
* BUG: run make all on unix not make exenameBill Hoffman2001-08-231-1/+3
* ENH: add more testingBill Hoffman2001-08-234-15/+43
* 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: 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
* Support for $ENV{VAR} syntax (lookup in the environment vars)Sebastien Barre2001-08-181-13/+51
* backwards MATCHES in if and else statementsKen Martin2001-08-172-2/+2
* Adding new options to LoadCache.Berk Geveci2001-08-164-11/+56
* 1. Added EXCLUDE option to LOAD_CACHE.Berk Geveci2001-08-153-13/+72
* ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call ...Brad King2001-08-145-39/+30
* now creates output directoriesKen Martin2001-08-102-0/+2
* BUG: or and and were inverted.Berk Geveci2001-08-092-4/+4
* updated versionKen Martin2001-08-091-1/+1
* updated versionKen Martin2001-08-091-1/+1
* 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-0829-212/+210
* ENH: compile with broken 720 SGI C++ compilerBill Hoffman2001-08-072-2/+48
* ENH: html output for docsBill Hoffman2001-08-071-4/+4
* added new if commandsKen Martin2001-08-064-51/+114
* 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
* BUG: Generated link line for shared libraries had CMAKE_CXX_FLAGS instead of ...Brad King2001-08-021-1/+1
* BUG: Fixed off-by-one error in ExpandVariablesInString for case of $ or @ as ...Brad King2001-08-021-4/+5
* BUG: We don't want to output -I/usr/include in the INCLUDE_FLAGS variable. T...Brad King2001-08-021-1/+7
* ENH: Added SUBDIR_DEPENDS command and corresponding support code. This comma...Brad King2001-08-016-1/+196