Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-26 | 1 | -1/+1 |
| | |||||
* | ENH: Adding advanced option CMAKE_COLOR_MAKEFILE for makefile generators ↵ | Brad King | 2006-05-25 | 1 | -0/+7 |
| | | | | with default ON. | ||||
* | ENH: Slight improvement in genreation time by recording the setting of ↵ | Brad King | 2006-05-25 | 2 | -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 findqt | Bill Hoffman | 2006-05-25 | 1 | -0/+6 |
| | |||||
* | BUG: fix to progress for small projects | Ken Martin | 2006-05-25 | 3 | -9/+19 |
| | |||||
* | ENH: remove debugging output | Ken Martin | 2006-05-25 | 1 | -15/+20 |
| | |||||
* | BUG: Updated Makefile dependency scanning to provide a full local generator ↵ | Brad King | 2006-05-25 | 10 | -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 update | Andy Cedilnik | 2006-05-25 | 1 | -1/+1 |
| | |||||
* | BUG: Do not leak global table of processes. | Brad King | 2006-05-24 | 1 | -3/+9 |
| | |||||
* | ENH: fix compiler warnings and posibly java test | Ken Martin | 2006-05-24 | 2 | -6/+6 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-24 | 1 | -1/+1 |
| | |||||
* | COMP: Added missing include for isspace. | Brad King | 2006-05-23 | 1 | -0/+2 |
| | |||||
* | BUG: Fix parsing of definitions to support REMOVE_DEFINITIONS. | Brad King | 2006-05-23 | 1 | -0/+6 |
| | |||||
* | BUG: Fix REMOVE_DEFINITIONS command to not remove substrings. | Brad King | 2006-05-23 | 7 | -1/+85 |
| | |||||
* | COMP: Fix warnings on Borland dashboards... | David Cole | 2006-05-23 | 6 | -8/+20 |
| | |||||
* | ENH: Re-enabling SIGCHLD handling implementation with a fix for Cygwin. | Brad King | 2006-05-23 | 1 | -87/+323 |
| | |||||
* | ENH: Add ability to find VTK 5 without user help. | Brad King | 2006-05-23 | 1 | -1/+6 |
| | |||||
* | BUG: Finished fix to bug#3229 and bug#3272. | Brad King | 2006-05-23 | 1 | -1/+0 |
| | |||||
* | BUG: Fix for spaces in path to build directory with new progress stuff. | Brad King | 2006-05-23 | 3 | -16/+32 |
| | |||||
* | ENH: always compile progress | Ken Martin | 2006-05-23 | 8 | -18/+269 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-23 | 1 | -1/+1 |
| | |||||
* | COMP: fix bootstrap | Ken Martin | 2006-05-22 | 1 | -0/+4 |
| | |||||
* | COMP: fix mac warning | Ken Martin | 2006-05-22 | 1 | -1/+1 |
| | |||||
* | ENH: part of the progress reporting checkin | Ken Martin | 2006-05-22 | 1 | -0/+63 |
| | |||||
* | BUG: Reverting previous change until it can be fixed on Cygwin. | Brad King | 2006-05-22 | 1 | -310/+80 |
| | |||||
* | ENH: fix line length | Bill Hoffman | 2006-05-21 | 1 | -1/+3 |
| | |||||
* | ENH: Added test 8 to test grandchildren running after children exit. | Brad King | 2006-05-21 | 1 | -32/+83 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-21 | 1 | -1/+1 |
| | |||||
* | BUG: Fixed deadlock condition when grandchildren are running after the ↵ | Brad King | 2006-05-21 | 1 | -13/+53 |
| | | | | children exit. | ||||
* | ENH: Implemented handling of SIGCHLD to detect the termination of immediate ↵ | Brad King | 2006-05-21 | 1 | -80/+310 |
| | | | | children. This allows grandchildren to remain running after the children exit. | ||||
* | ENH: Enabling process tree killing on Cygwin. | Brad King | 2006-05-20 | 1 | -4/+7 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-20 | 1 | -1/+1 |
| | |||||
* | BUG: kde3: use QT_UIC_EXECUTABLE instead of simply uic | Alexander Neundorf | 2006-05-19 | 3 | -123/+124 |
| | | | | | | | BUG: use qouting for the path to Qt4 moc and uic, should help with paths with spaces Alex | ||||
* | ENH: release scripts | Bill Hoffman | 2006-05-19 | 2 | -2/+3 |
| | |||||
* | ENH: fix for uclibc | Bill Hoffman | 2006-05-19 | 1 | -1/+1 |
| | |||||
* | ENH: fix for vtk 4.4 and other projects that may try to link to a module | Bill Hoffman | 2006-05-19 | 3 | -7/+31 |
| | |||||
* | COMP: fix warning | Ken Martin | 2006-05-19 | 1 | -2/+0 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-19 | 1 | -1/+1 |
| | |||||
* | ENH: fix crashes when command line arguments are not followed by the correct ↵ | Bill Hoffman | 2006-05-19 | 2 | -7/+39 |
| | | | | number of arguments | ||||
* | BUG: fix issue with too many fast targets being listed | Ken Martin | 2006-05-18 | 1 | -8/+13 |
| | |||||
* | ENH: allow loose loop constructs | Ken Martin | 2006-05-18 | 5 | -63/+74 |
| | |||||
* | BUG: Fix signature of main to work on both strict ANSI and non-ANSI C compilers. | Brad King | 2006-05-18 | 1 | -0/+7 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-05-17 | 1 | -1/+1 |
| | |||||
* | BUG: Added missing cd command before running executable version symlink ↵ | Brad King | 2006-05-16 | 1 | -0/+6 |
| | | | | rule. This addresses bug#3229. | ||||
* | ENH: fix warning | Bill Hoffman | 2006-05-16 | 1 | -3/+3 |
| | |||||
* | ENH: fix rebuild problem with xcode and universal binaries | Bill Hoffman | 2006-05-16 | 2 | -6/+33 |
| |