| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-09 | Reviewed config.h formatting | Ray | |
| Added raylib version to config | |||
| 2018-04-07 | CMake: Generate config.h from CMakeOptions.txt | Ahmad Fatoum | |
| I would have liked config.h to be selected by include dir configuration, but this way is less intrusive. | |||
| 2018-04-07 | Refactor all #define SUPPORT_* into a config.h | Ahmad Fatoum | |
| That way, a user needs only to touch a single file to configure what features raylib is built with. Include guards are left out intentionally, because config.h should only be included in source files, not headers. Later on, config.h can also define the raylib version (#461). | |||
