summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge topic 'fix-generate_export_header-docs'David Cole2012-03-021-1/+1
|\ \ \ \ \
| * | | | | Fix documented function signature to match reality.Stephen Kelly2012-02-211-1/+1
| |/ / / /
* | | | | Merge topic 'add-Embarcadero-support'David Cole2012-03-027-29/+53
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Recognize Embarcadero compiler (#12604)Brad King2012-02-207-26/+50
| * | | | Rename Modules/Platform/Windows-{Borland => Embarcadero}.cmakeBrad King2012-02-173-7/+7
| |/ / /
* | | | Merge topic 'HandleTargetsInCMakeRequiredLibraries'David Cole2012-02-2112-33/+217
|\ \ \ \
| * | | | Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIESAlex Neundorf2012-02-2112-11/+195
| * | | | -remove trailing whitespaceAlex Neundorf2012-02-216-22/+22
* | | | | Merge topic 'qt3-find-qtmain'David Cole2012-02-211-1/+4
|\ \ \ \ \
| * | | | | Fix paths/hints for finding qtmain.Clinton Stimpson2012-02-201-1/+4
| | |/ / / | |/| | |
* | | | | Merge topic 'CPack-dynamicDocSection'David Cole2012-02-218-58/+206
|\ \ \ \ \
| * | | | | Fix typo in end markupEric NOULARD2012-02-181-1/+1
| * | | | | More documentation concerning CPack ComponentsEric NOULARD2012-02-181-1/+46
| * | | | | Put CPack DMG and PackageMaker doc in separate filesEric NOULARD2012-02-183-55/+104
| * | | | | Correct copy/paste section name mistakeEric NOULARD2012-02-181-1/+1
| * | | | | Add structure documentation for CPack Bundle generatorEric NOULARD2012-02-181-0/+12
| * | | | | Add structured documentation for NSISEric NOULARD2012-02-181-0/+42
| * | | | | Dynamically add documentation section specified in documented script.Eric NOULARD2012-02-182-2/+2
| |/ / / /
* | | | | Merge topic 'GenerateExportHeader_MinorFix'David Cole2012-02-211-1/+1
|\ \ \ \ \
| * | | | | GenerateExportHeader: use double quotes around _gcc_versionAlex Neundorf2012-02-181-1/+1
| |/ / / /
* | | | | Merge topic 'improve-findopenmp'David Cole2012-02-211-72/+133
|\ \ \ \ \
| * | | | | FindOpenMP: try the most likely flags firstRolf Eike Beer2012-02-181-32/+67
| * | | | | FindOpenMP: do not fail if only C or CXX is enabled (#11910)Rolf Eike Beer2012-02-081-43/+69
* | | | | | Merge topic 'improve-findfreetype'David Cole2012-02-211-2/+26
|\ \ \ \ \ \
| * | | | | | FindFreetype: support version selectionRolf Eike Beer2012-02-171-2/+26
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'fix-typos-12975'David Cole2012-02-215-7/+7
|\ \ \ \ \ \
| * | | | | | fix the same typos as found by Debian in other places, tooRolf Eike Beer2012-02-182-2/+2
| * | | | | | various typo and formatting fixes in manual pages (#12975)Modestas Vainius2012-02-183-5/+5
| |/ / / / /
* | | | | | Merge topic 'improve-findpkgconfig'David Cole2012-02-211-5/+16
|\ \ \ \ \ \
| * | | | | | FindPkgConfig: support version selection of pkg-config itselfRolf Eike Beer2012-02-181-5/+16
| |/ / / / /
* | | | | | Merge topic 'improve-findlibxslt'David Cole2012-02-211-3/+15
|\ \ \ \ \ \
| * | | | | | FindLibXslt: support version selectionRolf Eike Beer2012-02-171-3/+15
| |/ / / / /
* | | | | | Merge topic 'improve-findruby'David Cole2012-02-211-31/+26
|\ \ \ \ \ \
| * | | | | | FindRuby: clean up querying variables from RubyRolf Eike Beer2012-02-171-31/+26
| |/ / / / /
* | | | | | Merge topic 'findblas-bugs'David Cole2012-02-212-141/+154
|\ \ \ \ \ \
| * | | | | | FindBLAS/FindLAPACK: Work with MKL version 10.3 (#12924, #12925)Alexey Ozeritsky2012-02-162-141/+154
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'FindX11_SearchXxf86vm'David Cole2012-02-211-3/+5
|\ \ \ \ \ \
| * | | | | | fix #6976: FindX11 also searches for X11_Xxf86vm_LIBAlex Neundorf2012-02-161-3/+5
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'fix_fortran_dir_two_dirs'David Cole2012-02-211-6/+6
|\ \ \ \ \ \
| * | | | | | Allow two cmake_add_fortran_subdirectory calls in the same project.Bill Hoffman2012-02-161-6/+6
| |/ / / / /
* | | | | | Merge topic 'improve-findglut'David Cole2012-02-211-18/+16
|\ \ \ \ \ \
| * | | | | | FindGLUT: honor REQUIRED (#12466)Rolf Eike Beer2012-02-151-18/+16
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'findperllibs-windows'David Cole2012-02-211-31/+23
|\ \ \ \ \ \
| * | | | | | FindPerlLibs: properly detect libperl on Windows (#12224)Rolf Eike Beer2012-02-141-31/+23
| |/ / / / /
* | | | | | Merge topic 'FindGetTextFixMultipleTargets'David Cole2012-02-211-5/+43
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | FindGetText: fix multiple targets with the same name problem (CMP0002)Alex Neundorf2012-02-121-5/+43
| |/ / / /
* | | | | Merge topic 'asn_java_exec'David Cole2012-02-141-17/+37
|\ \ \ \ \
| * | | | | java: Add CMAKE_JAVA_JAR_ENTRY_POINT optional variable.Nicolas Despres2012-02-131-2/+11
| * | | | | java: Add CMAKE_JAVA_TARGET_OUTPUT_DIR optional variable.Nicolas Despres2012-02-131-9/+18
| * | | | | java: Factor jar output path.Nicolas Despres2012-02-131-9/+11
| |/ / / /