Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Clean up include paths | David Robillard | 1 | -0/+2 | |
Removes the source directory from the include path flags passed to the compiler, so that quoted includes always refer to files relative to the one they're in, and angled includes never refer to anything in the source tree. This fixes potential clashes between the name of headers here and on the system. | |||||
2024-11-24 | Use angle brackets for library includes | David Robillard | 1 | -2/+3 | |
2024-11-24 | Move general model query functions to a separate file | David Robillard | 1 | -0/+53 | |