Skip to content
Snippets Groups Projects
  1. Jan 08, 2016
  2. Dec 31, 2015
  3. Dec 30, 2015
  4. Dec 29, 2015
  5. Dec 03, 2015
  6. 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
  7. Oct 25, 2015
  8. Oct 24, 2015
  9. Oct 23, 2015
  10. Oct 20, 2015
  11. Oct 19, 2015
  12. Oct 18, 2015
  13. Oct 17, 2015
Loading