Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Fix and/or disable warnings for Borland 5.6 build. | Brad King | 2006-08-01 | 29 | -22/+111 |
| | |||||
* | 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. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | BUG: fix for 3557 TargetEnvironment for MIDL Compiler set correctly for 64 bit | Bill Hoffman | 2006-07-28 | 1 | -1/+12 |
| | |||||
* | 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: Handle both ansi and non-ansi C | Andy Cedilnik | 2006-07-26 | 5 | -3/+12 |
| | |||||
* | 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 |
| | |||||
* | COMP: fix compile issue | Ken Martin | 2006-07-25 | 1 | -1/+1 |
| | |||||
* | BUG: some bug fixes, better docs, and more coverage | Ken Martin | 2006-07-25 | 3 | -1/+150 |
| | |||||
* | ENH: remove uncompiled header | Bill Hoffman | 2006-07-25 | 1 | -3/+0 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-25 | 1 | -1/+1 |
| | |||||
* | ENH: allow for source tree to be in root directory | Bill Hoffman | 2006-07-24 | 2 | -6/+19 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-22 | 1 | -1/+1 |
| | |||||
* | ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. ↵ | Brad King | 2006-07-21 | 6 | -96/+96 |
| | | | | It also updates the UseWX test and WXDialog sources to use the new find script. | ||||
* | ENH: fix color output inside of ctest runs | Ken Martin | 2006-07-21 | 2 | -1/+6 |
| | |||||
* | ENH: Cleanup. Replace c-style cast with static_cast and replace sprintf with ↵ | Andy Cedilnik | 2006-07-21 | 1 | -12/+13 |
| | | | | cmOStringStream | ||||
* | BUG: Fixed building of C++-only projects and added a test. | Brad King | 2006-07-21 | 1 | -0/+10 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-21 | 1 | -1/+1 |
| | |||||
* | BUG: Do not display VT100 escapes inside emacs even if TERM is set to xterm. | Brad King | 2006-07-20 | 1 | -0/+9 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-20 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-19 | 1 | -1/+1 |
| | |||||
* | BUG: If the user specifies a cache entry on the command line without a type, ↵ | Brad King | 2006-07-18 | 5 | -9/+50 |
| | | | | the FIND_* commands should add the type and docstring to the given value and put it back in the cache. | ||||
* | COMP: Fix references to cin, cout, cerr, and clog in case of HP aCC compiler ↵ | Brad King | 2006-07-18 | 1 | -3/+53 |
| | | | | with -mt flag. | ||||
* | STYLE: fix long lines | Ken Martin | 2006-07-18 | 2 | -4/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | BUG: When handing the child stdin pipe a file, allow another process to be ↵ | Brad King | 2006-07-17 | 1 | -2/+3 |
| | | | | writing to the file at the same time. This allows children such as tail -f to function properly. | ||||
* | COMP: fix warning | Ken Martin | 2006-07-17 | 1 | -1/+1 |
| | |||||
* | COMP: Only delete once | Andy Cedilnik | 2006-07-17 | 1 | -4/+0 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-17 | 1 | -1/+1 |
| | |||||
* | COMP: Remove some warnings | Andy Cedilnik | 2006-07-17 | 2 | -2/+12 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-15 | 1 | -1/+1 |
| | |||||
* | ENH: Add a way to get unused arguments and add a test | Andy Cedilnik | 2006-07-14 | 5 | -0/+167 |
| |