summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | OS X: Add copyright notices to Darwin-*-Fortran.cmakeBrad King2013-07-163-0/+39
* | | | | | | Merge topic 'UseJava-response-file'Brad King2013-07-171-1/+7
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | UseJava: Pass sources to javac using response file (#13028)Graham Markall2013-07-161-1/+7
| |/ / / / /
* | | | | | Merge topic 'FindPNG-1.6'Brad King2013-07-161-1/+4
|\ \ \ \ \ \
| * | | | | | FindPNG: Add versioned library names for 1.6 (#14289)Brad King2013-07-151-1/+4
| |/ / / / /
* | | | | | Merge topic 'obsolete-qt4-macros'Brad King2013-07-162-0/+24
|\ \ \ \ \ \
| * | | | | | Mark qt4_use_modules and qt4_automoc as obsolete.Stephen Kelly2013-07-142-0/+24
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'vs-no-indirect-output'Brad King2013-07-162-3/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | VS: Avoid leaking child process output back to IDE (#14266)Brad King2013-07-162-3/+1
| |/ / / /
* | | | | Merge topic 'revert-CMAKE_SYSROOT'Brad King2013-07-151-1/+0
|\ \ \ \ \
| * | | | | Revert "Use --sysroot when cross compiling."Stephen Kelly2013-07-121-1/+0
| |/ / / /
* | | | | Merge topic 'doc-ExternalProject-COMMAND-keyword'Brad King2013-07-151-0/+9
|\ \ \ \ \
| * | | | | ExternalProject: Document multiple COMMAND linesBrad King2013-07-081-0/+9
| |/ / / /
* | | | | Merge topic 'CPack-fixGeneratedChangelogFormat'Brad King2013-07-151-1/+1
|\ \ \ \ \
| * | | | | CPackRPM make the changelog line conform to expected formatEric NOULARD2013-07-081-1/+1
| |/ / / /
* | | | | CPackRPM protect '@' character in filename processed in the spec file.Eric NOULARD2013-07-051-0/+10
|/ / / /
* | | | Merge topic 'Fortran-explicit-types'Brad King2013-07-021-1/+1
|\ \ \ \
| * | | | Fortran: Use explicit type in Fortran 90 checkBrad King2013-07-011-1/+1
* | | | | Merge topic 'FindGTK2vd2'Brad King2013-07-021-0/+17
|\ \ \ \ \
| * | | | | FindGTK2: Add GTK2_DEFINITIONS variableDaniele E. Domenichelli2013-06-291-0/+17
* | | | | | Merge topic 'FindGTK2vs11'Brad King2013-07-021-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | FindGTK2: Do not fail on MSVC11 if vc100 libraries are availableDaniele E. Domenichelli2013-06-291-0/+3
| |/ / / /
* | | | | Merge topic 'vs12-generator'Brad King2013-07-014-1/+41
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into vs12-generatorBrad King2013-06-2872-332/+724
| |\ \ \ \ \ | | |/ / / /
| * | | | | FindBoost: Add -vc120 mangling for VS 12Brad King2013-06-281-0/+2
| * | | | | VS12: Add Visual Studio 12 generator (#14251)Brad King2013-06-283-1/+39
| | |/ / / | |/| | |
* | | | | Merge topic 'CMakeDetermineVSServicePack-vs11'Brad King2013-07-011-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CMakeDetermineVSServicePack: Add VS 11 update 3Brad King2013-06-281-0/+2
* | | | | 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