aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added more docmentationAlexander Pickering2017-12-30
| | | | Added some more documentation, and removed some extranious prints
* Various bugfixesAlexander Pickering2017-12-29
| | | | Also removed debug prints
* Fixed bugfixesAlexander Pickering2017-12-29
| | | | | | Fixed bug with tokenizing, also fixed a bug with parsing loops also fixed a bug with adding vars to a varlist
* Changed render functionAlexander Pickering2017-12-28
| | | | Render function now returns the length of the string it returns
* changed prototypesAlexander Pickering2017-12-28
| | | | | | | Changed function prototypes that previously took no arguments like void dothing(); to void dothing(void);
* Made ctemplates more like a libraryAlexander Pickering2017-12-28
| | | | | Combined ctemplates.h and ctemplates_i.h into a single file, also included all header files as things to be installed in a library
* Added function signature to ctemplate.cAlexander Pickering2017-12-27
| | | | | The print_varlist_helper function was not at the top of ctemplate.c
* FormatedAlexander Pickering2017-12-23
| | | | Code now follows the style guide.
* Renamed filesAlexander Pickering2017-12-22
| | | | | Renamed everything that needed to be rename from libctemplate to libctemplates
* Inital commitAlexander Pickering2017-12-22