summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Cleanup. Replace c-style cast with static_cast and replace sprintf with ↵Andy Cedilnik2006-07-211-12/+13
| | | | cmOStringStream
* ENH: Adding FindBoost.cmake module from Andrew Maclean. This addresses ↵Brad King2006-07-211-0/+157
| | | | bug#3447.
* BUG: Fixed building of C++-only projects and added a test.Brad King2006-07-212-0/+20
|
* ENH: Adding C++-only test.Brad King2006-07-216-0/+59
|
* ENH: increase coverage in a couple placesKen Martin2006-07-215-8/+73
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-211-1/+1
|
* BUG: Do not display VT100 escapes inside emacs even if TERM is set to xterm.Brad King2006-07-201-0/+9
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-201-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-191-1/+1
|
* BUG: If the user specifies a cache entry on the command line without a type, ↵Brad King2006-07-185-9/+50
| | | | the FIND_* commands should add the type and docstring to the given value and put it back in the cache.
* STYLE: Added note about singular versus plural name for XXX_INCLUDE_DIRS. ↵Brad King2006-07-181-2/+5
| | | | Added XXX_LIBRARY_DIRS and XXX_YY_INCLUDE_DIR conventions.
* COMP: Fix references to cin, cout, cerr, and clog in case of HP aCC compiler ↵Brad King2006-07-181-3/+53
| | | | with -mt flag.
* STYLE: fix long linesKen Martin2006-07-182-4/+4
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-181-1/+1
|
* BUG: When handing the child stdin pipe a file, allow another process to be ↵Brad King2006-07-171-2/+3
| | | | writing to the file at the same time. This allows children such as tail -f to function properly.
* COMP: fix warningKen Martin2006-07-171-1/+1
|
* COMP: Only delete onceAndy Cedilnik2006-07-171-4/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-171-1/+1
|
* COMP: Remove some warningsAndy Cedilnik2006-07-172-2/+12
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-161-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-151-1/+1
|
* ENH: Add a way to get unused arguments and add a testAndy Cedilnik2006-07-145-0/+167
|
* COMP: Remove warningAndy Cedilnik2006-07-141-1/+1
|
* ENH: It does not really makes sense to have Boolean Argument ListAndy Cedilnik2006-07-142-22/+0
|
* ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for ↵Andy Cedilnik2006-07-145-174/+464
| | | | lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles
* STYLE: Nightly Version updateAndy Cedilnik2006-07-141-1/+1
|
* ENH: added progress to custom commands with commentsKen Martin2006-07-131-0/+13
|
* COMP: Remove warningAndy Cedilnik2006-07-131-0/+2
|
* COMP: Remove warningsAndy Cedilnik2006-07-135-13/+18
|
* STYLE: Fix kwstyleAndy Cedilnik2006-07-131-1/+2
|
* COMP: Remove warningsAndy Cedilnik2006-07-131-3/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-131-1/+1
|
* ENH: Remove debugAndy Cedilnik2006-07-122-3/+2
|
* BUG: Fix error conditionsAndy Cedilnik2006-07-121-3/+3
|
* COMP: fix old compiler issueKen Martin2006-07-121-1/+5
|
* BUG: reduce the number of file handles kept openKen Martin2006-07-122-15/+12
|
* ENH: added progress for subdir all targets and fixed compiler waringKen Martin2006-07-123-11/+72
|
* STYLE: Remove debugAndy Cedilnik2006-07-121-4/+0
|
* COMP: Remove warningsAndy Cedilnik2006-07-128-23/+23
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-121-1/+1
|
* ENH: Added creation of XXX_FIND_COMPONENTS list of all components requested ↵Brad King2006-07-111-3/+31
| | | | with REQUIRED option. This addresses the feature request in bug#3494.
* COMP: Fix stl string accessAndy Cedilnik2006-07-111-2/+2
|
* BUG: Try to fix the problem of bad test namesAndy Cedilnik2006-07-116-14/+36
|
* ENH: Made cmLocalVisualStudioGenerator a superclass of ↵Brad King2006-07-112-4/+29
| | | | cmLocalVisualStudio6Generator. Implemented object file unique naming when multiple sources share the same name.
* ENH: Moved unique object file name computation from ↵Brad King2006-07-119-126/+270
| | | | cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories.
* ENH: fix compile warningKen Martin2006-07-111-2/+0
|
* BUG: changed to progress to make it more flexible and to no relink targets ↵Ken Martin2006-07-116-109/+225
| | | | as often
* STYLE: Nightly Version updateAndy Cedilnik2006-07-111-1/+1
|
* COMP: Remove warnings and style problemsAndy Cedilnik2006-07-101-28/+40
|
* STYLE: Nightly Version updateAndy Cedilnik2006-07-101-1/+1
|