Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 796 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 796 Bytes

CLSC (Cute Little Software Capital)

Coverity Scan Build Status Build Status

About

This is a toy-project dedicated to creating useful utilities that relatively modern C++ (C++17) misses. There is also an on-going work on quite interesting features not currently available in master.

Fast start

git clone https://github.com/andrey-golubev/clsc.git --recursive
cd clsc
python3 script/test.py

Note: googletest is used as a git submodule. Thus, it is required to clone it in order to build and run repository tests.