summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'compiler-id-comment'Brad King2014-05-072-2/+2
|\
| * Project: Clarify comment about platform-native compilers.Stephen Kelly2014-05-072-2/+2
* | Merge topic 'osx-iframework'Brad King2014-05-072-0/+7
|\ \
| * | OS X: Use -iframework for system framework directoriesMikołaj Siedlarek2014-05-072-0/+7
* | | Merge topic 'xcode-sdkroot'Brad King2014-05-071-14/+29
|\ \ \
| * | | Xcode: Find fallback SDK if one matching the OS version doesn't exist.Clinton Stimpson2014-05-061-14/+29
* | | | Merge topic 'InstallRequiredSystemLibraries-vs12-mfc'Brad King2014-05-071-4/+21
|\ \ \ \
| * | | | InstallRequiredSystemLibraries: MBCS MFC is optional on VS 12 (#14903)Felix Krause2014-05-061-4/+21
* | | | | Merge topic 'ExternalProject_labels'Brad King2014-05-071-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ExternalProject: Set FOLDER property to targetsDaniele E. Domenichelli2014-05-051-0/+3
| * | | | ExternalProject: Set LABELS property to targetsDaniele E. Domenichelli2014-05-051-0/+2
| | |_|/ | |/| |
* | | | Merge topic 'CMAKE_CXX_KNOWN_FEATURES-global-property'Brad King2014-05-061-1/+4
|\ \ \ \
| * | | | Features: Make CMAKE_CXX_KNOWN_FEATURES a property.Stephen Kelly2014-05-021-1/+4
| |/ / /
* | | | Merge topic 'dont-rewrite-moc-parameter-file'Brad King2014-05-061-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Qt4: write moc parameter file only when content has changedPeter Kümmel2014-04-251-1/+3
* | | | Merge topic 'FindCUDA-cubin-fatbin'Brad King2014-05-011-29/+60
|\ \ \ \
| * | | | FindCUDA: Add support for compilation to fatbin & cubin modulesTobias Zirr2014-04-301-29/+60
* | | | | Merge topic 'ExternalProject-verify-cmake-var'Brad King2014-05-011-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ExternalProject: Fix path to cmake in verify scriptBrad King2014-04-301-1/+1
* | | | | Merge topic 'osx-init-early'Brad King2014-04-305-137/+169
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into osx-init-earlyBrad King2014-04-29124-623/+1660
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | |
| * | | | Xcode: Use sysroot and deployment target to identify compilerBrad King2014-04-292-0/+13
| * | | | OS X: Factor a Darwin-Initialize module out of Platform/DarwinBrad King2014-04-292-137/+136
| * | | | Add platform-specific initialization step when enabling languagesBrad King2014-04-291-0/+20
| | |/ / | |/| |
| * | | Merge branch 'implicit-libNN-dirs' into releaseBrad King2014-04-161-1/+1
| |\ \ \
* | \ \ \ Merge topic 'cxx98-features'Brad King2014-04-304-0/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Features: Add cxx_template_template_parameters.Stephen Kelly2014-04-164-0/+13
* | | | | Merge topic 'UseSWIG-go-support'Brad King2014-04-291-0/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | UseSWIG: Add support for Go and LuaJulien Schueller2014-04-291-0/+4
* | | | | FindGTK2: search for Fontconfig and X11 before using themRolf Eike Beer2014-04-231-4/+4
|/ / / /
* | | | Merge topic 'ExternalData-missing-not-fatal'Brad King2014-04-211-15/+29
|\ \ \ \
| * | | | ExternalData: Warn on missing file instead of failingBrad King2014-04-171-15/+29
| |/ / /
* | | | Merge topic 'autorcc-target-dir'Brad King2014-04-211-0/+1
|\ \ \ \
| * | | | QtAutogen: Put generated qrc files in a target-specific dir.Stephen Kelly2014-04-181-0/+1
| |/ / /
* | | | Merge topic 'FindGTK2_fix_bsd'Brad King2014-04-211-10/+28
|\ \ \ \
| * | | | FindGTK2: Add GTK2_(FONTCONFIG|X11)_INCLUDE_DIR optional includesDaniele E. Domenichelli2014-04-211-10/+26
| * | | | FindGTK2: Add /usr/X11R6/ to include pathsDaniele E. Domenichelli2014-04-151-0/+2
* | | | | Merge topic 'UseSWIG-guess_module_name'Brad King2014-04-211-17/+56
|\ \ \ \ \
| * | | | | UseSWIG: Revise and format documentationJulien Schueller2014-04-211-16/+32
| * | | | | UseSWIG: Detect module name from interface file (#10080)Julien Schueller2014-04-211-1/+24
* | | | | | Merge topic 'FindGTest-typed-test'Brad King2014-04-171-9/+15
|\ \ \ \ \ \
| * | | | | | FindGTest: Teach GTEST_ADD_TESTS about TYPED_TESTJack Morrison2014-04-161-9/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'ar-no-replace'Brad King2014-04-173-6/+6
|\ \ \ \ \ \
| * | | | | | Support duplicate object names in large archives (#14874)Brad King2014-04-163-6/+6
* | | | | | | Merge topic 'implicit-libNN-dirs'Brad King2014-04-171-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Drop /lib32 and /lib64 from link directories and RPATH (#14875)Brad King2014-04-161-1/+1
* | | | | | Merge topic 'cxx11-features'Brad King2014-04-151-0/+69
|\ \ \ \ \ \
| * | | | | | Features: Add cxx_defaulted_move_initializers.Stephen Kelly2014-04-081-0/+1
| * | | | | | Features: Add cxx_long_long_type.Stephen Kelly2014-04-081-0/+1
| * | | | | | Features: Add cxx_func_identifier.Stephen Kelly2014-04-081-0/+1