Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-18 | Switch to meson build system | David Robillard | 1 | -473/+0 | |
2022-07-17 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 1 | -0/+1 | |
2022-05-30 | Fix MacOS build | David Robillard | 1 | -6/+6 | |
I can't for the life of me figure out how to do this portably with C++ casts, since the native types are very different between platforms (pointer on MacOS, integer on X11). So, just give up and go back to C casts here. | |||||
2022-05-29 | Build Qt wrappers as C++11 which is now required | David Robillard | 1 | -0/+1 | |
2022-05-29 | Fix warnings on MacOS | David Robillard | 1 | -0/+3 | |
2022-05-26 | Suil 0.10.12v0.10.12 | David Robillard | 1 | -1/+1 | |
2022-05-26 | Only build Qt5 in Gtk3 wrapper if Gtk3 X11 support is available | David Robillard | 1 | -1/+1 | |
GtkSocket depends on X11. | |||||
2021-01-11 | Suppress C++ warnings in C header | David Robillard | 1 | -7/+0 | |
2021-01-11 | Suppress Gtk and Qt header warnings in code | David Robillard | 1 | -2/+0 | |
2021-01-11 | Remote Qt4 support | David Robillard | 1 | -53/+1 | |
2021-01-07 | Suil 0.10.10v0.10.10 | David Robillard | 1 | -1/+1 | |
2021-01-02 | Use SUIL_STATIC instead of SUIL_SHARED to control visibility | David Robillard | 1 | -15/+15 | |
For consistency, this seems to be the most common convention. | |||||
2021-01-01 | Remove the need for a generated configuration header | David Robillard | 1 | -18/+1 | |
Since some of these values were not actually configurable anyway, the redundant code in the wscript has been removed since the values are equivalent to the fallbacks defined in C. | |||||
2021-01-01 | Reduce compile-time configuration | David Robillard | 1 | -1/+0 | |
This is not necessary since the appropriate module is always the same and is searched for at runtime. If it failes to load, an error message with the missing module's name in it will be logged, which is more informative than the previous situation. | |||||
2020-12-24 | Fix header installation | David Robillard | 1 | -1/+1 | |
2020-12-21 | Generate documentation with Sphinx | David Robillard | 1 | -1/+5 | |
2020-12-21 | Move header to a conventional "include" directory | David Robillard | 1 | -18/+22 | |
2020-12-15 | Clean up includes | David Robillard | 1 | -1/+1 | |
2020-09-27 | Suil 0.10.8v0.10.8 | David Robillard | 1 | -1/+1 | |
2020-09-27 | Strengthen lint target | David Robillard | 1 | -14/+59 | |
2020-09-27 | Clean up wscript | David Robillard | 1 | -156/+158 | |
2020-09-27 | Add configure option to explicitly disable X11 support | David Robillard | 1 | -14/+21 | |
2020-09-27 | Suppress warnings in release builds | David Robillard | 1 | -0/+2 | |
2020-07-17 | Fix warnings on MacOS | David Robillard | 1 | -0/+2 | |
2020-07-17 | Fix Wunused-parameter warnings | David Robillard | 1 | -2/+0 | |
2020-07-17 | Fix Weffc++ warning | David Robillard | 1 | -3/+0 | |
2020-07-17 | Fix Wweak-vtables warning | David Robillard | 1 | -1/+0 | |
2020-07-17 | Fix implicit conversion warnings | David Robillard | 1 | -7/+0 | |
2020-07-17 | Remove useless cast | David Robillard | 1 | -1/+0 | |
2020-07-17 | Be explicit about warnings | David Robillard | 1 | -3/+55 | |
2020-04-26 | Implement size hints for X11 in Qt5 | David Robillard | 1 | -2/+5 | |
2020-01-06 | Fix compilation on MacOS older than 10.12 | David Robillard | 1 | -1/+1 | |
2019-12-07 | Fix building Qt5 with --no-cocoa flag | Guido Aulisi | 1 | -5/+7 | |
2019-11-10 | Suil 0.10.6v0.10.6 | David Robillard | 1 | -1/+1 | |
2019-11-10 | Remove old release targets | David Robillard | 1 | -21/+2 | |
2019-11-09 | Fix pkg-config dependencies | David Robillard | 1 | -1/+2 | |
2019-11-02 | Update autowaf | David Robillard | 1 | -0/+5 | |
2019-10-17 | Set Gtk as a system dependency to suppress warnings | David Robillard | 1 | -1/+5 | |
2019-10-17 | Update autowaf | David Robillard | 1 | -18/+22 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 1 | -23/+28 | |
2019-07-31 | Add no-cocoa configure flag | David Robillard | 1 | -3/+5 | |
This is a workaround for some weird systems that have Cocoa-related packages installed without the ability to actually build Cocoa code. | |||||
2019-06-06 | Suil 0.10.4v0.10.4 | David Robillard | 1 | -1/+1 | |
2019-06-06 | Exclude .gitmodules from distribution | David Robillard | 1 | -0/+4 | |
2019-06-06 | Add support for Qt5 in Gtk3 | David Robillard | 1 | -1/+17 | |
2019-06-05 | Fix SUIL_MODULE_DIR on Windows | David Robillard | 1 | -1/+1 | |
2019-05-05 | Fix Cocoa in Qt5 compilation | David Robillard | 1 | -2/+2 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 1 | -1/+1 | |
2019-04-21 | Update autowaf | David Robillard | 1 | -19/+17 | |
2019-04-14 | Use modern LV2 includes | David Robillard | 1 | -1/+1 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 1 | -5/+3 | |