summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* remove more warningsBill Hoffman2003-11-262-2/+0
* remove warningsBill Hoffman2003-11-264-9/+6
* ERR: Fixed unused parameter warnings.Brad King2003-11-261-5/+8
* ENH: fix some warningsBill Hoffman2003-11-264-19/+50
* ENH: Added CreateSymlink method.Brad King2003-11-262-1/+12
* ENH: remove removecache entry callBill Hoffman2003-11-261-2/+0
* ENH: generate a sln and dsw file for each sub project in a projectBill Hoffman2003-11-266-136/+291
* BUG: Do not use std::string to accumulate output. Use std::vector instead. ...Brad King2003-11-262-2/+12
* BUG#393: Adding XML escaping for additional per-source compile flags.Brad King2003-11-211-4/+3
* fixed argument parsingKen Martin2003-11-131-1/+1
* ENH: Documentation improvements.Brad King2003-11-134-36/+46
* BUG: fix for bug 373 make depend problemBill Hoffman2003-11-121-2/+4
* ENH: Bug #371 - Add build configuration for try compiles using cmake variableAndy Cedilnik2003-11-122-2/+22
* BUG: fix for 363, VCMIDLTool not used for idl filesBill Hoffman2003-11-111-1/+6
* BUG: Handle -C properly for executables that are not in the project; Fix Bug ...Andy Cedilnik2003-11-111-29/+35
* ENH: Add warning exception for VTK type warning blockingAndy Cedilnik2003-11-061-0/+1
* BUG: fix for bug 346, borland should now support dash in the pathBill Hoffman2003-11-052-8/+9
* BUG#259: Fix for spaces in paths to executable added to previous fixes for th...Brad King2003-11-051-6/+10
* BUG: fix for bug 323Bill Hoffman2003-11-041-0/+8
* ERR: Removed extra variable assignments.Brad King2003-11-042-5/+3
* BUG: Removed CloseHandle in case of error in DuplicateHandle. According to d...Brad King2003-11-041-1/+0
* BUG: Cannot add extra escapes for backslashes because it makes the behavior i...Brad King2003-11-041-2/+4
* BUG: This fixes problem when submitting bugs on Mac: Bug #320 - When st_size ...Andy Cedilnik2003-11-032-3/+7
* BUG: hack fix for problem of MS vs 6 and custom target commandsBill Hoffman2003-11-032-3/+27
* BUG: Fix Bug #319 - Change in QT_WRAP_CPP's behaviourAndy Cedilnik2003-11-031-4/+8
* ENH: Cleanup parsing of argument to help fix Bug #259 - CMake does not quote ...Andy Cedilnik2003-11-032-18/+10
* BUG#259: ADD_TEST command generated in DartTestfile.txt now quotes/escapes al...Brad King2003-11-031-7/+12
* BUG: fix for debug libs not using output pathBill Hoffman2003-11-031-1/+2
* BUG#318: cmake.check_depends now collects all dependencies for cmake.depends ...Brad King2003-10-311-3/+4
* ENH: Attempt to add debug library postfix for visual studio 6Andy Cedilnik2003-10-311-1/+46
* ENH: Report when having conflictsAndy Cedilnik2003-10-311-0/+4
* BUG#313: Improving error message when no CMakeLists.txt file is found in the ...Brad King2003-10-301-4/+5
* BUG: Backing out previous change until a deeper problem can be investigated.Brad King2003-10-301-10/+9
* BUG#259: Do not double quote arguments if they are already quoted when writin...Brad King2003-10-301-9/+10
* BUG#163: Added documentation of OUTPUT_VARIABLE argument.Brad King2003-10-301-3/+6
* BUG: Fix Bug #310 - CTest sends wrong time to cvs on WindowsAndy Cedilnik2003-10-301-3/+7
* ENH: Ok, no more argument needed for script modeAndy Cedilnik2003-10-304-5/+32
* ENH: More scripting changesAndy Cedilnik2003-10-291-1/+4
* ENH: Start includding the scripting supportAndy Cedilnik2003-10-294-14/+83
* ENH: Start includding the scripting supportAndy Cedilnik2003-10-293-0/+18
* ENH: Command should also be quotedAndy Cedilnik2003-10-281-2/+5
* BUG: add preprocessor flags to resource compilerBill Hoffman2003-10-281-2/+5
* BUG: fix for bug 303 pass makeflags to sub makesBill Hoffman2003-10-284-3/+20
* BUG: make sure -M flags are not duplicated and are only set in the xmlBill Hoffman2003-10-171-14/+26
* BUG: fix for unicode and for /D -DBill Hoffman2003-10-171-1/+4
* ENH: Fix problem with wx 2.4Andy Cedilnik2003-10-171-1/+1
* ENH: Enable test on windowsAndy Cedilnik2003-10-161-2/+2
* ENH: allow UNICODE to be specifed in the cxx flags and if not default to MBCSBill Hoffman2003-10-161-0/+6
* ENH: allow users to change to unicodeBill Hoffman2003-10-161-8/+20
* ENH: Handle all white spaces, fix problem on cygwinAndy Cedilnik2003-10-161-2/+2