Skip to content
Snippets Groups Projects
  1. Jul 12, 2022
    • Florian Fischer's avatar
      [Semaphore] make default constructor more explicit · b9130dc8
      Florian Fischer authored
      The CancelFutureTest fails for libc++ because it uses two
      emper::Semaphores to coordinate the involved fibers.
      
      Using gcc and stdlibc++ the default constructor initialized the
      semaphore count to 0.
      
      The default constructor using clang and libc++ does not initialize the
      semaphore count member and thus causing the CancelFutureTest to misbehave.
      b9130dc8
  2. Jun 10, 2022
  3. Jun 09, 2022
  4. Jun 08, 2022
  5. Jun 05, 2022
  6. Jun 04, 2022
  7. Jun 03, 2022
  8. May 30, 2022
  9. May 13, 2022
Loading