summaryrefslogtreecommitdiffstats
path: root/meson
AgeCommit message (Collapse)AuthorFilesLines
2023-02-04Fix clang build on WindowsDavid Robillard1-0/+7
2023-01-14Fix and simplify library naming on WindowsDavid Robillard1-31/+0
2022-10-23Add filesystem APIDavid Robillard1-0/+2
2022-10-23Split up platform sourcesDavid Robillard1-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-18Use 0BSD for trivial "public domain intent" thingsDavid Robillard3-3/+3
2022-07-13Suppress new warnings in clang and clang-tidy 14David Robillard1-0/+1
2022-06-28Fix build as C with MSVCDavid Robillard1-0/+1
2022-06-28Clean up build configurationDavid Robillard1-1/+0
2022-06-28Add support for building Wasm with emscriptenDavid Robillard1-1/+6
2022-06-28Clean up meson configurationDavid Robillard3-0/+278