summaryrefslogtreecommitdiffstats
path: root/src/res2cc_cmd.py
Commit message (Collapse)AuthorAgeFilesLines
* Modernize code for the resource managerDimitri van Heesch2020-08-021-5/+2
|
* Replaced bitmap of doxygen logo by SVG versionDimitri van Heesch2020-07-181-0/+9
|
* Order resources not only on filename but also dirnameStefanBruens2018-09-081-1/+2
| | | | | | | Although the resource generation sorted files for each subdirectory, total order, i.e. including subdirectories, was not stable. As a result, the generated resources.cpp could be different on each build run. Fixes #6152
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Added language attribute to XML output for classes, namespaces, and filesDimitri van Heesch2014-11-151-1/+17
|
* Introduced template directory for template and resource files and resource ↵Dimitri van Heesch2014-11-131-0/+102
compiler & manager