summaryrefslogtreecommitdiffstats
path: root/src/resourcemgr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replaced bitmap of doxygen logo by SVG versionDimitri van Heesch2020-07-181-0/+12
|
* Doxygen version information (#7645)albert-github2020-03-171-1/+1
| | | | | - add doxygen version to rtf, comment, output - remove duplicate code (getFullVersion) - more clear name to get doxygen version (getVersion becomes getrDoxygenVersion). Also to overcomecofusion with the version information for files.
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-9/+9
|
* Show git version informationalbert-github2019-05-311-1/+1
| | | | | | | | | | | | | | | | | The original version has as features: - getting the git version number for usage in doxygen - making the doxygen version number inclusion dependent on the VERSION file The disadvantage of the chosen methodology was that an extra correction step was necessary, by defining getter methods to retrieve the values this correction can be hidden. The information is coming from different sources: - the VERSION file - the git "repository and build system (when present) Furthermore there are a couple of places where the version information is used (a.o. doxygen and doxywizard executable, though the doxygenwizard was only done "half hearted") The handling of the VERSION file has been made in such a way that it is comparable with the generation of the git version changes. For a better abstraction the version handling is all done in a separate directory.
* Added generating template files and reading templates from disk if presentDimitri van Heesch2016-05-281-2/+5
|
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-1/+1
| | | | improve performance
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* 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.
* Introduced template directory for template and resource files and resource ↵Dimitri van Heesch2014-11-131-0/+183
compiler & manager