Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More robust preprocessor switches | Aaron Marcher | 2018-03-21 | 1 | -1/+1 |
| | | | | | Replace #ifdef with #if defined() and #elif with #elif defined() as it should only test if it is defined or not. | ||||
* | Build Linux-only functions only on Linux | Aaron Marcher | 2018-03-18 | 1 | -0/+2 |
| | |||||
* | Move components into dedicated subdirectory | Laslo Hunhold | 2017-09-24 | 1 | -0/+13 |
This brings us a lot more tidiness. |