summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix other modules not respecting QUIET and REQUIREDPhilip Lowman2009-01-303-11/+6
* BUG: The QUIET and REQUIRED find attributes on each Findosg* module were notPhilip Lowman2009-01-3017-17/+17
* 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
* BUG: Remove unnecessary double quotes from SET statements. Hopefully resolves...David Cole2009-01-291-8/+8
* 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
* BUG: fix for # 8413 add more haiku searchingBill Hoffman2009-01-291-1/+2
* STYLE: Reworded some of the OS-X code commentsPhilip Lowman2009-01-291-22/+23
* 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
* 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
* BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to speci...David Cole2009-01-271-33/+102
* BUG: Fixed recent regression when finding some includes.Clinton Stimpson2009-01-261-3/+3
* 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: Better support for "fltk-config" binary, added options so the userPhilip Lowman2009-01-231-38/+61
* BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build o...David Cole2009-01-221-1/+3
* BUG: Fixes detection of FLTK on Gentoo (Issue #7809)Philip Lowman2009-01-221-3/+40
* BUG: Fixes #8376: FindFLTK fails because include file can be FL/Fl.H and CMakePhilip Lowman2009-01-221-1/+3
* BUG: Fix issue #7833: Add file extension handling to CPack generated installe...David Cole2009-01-215-0/+34
* STYLE: Fix if/endif mismatch in FindKDE4Brad King2009-01-211-1/+1
* BUG: Fix detection of boost libraries without any compiler encoding (e.g.Philip Lowman2009-01-201-0/+4
* BUG: Fixes Issue #8054 and more. DOXYGEN_DOT_FOUND now exists, errantPhilip Lowman2009-01-201-73/+96
* BUG: Missing "icpc" as a possible CXX compiler for Intel C++. Also refactoredPhilip Lowman2009-01-201-13/+21
* BUG: Switch FindBoost.cmake to use CMAKE_COMPILER_IS_GNUCXX (Issue #8398)Philip Lowman2009-01-201-2/+2
* BUG: Fixed Issue #7331 Bugs in Findosg*.cmake. Also added OPENTHREADS_LIBRAR...Philip Lowman2009-01-1919-647/+400
* BUG: Reverted change made in 1.27, should be unnecessary (Issue #7508)Philip Lowman2009-01-191-2/+0
* BUG: Resolve Issue #7508, FindBoost fails to find boost on SuSE 10.3Philip Lowman2009-01-191-0/+2
* ENH: Added 1.38 since it'll be out soon. More documentation and clarified ex...Philip Lowman2009-01-191-20/+37
* BUG: Do not check for GCC version encoding in filenames on Boost libraries pr...Philip Lowman2009-01-191-32/+41
* BUG: Fixed additional issues with autodetecting compiler tags properly includ...Philip Lowman2009-01-181-9/+15
* BUG: Fixes problem with _boost_ABI_TAG appending to itself if FindBoost is ca...Philip Lowman2009-01-181-0/+1
* STYLE: minor cleanupPhilip Lowman2009-01-181-22/+28
* BUG: Removed some code which was squashing Boost_LIBRARIES on WIN32 under the...Philip Lowman2009-01-181-7/+0
* BUG: Fixed documentation bug with Boost_USE_MULTITHREADED, removed OPTION() c...Philip Lowman2009-01-181-6/+8
* BUG: Fixed superfluous and duplicate dirs in Boost_LIBRARY_DIR. Employed wor...Philip Lowman2009-01-181-3/+21
* BUG: Fixed issues using FindBoost with BoostPro packaged releases. FixedPhilip Lowman2009-01-161-57/+86
* BUG: fixed bug #7529: FindBoost fails to find boost on SuSE 11.0 due to GCCPhilip Lowman2009-01-151-2/+2
* BUG: Fixes bug #8059. Also added Boost_DEBUG variable for troubleshooting.Philip Lowman2009-01-151-47/+152
* ENH: fix #7913: find also python 2.6 on windowsAlexander Neundorf2009-01-101-0/+1
* BUG: fix #8122, _firstPoFile was not empty because it was no real variableAlexander Neundorf2009-01-101-1/+3
* STYLE: fix typoAlexander Neundorf2009-01-101-1/+1
* STYLE: this is not necessary anymore for kdevelop, the kdevelop generatorAlexander Neundorf2009-01-101-5/+1
* BUG: Fixed CXXTEST_INCLUDE_DIRS so it will work properly with NOTFOUND.Philip Lowman2009-01-081-24/+47
* BUG: Fix install_name_tool problem on the Mac when a PROJECT(... NONE) is fol...David Cole2008-12-301-1/+1