Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Fix and/or disable warnings for Borland 5.6 build. | Brad King | 2006-08-01 | 33 | -22/+131 |
| | |||||
* | ENH: fix qtmain for release | Bill Hoffman | 2006-08-01 | 2 | -8/+3 |
| | |||||
* | ENH: fix qtmain for release | Bill Hoffman | 2006-08-01 | 2 | -1/+6 |
| | |||||
* | ENH: Adding test for source files and header files with the same base name ↵ | Brad King | 2006-08-01 | 12 | -6/+33 |
| | | | | in the same target. | ||||
* | ENH: Adding .hh file as a C++ header file extension. Remove duplicate code ↵ | Brad King | 2006-08-01 | 3 | -9/+15 |
| | | | | from implementation of unique object name computation for VS generators. This addresses bug#3565. | ||||
* | ENH: put back find qtmain | Bill Hoffman | 2006-08-01 | 1 | -0/+8 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | ENH: Initial import | Andy Cedilnik | 2006-07-31 | 4 | -0/+2051 |
| | |||||
* | ENH: better coverage | Ken Martin | 2006-07-31 | 2 | -19/+54 |
| | |||||
* | ENH: fix line lengths | Ken Martin | 2006-07-31 | 1 | -2/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-31 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-29 | 1 | -1/+1 |
| | |||||
* | BUG: fix some bad code and add a couple more tests | Ken Martin | 2006-07-28 | 1 | -6/+30 |
| | |||||
* | ENH: remove old files | Ken Martin | 2006-07-28 | 3 | -206/+0 |
| | |||||
* | BUG: fix for 3557 TargetEnvironment for MIDL Compiler set correctly for 64 bit | Bill Hoffman | 2006-07-28 | 1 | -1/+12 |
| | |||||
* | ENH: Add test for bz2 and check for compress | Andy Cedilnik | 2006-07-28 | 2 | -0/+28 |
| | |||||
* | BUG: Bail out on generator initialization failure | Andy Cedilnik | 2006-07-28 | 1 | -29/+32 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-28 | 1 | -1/+1 |
| | |||||
* | BUG: Set GCC_SYMBOLS_PRIVATE_EXTERN and GCC_INLINES_ARE_PRIVATE_EXTERN ↵ | Brad King | 2006-07-27 | 1 | -4/+4 |
| | | | | attributes on all projects to prevent -fvisibility=hidden flags. This is needed to make RTTI work by default. | ||||
* | BUG: Fix executing and help | Andy Cedilnik | 2006-07-27 | 1 | -113/+116 |
| | |||||
* | BUG: Do not block signals during sleep. Leave that up to the application. | Brad King | 2006-07-27 | 1 | -12/+0 |
| | |||||
* | BUG: Prevent crash when no input file or generator specified | Andy Cedilnik | 2006-07-27 | 1 | -1/+1 |
| | |||||
* | BUG: Fix error message when handler cannot be created. | Brad King | 2006-07-27 | 1 | -1/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-27 | 1 | -1/+1 |
| | |||||
* | BUG: fix comment | Ken Martin | 2006-07-26 | 1 | -1/+1 |
| | |||||
* | COMP: More warnings and hp issues | Andy Cedilnik | 2006-07-26 | 2 | -12/+13 |
| | |||||
* | BUG: fix for 3550 again | Bill Hoffman | 2006-07-26 | 1 | -3/+3 |
| | |||||
* | COMP: Handle both ansi and non-ansi C | Andy Cedilnik | 2006-07-26 | 7 | -4/+31 |
| | |||||
* | BUG: fix for bug 3550, for release builds do not build incremental | Bill Hoffman | 2006-07-26 | 1 | -6/+20 |
| | |||||
* | ENH: do not use c++ comments in c code | Bill Hoffman | 2006-07-26 | 2 | -2/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-26 | 1 | -1/+1 |
| | |||||
* | BUG: Mask signals during SystemTools::Delay to avoid interrupted sleep. | Brad King | 2006-07-25 | 1 | -1/+29 |
| | |||||
* | BUG: remove command causing issues with mid build reruns of cmake on vs70 | Ken Martin | 2006-07-25 | 2 | -6/+0 |
| | |||||
* | COMP: fix compile issue | Ken Martin | 2006-07-25 | 1 | -1/+1 |
| | |||||
* | ENH: trying a slight change | Ken Martin | 2006-07-25 | 2 | -6/+6 |
| | |||||
* | BUG: some bug fixes, better docs, and more coverage | Ken Martin | 2006-07-25 | 3 | -1/+150 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2006-07-25 | 1 | -3/+3 |
| | |||||
* | BUG: remove c++comments | Ken Martin | 2006-07-25 | 2 | -4/+4 |
| | |||||
* | ENH: remove uncompiled header | Bill Hoffman | 2006-07-25 | 1 | -3/+0 |
| | |||||
* | ENH: try to get rid of clock skew warning | Bill Hoffman | 2006-07-25 | 1 | -0/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-25 | 1 | -1/+1 |
| | |||||
* | ENH: fix for case difference with nmake | Bill Hoffman | 2006-07-24 | 1 | -4/+11 |
| | |||||
* | BUG: temp fix | Ken Martin | 2006-07-24 | 2 | -2/+2 |
| | |||||
* | BUG: fix for CXX only projects | Ken Martin | 2006-07-24 | 1 | -3/+7 |
| | |||||
* | ENH: add more coverage | Ken Martin | 2006-07-24 | 2 | -0/+36 |
| | |||||
* | ENH: allow for source tree to be in root directory | Bill Hoffman | 2006-07-24 | 2 | -6/+19 |
| | |||||
* | ENH: more coverage | Ken Martin | 2006-07-24 | 1 | -0/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-23 | 1 | -1/+1 |
| |