Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Several cleanups and support for multiple generators | Andy Cedilnik | 2006-07-09 | 4 | -234/+283 |
| | |||||
* | ENH: Add a copy constructor to copy the values | Andy Cedilnik | 2006-07-09 | 2 | -0/+42 |
| | |||||
* | ENH: Pass -C flag to cmake to generate the apropriate build command | Andy Cedilnik | 2006-07-09 | 2 | -1/+13 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-08 | 1 | -1/+1 |
| | |||||
* | ENH: Be more verbose | Andy Cedilnik | 2006-07-07 | 1 | -0/+1 |
| | |||||
* | ENH: Adding test for multiple source files with the same name but different ↵ | Brad King | 2006-07-07 | 3 | -2/+9 |
| | | | | full paths. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-07 | 1 | -1/+1 |
| | |||||
* | ENH: Improve the test to create a bundle in the subdirectory | Andy Cedilnik | 2006-07-06 | 3 | -2/+41 |
| | |||||
* | BUG: Several fixes to handle bundle content on Mac OSX | Andy Cedilnik | 2006-07-06 | 3 | -2/+16 |
| | |||||
* | BUG: Make the path change more localized to bundles only | Andy Cedilnik | 2006-07-06 | 1 | -0/+1 |
| | |||||
* | BUG: Revert the change 1.152 | Andy Cedilnik | 2006-07-06 | 1 | -5/+0 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-06 | 1 | -1/+1 |
| | |||||
* | BUG: If the source file specified is not in a source tree, do not use full ↵ | Andy Cedilnik | 2006-07-05 | 4 | -1/+11 |
| | | | | path to the file | ||||
* | ENH: On apple do not look for X11 | Andy Cedilnik | 2006-07-05 | 1 | -0/+2 |
| | |||||
* | ENH: Updated installation options and implementation to use INSTALL command ↵ | Brad King | 2006-07-05 | 1 | -16/+152 |
| | | | | if it is available. This will allow installation component assignment and separate installation of the .dll and .lib on windows. | ||||
* | ENH: Adding cmake 2.4 style installation. NOTE: These changes will work on a ↵ | Berk Geveci | 2006-07-05 | 1 | -1/+8 |
| | | | | paraview build only. This file has to updated to be general | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-05 | 1 | -1/+1 |
| | |||||
* | ENH: Merge debian changes. Support more fortran extensions | Andy Cedilnik | 2006-07-04 | 1 | -1/+1 |
| | |||||
* | ENH: prefer kde4-config over kde-config, since for KDE 4 kde-config will be | Alexander Neundorf | 2006-07-04 | 1 | -3/+3 |
| | | | | | | | renamed to kde-config, and so cmake has to prefer this one over the old version Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-04 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-01 | 1 | -1/+1 |
| | |||||
* | ENH: add EHa option | Bill Hoffman | 2006-06-30 | 1 | -0/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-29 | 1 | -1/+1 |
| | |||||
* | BUG: Fix usage of FILE(APPEND) mode. | Brad King | 2006-06-28 | 1 | -4/+4 |
| | |||||
* | BUG: Make sure try-compile source ends in a newline. | Brad King | 2006-06-28 | 3 | -3/+3 |
| | |||||
* | ENH: remove cerr output | Bill Hoffman | 2006-06-28 | 1 | -7/+0 |
| | |||||
* | BUG: fix typo | Ken Martin | 2006-06-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-28 | 1 | -1/+1 |
| | |||||
* | COMP: warning fix | Ken Martin | 2006-06-27 | 1 | -19/+18 |
| | |||||
* | ENH: fix for subdir all target after control c | Ken Martin | 2006-06-27 | 1 | -18/+19 |
| | |||||
* | ENH: fix ia64 build with aCC | Bill Hoffman | 2006-06-27 | 1 | -13/+19 |
| | |||||
* | ENH: fix crash when glob has wrong number of arguments | Bill Hoffman | 2006-06-27 | 1 | -0/+5 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-27 | 1 | -1/+1 |
| | |||||
* | BUG: When using a working directory for the custom command do not convert ↵ | Brad King | 2006-06-26 | 1 | -9/+16 |
| | | | | paths to be relative to the build directory. | ||||
* | BUG: fix for bug 3444, remove trailing . in lib names | Bill Hoffman | 2006-06-26 | 1 | -1/+1 |
| | |||||
* | ENH: fix subdir issue | Ken Martin | 2006-06-26 | 1 | -2/+13 |
| | |||||
* | ENH: Clarified documentation of EXISTS and IS_DIRECTORY modes. | Brad King | 2006-06-26 | 1 | -2/+4 |
| | |||||
* | BUG: Added missing release steps. | Brad King | 2006-06-26 | 1 | -0/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-26 | 1 | -1/+1 |
| | |||||
* | BUG: The operator precedence is [] followed by *. Calling this method was ↵ | Karthik Krishnan | 2006-06-25 | 1 | -1/+1 |
| | | | | causing out of array index segfaults bounds | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-06-24 | 1 | -1/+1 |
| | |||||
* | ENH: Default drop method http | Andy Cedilnik | 2006-06-23 | 1 | -0/+1 |
| | |||||
* | ENH: Use CMake's error reporting mechanism | Andy Cedilnik | 2006-06-22 | 1 | -11/+12 |
| | |||||
* | ENH: DIsplay the list file stack when displaying errors | Andy Cedilnik | 2006-06-22 | 2 | -3/+24 |
| | |||||
* | ENH: add a higher performance method to get the number of files in a directory | Ken Martin | 2006-06-22 | 3 | -3/+67 |
| |