Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Remove warnings | Andy Cedilnik | 2006-07-13 | 5 | -13/+18 |
| | |||||
* | STYLE: Fix kwstyle | Andy Cedilnik | 2006-07-13 | 1 | -1/+2 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2006-07-13 | 1 | -3/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-13 | 1 | -1/+1 |
| | |||||
* | ENH: Remove debug | Andy Cedilnik | 2006-07-12 | 2 | -3/+2 |
| | |||||
* | BUG: Fix error conditions | Andy Cedilnik | 2006-07-12 | 1 | -3/+3 |
| | |||||
* | COMP: fix old compiler issue | Ken Martin | 2006-07-12 | 1 | -1/+5 |
| | |||||
* | BUG: reduce the number of file handles kept open | Ken Martin | 2006-07-12 | 2 | -15/+12 |
| | |||||
* | ENH: added progress for subdir all targets and fixed compiler waring | Ken Martin | 2006-07-12 | 3 | -11/+72 |
| | |||||
* | STYLE: Remove debug | Andy Cedilnik | 2006-07-12 | 1 | -4/+0 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2006-07-12 | 8 | -23/+23 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-12 | 1 | -1/+1 |
| | |||||
* | ENH: Added creation of XXX_FIND_COMPONENTS list of all components requested ↵ | Brad King | 2006-07-11 | 1 | -3/+31 |
| | | | | with REQUIRED option. This addresses the feature request in bug#3494. | ||||
* | COMP: Fix stl string access | Andy Cedilnik | 2006-07-11 | 1 | -2/+2 |
| | |||||
* | BUG: Try to fix the problem of bad test names | Andy Cedilnik | 2006-07-11 | 6 | -14/+36 |
| | |||||
* | ENH: Made cmLocalVisualStudioGenerator a superclass of ↵ | Brad King | 2006-07-11 | 2 | -4/+29 |
| | | | | cmLocalVisualStudio6Generator. Implemented object file unique naming when multiple sources share the same name. | ||||
* | ENH: Moved unique object file name computation from ↵ | Brad King | 2006-07-11 | 9 | -126/+270 |
| | | | | cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories. | ||||
* | ENH: fix compile warning | Ken Martin | 2006-07-11 | 1 | -2/+0 |
| | |||||
* | BUG: changed to progress to make it more flexible and to no relink targets ↵ | Ken Martin | 2006-07-11 | 6 | -109/+225 |
| | | | | as often | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | COMP: Remove warnings and style problems | Andy Cedilnik | 2006-07-10 | 1 | -28/+40 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2006-07-10 | 1 | -1/+1 |
| | |||||
* | STYLE: Fix some style errors | Andy Cedilnik | 2006-07-10 | 2 | -83/+88 |
| | |||||
* | COMP: Remove errors | Andy Cedilnik | 2006-07-09 | 3 | -0/+3 |
| | |||||
* | 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 |
| |