Skip to content
Snippets Groups Projects
  1. Dec 10, 2018
    • Arseny Kapoulkine's avatar
      Move unreachable line handling to Makefile · ba84465d
      Arseny Kapoulkine authored
      This allows us to reuse this code for MinGW builds.
      
      Additionally disable coverage step for Linux clang - it looks like
      Travis has a mismatch in the version of gcov info between clang and gcov
      which causes gcov to crash - somehow this crash isn't picked up as a
      build error.
      ba84465d
    • Arseny Kapoulkine's avatar
      Update .travis.yml · 7d0d8ee7
      Arseny Kapoulkine authored
      This is a dummy commit to trigger codecov build
      7d0d8ee7
  2. Nov 27, 2018
    • Arseny Kapoulkine's avatar
      Enable config=sanitize in Travis CI · 1a9c3f66
      Arseny Kapoulkine authored
      This commit changes sanitize configuration to fail on the first error
      and ignore floating-point division and overflow "errors" that trigger
      when we test the corresponding functionality. This makes it possible to
      run this on all commits - if new UB or memory safety issues are introduced,
      asan/ubsan will catch them.
      1a9c3f66
  3. Jan 23, 2018
  4. Sep 25, 2017
  5. Jun 16, 2017
  6. Jan 30, 2017
  7. Jan 27, 2016
  8. Jan 26, 2016
  9. Oct 24, 2015
  10. Oct 19, 2015
  11. Sep 20, 2015
  12. Aug 25, 2015
  13. May 04, 2015
  14. Nov 06, 2014
  15. Feb 09, 2014
Loading