Skip to content
Snippets Groups Projects
  1. Jul 26, 2021
  2. May 28, 2021
  3. May 20, 2021
  4. May 05, 2021
  5. Apr 12, 2021
  6. Mar 22, 2021
  7. Mar 01, 2021
  8. Feb 25, 2021
  9. Feb 23, 2021
    • Florian Fischer's avatar
      [WorkerWakeupSemaphore] add three possible implementations · 3cde3e16
      Florian Fischer authored
      LockedSemaphore is the already existening Semaphore using
      a mutex and a condition variable.
      PosixMutex is a thin wrapper around a POSIX semaphore.
      SpuriousFutexSemaphore is a atomic/futex based implementation
      prune to spurious wakeups which is fine for the worker wakeup usecase.
      3cde3e16
  10. Feb 20, 2021
    • Florian Schmaus's avatar
      [Makefile] fix smoke-test/static-analysis target · 1b39754b
      Florian Schmaus authored
      This adds yet another target "smoke-test-suite", which just runs all
      tests in the 'smoke' test suite. The static-analysis target was
      changed to include *all* static analysis thingies we have, even 'doc'
      as Doxygen does also do some checks that the documentation is
      "correct".
      
      The smoke-test target is also kept, as it allows developers to simply
      run all smoke tests. Furthermore, this adds some missing PHONY
      declarations in the Makefile.
      
      The gitlab-ci now runs the smoke-test-suite and static-analysis
      targets in two different jobs. Previously the smoke-test would also
      run the static-analysis target, which was not intended.
      1b39754b
  11. Feb 02, 2021
  12. Feb 01, 2021
  13. Jan 26, 2021
  14. Jan 14, 2021
  15. Jan 13, 2021
  16. Jan 11, 2021
  17. Dec 17, 2020
  18. Dec 05, 2020
  19. Dec 02, 2020
  20. Nov 30, 2020
  21. Nov 27, 2020
  22. Nov 17, 2020
  23. Nov 10, 2020
  24. Nov 05, 2020
Loading