aboutsummaryrefslogtreecommitdiff
path: root/README.md
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
|
* Spelling correctionsAlexander Pickering2019-01-15
| | | | Corrected a bunch of spelling mistakes in the readme and the Makefile
* 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 "if to check for existance" to readme.Alexander Pickering2018-04-06
| | | | | Added documentation that explains how to use TMPL_IF and TMPL_ELSEIF to check for a variable's existance.
* Update copyright & emailAlexander Pickering2018-02-17
| | | | Updated copyright to cover 2018, and updated email to alex@cogarr.net
* Added more docmentationAlexander Pickering2017-12-30
| | | | Added some more documentation, and removed some extranious prints
* Changed render functionAlexander Pickering2017-12-28
| | | | Render function now returns the length of the string it returns
* Renamed filesAlexander Pickering2017-12-22
| | | | | Renamed everything that needed to be rename from libctemplate to libctemplates
* Inital commitAlexander Pickering2017-12-22