summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* COMP: disable packaging test on Apple, see if this fixes the timeoutsAlexander Neundorf2007-09-172-2/+16
| | | | Alex
* ENH: make mt command work with gmakeBill Hoffman2007-09-171-0/+1
|
* ENH: fix for vs 8Bill Hoffman2007-09-171-2/+2
|
* ENH: add support for the Portland Compiler to CMake, can build cmake and the ↵Alexander Neundorf2007-09-176-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 codeAlexander Neundorf2007-09-171-1/+1
| | | | Alex
* ENH: test install of debug libsBill Hoffman2007-09-172-0/+2
|
* ENH: allow for installation of debug libsBill Hoffman2007-09-171-4/+35
|
* ENH: add support for vs 2008 beta 2Bill Hoffman2007-09-1713-23/+167
|
* COMP: add a check for makedev, which isn't available with the PGI compilerAlexander Neundorf2007-09-173-0/+12
| | | | | | on Cray XT3 Alex
* ENH: fix warningBill Hoffman2007-09-171-2/+2
|
* STYLE: copy the executables from TRY_RUN() toAlexander Neundorf2007-09-171-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 King2007-09-174-0/+68
|
* ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently ↵Brad King2007-09-175-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 ctestBill Hoffman2007-09-174-5/+36
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-171-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-161-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-151-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-141-1/+1
|
* ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader ↵Brad King2007-09-133-32/+43
| | | | test to use it (making the test simpler).
* COMP: Fix shadowed local warning by scoping the previous decl properly.Brad King2007-09-131-2/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-131-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-121-1/+1
|
* ENH: Avoid prompting for admin privileges when running CMakeSetup.exe on ↵David Cole2007-09-113-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 Hoffman2007-09-111-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: oppsBill Hoffman2007-09-111-0/+2
|
* ENH: Update zlib to 1.2.3. Addresses bugs #5445 and #3473.David Cole2007-09-1138-3654/+6278
|
* ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵Bill Hoffman2007-09-115-19/+34
| | | | config types, do not inherit pipes in child procs for ctest so it can kill them
* ENH: improve docsBill Hoffman2007-09-111-1/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-111-1/+1
|
* ENH: turn this stuff off to see if it fixes the dashboard on midworldBill Hoffman2007-09-102-4/+4
|
* ENH: fix memory leakBill Hoffman2007-09-101-1/+2
|
* ENH: add test that builds a nightly windows cmake binaryBill Hoffman2007-09-104-5/+29
|
* ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting ↵Brad King2007-09-102-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 updateAndy Cedilnik2007-09-101-1/+1
|
* ENH: remove debug printBill Hoffman2007-09-091-1/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-091-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-081-1/+1
|
* ENH: MATH is not in bootstrap cmakeBill Hoffman2007-09-071-3/+3
|
* ENH: for CVS CMake have cpack use the version date in the name of the packageBill Hoffman2007-09-072-3/+24
|
* ENH: fix spelling errorBill Hoffman2007-09-071-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-071-1/+1
|
* BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on ↵David Cole2007-09-061-0/+0
| | | | Windows. It was inadvertently removed.
* ENH: acdc is deadBill Hoffman2007-09-061-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-061-1/+1
|
* ENH: removing temporary testing fileZack Galbreath2007-09-041-1/+0
|
* ENH: testing branchRestrictZack Galbreath2007-09-041-0/+1
|
* STYLE: fix line lengthsAlexander Neundorf2007-08-312-4/+4
| | | | Alex
* STYLE: mark the generator options as advancedAlexander Neundorf2007-08-311-0/+7
| | | | Alex
* STYLE: disable header checkAlexander Neundorf2007-08-311-1/+1
| | | | Alex
* ENH: Create CTestCustom.cmake instead of CTestCustom.ctest. Create the old ↵Brad King2007-08-313-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.