summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fixes #8376: FindFLTK fails because include file can be FL/Fl.H and CMakePhilip Lowman2009-01-221-1/+3
* BUG: Fix VS IDE solution files order againBrad King2009-01-211-1/+1
* BUG: Fix ALL_BUILD ordering enforcementBrad King2009-01-211-4/+4
* ENH: Make ALL_BUILD always the default projectBrad King2009-01-211-0/+9
* BUG: Fix VS IDE project orderBrad King2009-01-213-26/+52
* BUG: Fix issue #7523: Analyze output of 'hdiutil attach' to get the name of t...David Cole2009-01-214-9/+22
* ENH: Use the latest CMake-logo-triangle-high-res.png to improve the look of C...David Cole2009-01-211-0/+0
* BUG: Fix issue #7833: Add file extension handling to CPack generated installe...David Cole2009-01-219-4/+59
* STYLE: Fix if/endif mismatch in FindKDE4Brad King2009-01-211-1/+1
* ENH: Enforce logical blocks in functions/macrosBrad King2009-01-212-0/+6
* ENH: Better handling of mismatched blocksBrad King2009-01-217-8/+24
* ENH: Better error message for unclosed blocksBrad King2009-01-2113-73/+30
* ENH: Refactor logical block enforcementBrad King2009-01-212-40/+86
* STYLE: Nightly Date StampBrad King2009-01-211-1/+1
* BUG: Fix LOCATION property for Mac AppBundlesBrad King2009-01-203-17/+11
* ENH: Refactor function blocker deletionBrad King2009-01-208-47/+27
* ENH: Improve response to bad if or elseifBrad King2009-01-203-22/+28
* BUG: Fix for issue #7470. Allow spaces in the path names of installed files w...David Cole2009-01-203-11/+33
* BUG: fix crash with cmd.exe shell and cmake in the pathBill Hoffman2009-01-201-0/+9
* STYLE: Nightly Date StampBrad King2009-01-201-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
* STYLE: Nightly Date StampBrad King2009-01-191-1/+1
* 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: add output on failure to ctest #8255Bill Hoffman2009-01-183-0/+34
* BUG: fix crash with empty propertiesBill Hoffman2009-01-181-2/+8
* STYLE: Nightly Date StampBrad King2009-01-181-1/+1
* STYLE: Nightly Date StampBrad King2009-01-171-1/+1
* BUG: Fixed issues using FindBoost with BoostPro packaged releases. FixedPhilip Lowman2009-01-161-57/+86
* STYLE: Nightly Date StampBrad King2009-01-161-1/+1
* BUG: Fix find_package docs for refind featureBrad King2009-01-151-2/+1
* BUG: Enforce matching policy PUSH/POP in all filesBrad King2009-01-152-14/+19
* ENH: fix part submission to not have memory of the last part submissionBill Hoffman2009-01-152-5/+6
* BUG: fix for bug #8174Bill Hoffman2009-01-152-2/+14
* ENH: Provide variable CMAKE_VERSIONBrad King2009-01-152-0/+13
* ENH: Document variable CMAKE_PATCH_VERSIONBrad King2009-01-151-0/+6
* 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