1. 29 Nov, 2019 1 commit
    • WIP: We plan to fully remove the start property from the cont manager. · adf05e9a
      The start_chain property does not make sense, as chains are purely 'virtual', i.e. they only fully exist when walking through the computation (by patching them on important events). We initially added the property as a helper for better runtime and simpler implementation, but we think without it we will not get as much inconsistency in the runtime state. Performance can be 're-added' later on.
      FritzFlorian committed
  2. 27 Nov, 2019 2 commits
  3. 19 Nov, 2019 1 commit
  4. 07 Nov, 2019 1 commit
  5. 01 Oct, 2019 1 commit
  6. 31 Jul, 2019 1 commit
  7. 30 Jul, 2019 1 commit
  8. 29 Jul, 2019 2 commits
  9. 24 Jul, 2019 1 commit
  10. 22 Jul, 2019 1 commit
  11. 19 Jul, 2019 1 commit
  12. 11 Jul, 2019 1 commit
  13. 10 Jul, 2019 1 commit
  14. 09 Jul, 2019 2 commits
  15. 18 Jun, 2019 1 commit
  16. 12 Jun, 2019 1 commit
  17. 06 Jun, 2019 1 commit
  18. 30 Apr, 2019 1 commit
  19. 17 Apr, 2019 1 commit
  20. 12 Apr, 2019 1 commit
  21. 09 Apr, 2019 2 commits
  22. 05 Apr, 2019 1 commit
  23. 02 Apr, 2019 3 commits
  24. 01 Apr, 2019 1 commit
  25. 15 Mar, 2019 1 commit
    • Initial CMake project setup. · 6d03890c
      Seperate library from other parts of project (samples, playground, testing, ...). We still are in one 'toplevel' cmake project, so we can for exmaple compile everything (library and playground) in debug mode, for simple development.
      FritzFlorian committed