summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix for replacement of @var @ only legal variable names should be replacedBill Hoffman2006-06-061-1/+9
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-061-1/+1
|
* COMP: Removed unused variable.Brad King2006-06-051-2/+0
|
* BUG: Always check whether a subdirectory is below the top of the source ↵Brad King2006-06-051-23/+15
| | | | before computing the binary tree automatically. Even when the source is a relative path it may contain ../ which would allow it to be outside the source tree.
* ENH: line lengthsKen Martin2006-06-053-7/+10
|
* BUG: Use proper signature for EXEC_PROGRAM to get return value of cmake -E ↵Brad King2006-06-051-12/+13
| | | | remove. Also fixed spelling error in message, and made non-existing files not a fatal error so that the rest of the files are removed.
* ENH: Changing shared library versioned file names on OSX to conform to that ↵Brad King2006-06-053-10/+46
| | | | platform's convention.
* ENH: Added rxvt-unicode and cygwin terminals for color support.Brad King2006-06-051-1/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-051-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-041-1/+1
|
* ENH: Handle 'screen' terminal. Thank you Thomas Z.Andy Cedilnik2006-06-031-0/+1
|
* COMP: Remove warningAndy Cedilnik2006-06-031-0/+1
|
* COMP: More fixes for non-ANSI C compilers.Brad King2006-06-031-1/+7
|
* COMP: Fix for non-ANSI C compilers.Brad King2006-06-031-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-06-031-1/+1
|
* BUG: Custom commands should actually generate the files they claim to generate.Brad King2006-06-022-3/+15
|
* ENH: Display cmake install information when in verbose modeAndy Cedilnik2006-06-022-0/+18
|
* BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵Brad King2006-06-0114-20/+28
| | | | because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
* BUG: Adjustment of install_name with install_name_tool should account for ↵Brad King2006-06-011-1/+1
| | | | DESTDIR when specifying the file to be changed.
* ENH: Moved generation of the /fast version of GLOBAL_TARGET targets to the ↵Brad King2006-06-012-14/+23
| | | | proper place in the local generator instead of in the global generator. Also made the install/fast target not depend on the all target.
* BUG: Added /fast targets in subdirectory makefiles. Removed bogus ↵Brad King2006-06-012-19/+31
| | | | INSTALL_*/fast targets. Also fixed preinstall/fast target.
* ENH: Added test for generation of files listed explicitly as sources but not ↵Brad King2006-06-013-11/+33
| | | | used during the build of a target.
* BUG: Custom command outputs listed explicitly as source files in a target ↵Brad King2006-06-015-119/+141
| | | | should be generated whether or not an object file in the target needs them. This useful and makes Makefile builds more consistent with VS IDE builds.
* STYLE: Nightly Version updateAndy Cedilnik2006-06-011-1/+1
|
* ENH: reduce string construct delete opsKen Martin2006-05-314-14/+14
|
* STYLE: Nightly Version updateAndy Cedilnik2006-05-311-1/+1
|
* BUG: Fix progress when total number of source files is less than 100.Brad King2006-05-302-7/+30
|
* BUG: Fixed cmake -E remove return code.Brad King2006-05-301-4/+11
|
* STYLE: Nightly Version updateAndy Cedilnik2006-05-301-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-05-291-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-05-281-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-05-271-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-05-261-1/+1
|
* ENH: Adding advanced option CMAKE_COLOR_MAKEFILE for makefile generators ↵Brad King2006-05-251-0/+7
| | | | with default ON.
* ENH: Slight improvement in genreation time by recording the setting of ↵Brad King2006-05-252-3/+11
| | | | CMAKE_COLOR_MAKEFILE in an ivar of each local generator at the beginning of generation. This avoids many repeated table lookups.
* ENH: add qtmain to findqtBill Hoffman2006-05-251-0/+6
|
* BUG: fix to progress for small projectsKen Martin2006-05-253-9/+19
|
* ENH: remove debugging outputKen Martin2006-05-251-15/+20
|
* BUG: Updated Makefile dependency scanning to provide a full local generator ↵Brad King2006-05-2510-56/+127
| | | | to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway.
* STYLE: Nightly Version updateAndy Cedilnik2006-05-251-1/+1
|
* BUG: Do not leak global table of processes.Brad King2006-05-241-3/+9
|
* ENH: fix compiler warnings and posibly java testKen Martin2006-05-242-6/+6
|
* STYLE: Nightly Version updateAndy Cedilnik2006-05-241-1/+1
|
* COMP: Added missing include for isspace.Brad King2006-05-231-0/+2
|
* BUG: Fix parsing of definitions to support REMOVE_DEFINITIONS.Brad King2006-05-231-0/+6
|
* BUG: Fix REMOVE_DEFINITIONS command to not remove substrings.Brad King2006-05-237-1/+85
|
* COMP: Fix warnings on Borland dashboards...David Cole2006-05-236-8/+20
|
* ENH: Re-enabling SIGCHLD handling implementation with a fix for Cygwin.Brad King2006-05-231-87/+323
|
* ENH: Add ability to find VTK 5 without user help.Brad King2006-05-231-1/+6
|
* BUG: Finished fix to bug#3229 and bug#3272.Brad King2006-05-231-1/+0
|