Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Make commands scriptable | Andy Cedilnik | 2005-12-07 | 6 | -0/+30 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-04 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | ENH: Add a way for the generated command to include extra flags. This is ↵ | Andy Cedilnik | 2005-12-01 | 10 | -48/+42 |
| | | | | useful for CTest (or try compile) to add -j2 | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-12-01 | 1 | -1/+1 |
| | |||||
* | ENH: Add variable for debugging. This variable CMAKE_PARENT_LIST_FILE holds ↵ | Andy Cedilnik | 2005-11-30 | 1 | -0/+6 |
| | | | | the parent CMake list file of the current cmake list file. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-29 | 1 | -1/+1 |
| | |||||
* | ENH: fix problem with building vtk 4.4.2 | Bill Hoffman | 2005-11-28 | 1 | -0/+6 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-26 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | ENH: executable prefix and post fix variables should not be the same as the ↵ | Bill Hoffman | 2005-11-23 | 1 | -4/+2 |
| | | | | executable extension | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-23 | 1 | -1/+1 |
| | |||||
* | BUG: Do not expand escape sequences when re-expanding variables in include ↵ | Brad King | 2005-11-22 | 2 | -4/+4 |
| | | | | directories, link directories, and link libraries. | ||||
* | BUG: Do not accept a directory name as a library. | Brad King | 2005-11-22 | 1 | -10/+10 |
| | |||||
* | BUG: fix for bug 2357, do not allow targets to link to directories | Bill Hoffman | 2005-11-22 | 2 | -0/+13 |
| | |||||
* | BUG: fix spelling error | Bill Hoffman | 2005-11-22 | 1 | -1/+1 |
| | |||||
* | BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their ↵ | Brad King | 2005-11-22 | 3 | -4/+12 |
| | | | | own GUIDs in a ProjectGUID attribute. The top level .sln file needs a special comment at the top to allow it to be opened with double-click in explorer. | ||||
* | COMP: Define _CRT_SECURE_NO_DEPRECATE to build CMake itself on VS8. This ↵ | Brad King | 2005-11-22 | 1 | -0/+5 |
| | | | | disables 1000s of deprecation warnings about standard code. | ||||
* | BUG: fix for bug 2488 | Bill Hoffman | 2005-11-22 | 1 | -0/+2 |
| | |||||
* | ENH: more compiler flags | Bill Hoffman | 2005-11-22 | 2 | -0/+24 |
| | |||||
* | STYLE: Fixed documentation to state target_EXPORTS default right after ↵ | Brad King | 2005-11-22 | 1 | -4/+6 |
| | | | | DEFINE_SYMBOL documentation instead of many sentences later in a random place. | ||||
* | BUG: QT_DEFINITIONS should not be quoted. This addresses bug#2481. | Brad King | 2005-11-22 | 1 | -2/+2 |
| | |||||
* | ENH: set java compiler works | Bill Hoffman | 2005-11-22 | 1 | -0/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-22 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-21 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-20 | 1 | -1/+1 |
| | |||||
* | ENH: add some more properties for visual studio projects | Bill Hoffman | 2005-11-19 | 2 | -5/+18 |
| | |||||
* | COMP: fix compile error | Bill Hoffman | 2005-11-19 | 1 | -5/+2 |
| | |||||
* | ENH: fix docs | Bill Hoffman | 2005-11-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-11-19 | 1 | -1/+1 |
| | |||||
* | ENH: more chars need quotes | Bill Hoffman | 2005-11-18 | 1 | -1/+1 |
| | |||||
* | BUG: fixe dproblem with not uninstalling start menu entries | Ken Martin | 2005-11-18 | 1 | -1/+28 |
| | |||||
* | ENH: fixes for Xcode 2.2 | Bill Hoffman | 2005-11-18 | 2 | -130/+153 |
| | |||||
* | ENH: add new error regex | Bill Hoffman | 2005-11-18 | 1 | -0/+1 |
| | |||||
* | BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was ↵ | Brad King | 2005-11-18 | 4 | -41/+47 |
| | | | | broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute. | ||||
* | COMP: Need target-level dependency from wrapper targets on Wrap executable ↵ | Brad King | 2005-11-17 | 1 | -0/+3 |
| | | | | target. | ||||
* | BUG: Fixed XML escapes for custom commands. Also added escaping of newlines ↵ | Brad King | 2005-11-17 | 1 | -3/+3 |
| | | | | for VS 2005. | ||||
* | BUG: Do not dereference an end iterator. | Brad King | 2005-11-17 | 2 | -2/+2 |
| | |||||
* | BUG: Fixed support for external object files built by custom commands. Also ↵ | Brad King | 2005-11-17 | 3 | -3/+40 |
| | | | | added a test to keep it working. | ||||
* | STYLE: fix docs | Ken Martin | 2005-11-17 | 3 | -4/+4 |
| | |||||
* | STYLE: fix docs | Ken Martin | 2005-11-17 | 2 | -10/+10 |
| | |||||
* | STYLE: fix docs | Ken Martin | 2005-11-17 | 1 | -7/+11 |
| | |||||
* | STYLE: fix docs | Ken Martin | 2005-11-17 | 1 | -2/+3 |
| |