Skip to content
Snippets Groups Projects
  1. Jan 13, 2016
  2. Jan 10, 2016
  3. Jan 08, 2016
  4. Dec 31, 2015
  5. Dec 30, 2015
  6. Dec 29, 2015
  7. Dec 03, 2015
  8. Nov 13, 2015
    • Arseny Kapoulkine's avatar
      Work around MinGW versions with non-C99 compliant headers · 2cf599b3
      Arseny Kapoulkine authored
      Apparently some MinGW distributions have a compiler that's recent enough to
      support C++11 but limits.h header that incorrectly omits LLONG limits in
      strict ANSI mode, since it guards the definitions with:
      
      	#if !defined(__STRICT_ANSI__) && defined(__GNUC__)
      
      We can just define these symbols ourselves in this specific case.
      
      Fixes #66.
      2cf599b3
  9. Oct 25, 2015
  10. Oct 24, 2015
  11. Oct 23, 2015
  12. Oct 20, 2015
  13. Oct 19, 2015
  14. Oct 18, 2015
  15. Oct 17, 2015
Loading