summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge topic 'link-OpenBSD-shared-libs-issue-12954'David Cole2012-02-212-1/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Recognize OpenBSD versioned .so names (#12954)Brad King2012-02-132-1/+14
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | 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
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2012-02-211-1/+1
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2012-02-201-1/+1
* | | | | | | | | | KWSys Nightly Date StampKWSys Robot2012-02-191-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2012-02-181-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2012-02-171-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2012-02-161-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2012-02-151-1/+1
* | | | | | Merge topic 'allfindmodules-no-force-gnuplot'David Cole2012-02-141-1/+1
|\ \ \ \ \ \
| * | | | | | AllFindModules test: do not enforce GNUPLOT versionRolf Eike Beer2012-02-131-1/+1
| | |_|/ / / | |/| | | |
* | | | | | 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
| |/ / / / /
* | | | | | Merge topic 'open64-compiler-flags'David Cole2012-02-142-0/+5
|\ \ \ \ \ \
| * | | | | | Improve checks for Open64 and g++ incompatible flags (#12119)Matthias Kretz2012-02-122-0/+5
* | | | | | | Merge topic 'alsa_prefix_include_fix'David Cole2012-02-141-6/+5
|\ \ \ \ \ \ \
| * | | | | | | FindALSA: Fix version detection after last commitPhilip Lowman2012-02-121-5/+3
| * | | | | | | FindALSA: Fix incorrect include path detectionPhilip Lowman2012-02-111-4/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'FixFeatureSummaryForREQUIREDPackages'David Cole2012-02-141-0/+9
|\ \ \ \ \ \ \
| * | | | | | | fix FeatureSummary for REQUIRED packages, they were reported as OPTIONALAlex Neundorf2012-02-111-0/+9
| |/ / / / / /
* | | | | | | Merge topic 'sdl-fphsa'David Cole2012-02-146-26/+18
|\ \ \ \ \ \ \
| * | | | | | | FindSDL*: use FPHSA (#12467)Rolf Eike Beer2012-02-116-26/+18
| |/ / / / / /
* | | | | | | Merge topic 'libarchive-old-glibc'David Cole2012-02-141-0/+5
|\ \ \ \ \ \ \
| * | | | | | | libarchive: Workaround mbsnrtowcs assertion failure on old glibcBrad King2012-02-101-0/+5
* | | | | | | | Merge topic 'change_qmake_path'David Cole2012-02-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Use upgraded qt on linux build machine.Bill Hoffman2012-02-101-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'curl-CA-bundle'David Cole2012-02-141-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Add CURL_CA_BUNDLE option for SSL support (#12946)Artur Kedzierski2012-02-091-0/+5
| |/ / / / / / /
* | | | | | | | Merge topic 'cmake_add_fortran_subdirectory'David Cole2012-02-1412-0/+376
|\ \ \ \ \ \ \ \
| * | | | | | | | CMakeAddFortranSubdirectory: Add NO_EXTERNAL_INSTALL optionBrad King2012-02-092-2/+17
| * | | | | | | | CMakeAddFortranSubdirectory: Always parse argumentsBrad King2012-02-091-4/+5
| * | | | | | | | CMakeAddFortranSubdirectory: Make IMPORTED targets GLOBALBill Hoffman2012-02-096-19/+19
| * | | | | | | | VSGNUFortran: Disable test in special casesBill Hoffman2012-02-091-1/+18
| * | | | | | | | VSGNUFortran: Add special case for SunPro Fortran runtime libraryBill Hoffman2012-02-091-1/+35
| * | | | | | | | CMakeAddFortranSubdirectory: Validate gfortran architectureBrad King2012-02-091-5/+21
| * | | | | | | | CMakeAddFortranSubdirectory: Find gfortran in PATHBrad King2012-02-091-4/+7
| * | | | | | | | CMakeAddFortranSubdirectory: Fix documentation format and typosBrad King2012-02-091-14/+12
| * | | | | | | | CMakeAddFortranSubdirectory: Allow full paths to directoriesBrad King2012-02-093-17/+27
| * | | | | | | | Add CMakeAddFortranSubdirectory to use MinGW gfortran in VSBill Hoffman2012-02-0911-0/+282
| * | | | | | | | Merge branch 'add-CheckLanguage-module' into CMakeAddFortranSubdirectoryBrad King2012-02-093-0/+89
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge topic 'qt4-translation-includes'David Cole2012-02-141-1/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindQt4: Add include directories for lupdate.Clinton Stimpson2012-02-091-1/+7
| |/ / / / / / / /
* | | | | | | | | Merge topic 'qt4-warning-clarification'David Cole2012-02-141-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindQt4: clarify warning message about incorrect Qt installation.Clinton Stimpson2012-02-091-2/+3
| |/ / / / / / / /
* | | | | | | | | Merge topic 'PGI-recognise-pgfortran'David Cole2012-02-141-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | detect "pgfortran" as PGI Fortran compiler (#12425)Rolf Eike Beer2012-02-081-4/+4
| |/ / / / / / / /