1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00
ohwgiles_laminar/src
marian cingel 277a59f1cb Support Clang/LLVM build on FBSD
- Update CMakeList to support installation to PREFIX directory
- FreeBSD does not support abstract sockets (unix-abstract:laminar),
  so explicit 'LAMINAR_BIND_RPC=IP:port' is required
- ld.lld requires explicit emulation for binary blobs, add a new
  variable LINKER_EMULATION_FLAGS for this purpose
2023-11-07 09:17:52 +13:00
..
resources Add a link from any run to its job 2023-03-01 11:25:10 +13:00
client.cpp allow adding job to front of queue 2022-01-22 15:18:43 +13:00
conf.cpp
conf.h
context.h
database.cpp database: fix missing import 2023-10-25 10:01:35 +13:00
database.h
http.cpp Http::cleanupPeers: check fulfiller is non-null 2023-03-17 09:51:51 +13:00
http.h
laminar.capnp allow adding job to front of queue 2022-01-22 15:18:43 +13:00
laminar.cpp Optimize query which is used on /jobs page 2023-02-08 15:01:58 +13:00
laminar.h allow adding job to front of queue 2022-01-22 15:18:43 +13:00
leader.cpp Support Clang/LLVM build on FBSD 2023-11-07 09:17:52 +13:00
leader.h
log.h
main.cpp laminard: ignore SIGHUP 2022-01-30 08:21:14 +13:00
monitorscope.h
resources.cpp
resources.h
rpc.cpp allow adding job to front of queue 2022-01-22 15:18:43 +13:00
rpc.h
run.cpp Support Clang/LLVM build on FBSD 2023-11-07 09:17:52 +13:00
run.h
server.cpp Support Clang/LLVM build on FBSD 2023-11-07 09:17:52 +13:00
server.h
version.cpp