Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dulikvor/core
- Owner: dulikvor
- License: mit
- Created: 2017-09-26T04:59:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T06:48:42.000Z (over 3 years ago)
- Last Synced: 2023-02-27T18:39:31.786Z (almost 2 years ago)
- Topics: command-line, concurrency, cpp11, enumeration, exception-handling, logging, spdlog, threads
- Language: C++
- Homepage:
- Size: 176 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.