Skip to content
Duncan Crutchley edited this page Apr 13, 2019 · 10 revisions

Welcome to the CoreLibrary wiki!

In this wiki, I hope to give more detailed descriptions of the code used in this project and some examples of how to use it.

All I ask is that if you find any of this code useful and you use it in your software or take parts of it to base your own work on then please give credit and respect the licence.

This is largely a hobby project based on the knowledge I've gained in my many years of experience working in software development and academia since 1999. I started the development of this code in early 2014. This represents a collection of, hopefully, straightforward to use and useful classes for commonly occurring software development needs.

All the code has been unit tested with good coverage and I've used this code in my own projects without issue. I also have used much of this code and similar code written by me in commercial projects, often with (soft) real-time requirements, and have not had any issues so feel free to use this in commercial projects as long as you adhere to the license.

I fix bugs and improve the code when necessary but make no guarantees on how often this happens. I provide no warranty or support for any issues that are encountered while using it.

The code is commented using Doxygen style comments so check the documentation in the /docs/html/ folder and open index.html in your browser of choice. Or continue reading this wiki for more info.