summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: Added a mark_as_advanced() wrapper function.Philip Lowman2009-01-301-0/+10
* BUG: Fixes detection of lua libraries installed from FreeBSD ports (Issue #8421)Philip Lowman2009-01-302-2/+2
* STYLE: Nightly Date StampBrad King2009-01-301-1/+1
* ENH: Emit a little more information in the error message when the output file...David Cole2009-01-291-1/+8
* BUG: Remove unnecessary double quotes from SET statements. Hopefully resolves...David Cole2009-01-291-8/+8
* BUG: fix for #8418 -E chdir should return fail of dir does not existBill Hoffman2009-01-291-1/+1
* ENH: Docs for relative paths in link_directoriesBrad King2009-01-291-1/+6
* BUG: Fix OS X dylib version flags for more linkersBrad King2009-01-291-2/+2
* ENH: Also find .moc files if there are spaces between # and include.Clinton Stimpson2009-01-291-1/+1
* ENH: add missing fileBill Hoffman2009-01-291-0/+43
* BUG: fix for # 8413 add more haiku searchingBill Hoffman2009-01-291-1/+2
* BUG: fix for #8423Bill Hoffman2009-01-292-1/+3
* STYLE: fix warningBill Hoffman2009-01-291-1/+1
* STYLE: Nightly Date StampBrad King2009-01-291-1/+1
* STYLE: Reworded some of the OS-X code commentsPhilip Lowman2009-01-291-22/+23
* STYLE: fix warningBill Hoffman2009-01-281-1/+1
* ENH: Better way to add framework includes.Clinton Stimpson2009-01-281-1/+1
* ENH: clean up status and change order for more common compilers firstBill Hoffman2009-01-281-9/+9
* ENH: add openmp supportBill Hoffman2009-01-281-0/+108
* BUG: Fix careless typo that only caused test failures on clean builds...David Cole2009-01-281-1/+1
* STYLE: Nightly Date StampBrad King2009-01-281-1/+1
* BUG: Try to fix the universal binary continuous dashboard on dashmacmini2. I ...David Cole2009-01-271-6/+12
* BUG: Only set CMAKE_OSX_DEPLOYMENT_TARGET on Mac OSX 10.4 or later. The gcc t...David Cole2009-01-271-2/+4
* STYLE: Emit filenames in try_compile error message to get more information fr...David Cole2009-01-271-1/+5
* BUG: Reset file submission list on test restartBrad King2009-01-272-2/+4
* BUG: Fix CTest submit-only operationBrad King2009-01-271-8/+1
* ENH: change to use CMAKE_CREATE_VERSION from CMAKE_VERSION as CMAKE_VERSION i...Bill Hoffman2009-01-271-1/+1
* ENH: change to use CMAKE_CREATE_VERSION from CMAKE_VERSION as CMAKE_VERSION i...Bill Hoffman2009-01-274-32/+32
* BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to speci...David Cole2009-01-273-35/+128
* BUG: fix for 7845, idl files compile even with headerfile only onBill Hoffman2009-01-271-2/+1
* STYLE: Nightly Date StampBrad King2009-01-271-1/+1
* BUG: Fixed recent regression when finding some includes.Clinton Stimpson2009-01-261-3/+3
* STYLE: Nightly Date StampBrad King2009-01-261-1/+1
* STYLE: Nightly Date StampBrad King2009-01-251-1/+1
* STYLE: Nightly Date StampBrad King2009-01-241-1/+1
* ENH: Should have a -F for framework includes on Mac. Fixes ParaView build w...Clinton Stimpson2009-01-231-0/+3
* ENH: Add convenience for identifying Cocoa based Qt.Clinton Stimpson2009-01-231-0/+3
* ENH: Turn off CPACK_BINARY_TBZ2 and CPACK_BINARY_ZIP by default. Strictly spe...David Cole2009-01-231-2/+2
* ENH: try to fix vs6 buildBill Hoffman2009-01-231-2/+1
* ENH: Better support for "fltk-config" binary, added options so the userPhilip Lowman2009-01-231-38/+61
* STYLE: Nightly Date StampBrad King2009-01-231-1/+1
* BUG: Forgot to change parent class in cmCPackTypeMacro when I added cmCPackDr...David Cole2009-01-221-1/+1
* BUG: Fix issue #8383. Avoid crashing when using the Bundle CPack generator an...David Cole2009-01-224-0/+28
* ENH: Isolate policy changes in included scriptsBrad King2009-01-2212-19/+210
* ENH: Better policies for functions and macrosBrad King2009-01-2210-2/+105
* ENH: Improve stack discussion in cmake_policyBrad King2009-01-221-8/+9
* ENH: Create notion of a 'weak' policy stack entryBrad King2009-01-222-11/+22
* BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build o...David Cole2009-01-228-90/+315
* ENH: Create policy scope barriersBrad King2009-01-223-54/+82
* ENH: Make policy push/pop methods privateBrad King2009-01-221-3/+7