Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dulikvor/core

A simple C++ library intended to solve common software issues.
https://github.com/dulikvor/core

command-line concurrency cpp11 enumeration exception-handling logging spdlog threads

Last synced: 4 months ago
JSON representation

A simple C++ library intended to solve common software issues.

Awesome Lists containing this project

README

        

# Core
[![Build Status](https://travis-ci.org/Dudi119/Core.svg?branch=master)](https://travis-ci.org/Dudi119/Core) [![Build status](https://ci.appveyor.com/api/projects/status/riaj54pn4h08xy40?svg=true)](https://ci.appveyor.com/project/Dudi119/Core)

Core is a C++ lib, intended to solve basic and common software issues which may rise, when designing and implementing a server side application.
Few examples - Logger support, Async Execution support, Exception handling, Enumeration and etc...

### Installing

Run the following commands:
```
./INSTALL.sh
```

## Deployment

A static lib binary will be created under the /bin directory.
All headers are copied to /include directory.