summaryrefslogtreecommitdiffstats
path: root/src/shared/util.h
Commit message (Collapse)AuthorAgeFilesLines
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-1/+1
| | | | | | - Use nullptr instead of NULL for better warnings in case of mistakes - Get rid of VLAs which are not in C++11 actually - Fix implicit signed <-> unsigned mismatches by adding checks and casts
* Initial commitsr2013-02-041-0/+15