Skip to content
Snippets Groups Projects
  1. Apr 12, 2021
  2. Mar 22, 2021
  3. Mar 01, 2021
  4. Feb 25, 2021
  5. 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
  6. 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
  7. Feb 02, 2021
  8. Feb 01, 2021
  9. Jan 26, 2021
  10. Jan 14, 2021
  11. Jan 13, 2021
  12. Jan 11, 2021
  13. Dec 17, 2020
  14. Dec 05, 2020
  15. Dec 02, 2020
  16. Nov 30, 2020
  17. Nov 27, 2020
  18. Nov 17, 2020
  19. Nov 10, 2020
  20. Nov 05, 2020
Loading