1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-09-27 22:13:43 +00:00
Go to file
Oliver Giles eda906b805 refactor: remove transport knowledge from Laminar class
Improve the boundary between RpcImpl and LaminarInterface such
that the Laminar class doesn't require any types from kj/async.h.
The necessary logic moved from Laminar to RpcImpl and the notification
now happens by abstract virtual callback instead of kj::Promise.
Also remove the fairly useless 'wait' RPC call and drop the wrappers
around kj::PromiseFulfillerPair
2017-08-10 08:25:20 +03:00
example-scripts quote args to xsltproc 2015-09-20 09:23:50 +02:00
src refactor: remove transport knowledge from Laminar class 2017-08-10 08:25:20 +03:00
CMakeLists.txt remove no longer used frontend templates 2017-07-31 08:31:43 +03:00
docker-build-centos.sh update dependencies to latest versions 2017-07-31 08:58:06 +03:00
docker-build-debian.sh update dependencies to latest versions 2017-07-31 08:58:06 +03:00
laminar.conf frontend love 2015-09-26 22:54:27 +02:00
laminar.service add systemd service file and default conf file 2015-09-19 14:50:22 +02:00
README.md update readme, point to wiki 2015-09-19 18:46:26 +02:00

laminar

Laminar is continuous integration with a focus on simplicity and flexibility. Minimal wheels are reinvented. See the wiki page for more information

Features

  • Pure C++ backend with few dependencies
  • Highly scriptable
  • Filesystem based configuration
  • Simple and responsive web frontend based on bootstrap