summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'compiler-id-refactor'Brad King2014-05-0839-442/+448
|\
| * Project: Refactor C compiler determination into multiple files.Stephen Kelly2014-05-0711-233/+94
| * CompilerId: Allow specifying a prefix for preprocessor defines.Stephen Kelly2014-05-0721-79/+82
| * CompilerId: Guard the platform-default compiler code with a parameter.Stephen Kelly2014-05-072-6/+7
| * CompilerId: Add option to generate compiler-id-specific defines.Stephen Kelly2014-05-071-2/+12
| * CompilerId: Allow specifying the compiler-specific components to generate.Stephen Kelly2014-05-072-3/+22
| * Project: Split the compiler id detection into a separate function.Stephen Kelly2014-05-072-74/+101
| * Project: Generate the CXX compiler Id test from multiple files.Stephen Kelly2014-05-0728-218/+303
* | Merge topic 'ncurses-tinfo'Brad King2014-05-081-3/+15
|\ \
| * | FindCurses: Detect and satisfy ncurses dependency on tinfoMark Wright2014-05-061-2/+14
| * | FindCurses: Honor CURSES_NEED_NCURSES when curses is foundMark Wright2014-05-061-1/+1
* | | 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