Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid duplicate definition of global default variables | fooxax | 2020-12-13 |
| | | | | | | | | With GCC 10 several things got changed. One of the things is the -fno-common default which prevented the code to link cause of multiple definition issues. Declared the variables extern and defined them in c-file to avoid the linker error. Details can be found here: https://gcc.gnu.org/gcc-10/porting_to.html | ||
* | Move license to central file, add acknowledgement to trayfreq | David Phillips | 2016-08-25 |
| | |||
* | Changed header include policy to increase build time | David Phillips | 2015-09-09 |
| | |||
* | Replace asprintf calls with snprintf | David Phillips | 2015-09-01 |
| | |||
* | Enforced staticness | David Phillips | 2015-09-01 |
| | |||
* | Removed declarations which were already in defaults.h | David | 2014-12-06 |
| | |||
* | Code tidy | David | 2014-09-28 |
| | |||
* | Naughty Phillid, underscore-prefixed variable names are bad! | David | 2014-09-27 |
| | |||
* | Capitalisation fix in licence | David | 2014-09-27 |
| | |||
* | Changed program name in license | David | 2014-09-18 |
| | |||
* | Share dir fix | David | 2014-09-18 |
| | |||
* | Moved from sprintf to asprintf | David | 2014-07-25 |
| | |||
* | Clean-ups | David | 2014-06-05 |