aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Allows make install to work after installing onceAlex2018-01-18
|
* More changes for unix file pathsAlexander Pickering2018-01-18
| | | | Changed test file path from windows style to unix style.
* Removed object file & changed make fileAlexander Pickering2018-01-18
| | | | | | removed an object file that somehow made it into the repo Also chagned makefile to use unix style paths instead of windows style paths.
* Fixed a bug with TMPL_IF not working as variable checkAlexander Pickering2018-01-07
| | | | | Fixed a bug where the <TMPL_IF> tag was not correctly checking if a variable exists if it does not have a "testval" attribute.
* Started writing unit testsAlexander Pickering2018-01-05
| | | | | Added some tests for good input. Also fixed a bug where an empty loop would crash.
* Fixed a memory corruption bugAlexander Pickering2017-12-30
| | | | | Fixed a bug where adding a var to a varlist would sometimes cause memroy corruption
* 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