Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: reenable the installation of the PUBLIC_HEADERs | Alexander Neundorf | 2007-09-19 | 2 | -4/+4 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-19 | 1 | -1/+1 |
| | |||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-09-18 | 1 | -6/+16 |
| | | | | Alex | ||||
* | ENH: allow for desktop link to be created and fix chop of last char in PATH ↵ | Bill Hoffman | 2007-09-18 | 4 | -172/+213 |
| | | | | on uninstall | ||||
* | BUG: make the string static, otherwise the contents are gone when we exit | Alexander Neundorf | 2007-09-18 | 1 | -1/+1 |
| | | | | | | the function (same fix as in VTK/CMake/) Alex | ||||
* | ENH: increase timeout for long test | Bill Hoffman | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | ENH: allow test properties to set a timeout that is longer than the default ↵ | Bill Hoffman | 2007-09-18 | 1 | -1/+3 |
| | | | | timeout, but not longer than CTEST_TIME_LIMIT for a script | ||||
* | ENH: use the oubject_output option to try to tell CodeBlocks where the | Alexander Neundorf | 2007-09-18 | 1 | -0/+1 |
| | | | | | | | object files are located (to make "compile file" work). Doesn't work yet, but at least the .objs/ is now removed from the path. Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | COMP: disable packaging test on Apple, see if this fixes the timeouts | Alexander Neundorf | 2007-09-17 | 2 | -2/+16 |
| | | | | Alex | ||||
* | ENH: make mt command work with gmake | Bill Hoffman | 2007-09-17 | 1 | -0/+1 |
| | |||||
* | ENH: fix for vs 8 | Bill Hoffman | 2007-09-17 | 1 | -2/+2 |
| | |||||
* | ENH: add support for the Portland Compiler to CMake, can build cmake and the ↵ | Alexander Neundorf | 2007-09-17 | 6 | -2/+26 |
| | | | | | | tests pass (except the wrapping tests, which fail to link to the g++-compiled Qt) Alex | ||||
* | COMP: use C-style comments in C code | Alexander Neundorf | 2007-09-17 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: test install of debug libs | Bill Hoffman | 2007-09-17 | 2 | -0/+2 |
| | |||||
* | ENH: allow for installation of debug libs | Bill Hoffman | 2007-09-17 | 1 | -4/+35 |
| | |||||
* | ENH: add support for vs 2008 beta 2 | Bill Hoffman | 2007-09-17 | 13 | -23/+167 |
| | |||||
* | COMP: add a check for makedev, which isn't available with the PGI compiler | Alexander Neundorf | 2007-09-17 | 3 | -0/+12 |
| | | | | | | on Cray XT3 Alex | ||||
* | ENH: fix warning | Bill Hoffman | 2007-09-17 | 1 | -2/+2 |
| | |||||
* | STYLE: copy the executables from TRY_RUN() to | Alexander Neundorf | 2007-09-17 | 1 | -0/+1 |
| | | | | | | ${CMAKE_BINARY_DIR}/CMakeFiles/ instead to ${CMAKE_BINARY_DIR} Alex | ||||
* | ENH: Adding test for ADD_CUSTOM_COMMAND's new IMPLICIT_DEPENDS feature. | Brad King | 2007-09-17 | 4 | -0/+68 |
| | |||||
* | ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently ↵ | Brad King | 2007-09-17 | 5 | -0/+104 |
| | | | | works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources. | ||||
* | ENH: fix build issue with config type not being specified by ctest | Bill Hoffman | 2007-09-17 | 4 | -5/+36 |
| | |||||
* | 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 |
| |