summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge topic 'FindOpenSceneGraph_13094'David Cole2012-08-203-4/+25
|\ \ \
| * \ \ Merge topic 'lib64-cleanup' into FindOpenSceneGraph_13094Philip Lowman2012-08-1830-391/+342
| |\ \ \
| * | | | FindOpenSceneGraph: CMake variable OSG_DIR influences detection now tooPhilip Lowman2012-08-183-4/+25
| | |/ / | |/| |
* | | | Merge topic 'lib64-cleanup'David Cole2012-08-2030-391/+342
|\ \ \ \ | | |/ / | |/| |
| * | | use PATH_SUFFIXES to simplify find_* callsRolf Eike Beer2012-08-1419-242/+195
| * | | use the find_* functions ENV parameterRolf Eike Beer2012-08-1428-151/+149
| |/ /
* | | Merge topic 'fix-13236-mark-vars-as-advanced'David Cole2012-08-201-0/+7
|\ \ \
| * | | ProcessorCount: Mark find_program vars as advanced (#13236)David Cole2012-08-171-0/+7
| |/ /
* | | Merge topic 'fix-13315-incorrect-mfc-file-name'David Cole2012-08-201-2/+3
|\ \ \
| * | | InstallRequiredSystemLibraries: Use correct file names (#13315)David Cole2012-08-171-2/+3
| |/ /
* | | Merge topic 'HandleMacFrameworkIncludeDirs_13465'David Cole2012-08-201-1/+4
|\ \ \
| * | | Eclipse on OSX: fix handling of framework include dirs (#13464)Alex Neundorf2012-08-161-1/+4
| |/ /
* | | Merge topic 'qt4-path-search'David Cole2012-08-201-5/+5
|\ \ \
| * | | FindQt4: Give precedence to QTDIR environment variable, if set.Clinton Stimpson2012-08-161-5/+5
| * | | FindQt4: Give precedence to QTDIR environment variable, if set.Clinton Stimpson2012-08-161-1/+1
* | | | Merge topic 'qt4-version-regex'David Cole2012-08-201-1/+1
|\ \ \ \ | |/ / /
| * | | Fix regex for qt minor version.Clinton Stimpson2012-08-161-1/+1
| |/ /
* | | Merge topic 'hg-modules'David Cole2012-08-202-1/+175
|\ \ \
| * | | ExternalProject: Add Mercurial (hg) repository supportBrad King2012-08-161-1/+127
| * | | Add FindHg module to find MercurialBrad King2012-08-141-0/+48
| |/ /
* | | Merge topic 'relwithdebinfo-consistency'David Cole2012-08-2010-10/+10
|\ \ \
| * | | Add -DNDEBUG to RelWithDebInfo flags where where Release flags had it.Clinton Stimpson2012-08-1610-10/+10
| |/ /
* | | Merge topic 'deployqt4-destdir'David Cole2012-08-201-2/+2
|\ \ \
| * | | DeployQt4: Include DESTDIR for some cpack generators.Clinton Stimpson2012-08-161-2/+2
| |/ /
* | | Merge topic 'fphsa-message'David Cole2012-08-201-1/+1
|\ \ \
| * | | fphsa: clarify message about minimum required version found.Clinton Stimpson2012-08-161-1/+1
| |/ /
* | | Merge topic 'more-endif-closing-style-cleanups'David Cole2012-08-204-17/+5
|\ \ \
| * | | Remove CMake multiline block-end command argumentsMarcin Wojdyr2012-08-154-17/+5
| |/ /
* | | Merge topic 'FindX11-duplicate-includes-13316'David Cole2012-08-201-0/+5
|\ \ \
| * | | FindX11: avoid calling list(REMOVE_DUPLICATES) on an empty listRolf Eike Beer2012-08-151-1/+3
| * | | FindX11: remove duplicates from X11 include path list (#13316)Rolf Eike Beer2012-08-141-0/+3
| |/ /
* | | Merge topic 'clang-asm'David Cole2012-08-201-0/+1
|\ \ \
| * | | Recognize Clang ASM support (#13473)Brad King2012-08-151-0/+1
| |/ /
* | | Merge topic 'CheckTypeSize-doc-10579'David Cole2012-08-201-0/+5
|\ \ \
| * | | CheckTypeSize: show in documentation how to get struct member size (#10579)Rolf Eike Beer2012-08-141-0/+5
| |/ /
* | | GetPrerequisites: Mark file_cmd as advanced cache entryBrad King2012-08-141-0/+1
|/ /
* | Remove trailing TAB from NSIS.template.inBrad King2012-08-141-1/+1
* | Remove CMake-language block-end command argumentsKitware Robot2012-08-13229-2811/+2811
* | Convert CMake-language commands to lower caseKitware Robot2012-08-13322-10683/+10683
* | Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-13158-880/+880
* | Merge topic 'watcom-compiler-version'Brad King2012-08-131-37/+24
|\ \
| * | Watcom: Simplify compiler version detection (#11866)Brad King2012-08-131-37/+24
* | | Merge topic 'CPackRPM-fixRelocatablePrefix'David Cole2012-08-131-1/+20
|\ \ \
| * | | Do not include directories which are part of the package install prefix.Andy Piper2012-08-071-1/+20
| |/ /
* | | Merge topic 'fix-typo-13456'David Cole2012-08-131-1/+1
|\ \ \
| * | | FindSelfPackers: fix typo (#13456)Rolf Eike Beer2012-08-041-1/+1
| |/ /
* | | Merge topic 'doc_fixes'David Cole2012-08-131-193/+193
|\ \ \
| * | | Clean up documentation formatting so that it is rendered properly in HTML.Zack Galbreath2012-08-031-193/+193
| |/ /
* | | Merge topic 'select-compiler'David Cole2012-08-139-93/+147
|\ \ \
| * | | Prefer generic system compilers by default for C, C++, and FortranBrad King2012-08-029-4/+51