Skip to content
Snippets Groups Projects
  1. Jan 27, 2017
  2. Nov 24, 2016
  3. Nov 14, 2016
  4. Nov 09, 2016
  5. Sep 22, 2016
  6. Feb 02, 2016
  7. Jan 24, 2016
    • Stephan Beyer's avatar
      Fix whitespace issues · f7aa65db
      Stephan Beyer authored
      Git warns when it finds "whitespace errors". This commit gets
      rid of these whitespace errors for code and adoc files.
      f7aa65db
  8. Jan 20, 2016
  9. Jan 13, 2016
  10. Dec 31, 2015
  11. Oct 20, 2015
  12. Oct 19, 2015
  13. Oct 17, 2015
  14. Oct 10, 2015
  15. Aug 14, 2015
  16. Jun 24, 2015
  17. Apr 14, 2015
  18. Apr 13, 2015
    • Arseny Kapoulkine's avatar
      Permit custom allocation function to throw · f04b56e1
      Arseny Kapoulkine authored
      Ensure that all the necessary cleanup is performed in case the allocation fails
      with an exception - files are closed, buffers are reclaimed, etc.
      
      Any test that triggers a simulated out-of-memory condition is ran once again
      with a throwing allocation function. Unobserved std::bad_alloc count as test
      failures and require CHECK_ALLOC_FAIL macro.
      
      Fixes #17.
      f04b56e1
  19. Apr 11, 2015
  20. Mar 25, 2015
  21. Mar 24, 2015
  22. Mar 22, 2015
Loading