summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* COMP: remove unused variable TargetSourceFileCount, it seems it is unused sin...Alexander Neundorf2009-02-091-1/+0
* BUG: Work around broken GetLongPathName caseBrad King2009-02-091-0/+5
* ENH: Support .hpp with automoc.Clinton Stimpson2009-02-091-1/+5
* STYLE: fix two typos in the comments, patch from Daniel DOT Teske AT Nokia DO...Alexander Neundorf2009-02-092-2/+2
* ENH: Made the documentation for FindDevIL.cmake cleaner. Changed the XXX_LIBR...Christopher Harvey2009-02-091-12/+12
* ENH: Add get_filename_component(... REALPATH)Brad King2009-02-094-3/+68
* BUG: Fix GetRealPath when realpath failsBrad King2009-02-092-3/+17
* BUG: fix for 0008378, lists with FILEPATH and UNC //server/path failBill Hoffman2009-02-091-1/+18
* STYLE: Nightly Date StampBrad King2009-02-091-1/+1
* STYLE: Nightly Date StampBrad King2009-02-081-1/+1
* BUG: When detecting if qmake executable is changed, don't error if pathClinton Stimpson2009-02-071-3/+3
* STYLE: Nightly Date StampBrad King2009-02-071-1/+1
* BUG: Fix OS X FW symlink byproduct dependenciesBrad King2009-02-061-1/+2
* BUG: Fix OS X AppBundle/FW byproducts dependenciesBrad King2009-02-062-9/+38
* COMP: Avoid parameter/member shadow in cmXMLSafeBrad King2009-02-062-4/+4
* BUG: Do not re-generate after a AppBundle buildBrad King2009-02-061-2/+2
* BUG: Alternative fix to bug #8423Brad King2009-02-064-47/+2
* ENH: Clarify cmake_policy(VERSION) documentationBrad King2009-02-061-2/+1
* STYLE: Nightly Date StampBrad King2009-02-061-1/+1
* ENH: Add support for building with Qt's ActiveX support on Windows.Clinton Stimpson2009-02-062-2/+36
* COMP: Avoid warning about signed-char comparisonBrad King2009-02-051-4/+3
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-0514-165/+209
* STYLE: Nightly Date StampBrad King2009-02-051-1/+1
* BUG: Add debug message calls to figure out ExternalProject test failure on AI...David Cole2009-02-041-0/+4
* ENH: Re-order generation of build summary and xmlBrad King2009-02-041-8/+9
* ENH: Refactor Build.xml generationBrad King2009-02-042-11/+19
* COMP: Iterator version of std::set not available with vs6 implementation of S...David Cole2009-02-041-3/+11
* BUG: Fix old-style install to prefix topBrad King2009-02-043-0/+12
* STYLE: Nightly Date StampBrad King2009-02-041-1/+1
* ENH: Add FILES arg to the ctest_submit command. BUG: Propagate the IsCDash se...David Cole2009-02-034-26/+156
* ENH: fix dynamic loading on haikuBill Hoffman2009-02-032-13/+2
* BUG: fix potential issue with empty stringsBill Hoffman2009-02-031-3/+3
* STYLE: Nightly Date StampBrad King2009-02-031-1/+1
* BUG: include should not have .cmakeBill Hoffman2009-02-021-1/+1
* BUG: Fix preprocess and assembly rule expansionBrad King2009-02-021-12/+12
* COMP: Fix rule hash code during bootstrapBrad King2009-02-021-2/+1
* BUG: Do not expand rule variables in info rulesBrad King2009-02-021-33/+36
* ENH: Refactor custom command rule hashingBrad King2009-02-025-20/+23
* ENH: More robust property lookupBrad King2009-02-022-0/+8
* ENH: Put test labels in MemCheck resultsBrad King2009-02-023-65/+59
* ENH: Clarify target_link_libraries docsBrad King2009-02-021-5/+7
* STYLE: Nightly Date StampBrad King2009-02-021-1/+1
* STYLE: Nightly Date StampBrad King2009-02-011-2/+2
* BUG: Fixes configure error if you don't specify a version with find_package()Philip Lowman2009-01-311-9/+11
* BUG: Fix library detection for GDAL on most Linux distributions (Issue #7445)Philip Lowman2009-01-311-40/+60
* STYLE: Nightly Date StampBrad King2009-01-311-1/+1
* ENH: Added FindOpenSceneGraph.cmake which is intended to wrap any of the exis...Philip Lowman2009-01-313-4/+220
* ENH: Added OSG_ROOT as supported env var (it's in the wild already). CleanedPhilip Lowman2009-01-302-88/+47
* 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