summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ERR: Removed a conflict that was checked in.Brad King2001-04-301-9/+0
|
* New command: INCLUDE(somefile.txt)Anonymous2001-04-309-98/+235
|
* added TARGET_LINK_LIBRARY command and support for debug and release ↵Ken Martin2001-04-3017-62/+375
| | | | libraries to link against
* ERR: Renamed CustomCommands to BuildRules to match change in cmSourceGroup.Brad King2001-04-271-5/+4
|
* BUG: Removed output of GCC_XML rules when the command cannot be found.Brad King2001-04-271-16/+22
|
* BUG: Removed output of dual rules for source files that are processed by ↵Brad King2001-04-276-74/+50
| | | | both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files.
* get system info into cmakeKen Martin2001-04-272-0/+16
|
* added configure fileKen Martin2001-04-272-0/+207
|
* BUG: run cache build with each configureBill Hoffman2001-04-271-8/+13
|
* BUG: fix inplace buildsBill Hoffman2001-04-272-11/+17
|
* ENH: fix in source build with non-gnuBill Hoffman2001-04-271-0/+11
|
* ENH: add output when creating filesBill Hoffman2001-04-271-0/+1
|
* better help stringsKen Martin2001-04-273-23/+57
|
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* removed old junkKen Martin2001-04-271-25/+0
|
* ENH:New copyrightWill Schroeder2001-04-27128-434/+3634
|
* ENH:CopyrightWill Schroeder2001-04-272-6/+56
|
* support for debug and opt librariesKen Martin2001-04-2616-142/+214
|
* better helpKen Martin2001-04-262-4/+7
|
* ENH: Changed WriteConfiguration to non-const so it can do error checking. ↵Brad King2001-04-2611-15/+49
| | | | Added parsing and output of a name for each WrapperSet generated from a CABLE_WRAP command.
* ENH: add help for cache entriesBill Hoffman2001-04-2614-28/+125
|
* some fixes for If commandsKen Martin2001-04-265-6/+22
|
* bug fixesKen Martin2001-04-2617-108/+418
|
* ENH: set initial build to source dirBill Hoffman2001-04-251-0/+1
|
* ENH: add error checking for empty build dirBill Hoffman2001-04-251-0/+16
|
* ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt files by ↵Bill Hoffman2001-04-2511-206/+234
| | | | configure
* rules were not inherited when they should beKen Martin2001-04-253-0/+18
|
* BUG: Fixed output of dependencies. It needs to loop over the makefile's ↵Brad King2001-04-251-20/+16
| | | | targets, not the source lists.
* STYLE: Updated comments for name change cmClassFile->cmSourceFileBrad King2001-04-251-7/+7
|
* updated the docs someKen Martin2001-04-251-0/+0
|
* ERR: cmClassFile.h -> cmSourceFile.h include change.Brad King2001-04-241-1/+1
|
* many fixes and cleanup and featuresKen Martin2001-04-2436-441/+628
|
* BUG: fix duplicate property itemsBill Hoffman2001-04-243-8/+25
|
* BUG: fix cache updatesBill Hoffman2001-04-243-8/+29
|
* BUG: fix build directory problemBill Hoffman2001-04-248-16/+71
|
* ERR: Removed extra SRC_OBJ reference. The variable is no longer used.Brad King2001-04-241-1/+1
|
* ENH: new GUI editor for cmake cache fileBill Hoffman2001-04-2317-459/+1137
|
* added option commandKen Martin2001-04-232-13/+4
|
* new commandKen Martin2001-04-232-0/+121
|
* BUG: Clean was not doing it's jobDan Blezek2001-04-232-1/+20
|
* ERR: Added virtual destructor to complement virtual functions in ↵Brad King2001-04-231-0/+1
| | | | cmIfFunctionBlocker.
* added if else endif add definitionKen Martin2001-04-1912-8/+585
|
* cleaned up the coding style made ivars private etcKen Martin2001-04-1910-36/+91
|
* ERR: We can't assume a vector iterator is a pointer. It must be ↵Brad King2001-04-181-1/+1
| | | | dereferenced to get a reference to the element, and then we can take the address of that to get a pointer. "i" becomes "&*i"
* ERR: Removed unused variable.Brad King2001-04-171-2/+0
|
* BUG: fix small compile issues on HP aCCBill Hoffman2001-04-162-2/+3
|
* ENH: Changed m_Indices to an stl set and renamed it to m_IndexSet. Using a ↵Brad King2001-04-162-31/+11
| | | | set results in a significant performance increase and reduction in memory usage.
* FIX: allow ADD_LIBRARY with no source listJim Miller2001-04-161-1/+1
|
* fixed cable package issueKen Martin2001-04-162-1/+5
|
* some bug fixesKen Martin2001-04-127-20/+38
|