1. 08 Feb, 2019 5 commits
  2. 03 Feb, 2019 2 commits
    • Stefan Behnel's avatar
      Update changelog. · df163bb3
      Stefan Behnel authored
      df163bb3
    • Orivej Desh's avatar
      Fix support for C++ enum classes · 94c5ad67
      Orivej Desh authored
      The current code fails to compile with:
      
      <source>:3:54: error: invalid operands to binary expression ('enum E' and 'enum E')
      const enum E neg_one_class_29 = (enum E) ((enum E) 0 - (enum E) 1);
                                                ~~~~~~~~~~ ^ ~~~~~~~~~~
      
      This change reverts to the code that was before #2186 but silences erroneous GCC warning enabled by -Wconversion (which is not a part of -Wall).
      
      Fixes #2749
      94c5ad67
  3. 02 Feb, 2019 8 commits
  4. 01 Feb, 2019 4 commits
  5. 19 Jan, 2019 9 commits
  6. 05 Jan, 2019 1 commit
  7. 02 Jan, 2019 6 commits
  8. 14 Dec, 2018 3 commits
  9. 12 Dec, 2018 2 commits