1. 05 Sep, 2018 1 commit
  2. 14 Jun, 2018 1 commit
  3. 13 Jun, 2018 2 commits
  4. 05 Jun, 2018 1 commit
  5. 23 May, 2018 1 commit
    • Martin Weismann's avatar
      Use UTF8, make UnitTests platform independent and remove more broken code (#83) · fdb0b678
      Martin Weismann authored
      * First working UTF8-implementation
      
      * Remove unused code im xml-reader
      
      * Remove plenty of unused 'GCC'-code
      
      * Port VS unittests to gtest
      
      * Make UTF8-changes and UnitTests compile on linux
      
      * Fix MAC build
      
      * Address some TODOs
      
      * Remove broken COM-functionality
      
      * Change some more interfaces to UTF8
      
      * Remove unsused includes and NMR_COM_NATIVE flags
      
      * Up the version number
      
      * Remove ATL from examples
      
      * Remove unused OPC-headers
      
      * Make NMR_COM_NATIVE settable on the command line
      fdb0b678
  6. 04 May, 2018 2 commits
    • Kaz Okuda's avatar
      NC-Negate offset when ZIP_SOURCE_SEEK from SEEK_END (#74) · 64617f43
      Kaz Okuda authored
      * Negate offset when ZIP_SOURCE_SEEK from SEEK_END 
      
      custom_zip_source_callback from the zip library where the cmd is ZIP_SOURCE_SEEK and whence is SEEK_END specifies a negative offset.  pImportStream takes an unsigned positive value to indicate the distance to seek back.  The value must be negated between the two APIs.
      
      * Assume unsigned argument for seekFromEnd
      
      The API for CImportStream and CExportStream only allows unsigned input.
      This commit handles this consistently in all seekFromEnd-functions
      and adds some exceptions in custom_zip_source_callback.
      
      * Support zip seeking backward from the current position.
      
      * Update version
      64617f43
    • Martin Weismann's avatar
      Add travis-configuration · 1cef17a2
      Martin Weismann authored
      For linux, osx
      Add build-status to README
      Register tests for CTest
      1cef17a2
  7. 03 May, 2018 1 commit
  8. 02 May, 2018 1 commit
  9. 27 Apr, 2018 1 commit
  10. 24 Apr, 2018 7 commits
  11. 23 Apr, 2018 2 commits
  12. 20 Apr, 2018 9 commits
  13. 04 Apr, 2018 1 commit
  14. 26 Mar, 2018 1 commit
  15. 19 Mar, 2018 1 commit
  16. 18 Mar, 2018 1 commit
  17. 15 Mar, 2018 4 commits
  18. 08 Mar, 2018 2 commits
  19. 27 Feb, 2018 1 commit