summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: FindLibrary can now use the makefile to add some compiler-specific lib ↵Sebastien Barre2002-06-143-3/+49
| | | | search path (depending on the generator).
* fix warningBill Hoffman2002-06-121-2/+2
|
* use lower case and not short path for uniq paths on windowBill Hoffman2002-06-114-9/+18
|
* only allow unique configurationsBill Hoffman2002-06-111-1/+6
|
* BUG: fix dot net for paths with spacesBill Hoffman2002-06-112-19/+53
|
* BUG: RelativePath should not be quoted in output files even if it has spacesBill Hoffman2002-06-111-1/+3
|
* ENH: don't use short paths in the outputBill Hoffman2002-06-111-1/+3
|
* use short path to get unique path names for depend path outputBill Hoffman2002-06-111-1/+7
|
* ERR: Fixed sun CC warnings.Bill Hoffman2002-06-112-2/+9
|
* now includes current include files directory when searching for files it ↵Ken Martin2002-06-102-10/+26
| | | | includes
* BUG: cmake needs it's own directory for includes, so depends workBill Hoffman2002-06-101-0/+1
|
* ENH: remove borland bootstrap makefileBill Hoffman2002-06-061-49/+0
|
* updated revKen Martin2002-06-051-1/+1
|
* now uses bootstrapKen Martin2002-06-051-176/+0
|
* merged ccommand into cmakeKen Martin2002-06-051-132/+0
|
* uses executabke bootstrapKen Martin2002-06-055-743/+0
|
* removed ccommand use cmake nowKen Martin2002-06-036-29/+145
|
* ENH: only add _LIB_DEPEND information for libraries and modulesBill Hoffman2002-06-032-14/+27
|
* fixed bug in get short path for quoted pathsKen Martin2002-05-311-1/+18
|
* BUG: never make a target depend on itself. This was causing unnecessary ↵Amitha Perera2002-05-291-0/+6
| | | | library duplication, resulting in link errors on some platforms.
* BUG: MAKEFLAGS does not need to be passed on command line. It is ↵Brad King2002-05-291-16/+16
| | | | automatically set by make in environment for recursive call.
* remobed bootstrapKen Martin2002-05-282-63/+0
|
* ENH: increase coverageBill Hoffman2002-05-232-18/+0
|
* only add test target if testing is enabled and ctest is foundKen Martin2002-05-232-4/+34
|
* minor bootstap fixesKen Martin2002-05-231-3/+5
|
* adde less greaterKen Martin2002-05-233-1/+116
|
* ENH: add list expansion backBill Hoffman2002-05-221-2/+4
|
* ENH: enable cxx by default if no languages have been enabledBill Hoffman2002-05-223-4/+20
|
* ENH: better comment processingBill Hoffman2002-05-221-4/+19
|
* ENH: fix depend problemBill Hoffman2002-05-222-2/+2
|
* added initial attempt to support win32 bootstrappingKen Martin2002-05-152-1/+72
|
* RunCommand now checks whether the process died abnormally (on Unix)Berk Geveci2002-05-151-2/+41
|
* ENH: add no_system_path option to FindProgram so that the PATH is ignoredSebastien Barre2002-05-122-3/+8
|
* ENH/FIX: add NO_SYSTEM_PATH option + fix command usageSebastien Barre2002-05-122-4/+12
|
* FIX: command usageSebastien Barre2002-05-121-1/+1
|
* FIX: Remove assert since it was breaking IRIX builds.Amitha Perera2002-05-121-2/+0
|
* FIX: Const reference to a set needs a const_iterator. (.NET build error)Jim Miller2002-05-101-1/+1
|
* BUG: Correct some of the dependency analysis code.Amitha Perera2002-05-103-51/+82
| | | | | | | | | - Make sure the original link line is untouched - Avoid duplicating the link line when supporting version < 1.4 - Make sure the cyclic dependencies and such are output correctly in complicated cases. - Avoid outputing dependencies that are already satisfied on the original link line when possible.
* ERR: Added variable initializer.Brad King2002-05-101-1/+1
|
* ENH: change set<string> to set<cmStdString> to avoid long symbols that ↵Bill Hoffman2002-05-095-20/+20
| | | | crash ar on solaris
* ENH: Added dependency hack to support wrapping test.Brad King2002-05-081-2/+9
|
* BUG: Need to use CMAKE_CXX_COMPILER, not CXX, to get the C++ compiler name.Brad King2002-05-081-3/+6
|
* ENH: Added ITK Tcl wrapping command.Brad King2002-05-083-0/+224
|
* ENH: add clean commandKen Martin2002-05-081-0/+2
|
* ENH: take cmake style command line options so edit_cache worksBill Hoffman2002-05-081-25/+30
|
* ENH: fix cmake to work without ccommand.Bill Hoffman2002-05-081-9/+5
|
* BUG: short path does not work on bcc32Bill Hoffman2002-05-081-2/+2
|
* ENH: add -B option to specify the build directory, so make edit_cache will workBill Hoffman2002-05-071-1/+6
|
* WNG: remove a warningBill Hoffman2002-05-071-1/+1
|
* ENH: add an edit_cache target that runs ccmake or CMakeSetupBill Hoffman2002-05-074-7/+53
|