Skip to content

svens/sal

Repository files navigation

Server application library

Build Status Build status Coverage Coverity

SAL is portable simple application library providing functionality for threaded networking applications (configuring, logging, etc). Goal is to cover Linux, Windows and OSX platforms.

Compiling and installing

$ mkdir build && cd build
$ cmake .. [-Dsal_unittests=yes|no] [-Dsal_bench=yes|no] [-Dsal_docs=yes|no]
$ make && make test && make install

Source tree

The source tree is organised as follows:

.               Root of source tree
|- sal          Library ...
|  `- module    ... per module headers/sources/tests
|- cmake        CMake helper stuff
|- bench        Benchmarking application
`- scripts      Helper scripts

About

Server application library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages