1. 13 Jun, 2018 2 commits
  2. 05 Jun, 2018 1 commit
  3. 23 May, 2018 2 commits
    • Martin Weismann's avatar
      Update copyright to 3MF-Consortium (#84) · 35b59531
      Martin Weismann authored
      All former copyright holders (Microsoft Corporation, Autodesk Inc. and
      netfabb GmbH) have contributed to lib3MF and continue to contribute to
      lib3MF as members of the 3MF consortium.
      
      The binary pakage lib3MF_sdk.zip now contains the LICENSE file.
      35b59531
    • 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
  4. 17 May, 2018 1 commit
  5. 04 May, 2018 4 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
      Update travis configuration (#76) · f2879329
      Martin Weismann authored
      * Speed up OSX-builds
      
      By not auto-updating brew
      
      * Comment Travis CI-configuration
      f2879329
    • Martin Weismann's avatar
      Update Travis status URL · 88a3e752
      Martin Weismann authored
      88a3e752
    • Martin Weismann's avatar
      Add travis-configuration · 1cef17a2
      Martin Weismann authored
      For linux, osx
      Add build-status to README
      Register tests for CTest
      1cef17a2
  6. 03 May, 2018 2 commits
  7. 02 May, 2018 2 commits
  8. 27 Apr, 2018 2 commits
  9. 24 Apr, 2018 15 commits
  10. 23 Apr, 2018 3 commits
  11. 20 Apr, 2018 6 commits