| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'relwithdebinfo-consistency' | David Cole | 2012-08-20 | 10 | -10/+10 |
|\ |
|
| * | Add -DNDEBUG to RelWithDebInfo flags where where Release flags had it. | Clinton Stimpson | 2012-08-16 | 10 | -10/+10 |
|
|
* | | Recognize Clang ASM support (#13473) | Brad King | 2012-08-15 | 1 | -0/+1 |
|/ |
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 5 | -6/+6 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 25 | -153/+153 |
|
|
* | Add platform variable for flags specific to shared libraries | Stephen Kelly | 2012-06-12 | 1 | -0/+1 |
|
|
* | Add platform variables for position independent code flags | Stephen Kelly | 2012-06-12 | 4 | -0/+10 |
|
|
* | Support building shared libraries or modules without soname (#13155) | Modestas Vainius | 2012-04-30 | 1 | -1/+1 |
|
|
* | Ninja: Substitute <OBJECT> and <CMAKE_C_COMPILER> in depfile flags | Peter Collingbourne | 2012-03-26 | 1 | -1/+4 |
|
|
* | Provide dependency file flags to generator | Peter Collingbourne | 2012-02-02 | 1 | -0/+9 |
|
|
* | TinyCC: Add default compilation flags (#12605) | Mathieu Malaterre | 2011-12-05 | 1 | -0/+7 |
|
|
* | TinyCC: Add compiler info for shared libs on Linux (#12605) | Brad King | 2011-12-02 | 1 | -0/+1 |
|
|
* | Merge topic 'fortran-format' | David Cole | 2011-09-07 | 12 | -0/+27 |
|\ |
|
| * | Fortran: Add support for free- and fixed-form flags | Brad King | 2011-08-31 | 12 | -0/+27 |
|
|
* | | Fix XL compilers on non-AIX machines. | Todd Gamblin | 2011-08-29 | 1 | -10/+15 |
|/ |
|
* | GNU: Fix CMAKE_INCLUDE_SYSTEM_FLAG_<lang> value (#12258) | Brad King | 2011-06-13 | 1 | -1/+1 |
|
|
* | XL: Place Fortran modules with -qmoddir= flag (#12246) | Brad King | 2011-06-01 | 1 | -0/+2 |
|
|
* | Merge topic 'absoft-fortran-compiler' | Brad King | 2011-05-24 | 1 | -0/+8 |
|\ |
|
| * | Add Absoft Fortran compiler id and basic flags | Brad King | 2011-05-20 | 1 | -0/+8 |
|
|
* | | XL: Avoid copying archives into shared libraries that link them | Brad King | 2011-04-08 | 1 | -0/+17 |
|
|
* | | XL: Consolidate compiler flag information | Brad King | 2011-04-07 | 4 | -23/+44 |
|
|
* | | XL: Set C++ and Fortran flags consistently with C | Brad King | 2011-04-07 | 2 | -0/+8 |
|
|
* | | Add support for the Intel compiler used for ASM under Windows | Alex Neundorf | 2011-03-02 | 1 | -1/+5 |
|
|
* | | 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 | 1 | -2/+0 |
|
|
* | | Change the default rules so they fit better to the new ASM handling | Alex Neundorf | 2011-02-23 | 3 | -6/+0 |
|
|
* | | 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 | 2 | -1/+5 |
|
|
* | | Add suport for ASM for the IBM XL compiler | Alex Neundorf | 2011-02-23 | 1 | -0/+15 |
|
|
* | | Add support for ASM for the SunPro compiler | Alex Neundorf | 2011-02-23 | 1 | -0/+26 |
|
|
* | | 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 | 2 | -1/+12 |
|
|
* | | Rework the way assembler is handled, use the C/CXX compiler by default | Alex Neundorf | 2011-01-30 | 1 | -0/+8 |
|/ |
|
* | Factor SCO compiler info out of platform file (#11700) | Brad King | 2011-01-17 | 3 | -0/+29 |
|
|
* | Merge topic 'NAG-Fortran' | Brad King | 2010-12-16 | 1 | -0/+32 |
|\ |
|
| * | Add NAG Fortran compiler information files | Brad King | 2010-12-09 | 1 | -0/+32 |
|
|
* | | Teach CMake about Cray C, C++, and Fortran compilers | Brad King | 2010-11-12 | 3 | -0/+6 |
|/ |
|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 3 | -3/+3 |
|
|
* | Recognize Clang C and C++ compilers (see #10693) | Brad King | 2010-05-17 | 2 | -0/+2 |
|
|
* | Make VERBOSE_FLAG appear as first statement for consistency | Kovarththanan Rajaratnam | 2010-04-17 | 4 | -5/+7 |
|
|
* | PathScale C/C++/Fortran Compiler Information | Brad King | 2010-01-13 | 4 | -0/+43 |
|
|
* | Generalize support for Portland Group Compiler | Brad King | 2009-12-04 | 4 | -3/+55 |
|
|
* | Split GNU compiler information files | Brad King | 2009-12-02 | 4 | -3/+56 |
|
|
* | Drop -rdynamic from Linux build rules | Brad King | 2009-12-01 | 3 | -3/+0 |
|
|
* | Add support for the g95 Fortran compiler | Brad King | 2009-10-23 | 1 | -0/+7 |
|
|
* | Add initial XL C compiler flags for safer builds | Brad King | 2009-09-30 | 1 | -0/+5 |
|
|
* | Split XL compiler information files | Brad King | 2009-09-30 | 3 | -0/+24 |
|
|
* | The preprocessing and assembly rules also need the <DEFINES>, otherwise diffe... | Alexander Neundorf | 2009-09-19 | 2 | -4/+4 |
|
|
* | Use Intel for Linux flags only on Linux | Brad King | 2009-09-01 | 4 | -39/+0 |
|
|
* | Split SunPro compiler information files | Brad King | 2009-08-21 | 3 | -0/+71 |
|
|