1. 09 Feb, 2020 2 commits
  2. 03 Feb, 2020 1 commit
  3. 30 Jan, 2020 1 commit
  4. 27 Jan, 2020 1 commit
    • WIP: First running version of stealing. · 22f4c598
      The project is currently really messy and there are sporadic sigsevs. This indicates that we still have a race in our code. Thread Sanitizer does not work with our current implementation, as it needs annotations for fibers.
      
      The next step is to clean up the project and maybe add thread sanitizer support to our fiber implementation. This should help finding the remaining bugs.
      FritzFlorian committed
  5. 10 Jan, 2020 1 commit
  6. 25 Nov, 2019 1 commit
  7. 06 Nov, 2019 1 commit
  8. 16 Sep, 2019 1 commit
  9. 06 Jun, 2019 1 commit
  10. 10 Apr, 2019 1 commit
  11. 05 Apr, 2019 1 commit
  12. 04 Apr, 2019 1 commit
  13. 26 Mar, 2019 1 commit
  14. 18 Mar, 2019 2 commits
  15. 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