Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-27 | Make code build cleanly as C++ | David Robillard | 1 | -0/+3 | |
2021-05-24 | Separate stub backends from other backends | David Robillard | 1 | -6/+4 | |
Stub backends were a dependency of other backends to allow some code reuse. However, that can cause conflicting symbols if multiple backends are linked into the same binary, which should be possible. To avoid this, move the shared code into the platform implementation, and export those symbols so that backends can use them. This adds some semi-public platform-specific API that can only be used by backends included with pugl. They are undocumented, subject to change at any time without a corresponding version change, and may not be used by third parties (for example by custom backends in an application). | |||||
2021-05-24 | MacOS: Fix duplicate PuglStubView symbol | David Robillard | 1 | -1/+1 | |
2021-05-24 | Consistently refer to C++ as "cpp" and fix installation | David Robillard | 1 | -10/+16 | |
2021-03-10 | Fix warnings with VS2019 | David Robillard | 1 | -2/+4 | |
2021-01-10 | Fix configuration summary when documentation is disabled | David Robillard | 1 | -0/+2 | |
2021-01-10 | Bump version | David Robillard | 1 | -1/+1 | |
2021-01-10 | Show installation paths in configuration summary | David Robillard | 1 | -9/+18 | |
2021-01-09 | Use strict warnings on CI | David Robillard | 1 | -1/+3 | |
2021-01-09 | Supress windows warning about exceptions | David Robillard | 1 | -0/+1 | |
Shame to turn this off, but I don't know how to avoid it as MSVC apparently can't figure out that vkGetInstanceProcAddr is a C function that doesn't throw. | |||||
2021-01-08 | Switch to Meson | David Robillard | 1 | -0/+439 | |