summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828)Mike McQuaid2011-01-061-0/+5
* Merge topic 'compiler-id-literal-const'Brad King2011-01-043-4/+4
|\
| * Fix constness in compiler id detectionBrad King2010-12-293-4/+4
* | Merge topic 'recognize-TI-DSP'Brad King2011-01-043-0/+9
|\ \
| * | Recognize the Texas Instruments DSP compiler (#11645)Wojciech Migda2010-12-283-0/+9
* | | Merge topic 'FindBoostTypos'Brad King2011-01-041-184/+189
|\ \ \
| * | | Lowercase all function names and improve consistencyPhilip Lowman2010-12-281-168/+168
| * | | Fix spelling BOOST_LIBRARYDIR message. Add error for common misspellings.Philip Lowman2010-12-281-16/+21
| |/ /
* | | Merge topic 'add_support_for_windres'Brad King2011-01-046-2/+13
|\ \ \
| * | | Add support for windres to cygwin.Bill Hoffman2010-12-232-1/+3
| * | | Add support for windows resources with mingw/msys.Bill Hoffman2010-12-234-1/+10
* | | | Enable resource building with the intel compiler on windows.Bill Hoffman2011-01-031-0/+4
* | | | Merge topic 'bug-11518-dbus-macro'Brad King2010-12-281-1/+9
|\ \ \ \
| * | | | allow absolute paths for dbus interface.Clinton Stimpson2010-12-231-1/+9
| | |/ / | |/| |
* | | | Merge topic 'FindBLAS_FindLAPACK'Brad King2010-12-282-13/+31
|\ \ \ \
| * | | | FindLAPACK works with C/C++ only projects (issue 0009976)Alexey Ozeritsky2010-12-271-11/+11
| * | | | fix for Fortran-only projectsAlexey Ozeritsky2010-12-271-1/+9
| * | | | find ACML fixesAlexey Ozeritsky2010-12-271-1/+11
* | | | | Merge topic 'mac-headerpad_max_install_names-passthru'Brad King2010-12-282-6/+6
|\ \ \ \ \
| * | | | | Pass Mac linker flag through all compilers with -Wl,Brad King2010-12-222-6/+6
* | | | | | Merge topic 'dev/use-fphsa-in-find-opengl'Brad King2010-12-281-4/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Use FPHSA in FindOpenGLBen Boeckel2010-12-081-4/+5
* | | | | | Merge topic 'cygwin'Brad King2010-12-211-1/+45
|\ \ \ \ \ \
| * | | | | | Cygwin: Do not define 'WIN32' (#10122)Brad King2010-12-171-1/+45
| * | | | | | Merge branch 'cmake_--system-information_min-version' into cygwinBrad King2010-12-171-1/+2
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'cmake_--system-information_min-version'Brad King2010-12-211-1/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Declare min CMake version in --system-information projectBrad King2010-12-171-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'CheckCCompilerFlag-strict-prototypes'Brad King2010-12-211-1/+1
|\ \ \ \ \ \ \
| * | | | | | | CheckCCompilerFlag: Strict signature of 'main' (#11615)Brad King2010-12-161-1/+1
* | | | | | | | Merge topic 'gnu-compiler-windows-info'Brad King2010-12-211-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove unused old-style g++ info fileBrad King2010-12-161-1/+0
| |/ / / / / / /
* | | | | | | | Merge topic 'intel-compiler-windows-info'Brad King2010-12-219-189/+118
|\ \ \ \ \ \ \ \
| * | | | | | | | Modernize Intel compiler info on WindowsBrad King2010-12-166-192/+104
| * | | | | | | | Detect Fortran target architecture on WindowsBrad King2010-12-164-1/+18
* | | | | | | | | Merge topic 'intel-config-definitions'Brad King2010-12-211-10/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Make Intel defines consistent with MSVC on Windows (#9904)Brad King2010-12-151-10/+10
| |/ / / / / / /
* | | | | | | | Merge topic 'FindBLAS_FindLAPACK'Brad King2010-12-211-18/+24
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | ACML find fixes (issue 0011219)Alexey Ozeritsky2010-12-161-1/+12
| * | | | | | FindBLAS works in C/C++ projects without FortranAlexey Ozeritsky2010-12-161-17/+12
| |/ / / / /
* | | | | | Merge topic 'cygwin-module-prefix'Brad King2010-12-161-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Cygwin: Use 'cyg' prefix for module DLLs (#10122)Yaakov Selkowitz2010-12-131-1/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'NAG-Fortran'Brad King2010-12-168-23/+81
|\ \ \ \ \
| * | | | | FortranCInterface: Recognize NAG Fortran module symbolsBrad King2010-12-091-0/+2
| * | | | | Add NAG Fortran compiler information filesBrad King2010-12-093-0/+47
| * | | | | Recognize the NAG Fortran compilerBrad King2010-12-091-0/+3
| * | | | | Allow Fortran platform files to set empty valuesBrad King2010-12-091-21/+21
| * | | | | Detect object files in implicit link informationBrad King2010-12-092-2/+8
| | |_|_|/ | |/| | |
* | | | | CPackSTGZ quote here-doc, fix bug10518Eric NOULARD2010-12-151-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'external-project-args-file'Brad King2010-12-141-1/+52
|\ \ \ \
| * | | | Fixed bug where last entry would be lost.Marcus D. Hanwell2010-12-131-0/+5