Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-17 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader ↵ | Brad King | 2007-09-13 | 3 | -32/+43 |
| | | | | test to use it (making the test simpler). | ||||
* | COMP: Fix shadowed local warning by scoping the previous decl properly. | Brad King | 2007-09-13 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-13 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | ENH: Avoid prompting for admin privileges when running CMakeSetup.exe on ↵ | David Cole | 2007-09-11 | 3 | -2/+30 |
| | | | | Vista by adding a requestedExecutionLevel element to its manifest. | ||||
* | ENH: for build and test default the config type to the one that ctest was ↵ | Bill Hoffman | 2007-09-11 | 1 | -2/+24 |
| | | | | built with, it is good for the current ctest setup, and other projects can always specify a value on the command line | ||||
* | ENH: opps | Bill Hoffman | 2007-09-11 | 1 | -0/+2 |
| | |||||
* | ENH: Update zlib to 1.2.3. Addresses bugs #5445 and #3473. | David Cole | 2007-09-11 | 38 | -3654/+6278 |
| | |||||
* | ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵ | Bill Hoffman | 2007-09-11 | 5 | -19/+34 |
| | | | | config types, do not inherit pipes in child procs for ctest so it can kill them | ||||
* | ENH: improve docs | Bill Hoffman | 2007-09-11 | 1 | -1/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | ENH: turn this stuff off to see if it fixes the dashboard on midworld | Bill Hoffman | 2007-09-10 | 2 | -4/+4 |
| | |||||
* | ENH: fix memory leak | Bill Hoffman | 2007-09-10 | 1 | -1/+2 |
| | |||||
* | ENH: add test that builds a nightly windows cmake binary | Bill Hoffman | 2007-09-10 | 4 | -5/+29 |
| | |||||
* | ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting ↵ | Brad King | 2007-09-10 | 2 | -0/+21 |
| | | | | of Xcode target attributes in generated projects. For example, one may set the prefix header property and the corresponding precompiled option to do precompiled headers. | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | ENH: remove debug print | Bill Hoffman | 2007-09-09 | 1 | -1/+0 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-08 | 1 | -1/+1 |
| | |||||
* | ENH: MATH is not in bootstrap cmake | Bill Hoffman | 2007-09-07 | 1 | -3/+3 |
| | |||||
* | ENH: for CVS CMake have cpack use the version date in the name of the package | Bill Hoffman | 2007-09-07 | 2 | -3/+24 |
| | |||||
* | ENH: fix spelling error | Bill Hoffman | 2007-09-07 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-07 | 1 | -1/+1 |
| | |||||
* | BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on ↵ | David Cole | 2007-09-06 | 1 | -0/+0 |
| | | | | Windows. It was inadvertently removed. | ||||
* | ENH: acdc is dead | Bill Hoffman | 2007-09-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-06 | 1 | -1/+1 |
| | |||||
* | ENH: removing temporary testing file | Zack Galbreath | 2007-09-04 | 1 | -1/+0 |
| | |||||
* | ENH: testing branchRestrict | Zack Galbreath | 2007-09-04 | 1 | -0/+1 |
| | |||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-08-31 | 2 | -4/+4 |
| | | | | Alex | ||||
* | STYLE: mark the generator options as advanced | Alexander Neundorf | 2007-08-31 | 1 | -0/+7 |
| | | | | Alex | ||||
* | STYLE: disable header check | Alexander Neundorf | 2007-08-31 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: Create CTestCustom.cmake instead of CTestCustom.ctest. Create the old ↵ | Brad King | 2007-08-31 | 3 | -41/+46 |
| | | | | file to include the new one for compatibility. This should prevent the long delays of CTest traversing the whole tree looking for CTestCustom.ctest files. | ||||
* | STYLE: add makefile target MoreStyleChecks, which runs KWStyle with more | Alexander Neundorf | 2007-08-31 | 2 | -0/+39 |
| | | | | | | checks enabled and creates the html files. Alex | ||||
* | STYLE: the temporary variable is not necessary | Alexander Neundorf | 2007-08-31 | 1 | -3/+1 |
| | | | | Alex | ||||
* | ENH: add support for Fortran to the KDevelop generator | Alexander Neundorf | 2007-08-31 | 4 | -135/+198 |
| | | | | | | -minor optimization for GetLanguageEnabled() Alex | ||||
* | BUG: Another space-in-path fix. | Brad King | 2007-08-31 | 1 | -2/+4 |
| | |||||
* | BUG: Fix path to CMake executables when run from bootstrap build. | Brad King | 2007-08-31 | 1 | -0/+1 |
| | |||||
* | STYLE: adapt the test to the change from FILENAME to FILE | Alexander Neundorf | 2007-08-30 | 2 | -2/+10 |
| | | | | | | -add a call to the EXPORT() command Alex | ||||
* | STYLE: rename FILENAME keyword to FILE, because FILENAME is used in no other | Alexander Neundorf | 2007-08-30 | 2 | -1/+17 |
| | | | | | | place Alex | ||||
* | ENH: add support for the next python release, python 2.6 | Alexander Neundorf | 2007-08-30 | 2 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: "Build file" still doesn't work, but now it is at least a bit closer, | Alexander Neundorf | 2007-08-30 | 1 | -1/+1 |
| | | | | | | it needs some more support from CB Alex | ||||
* | STYLE: add the | to the docs | Alexander Neundorf | 2007-08-30 | 1 | -0/+1 |
| | | | | Alex | ||||
* | BUG: work if there are spaces in the path to cmake | Alexander Neundorf | 2007-08-29 | 1 | -4/+6 |
| | | | | Alex | ||||
* | ENH: fail with error if trying to create a RPM stating that rpmbuild can't | Alexander Neundorf | 2007-08-29 | 1 | -0/+4 |
| | | | | | | handle spaces Alex | ||||
* | BUG: make paths with spaces work in CodeBlocks | Alexander Neundorf | 2007-08-29 | 1 | -12/+5 |
| | | | | | | -gcc is always gcc and not mingw Alex | ||||
* | BUG: this seems to fix the regexp result-storage problem, now it seems the ↵ | Alexander Neundorf | 2007-08-29 | 1 | -1/+1 |
| | | | | | | actual result is tored instead of "1" , as it happened for StringFileTest on Windows Alex |