arch-repo-manager/librepomgr/tests
Martchus f147dc3179 Fix locks for global resources by implementing a mutex not tied to a thread
* Can not use a normal mutex because we don't want to tie the resources to
  a specific thread (and instead e.g. to a build action which might not be
  executed by a single thread)
* A semaphore would do that but libstdc++ only supports it as of GCC 11 and
  besides it wouldn't distinguish between shared and exclusive locking
2021-02-26 01:39:21 +01:00
..
buildactions.cpp Improve log messages 2021-02-08 23:54:03 +01:00
cppunit.cpp Initial import 2021-02-08 23:53:56 +01:00
parser_helper.cpp Initial import 2021-02-08 23:53:56 +01:00
parser_helper.h Initial import 2021-02-08 23:53:56 +01:00
utils.cpp Fix locks for global resources by implementing a mutex not tied to a thread 2021-02-26 01:39:21 +01:00
webapi.cpp Fix posting build action to start it later; add basic test for the route 2021-02-08 23:54:03 +01:00