summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Add ASM platform information for HP compiler on HPBrad King2011-03-022-0/+7
* Merge branch 'hp-compiler-info' into ReworkedAsmSupportBrad King2011-03-025-65/+67
|\
| * Factor HP compiler flags into per-platform/per-compiler filesBrad King2011-03-025-65/+67
* | Add ASM platform information for XL compiler on AIXBrad King2011-03-021-0/+2
* | Merge branch 'aix-xl-platform-info' into ReworkedAsmSupportBrad King2011-03-0217-171/+145
|\ \
| * | Move RPATH flags to AIX per-compiler information filesBrad King2011-03-023-2/+4
| * | Factor AIX and XL compiler flags into common moduleBrad King2011-03-024-12/+32
| |/
| * Merge topic 'doc-typo-fixes'Brad King2011-03-013-5/+3
| |\
| | * Documentation: Fix a few typos (#11883)Modestas Vainius2011-02-223-5/+3
| * | Merge topic 'qt4-setversion-regression-43cb9b8'Brad King2011-03-011-0/+5
| |\ \
| | * | Fix regression in 43cb9b8.Clinton Stimpson2011-02-241-0/+5
| | |/
| * | Merge topic 'mingw-module-definition'Brad King2011-02-241-1/+1
| |\ \ | | |/ | |/|
| | * Pass .def files directly to MinGW tools (#9997)Brad King2011-02-231-1/+1
| * | Merge topic 'qt4-fphsa'Brad King2011-02-221-133/+52
| |\ \
| | * | When checking find_package() components, special case qtmain.Clinton Stimpson2011-02-041-1/+7
| | * | FindQt4: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
| | * | Change to use fphsa to check required variables and version.Clinton Stimpson2011-01-151-133/+46
| * | | Merge topic 'mingw-module-definition'Brad King2011-02-221-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Honor module .def files with MinGW tools (#9997)Brad King2011-02-211-0/+1
| * | | Merge topic 'qt4-macfind'Brad King2011-02-221-4/+21
| |\ \ \
| | * | | Fix issues with find_path() for QtCore include dir on Mac. Fixes 11868.Clinton Stimpson2011-02-191-4/+21
| | |/ /
| * | | Merge topic 'init-LDFLAGS-issue-11840'Brad King2011-02-221-3/+3
| |\ \ \
| | * | | Fix linker flag initialization from LDFLAGS (#11840)Brad King2011-02-111-3/+3
| * | | | Merge topic 'fix-4564-make-test-alias'Brad King2011-02-221-0/+8
| |\ \ \ \
| | * | | | CTest: Add alias for make test target (#4564)David Cole2011-02-011-0/+8
| | |/ / /
| * | | | Merge topic 'fix-10723-non-dev-xcode'Brad King2011-02-221-1/+2
| |\ \ \ \
| | * | | | Strip trailing space from xcode-select output (#10723)David Cole2011-02-011-1/+2
| | |/ / /
| * | | | Merge topic 'mpif77-workaround-o-c-order'Brad King2011-02-221-1/+2
| |\ \ \ \
| | * | | | Pass -o after -c for Fortran to avoid mpif77 ordering bugBrad King2011-01-311-1/+2
| * | | | | Merge topic 'fix-10150-mark-timeout-advanced'Brad King2011-02-221-10/+11
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | CTest: Mark DART_TESTING_TIMEOUT as advanced (#10150)David Cole2011-01-281-10/+11
| * | | | | Merge topic 'copyright-FindPerlLibs'Brad King2011-02-141-0/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | FindPerlLibs: Add notice of copyrightAndreas Schneider2011-02-101-0/+1
* | | | | | Initialize ASM rpath flags for executables with those for shared libsBrad King2011-03-021-0/+12
* | | | | | Add support for the Intel compiler used for ASM under WindowsAlex Neundorf2011-03-022-1/+7
* | | | | | Add more regex for gcc, always print the ASM compiler IDAlex Neundorf2011-03-011-7/+8
* | | | | | Add temporary debug output for compiler ID detection for ASMAlex Neundorf2011-03-011-0/+7
* | | | | | It's ELSEIF(), not ELSIF()Alex Neundorf2011-03-011-1/+1
* | | | | | Fix bad comparison in the detect assembler-codeAlex Neundorf2011-03-011-4/+4
* | | | | | Add assemble- and preprocess commands for HPAlex Neundorf2011-02-232-3/+6
* | | | | | Fix the default CMAKE_ASM_COMPILE_OBJECT, make XL-ASM use itAlex Neundorf2011-02-232-3/+1
* | | | | | Change the default rules so they fit better to the new ASM handlingAlex Neundorf2011-02-235-10/+5
* | | | | | Set the HP asm file suffixAlex Neundorf2011-02-231-0/+2
* | | | | | Add support for ASm for the HP compiler.Alex Neundorf2011-02-233-1/+9
* | | | | | Add suport for ASM for the IBM XL compilerAlex Neundorf2011-02-232-0/+19
* | | | | | Add support for ASM for the SunPro compilerAlex Neundorf2011-02-232-0/+30
* | | | | | Actually use CMAKE_ASM_COMPILER for asm, instead of CMAKE_C_COMPILERAlex Neundorf2011-02-231-1/+1
* | | | | | Add ASM support for the Intel compilerAlex Neundorf2011-02-233-1/+16
* | | | | | Rework the way assembler is handled, use the C/CXX compiler by defaultAlex Neundorf2011-01-304-7/+62
|/ / / / /
* | | | | Merge topic 'FixParsingCompilerNameWithVersionNumber'Brad King2011-01-283-34/+37
|\ \ \ \ \ | |_|/ / / |/| | | |