summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 bec...Brad King2006-06-0114-20/+28
* BUG: Adjustment of install_name with install_name_tool should account for DES...Brad King2006-06-011-1/+1
* ENH: Moved generation of the /fast version of GLOBAL_TARGET targets to the pr...Brad King2006-06-012-14/+23
* BUG: Added /fast targets in subdirectory makefiles. Removed bogus INSTALL_*/...Brad King2006-06-012-19/+31
* ENH: Added test for generation of files listed explicitly as sources but not ...Brad King2006-06-013-11/+33
* BUG: Custom command outputs listed explicitly as source files in a target sho...Brad King2006-06-015-119/+141
* 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 with...Brad King2006-05-251-0/+7
* ENH: Slight improvement in genreation time by recording the setting of CMAKE_...Brad King2006-05-252-3/+11
* 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 t...Brad King2006-05-2510-56/+127
* 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
* BUG: Fix for spaces in path to build directory with new progress stuff.Brad King2006-05-233-16/+32
* ENH: always compile progressKen Martin2006-05-238-18/+269
* STYLE: Nightly Version updateAndy Cedilnik2006-05-231-1/+1
* COMP: fix bootstrapKen Martin2006-05-221-0/+4
* COMP: fix mac warningKen Martin2006-05-221-1/+1
* ENH: part of the progress reporting checkinKen Martin2006-05-221-0/+63
* BUG: Reverting previous change until it can be fixed on Cygwin.Brad King2006-05-221-310/+80
* ENH: fix line lengthBill Hoffman2006-05-211-1/+3
* ENH: Added test 8 to test grandchildren running after children exit.Brad King2006-05-211-32/+83
* STYLE: Nightly Version updateAndy Cedilnik2006-05-211-1/+1
* BUG: Fixed deadlock condition when grandchildren are running after the childr...Brad King2006-05-211-13/+53
* ENH: Implemented handling of SIGCHLD to detect the termination of immediate c...Brad King2006-05-211-80/+310