summaryrefslogtreecommitdiffstats
path: root/src/template.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-2/+2
|/
* Added graphical hierarchy support to template engineDimitri van Heesch2014-12-251-4/+25
* Fixed several Coverity warningsDimitri van Heesch2014-11-151-26/+44
* Introduced template directory for template and resource files and resource co...Dimitri van Heesch2014-11-131-47/+145
* Fixed a number of issues (resource leaks, uninitialized members, etc) found b...Dimitri van Heesch2014-08-311-6/+6
* Bug 735499 - [PATCH] Fix potential modulo by zero in src/template.cppDimitri van Heesch2014-08-301-1/+9
* Template context support for CREATE_SUBDIRSDimitri van Heesch2014-08-021-0/+21
* Added get filter, unified index propertiesDimitri van Heesch2014-08-021-0/+24
* Added groupby filter and some more context infoDimitri van Heesch2014-08-021-30/+98
* Added lists for indices to template contextDimitri van Heesch2014-08-021-1/+1
* Addition of module data to context and alphaIndex filterDimitri van Heesch2014-08-021-2/+162
* Minor fixes to the template contextDimitri van Heesch2014-08-021-1/+0
* changed append filter and added index and path attributes to nodeDimitri van Heesch2014-08-021-2/+57
* Added flatten, listsort and paginate filtersDimitri van Heesch2014-08-021-0/+182
* Added last and first attributes to index tree nodeDimitri van Heesch2014-04-201-0/+7
* Add index support to contextDimitri van Heesch2014-03-231-13/+269
* Added reference counting for all context objectsDimitri van Heesch2014-03-111-43/+100
* Extension specific filteringDimitri van Heesch2014-03-041-7/+27
* 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 e...Dimitri van Heesch2014-02-081-167/+357
* 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
* 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