Skip to content
Snippets Groups Projects
  1. Dec 21, 2016
  2. Dec 20, 2016
  3. Dec 19, 2016
  4. Dec 18, 2016
  5. Dec 17, 2016
  6. Dec 16, 2016
  7. Dec 15, 2016
  8. Dec 14, 2016
  9. Dec 13, 2016
    • Kim Serradell's avatar
      New package py-cdo (#2569) · c02de564
      Kim Serradell authored
      * Add python cdo support
      
      * Correct pypi url
      
      * Corrected a blanck space that was failing CI
      
      * Corrected url that was failing CI
      
      * Following @alalazo indications, Write this line wrapping it around 80 chars to pass Travis
      
      * Added cdo package depency
      c02de564
    • Mario Melara's avatar
      Change attribute to match ArchSpec refactor (#2579) · 01230a62
      Mario Melara authored
      Fixes issue #2578
      01230a62
    • Gregory L. Lee's avatar
      Merge pull request #2506 from skosukhin/pr_python · 392ed4f0
      Gregory L. Lee authored
      A couple of updates for python package.
      392ed4f0
    • Ben Morgan's avatar
      Better cxx11/14/17 flags for GNU/Clang/Intel (#2539) · fb809189
      Ben Morgan authored
      * Better cxx11/14 flags for GNU/Clang/Intel
      
      - GCC 4.8 only supports -std=c++1y for C++14
      - Use CMake's rules for AppleClang to set cxx11 and cxx14 flags based on
        Apple Xcode/LLVM version
      - Use CMake's rules for Intel to add support for cxx14 flags based on
        Intel version.
      
      * Add cxx17_flag property
      
      Implement property in compiler for c++17 as per those for c++11/14.
      Add concrete support for GNU/Clang:
      
      - Return -std=c++1z for GCC 5 and above per GCC documentation
      - Return -std=c++1z for Clang 3.5 and above per Clang documentation
      - Return -std=c++1z for Apple LLVM 6.1 and above per CMake's rules
      fb809189
Loading