1. 06 Jun, 2019 1 commit
  2. 24 May, 2019 3 commits
  3. 21 May, 2019 2 commits
  4. 20 May, 2019 3 commits
    • Martin Weismann's avatar
      Add CDynamic-Example to SDK · beddb0b2
      Martin Weismann authored
      beddb0b2
    • Martin Weismann's avatar
      Change progress monitor, improve performance (#133) · d9ecb43a
      Martin Weismann authored
      Reading
      - relative progress is now based on amount of data read
      - progress identifier is still defined via which element is currently being read
      
      Writing
      - relative progress is now based on number of resources and attachments
      - progress identifier is still defined via which element is currently being written
      
      Performance:
      - replaced inefficient data structures (list or vector + linear search for elements)
        by more apt datastructures (map (unordered_map, multimap) + lookup) in
        a couple of occurences
      d9ecb43a
    • Martin Weismann's avatar
      Update to later version of ACT · 1f422576
      Martin Weismann authored
      1f422576
  5. 14 May, 2019 1 commit
  6. 13 May, 2019 1 commit
  7. 08 May, 2019 1 commit
  8. 06 May, 2019 1 commit
  9. 16 Apr, 2019 1 commit
  10. 11 Apr, 2019 14 commits
  11. 28 Jan, 2019 1 commit
  12. 15 Jan, 2019 1 commit
  13. 10 Jan, 2019 1 commit
  14. 08 Jan, 2019 3 commits
  15. 07 Jan, 2019 5 commits
  16. 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