Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add initial ctest -j feature | Bill Hoffman | 2008-07-03 | 10 | -75/+884 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-01 | 1 | -2/+2 |
| | |||||
* | BUG: Fix column widths on some systems. | Clinton Stimpson | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | BUG: Do not escape make variable references in VS additional options. | Brad King | 2008-06-30 | 1 | -2/+4 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-29 | 1 | -1/+1 |
| | |||||
* | BUG: fix memory leak and cleanup error string code | Ken Martin | 2008-06-28 | 3 | -35/+25 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-27 | 1 | -1/+1 |
| | |||||
* | BUG: Fix computed directory property DEFINITIONS. | Brad King | 2008-06-26 | 2 | -21/+33 |
| | | | | | | | | | | - The property tracks the value formed by add_definitions and remove_definitions command invocations. - The string should be maintained for use in returning for the DEFINITIONS property value. - It is no longer used for any other purpose. - The DEFINITIONS property was recently documented as deprecated. - See bug #7239. | ||||
* | ENH: support parenthesis as arguments and in conditionals feature request #6191 | Ken Martin | 2008-06-26 | 2 | -224/+294 |
| | |||||
* | ENH: Update documentation of computed directory properites. | Brad King | 2008-06-26 | 2 | -13/+74 |
| | | | | | | - Fix documentation of get_directory_property command. - Convert its list of computed directory properties to be defined/documented directory properties. | ||||
* | BUG: Fix PARENT_DIRECTORY property in top-level to not crash. | Brad King | 2008-06-26 | 1 | -2/+4 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 7239, DEFINITIONS property not backwards compatible to 2.4 | Bill Hoffman | 2008-06-25 | 1 | -2/+15 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-25 | 1 | -1/+1 |
| | |||||
* | BUG: Don't create empty property. Fixes bug #7193. | Clinton Stimpson | 2008-06-24 | 1 | -0/+5 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-24 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 7228 FLTK_WRAP_UI segfault fixed | Bill Hoffman | 2008-06-23 | 1 | -1/+13 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-22 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-21 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 7222 manifest:no not working for makefiles | Bill Hoffman | 2008-06-20 | 2 | -10/+33 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-20 | 1 | -1/+1 |
| | |||||
* | COMP: Eliminate unreferenced variable warning | David Cole | 2008-06-19 | 1 | -0/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-19 | 1 | -1/+1 |
| | |||||
* | COMP: Eliminate compiler warning on 64-bit build. | David Cole | 2008-06-18 | 1 | -1/+2 |
| | |||||
* | BUG: Always look for the NSIS reg value in the 32-bit hive even in 64-bit ↵ | David Cole | 2008-06-18 | 1 | -1/+2 |
| | | | | builds of CPack. | ||||
* | ENH: support large object file lists with incremental visual studio linking | Bill Hoffman | 2008-06-18 | 1 | -1/+1 |
| | |||||
* | ENH: Apply patch for feature request #7170. Thanks to Tim Shead for ↵ | David Cole | 2008-06-18 | 4 | -0/+372 |
| | | | | contributing... | ||||
* | BUG: make sure ctest sees the output of the cmake run in build and test ↵ | Bill Hoffman | 2008-06-18 | 1 | -0/+8 |
| | | | | cases, it was not... | ||||
* | BUG: Workaround PackageMaker 3.0 issue for new CPack components feature. ↵ | David Cole | 2008-06-18 | 2 | -50/+92 |
| | | | | Thanks again to Doug Gregor for the patch. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-18 | 1 | -1/+1 |
| | |||||
* | COMP: Use cmOStringStream instead of std::ostringstream for the HP compiler. | David Cole | 2008-06-17 | 1 | -3/+3 |
| | |||||
* | BUG: fix for bug 7136 | Bill Hoffman | 2008-06-17 | 1 | -12/+16 |
| | |||||
* | ENH: add an enabled language property | Bill Hoffman | 2008-06-17 | 1 | -0/+23 |
| | |||||
* | COMP: Fix errors and warnings from continuous dashboards running different ↵ | David Cole | 2008-06-17 | 2 | -1/+4 |
| | | | | compilers... | ||||
* | COMP: Include full class definitions of classes used in std::map data members. | David Cole | 2008-06-17 | 1 | -3/+4 |
| | |||||
* | ENH: Add patch for feature request #6847 - CPack components for NSIS and ↵ | David Cole | 2008-06-17 | 7 | -142/+1327 |
| | | | | PackageMaker installers. Thanks to Doug Gregor for all the hard work involved with implementing this patch! Also added new test CPackComponents that is conditionally executed only when NSIS or PackageMaker installer builders are available. | ||||
* | BUG: fix for bug 6619 | Bill Hoffman | 2008-06-17 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-17 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-06-14 | 1 | -1/+1 |
| | |||||
* | ENH: remove red blending. It didn't look good on some systems. | Clinton Stimpson | 2008-06-13 | 1 | -4/+4 |
| | |||||
* | ENH: instead of solid red for new entries, blend it with the alternating | Clinton Stimpson | 2008-06-13 | 1 | -4/+4 |
| | | | | white/gray (depending on style). | ||||
* | ENH: Make original flat view the default. | Clinton Stimpson | 2008-06-13 | 4 | -418/+320 |
| | | | | Add option to switch to grouped view (and remember it). | ||||
* | ENH: remove beta stuff from version | Bill Hoffman | 2008-06-13 | 1 | -6/+2 |
| |