summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Merged changes from KWSys-MultiProcess-bp to ↵Brad King2003-12-034-490/+1182
| | | | KWSys-MultiProcess-b2t-1-mp to main tree. This introduces support for process pipelines.
* better error handlingKen Martin2003-12-021-0/+15
|
* a start on the dashboard driverKen Martin2003-12-023-13/+195
|
* BUG#411: Re-ordering statements so errors show up in CMakeError.log.Brad King2003-12-012-6/+7
|
* STYLE: Removed trailing whitespace.Brad King2003-11-281-70/+70
|
* BUG: cmake_symlink_library should return the accumulated result, not just 0.Brad King2003-11-271-1/+1
|
* ENH: Adding implementation of shared library version support on UNIX. This ↵Brad King2003-11-261-0/+1
| | | | addresses the feature request described in bug#32.
* ENH: Adding implementation of shared library version support on UNIX. This ↵Brad King2003-11-261-2/+2
| | | | addresses the feature request described in bug#32.
* ENH: Adding implementation of shared library version support on UNIX. This ↵Brad King2003-11-262-76/+240
| | | | addresses the feature request described in bug#32.
* BUG: The cmake_symlink_library command needs to remove existing files before ↵Brad King2003-11-261-0/+8
| | | | creating links.
* ENH: Added undocumented cmake_symlink_library to help with building ↵Brad King2003-11-261-1/+27
| | | | versioned shared libraries.
* 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
| | | | This is much better at memory management.
* BUG#393: Adding XML escaping for additional per-source compile flags.Brad King2003-11-211-4/+3
|
* BUG: remove junk codeBill Hoffman2003-11-211-12/+0
|
* BUG#266: Added cygwin names for the library. Module now documents output as ↵Brad King2003-11-201-5/+28
| | | | PYTHON_LIBRARIES instead of PYTHON_LIBRARY.
* STYLE: Removed trailing whitespace.Brad King2003-11-201-6/+6
|
* BUG: fix for bug 383 gcc flags are now always set if the compiler is gnuBill Hoffman2003-11-1422-17/+59
|
* fixed argument parsingKen Martin2003-11-131-1/+1
|
* ENH: Documentation improvements.Brad King2003-11-134-36/+46
|
* BUG#299: GTK_gmodule_LIBRARY is optional just like GTK_gthread_LIBRARY.Brad King2003-11-121-1/+5
|
* BUG#374: Adding OUTPUT_VARIABLE OUTPUT to TRY_COMPILE commands.Brad King2003-11-122-2/+4
|
* 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#199: If DART_EXPERIMENTAL_USE_PROJECT_NAME is set, the PROJECT_NAME will ↵Brad King2003-11-121-2/+6
| | | | be included in the name of the Experimental and ExperimentalSubmit targets.
* 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
| | | | #344 - ctest -C Debug
* ENH: Add warning exception for VTK type warning blockingAndy Cedilnik2003-11-061-0/+1
|
* ENH: Handle kwsys properlyAndy Cedilnik2003-11-051-2/+3
|
* ENH: Cleanup. We do not really need to use vtk for documentation. We only ↵Andy Cedilnik2003-11-051-4/+0
| | | | need utilities/doxygen directory
* BUG: fix for bug 346, borland should now support dash in the pathBill Hoffman2003-11-053-9/+10
|
* BUG#259: Fix for spaces in paths to executable added to previous fixes for ↵Brad King2003-11-051-6/+10
| | | | this bug.
* BUG: fix for bug 323Bill Hoffman2003-11-041-0/+8
|
* ENH: Adding registry entries to search path.Brad King2003-11-042-0/+10
|
* ERR: Removed extra variable assignments.Brad King2003-11-042-5/+3
|
* BUG: Removed CloseHandle in case of error in DuplicateHandle. According to ↵Brad King2003-11-041-1/+0
| | | | documentation, DuplicateHandle will close the source handle regardless of error condition.
* BUG: Cannot add extra escapes for backslashes because it makes the behavior ↵Brad King2003-11-041-2/+4
| | | | inconsistent with previous versions of cmake.
* BUG: This fixes problem when submitting bugs on Mac: Bug #320 - When st_size ↵Andy Cedilnik2003-11-032-3/+7
| | | | in stat is 64 bit ctest does not submit
* 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
| | | | correctly in DartTestfile.txt
* BUG#259: ADD_TEST command generated in DartTestfile.txt now quotes/escapes ↵Brad King2003-11-031-7/+12
| | | | all arguments.
* 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
| | | | and then uses a single rule.