aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* Squashed warningsAlexander Pickering2019-09-27
| | | | | Added the -Wextra flag to the makefile for debug builds, and squashed all the warning that came up.
* Fix typos in headersAlexander Pickering2019-09-04
|
* Added more documentationAlexander Pickering2018-12-05
| | | | | Added documentation for each function in the include/ctemplates.h file Also did some spellchecking on the readme.
* Added a method to get errors from the templateAlexander Pickering2018-11-07
| | | | | | | Added a method const char* TMPL_err(TMPL_templates* t, size_t* size); t is the template that had an error size is a pointer, size of the error message is returned;
* Changed structs in header to forward declarationsAlexander Pickering2018-11-07
|
* Started refactoring codeAlexander Pickering2018-10-25
Added a src/ and build/ directory Added a include/ directory Included file is smaller