aboutsummaryrefslogtreecommitdiff
path: root/common.h
Commit message (Collapse)AuthorAge
* Prefer ,##__VA_ARGS over __VA_OPT__(.)HEAD0.72masterDavid Phillips2021-01-04
| | | | | | | __VA_OPT__ is not well supported by compilers other than gcc (see clang), most likely as it is not yet standardised, and appears much newer than ,##. Even though ,## is not standardised either, it is more likely to be supported by a given compiler.
* Re-add debug macro, short circuit icon logicDavid Phillips2019-03-03
|
* Move license to central file, add acknowledgement to trayfreqDavid Phillips2016-08-25
|
* Removed unneeded include guardsDavid Phillips2015-09-16
|
* Conforming to style, switching paramano-set to getopt (finally)David Phillips2015-09-01
|
* Removed old debug swarfDavid Phillips2015-09-01
|
* Cleaning up common functionsDavid Phillips2015-09-01
|
* Created wrapper to get integer from formatted filenameDavid Phillips2015-08-28
|
* Code tidyDavid2014-09-28
|
* Removed unused functionDavid2014-09-28
|
* Naughty Phillid, underscore-prefixed variable names are bad!David2014-09-27
|
* Fixed bug affecting CPUs with multiple coresDavid2014-09-27
|
* New function for opening files or throwing debug outputDavid2014-09-27
|
* Changed program name in licenseDavid2014-09-18
|
* Clean-upsDavid2014-06-05