1. 08 Jan, 2019 1 commit
    • Torsten Paul's avatar
      Debian packaging updates (#114) · a12a71cd
      Torsten Paul authored
      * Fix handling of installation dirs using official setup.
      
      * Use project version setting (requires cmake 3.0.2).
      
      * Add options to disable included zlib and libzip.
      
      * Add pkg-config definition.
      
      * Move NMR_COMVersion.h to global .gitignore file to clean up installation.
      
      * Fix version information in the Windows DLL.
      a12a71cd
  2. 07 Jan, 2019 5 commits
  3. 19 Dec, 2018 1 commit
    • Quim Muntal's avatar
      Fix MinGW builds (#113) · 5dbdbb64
      Quim Muntal authored
      * use ole32 when compiling with MINGW in Windows for UUIDs
      
      * use winresrc.h instead of winres.h
      
      * remove ole32 link dependency
      
      * add mingw shell script
      
      * add mingw support to travis-cli
      
      * fix travis before_script
      
      * add cmake cross compile support to cmake
      
      * remove tobydox dependency
      
      * use mingw from /usr instead of  /opt
      
      * remove test from travis mingw build
      
      * remove tets generation for linux mingw
      
      * fix mingw cmake script
      
      * add LIB3MF_TESTS at cmake toolchain
      
      * reenable tests in mingw cmake
      5dbdbb64
  4. 20 Nov, 2018 1 commit
    • Stewart C. Russell's avatar
      Resolve: cmake script fails if build path contains space(s) (#111) · aaba7146
      Stewart C. Russell authored
      * Update GenerateMake.sh
      
      script failed if build path contained space(s)
      
      * Update GenerateCodeLite.sh
      
      script failed if build path contained space(s)
      
      * Update GenerateVS2015.sh
      
      script failed if build path contained space(s)
      
      * Update GenerateVS2015_32bit.sh
      
      script failed if build path contained space(s)
      
      * Update GenerateVS2015_32bit.bat
      
      at martinweismann's request
      
      * Update GenerateVS2015.bat
      
      at martinweismann's request
      aaba7146
  5. 15 Nov, 2018 2 commits
  6. 05 Nov, 2018 1 commit
    • Torsten Paul's avatar
      Use Windows API for GUID generation on MinGW. · 2bf7b1c8
      Torsten Paul authored
      MinGW supports this API and adding libuuid to the Windows build is not
      easy as this is part of the util-linux package which has lots of Linux
      specific code.
      
      This is tested via MXE based build for OpenSCAD.
      2bf7b1c8
  7. 18 Oct, 2018 1 commit
  8. 17 Oct, 2018 8 commits
  9. 16 Oct, 2018 1 commit
  10. 28 Sep, 2018 1 commit
  11. 05 Sep, 2018 1 commit
  12. 14 Aug, 2018 2 commits
  13. 14 Jun, 2018 2 commits
  14. 13 Jun, 2018 5 commits
  15. 05 Jun, 2018 1 commit
  16. 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
  17. 17 May, 2018 1 commit
  18. 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