| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'include-flags-response-file' | Brad King | 2011-03-22 | 1 | -0/+3 |
|\ |
|
| * | Pass include directories with response files to GNU on Windows | Brad King | 2011-03-17 | 1 | -0/+3 |
|
|
* | | Merge topic 'FindBLAS-acml-search-improvement' | Brad King | 2011-03-22 | 1 | -8/+88 |
|\ \ |
|
| * | | ACML search improvement | Alexey Ozeritsky | 2011-03-15 | 1 | -8/+88 |
|
|
* | | | ProcessorCount: Use ERROR_QUIET with execute_process (#11302) | David Cole | 2011-03-18 | 1 | -10/+25 |
|
|
* | | | ProcessorCount: Add support for remaining platforms (#11302) | David Cole | 2011-03-15 | 1 | -24/+103 |
|
|
* | | | Add ProcessorCount support for QNX via pidin. (#11302) | David Cole | 2011-03-15 | 1 | -2/+22 |
|
|
* | | | If getconf returns empty output, try cpuinfo. (#11302) | David Cole | 2011-03-15 | 1 | -8/+17 |
|
|
* | | | Add correct module notice header. | David Cole | 2011-03-15 | 1 | -2/+2 |
|
|
* | | | Add module ProcessorCount.cmake (#11302) | Michael Wild | 2011-03-15 | 1 | -0/+60 |
|/ / |
|
* | | Merge topic 'CPackRPM-TestWithMoreTraces' | Brad King | 2011-03-15 | 1 | -2/+26 |
|\ \ |
|
| * | | CPackRPM non matching ENDIF | Eric NOULARD | 2011-03-10 | 1 | -1/+1 |
|
|
| * | | CPackRPM even more trace in debug mode or in case of failure | Eric NOULARD | 2011-03-10 | 1 | -1/+6 |
|
|
| * | | CPackRPM add more trace output in order to help failing diagnostics | Eric NOULARD | 2011-03-10 | 1 | -0/+19 |
|
|
* | | | Merge topic 'CPackDeb-ComponentSupport' | Brad King | 2011-03-15 | 1 | -0/+22 |
|\ \ \ |
|
| * | | | CPackDeb add Component Support to DEB generator fix #0011655 | M. Konrad | 2011-03-11 | 1 | -0/+22 |
| |/ / |
|
* | | | Merge topic 'qt4-paramfile-speed' | Brad King | 2011-03-15 | 1 | -4/+2 |
|\ \ \ |
|
| * | | | Speed up creation of parameters file for moc custom command. | Clinton Stimpson | 2011-03-10 | 1 | -4/+2 |
| |/ / |
|
* | | | Merge topic 'qt4-cross-compile-no-default' | Brad King | 2011-03-15 | 1 | -34/+34 |
|\ \ \ |
|
| * | | | When cross compiling, don't double-root paths when using find_*. | Markus Rathgeb | 2011-03-10 | 1 | -34/+34 |
| |/ / |
|
* | | | InstallRequiredSystemLibraries: Read reg values with get_filename_component | David Cole | 2011-03-09 | 1 | -4/+12 |
|/ / |
|
* | | Merge topic 'ReworkedAsmSupport' | Brad King | 2011-03-08 | 16 | -17/+177 |
|\ \ |
|
| * | | Add ASM platform information for HP compiler on HP | Brad King | 2011-03-02 | 2 | -0/+7 |
|
|
| * | | Merge branch 'hp-compiler-info' into ReworkedAsmSupport | Brad King | 2011-03-02 | 5 | -65/+67 |
| |\ \ |
|
| * | | | Add ASM platform information for XL compiler on AIX | Brad King | 2011-03-02 | 1 | -0/+2 |
|
|
| * | | | Merge branch 'aix-xl-platform-info' into ReworkedAsmSupport | Brad King | 2011-03-02 | 17 | -171/+145 |
| |\ \ \ |
|
| * | | | | Initialize ASM rpath flags for executables with those for shared libs | Brad King | 2011-03-02 | 1 | -0/+12 |
|
|
| * | | | | Add support for the Intel compiler used for ASM under Windows | Alex Neundorf | 2011-03-02 | 2 | -1/+7 |
|
|
| * | | | | Add more regex for gcc, always print the ASM compiler ID | Alex Neundorf | 2011-03-01 | 1 | -7/+8 |
|
|
| * | | | | Add temporary debug output for compiler ID detection for ASM | Alex Neundorf | 2011-03-01 | 1 | -0/+7 |
|
|
| * | | | | It's ELSEIF(), not ELSIF() | Alex Neundorf | 2011-03-01 | 1 | -1/+1 |
|
|
| * | | | | Fix bad comparison in the detect assembler-code | Alex Neundorf | 2011-03-01 | 1 | -4/+4 |
|
|
| * | | | | Add assemble- and preprocess commands for HP | Alex Neundorf | 2011-02-23 | 2 | -3/+6 |
|
|
| * | | | | Fix the default CMAKE_ASM_COMPILE_OBJECT, make XL-ASM use it | Alex Neundorf | 2011-02-23 | 2 | -3/+1 |
|
|
| * | | | | Change the default rules so they fit better to the new ASM handling | Alex Neundorf | 2011-02-23 | 5 | -10/+5 |
|
|
| * | | | | Set the HP asm file suffix | Alex Neundorf | 2011-02-23 | 1 | -0/+2 |
|
|
| * | | | | Add support for ASm for the HP compiler. | Alex Neundorf | 2011-02-23 | 3 | -1/+9 |
|
|
| * | | | | Add suport for ASM for the IBM XL compiler | Alex Neundorf | 2011-02-23 | 2 | -0/+19 |
|
|
| * | | | | Add support for ASM for the SunPro compiler | Alex Neundorf | 2011-02-23 | 2 | -0/+30 |
|
|
| * | | | | Actually use CMAKE_ASM_COMPILER for asm, instead of CMAKE_C_COMPILER | Alex Neundorf | 2011-02-23 | 1 | -1/+1 |
|
|
| * | | | | Add ASM support for the Intel compiler | Alex Neundorf | 2011-02-23 | 3 | -1/+16 |
|
|
| * | | | | Rework the way assembler is handled, use the C/CXX compiler by default | Alex Neundorf | 2011-01-30 | 4 | -7/+62 |
|
|
* | | | | | Merge topic 'improve-ExternalProject-file-name-recognition' | Brad King | 2011-03-08 | 1 | -4/+9 |
|\ \ \ \ \ |
|
| * | | | | | ExternalProject: Extract file names from more urls | David Cole | 2011-03-04 | 1 | -4/+9 |
|
|
* | | | | | | Merge topic 'aix-xl-platform-info' | Brad King | 2011-03-08 | 6 | -14/+36 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | / /
| |_|_|/ /
|/| | | | |
|
| * | | | | Move RPATH flags to AIX per-compiler information files | Brad King | 2011-03-02 | 3 | -2/+4 |
|
|
| * | | | | Factor AIX and XL compiler flags into common module | Brad King | 2011-03-02 | 4 | -12/+32 |
| |/ / / |
|
* | | | | Factor HP compiler flags into per-platform/per-compiler files | Brad King | 2011-03-02 | 5 | -65/+67 |
|/ / / |
|
* | | | Merge topic 'doc-typo-fixes' | Brad King | 2011-03-01 | 3 | -5/+3 |
|\ \ \ |
|
| * | | | Documentation: Fix a few typos (#11883) | Modestas Vainius | 2011-02-22 | 3 | -5/+3 |
|
|