Skip to content
Alexander Saprykin edited this page Sep 8, 2023 · 13 revisions

Overview

plibsys is a cross-platform system C library with some helpful routines. Its main purpose is to provide operating system abstraction layer for the higher level software. It is designed to be lightweight and memory efficient as well as easy to use. It was tested on a wide range of operating systems, architectures and compilers to deliver as much errorless and robust code as possible.

Building

CMake is used throughout the whole configuration and building process. Read more about building.

To build on OpenVMS refer to separate instructions.

Testing

CTest from CMake is used for tests management. Read more about testing.

To run tests on OpenVMS refer to separate instructions.

Platforms

You can easily create custom platforms and modify existing for additional tuning and porting. Read more about supported platforms.

Features

Thread names

Other

SSH with old systems