summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* find openGL in CarbonYves Starreveld2002-05-181-1/+1
|
* 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
|
* Add better detection of wish 8.2Andy Cedilnik2002-05-141-1/+1
|
* 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-1018-71/+216
| | | | | | | | | - 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 coverage test for ITK_WRAP_TCL. Doesn't actually invoke CABLE.Brad King2002-05-082-0/+11
|
* 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: update with docs about the targetsBill Hoffman2002-05-071-212/+261
|
* ENH: add an edit_cache target that runs ccmake or CMakeSetupBill Hoffman2002-05-074-7/+53
|
* fix borland testBill Hoffman2002-05-033-6/+12
|
* ENH: rework library depend stuffBill Hoffman2002-05-033-174/+137
|
* Improve bootstrape for unixAndy Cedilnik2002-05-031-44/+65
|
* - bug fix where paths weren't being output when LIB_OUT_PATH *isn't* usedAmitha Perera2002-05-034-39/+98
| | | | | - test case for above mentioned bug - more comments. Comments are good.
* check for optimized or debug library addsBill Hoffman2002-05-021-2/+17
|
* remove canonical conversion for lib namesBill Hoffman2002-05-022-47/+3
|
* make it backwards compatible with old cmakeBill Hoffman2002-05-023-56/+53
|
* Debug optimized cache fixesBill Hoffman2002-05-026-24/+92
|
* BUG: The library paths should stay with the libraries during dependency ↵Amitha Perera2002-05-022-16/+32
| | | | analysis.
* ENH: change LINK_LIBRARY to add to targetsBill Hoffman2002-05-0213-111/+68
|
* Revert to make it work againAndy Cedilnik2002-05-022-7/+7
|
* Improve bootstrap on UNIX. Now it bootstraps into a separate directory.Andy Cedilnik2002-05-023-7/+64
|
* BUG: if a_LIBS_DEPENDS exists but is empty, there are no explicit dependencies.Amitha Perera2002-05-021-1/+1
|
* FIX: If current selection was "NOTFOUND", then selecting the browserJim Miller2002-05-021-0/+4
| | | | would crash since a "/" could not be found in the current selection.
* ENH: Make the LinkLibraries command contribute dependencies towards ↵Amitha Perera2002-05-016-29/+62
| | | | AddLibraries.
* ENH: Make the LinkLibraries command contribute dependencies towards ↵Amitha Perera2002-05-016-11/+50
| | | | AddLibraries.
* ENH: Add library dependency analysis.Amitha Perera2002-05-0129-39/+539
|
* The entry widgets are now created with what is initially available on the ↵Berk Geveci2002-05-015-20/+36
| | | | terminal.
* Reformatted the error printed by cmMakefile.Berk Geveci2002-05-012-5/+8
|