summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* 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. Ad...Brad King2001-04-2611-15/+49
* 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 con...Bill Hoffman2001-04-2510-157/+234
* 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 targ...Brad King2001-04-251-20/+16
* STYLE: Updated comments for name change cmClassFile->cmSourceFileBrad King2001-04-251-7/+7
* 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
* 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-231-0/+19
* ERR: Added virtual destructor to complement virtual functions in cmIfFunction...Brad King2001-04-231-0/+1
* 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 dereferenced...Brad King2001-04-181-1/+1
* 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 s...Brad King2001-04-162-31/+11
* 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
* ENH: Added individual library linkage output so that shared libraries will no...Brad King2001-04-122-15/+27
* removed old rulesKen Martin2001-04-122-106/+0
* ENH: Generation now sets up proper linking of shared libraries to each other.Brad King2001-04-111-1/+1
* major changes to support multiple libraries and source listsKen Martin2001-04-1146-613/+1039
* ENH: Need BUILD_SHARED_LIBRARIES defined for making windows DLLs.Brad King2001-04-101-8/+8
* ERR: Added double-quotes around command name before arguments are appended.Brad King2001-04-091-1/+1
* ERR: Missed one EscapeSpaces call.Brad King2001-04-091-1/+2
* ERR: Corrected use of double-quotes to be compatible with UNIX make. Now dou...Brad King2001-04-097-11/+34
* ENH: Added support for spaces in the output directory names. Spaces in the i...Brad King2001-04-094-46/+62
* BUG: fix depends for libraries and executables in the same dirBill Hoffman2001-04-066-10/+62
* ENH: better error reporting, and add NOTFOUND into cache for library and file...Bill Hoffman2001-04-063-9/+43
* fixed the documentation someKen Martin2001-04-061-2/+2
* FIX: configurations list needed to be reset for each dsp file createdJim Miller2001-04-062-0/+8
* FIX: returned to using /O2 optimization level and put a pragma in the netlib ...Jim Miller2001-04-042-4/+4
* ERR: Blank line regular expression updated to allow whitespace on the line.Brad King2001-03-281-1/+1
* ENH: Added support for CABLE_SOURCE_FILES to refer to files that are not in t...Brad King2001-03-232-7/+41