Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-04 | Fix clang build on Windows | David Robillard | 1 | -0/+7 | |
2023-01-14 | Fix and simplify library naming on Windows | David Robillard | 1 | -31/+0 | |
2022-10-23 | Add filesystem API | David Robillard | 1 | -0/+2 | |
2022-10-23 | Split up platform sources | David Robillard | 1 | -0/+1 | |
This puts more onus on the build system to do things properly, but it's still easy enough to build, even manually: all the files in the appropriate system subdirectory just need to be included in the build. Otherwise, the several nested levels of preprocessor conditionals get confusing, and clang-format doesn't format code properly. | |||||
2022-10-18 | Use 0BSD for trivial "public domain intent" things | David Robillard | 3 | -3/+3 | |
2022-07-13 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 1 | -0/+1 | |
2022-06-28 | Fix build as C with MSVC | David Robillard | 1 | -0/+1 | |
2022-06-28 | Clean up build configuration | David Robillard | 1 | -1/+0 | |
2022-06-28 | Add support for building Wasm with emscripten | David Robillard | 1 | -1/+6 | |
2022-06-28 | Clean up meson configuration | David Robillard | 3 | -0/+278 | |