https://github.com/corvusoft/core
Collection of common functionality.
https://github.com/corvusoft/core
Last synced: 4 months ago
JSON representation
Collection of common functionality.
- Host: GitHub
- URL: https://github.com/corvusoft/core
- Owner: Corvusoft
- License: other
- Created: 2017-05-13T05:32:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T14:37:04.000Z (almost 8 years ago)
- Last Synced: 2025-05-07T21:40:03.551Z (about 1 year ago)
- Language: C++
- Size: 35.2 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Core [](https://travis-ci.org/Corvusoft/core)
[](https://ci.appveyor.com/project/Corvusoft/core)
=============================================================================================================================
License
-------
© 2013-2018 Corvusoft Limited, United Kingdom. All rights reserved.
The Core framework is dual licensed; See [LICENSE](LICENSE) for full details.
Support
-------
Please contact sales@corvusoft.co.uk, for support and licensing options including bespoke software development, testing, design consultation, training, mentoring and code review.
Build
-----
*Unix*
```bash
git clone --recursive https://github.com/corvusoft/core.git
mkdir core/build
cd core/build
cmake ..
make [-j CPU_CORES+1] install
make test
```
*Windows*
```bash
git clone --recursive https://github.com/corvusoft/core.git
mkdir core/build
cd core/build
cmake -G "Visual Studio 15 2017" ..
cmake --build . --target ALL_BUILD --config Release
ctest
```
You will now find all required components installed in the distribution folder.
Please submit all enhancements, proposals, and defects via the [issue](http://github.com/corvusoft/core/issues) tracker.
Documentation
-------------
This codebase is intended to be as self documenting as possible. We have supplied many [test cases](https://github.com/corvusoft/core/tree/master/test) to help aid developers.
You can locate the latest API documentation [here](https://github.com/Corvusoft/core/tree/master/documentation).
Minimum Requirements
--------------------
| Resource | Requirement |
|:--------:|:-----------------------------------------------:|
| Compiler | C++14 compliant or above |
| OS | BSD, Linux, Mac OSX, Windows |
Contact
-------
| Method | Description |
|:--------------------------------------------|:--------------------------------------------|
| [Twitter](http://www.twitter.com/corvusoft) | Tweet us your questions & feature requests. |
| support@corvusoft.co.uk | Support related queries. |
| sales@corvusoft.co.uk | Sale related queries. |