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