summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into vs12-generatorBrad King2013-06-2872-332/+724
|\
| * Embarcadero: Use response files only for includes, objects, and libsBrad King2013-06-271-3/+4
| * Merge topic 'FindFreetype-gtkmm'Brad King2013-06-261-4/+13
| |\
| | * FindFreetype: Detect Freetype installed by GtkMM installer for winDaniele E. Domenichelli2013-06-211-4/+13
| * | Merge topic 'COMPILER_TARGET'Brad King2013-06-263-0/+7
| |\ \
| | * | Add compiler target compile options.Stephen Kelly2013-06-113-0/+7
| * | | Merge topic 'set-sysroot'Brad King2013-06-241-0/+1
| |\ \ \
| | * | | Use --sysroot when cross compiling.Stephen Kelly2013-06-071-0/+1
| | |/ /
| * | | Merge topic 'CMakeDetermineVSServicePack-vs11'Brad King2013-06-241-24/+21
| |\ \ \
| | * | | CMakeDetermineVSServicePack: Add VS 11 update 1 and 2 (#14239)Brad King2013-06-211-1/+5
| | * | | CMakeDetermineVSServicePack: Improve documentationBrad King2013-06-211-24/+17
| | | |/ | | |/|
| * | | Merge topic 'FindBoost-error-reason-static'Brad King2013-06-241-1/+6
| |\ \ \
| | * | | FindBoost: Clarify failure on missing 'static' libs (#14235)Brad King2013-06-201-1/+6
| | |/ /
| * | | Merge topic 'FindX11-OSX-10.8'Brad King2013-06-241-0/+2
| |\ \ \
| | * | | FindX11: Search in /opt/X11 for OS X 10.8 (#14232)Marius Schamschula2013-06-201-0/+2
| | |/ /
| * | | Merge topic 'FindGTK2-tweaks'Brad King2013-06-241-2/+5
| |\ \ \
| | * | | FindGTK2: Detect gthread libraryDaniele E. Domenichelli2013-06-191-0/+3
| | * | | FindGTK2: Move check for pangocairo in gtk moduleDaniele E. Domenichelli2013-06-191-2/+2
| | |/ /
| * | | UseJava.cmake: document add_jar compat shimMatthew Woehlke2013-06-171-0/+7
| |/ /
| * | Merge topic 'FixAsmSupport'Brad King2013-06-143-4/+4
| |\ \ | | |/ | |/|
| | * asm support: adapt to changes in CMakeDetectCompiler in 2.8.10Alex Neundorf2013-06-143-4/+4
| * | Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-056-0/+24
| |\ \
| | * | Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property.Stephen Kelly2013-06-022-0/+12
| | * | Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-024-0/+12
| * | | Merge topic 'qt4-macros-TARGET-arg'Brad King2013-06-041-38/+62
| |\ \ \
| | * | | Qt4Macros: Allow specifying a TARGET in invokations of macros.Stephen Kelly2013-06-031-38/+62
| * | | | Merge topic 'useless-MATCHES'Brad King2013-06-035-7/+7
| |\ \ \ \
| | * | | | replace string(... MATCHES "^const$) with string(... STREQUAL "const")Rolf Eike Beer2013-06-025-7/+7
| | |/ / /
| * | | | Merge topic 'FindImageMagick-v6-includes'Brad King2013-06-031-1/+1
| |\ \ \ \
| | * | | | FindImageMagick: Find v6 include dir (#14174)Funda Wang2013-05-281-1/+1
| * | | | | Merge topic 'SelectLibraryConfigurations-cached-library'Brad King2013-06-031-1/+1
| |\ \ \ \ \
| | * | | | | SelectLibraryConfigurations: Fix for cached <base>_LIBRARYBjoern Thiel2013-05-281-1/+1
| | |/ / / /
| * | | | | Merge topic 'qt4-qt5-CMAKE_AUTOMOC'Brad King2013-06-031-3/+2
| |\ \ \ \ \
| | * | | | | QtAutomoc: Get the Qt version through the target link interfaceStephen Kelly2013-05-271-2/+1
| | * | | | | Use the qt5::moc imported target instead of a variable.Stephen Kelly2013-05-271-1/+1
| | |/ / / /
| * | | | | Merge topic 'rpath-on-mac'Brad King2013-06-031-0/+5
| |\ \ \ \ \
| | * | | | | OS X: Add RPATH support for Mac.Clinton Stimpson2013-06-031-0/+5
| * | | | | | Merge topic 'xcode-shlib-versioning'Brad King2013-06-031-6/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Xcode: Add support for shared library versioningClinton Stimpson2013-05-291-6/+2
| | | |_|_|/ | | |/| | |
| * | | | | Merge topic 'fix-qt4_use_modules-QtAx'Brad King2013-06-031-8/+16
| |\ \ \ \ \
| | * | | | | Qt4Macros: Handle Qt ActiveX libraries in qt4_use_modules.Stephen Kelly2013-06-031-8/+16
| | |/ / / /
| * | | | | Merge topic 'find-Qt4-granular-modules'Brad King2013-06-031-20/+34
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | FindQt4: Don't fail if certain Qt modules are unavailable.Stephen Kelly2013-06-031-20/+34
| | |/ / /
| * | | | Merge topic 'FindBoost-normalize-slashes'Brad King2013-05-311-2/+10
| |\ \ \ \
| | * | | | FindBoost: Fix handling of \ in input paths (#14179)Brad King2013-05-301-2/+10
| | |/ / /
| * | | | Merge topic 'ExternalData-no-re-stage'Brad King2013-05-281-1/+4
| |\ \ \ \
| | * | | | ExternalData: Do not re-stage staged object filesBrad King2013-05-241-1/+4
| | |/ / /
| * | | | Merge topic 'fix-protobuf-threads'Brad King2013-05-281-0/+13
| |\ \ \ \
| | * | | | FindProtobuf: also find pthreadMatthew Woehlke2013-05-241-0/+13
| | |/ / /
| * | | | Merge topic 'use-java-use-parse-arguments'Brad King2013-05-281-35/+58
| |\ \ \ \ | | |_|/ / | |/| | |