1. 27 Jan, 2020 2 commits
  2. 26 Jan, 2020 2 commits
  3. 24 Jan, 2020 2 commits
  4. 23 Jan, 2020 4 commits
  5. 22 Jan, 2020 1 commit
  6. 21 Jan, 2020 1 commit
  7. 20 Jan, 2020 1 commit
  8. 13 Jan, 2020 1 commit
  9. 10 Jan, 2020 1 commit
  10. 04 Jan, 2020 1 commit
  11. 20 Dec, 2019 1 commit
  12. 05 Dec, 2019 1 commit
  13. 04 Dec, 2019 1 commit
  14. 02 Dec, 2019 1 commit
  15. 29 Nov, 2019 3 commits
  16. 27 Nov, 2019 2 commits
  17. 25 Nov, 2019 1 commit
  18. 19 Nov, 2019 1 commit
  19. 07 Nov, 2019 1 commit
  20. 06 Nov, 2019 3 commits
  21. 05 Nov, 2019 1 commit
    • WIP: re-work static memory allocation for scheduler. · 693d4e9b
      We changed how the memory is allocated from passing char* buffers to then store objects into to creating 'fat objects' for all scheduler state. This eases development for us, as we can make changes to data structures without too much effort (e.g. add a second array to manage tasks if required).
      FritzFlorian committed
  22. 02 Oct, 2019 1 commit
    • Add deconstructor calls to tasks. · 5bc35f9e
      Our stack is not calling deconstructors of its elements. This is problematic for e.g. the graph implementation where reference counted images are hold in tasks. To solve this for now we manually call the deconstructor after each tasks (we do so, because a generic, virtual deconstructor adds runtime costs to primitive tasks, requiring us to re-run all benchmarks; with this change we do not need to do this and as we re-work the scheduler anyways we postpone a clean implementation for then).
      FritzFlorian committed
  23. 01 Oct, 2019 1 commit
  24. 30 Sep, 2019 1 commit
  25. 16 Sep, 2019 2 commits
  26. 02 Sep, 2019 1 commit
  27. 30 Aug, 2019 2 commits