summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* oppsBill Hoffman2001-08-291-4/+1
* BUG: GCCXML_FLAGS found from find_gcc_options or find_mpro_options should hav...Brad King2001-08-291-1/+25
* ENH: Updated generated dependencies since cable's installation directory now ...Brad King2001-08-291-2/+2
* added regexp optionKen Martin2001-08-292-4/+31
* remove /ZIBill Hoffman2001-08-294-13/+21
* ENH: run cmake from cmaketestBill Hoffman2001-08-292-14/+25
* ENH: Added a const version of GetLinkLibraries().Brad King2001-08-291-0/+8
* ENH: Proper dependencies between shared libraries now exist in the generated ...Brad King2001-08-292-70/+120
* clean up a bitBill Hoffman2001-08-291-3/+1
* BUG: fix out of bounds read on string in mkdirBerk Geveci2001-08-291-2/+5
* ENH: Special value IGNORE behaves like NOTFOUND, but makes FindLibrary, etc,Amitha Perera2001-08-292-2/+2
* remove warningBill Hoffman2001-08-281-1/+1
* ENH: add caching for the input CMakeList.txt files, 2X speed upBill Hoffman2001-08-287-13/+194
* BUG: put spaces in /I pathsBill Hoffman2001-08-281-1/+1
* Changes to allow MODULE type target for a shared libraryYves Starreveld2001-08-286-22/+107
* better network build supportKen Martin2001-08-283-53/+57
* BUG: fix for broken apple mkdir and general clean up of MakeDirectory commandBill Hoffman2001-08-282-21/+48
* BUG: fix switch projects not saving cache correctlyBill Hoffman2001-08-271-7/+3
* support for network path link librariesKen Martin2001-08-271-3/+19
* ENH: change expand variables to use GetDefinitionBill Hoffman2001-08-273-28/+32
* 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