summaryrefslogtreecommitdiffstats
path: root/src/template.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added support for range tag in the template languageDimitri van Heesch2014-02-091-1/+173
|
* Added support for elif to the template languageDimitri van Heesch2014-02-081-14/+55
|
* Added basic arithmetic operations to the template expressions, and made the ↵Dimitri van Heesch2014-02-081-167/+357
| | | | expression lexer faster
* Fixed potential crash caused by overloading the variadic warn functionDimitri van Heesch2014-01-181-2/+2
|
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-4/+4
| | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface.
* More work on the template and context mechanismsDimitri van Heesch2013-12-291-124/+264
|
* Template and context enhancementsDimitri van Heesch2013-12-231-34/+103
|
* More template and context enhancementsDimitri van Heesch2013-12-121-13/+11
|
* More context and template additionsDimitri van Heesch2013-11-291-8/+162
|
* More template and context updatesDimitri van Heesch2013-11-111-158/+376
|
* Added rudimentary support for django like template system for output creation.Dimitri van Heesch2013-10-211-0/+2968