1. 10 Oct, 2015 1 commit
  2. 08 Oct, 2015 7 commits
  3. 01 Oct, 2015 2 commits
  4. 30 Sep, 2015 4 commits
  5. 03 Sep, 2015 1 commit
  6. 02 Sep, 2015 2 commits
  7. 19 Aug, 2015 9 commits
  8. 17 Aug, 2015 5 commits
  9. 24 Jul, 2015 4 commits
  10. 23 Jul, 2015 1 commit
  11. 12 Jun, 2015 1 commit
    • Daniel Kamil Kozar's avatar
      Fix compilation with --enable-debug with GCC 5.1 · 9866f587
      Daniel Kamil Kozar authored
      GCC 5.1.0 features stricter warnings about comparing boolean variables
      with integer values, and thus compilation with --enable-debug failed
      with "comparison of constant 12 with boolean expression is always true".
      The leftover pieces of old code which treated integers as booleans are
      now fixed, and the test suite is now compilable and runs correctly.
      9866f587
  12. 10 Jun, 2015 3 commits