Skip to content
Snippets Groups Projects
  1. Apr 03, 2018
  2. Mar 17, 2018
    • Arseny Kapoulkine's avatar
      docs: Update changelog · cec32da2
      Arseny Kapoulkine authored
      Mention ubsan fixes; these fixes probably fix compact mode on some
      64-bit architecture where unaligned pointer reads aren't valid as well
      but it's probably not very relevant...
      cec32da2
  3. Mar 13, 2018
  4. Jan 08, 2018
  5. Dec 30, 2017
  6. Dec 22, 2017
  7. Aug 30, 2017
  8. Aug 22, 2017
    • Arseny Kapoulkine's avatar
      docs: Update encoding conversion description · 4f2ad720
      Arseny Kapoulkine authored
      We support Latin-1 and automatically detect it by parsing the encoding
      from document declaration; both of these were omitted from the
      description of the automatic detection.
      
      Additionally, the description has been rewritten to be more concise and
      a bit more abstract - there's no need to specify the algorithm precisely
      here.
      
      Fixes #158.
      4f2ad720
  9. Jan 27, 2017
  10. Nov 24, 2016
  11. Nov 14, 2016
  12. Nov 09, 2016
  13. Sep 22, 2016
  14. Feb 02, 2016
  15. 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
  16. Jan 20, 2016
  17. Jan 13, 2016
  18. Dec 31, 2015
  19. Oct 20, 2015
  20. Oct 19, 2015
  21. Oct 17, 2015
  22. Oct 10, 2015
  23. Aug 14, 2015
  24. Jun 24, 2015
  25. Apr 14, 2015
  26. 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
  27. Apr 11, 2015
  28. Mar 25, 2015
  29. Mar 24, 2015
  30. Mar 22, 2015
Loading