summaryrefslogtreecommitdiffstats
path: root/src/template.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Various fixes based on coverity scan resultsDimitri van Heesch2021-01-051-1/+4
|
* Warning about possible loss of dataalbert-github2020-10-011-1/+1
| | | | | | | | | Om 64-bit windows platform we get the warning: ``` src\template.cpp(341): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data ``` Explicit setting conversion..
* Fixed a couple of compiler warnings on LinuxDimitri van Heesch2020-08-081-1/+1
|
* Refactoring: changed QValueList to std::vector for template engineDimitri van Heesch2020-08-061-60/+59
|
* Catch all wrong mkdir calls (coverity)albert-github2020-06-121-1/+5
| | | | | - Always catch the output of `mkdir` - corrected an incorrect message (context.cpp)
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-25/+25
|
* Coverity uninitializedalbert-github2019-12-021-60/+60
| | | | Fixing a number of uninitialized variables based on the coverity output of November 30, 2019
* Spelling corrections for src directoryalbert-github2019-11-051-1/+1
| | | | | | | | Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here, with some exceptions (a,o.): - "referenceby" in defgen.cpp as this is in the output and I cannot oversee the consequences (looks like none, but ...) - "HANGEUL_CHARSET" left as is as in some MS documentation is written: 'HANGUL_CHARSET: Also spelled "Hangeul". Specifies the Hangul Korean character set.' (https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/0d0b32ac-a836-4bd2-a112-b6000a1b4fc9).
* Correction warning messagealbert-github2019-06-011-1/+1
| | | | Consistency
* Changed refiltering to forced use of insideTabbingDimitri van Heesch2018-10-291-2/+2
|
* Misc. typosluzpaz2017-12-231-1/+1
| | | | | Super trivial typos Some are in qtools/ which I know is a 3rd party dependency but as we know is now obsolete upstream. I reckon it wouldn't be much of an issue to merge neverthless Tacked on several more commits
* Adding partial htmlhelp support to template systemDimitri van Heesch2016-06-021-19/+80
|
* Added generating template files and reading templates from disk if presentDimitri van Heesch2016-05-281-1/+26
|
* Added support for encoding tag to the template engine used for HTML help indicesDimitri van Heesch2016-05-281-13/+174
|
* Disabled debug printsDimitri van Heesch2016-05-281-2/+2
|
* Fixed a number of memory leaks in the template engineDimitri van Heesch2015-09-131-3/+39
|
* Made several improvements to the performance of template engineDimitri van Heesch2015-09-131-228/+46
|
* Template enhancements and various other small fixesDimitri van Heesch2015-09-081-5/+34
|
* Avoid using Resource::data as string, as it is not null terminated.Dimitri van Heesch2015-08-311-12/+9
|
* Started with generating LaTeX output via the template engineDimitri van Heesch2015-08-271-48/+193
|
* Add mathjax support to template & context.Dimitri van Heesch2015-08-271-0/+20
|
* Added javascript search engine data to the template contextDimitri van Heesch2015-08-271-10/+32
|
* Fixed various issues found by PVS-Studio.Dimitri van Heesch2015-08-181-9/+6
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Merge pull request #272 from albert-github/feature/bug_unusedDimitri van Heesch2015-01-031-1/+0
|\ | | | | Remove unused local and static global variables
| * Remove unused local and static global variablesalbert-github2014-12-271-1/+0
| | | | | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools.
* | Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-2/+2
|/ | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string.
* 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 ↵Dimitri van Heesch2014-11-131-47/+145
| | | | compiler & manager
* Fixed a number of issues (resource leaks, uninitialized members, etc) found ↵Dimitri van Heesch2014-08-311-6/+6
| | | | by coverity
* 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 ↵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
|