Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-10 | Support rdfs:label for port groups | David Robillard | 2 | -1/+8 | |
2019-11-03 | Use screen refresh rate with Gtk3 and Qt5 | David Robillard | 9 | -3/+47 | |
2019-11-03 | Fix crash with Qt | David Robillard | 3 | -9/+9 | |
Qt requires that the argc and argv pointers passed to QApplication are valid for the lifetime of the application. | |||||
2019-10-17 | Avoid deprecated QFontMetrics::width | David Robillard | 1 | -2/+13 | |
2019-10-17 | Replace use of deprecated qSort | David Robillard | 1 | -1/+1 | |
2019-10-17 | Avoid deprecation warnings in the Gtk headers themselves | David Robillard | 2 | -17/+8 | |
Honestly... | |||||
2019-10-17 | Make jalv_update return int | David Robillard | 2 | -4/+4 | |
This avoids some warnings about conversion between incompatible function pointer types. | |||||
2019-10-17 | Clean up includes | David Robillard | 16 | -85/+78 | |
2019-10-17 | Update autowaf | David Robillard | 2 | -55/+49 | |
2019-10-17 | Fix check for POSIX functions | David Robillard | 1 | -1/+1 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 1 | -2/+1 | |
2019-06-06 | Jalv 1.6.2v1.6.2 | David Robillard | 2 | -3/+3 | |
2019-06-06 | Remove stale .gitattributes | David Robillard | 1 | -1/+0 | |
2019-06-06 | Fix post generation | David Robillard | 1 | -1/+1 | |
2019-06-06 | Exclude .gitmodules from distribution | David Robillard | 1 | -0/+4 | |
2019-06-06 | Update autowaf | David Robillard | 1 | -0/+0 | |
2019-06-06 | Update copyright date | David Robillard | 1 | -1/+1 | |
2019-06-06 | Update dependency versions | David Robillard | 1 | -3/+3 | |
2019-05-04 | Fix incorrect type for sample rate option | David Robillard | 3 | -6/+6 | |
2019-04-21 | Use modern LV2 includes | David Robillard | 8 | -32/+32 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 186 | -41939/+10 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 47 | -444/+873 | |
2019-03-17 | Squashed 'waflib/' changes from 915dcb1..e7a29b6 | David Robillard | 46 | -438/+871 | |
e7a29b6 Upgrade to waf 2.0.15 8280f9d Add command for running executables from the build directory 8073c1a Make make_simple_dox() safe in case of exception 70d03b8 Avoid use of global counter hacks for configuration display b7d689a Rewrite test framework 94deadf Automatically add options and move add_flags() to options context f4259ee Reduce system include path noise 927b608 Automatically display configuration header c44b8f3 Set line justification from a constant in the wscript a48e26f Automatically detect if wscript has a test hook ef66724 Save runtime variables in the environment 63bcbcd Clean up TestContext b1d9505 Add ExecutionContext for setting runtime environment 387c1df Add show_diff() and test_file_equals() utilities 29d4d29 Fix in-tree library paths 9fde01f Add custom configuration context 6d3612f Add lib_path_name constant git-subtree-dir: waflib git-subtree-split: e7a29b6b9b2f842314244c23c14d8f8f560904e1 | |||||
2019-01-12 | Update autowaf | David Robillard | 1 | -15/+39 | |
2019-01-12 | Squashed 'waflib/' changes from 5ea8f99..915dcb1 | David Robillard | 1 | -15/+39 | |
915dcb1 Report test time correctly 26f0a2b Remove redundant verbose-tests option fc35c2c Fix MSVC CFLAGS git-subtree-dir: waflib git-subtree-split: 915dcb1778a592ef54a6b7e14fa8a6bd1ca3376c | |||||
2018-12-27 | Remove unused jalv_ui_resize() | David Robillard | 4 | -36/+0 | |
This function was added many years ago to support the UI resize feature, but has been dead code for a long time and nobody seems to have noticed, so it can't be that important. | |||||
2018-12-27 | Remove garbage element from features array | David Robillard | 1 | -1/+0 | |
2018-11-24 | Squashed 'waflib/' changes from 3e43d09..5ea8f99 | David Robillard | 1 | -25/+45 | |
5ea8f99 Improve test output spacing 0e23b29 Raise exception when test suite fails to ensure non-zero exit status d6de073 Show run time of unit tests 5b65554 Add short configure option for ultra-strict flags 4687ba6 Use gtest-like test output 258903d Fix failure count in test group summaries da07e73 Fix verbose tests with Python 3 6e726eb Add support for suppressing warnings from system libraries git-subtree-dir: waflib git-subtree-split: 5ea8f99f6e1246079c1fe6bb590c38a53aadd40d | |||||
2018-11-24 | Merge commit '1c5d1c8712500cf4ad5f286f5e2cfcc55292ca7e' | David Robillard | 1 | -25/+45 | |
2018-11-10 | Free LilvNodes when no longer required | Timo Wischer | 2 | -0/+17 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-11-10 | Use distinct error codes for all cases in jalv_open | David Robillard | 1 | -3/+3 | |
2018-11-10 | Add support for running as an internal Jack client | Timo Wischer | 3 | -6/+101 | |
2018-11-10 | Move features to Jalv struct | Timo Wischer | 3 | -78/+124 | |
2018-11-10 | Remove unnecessary preallocation | David Robillard | 1 | -3/+0 | |
2018-11-10 | Move exit semaphore to Jalv struct | David Robillard | 7 | -20/+22 | |
2018-11-10 | Clean up properly after failing to open | David Robillard | 2 | -4/+17 | |
2018-11-10 | Factor out signal setup | David Robillard | 1 | -12/+18 | |
2018-11-10 | Separate the bulk of main code into jalv_open() and jalv_close() | David Robillard | 2 | -11/+32 | |
2018-11-10 | Separate Jack client creation from backend initialisation | David Robillard | 1 | -2/+12 | |
2018-09-27 | Split jalv_main() from main() | David Robillard | 1 | -224/+230 | |
This is just an interim commit to make the syntactic change of jalv becoming a pointer in isolation from the upcoming changes that require this. | |||||
2018-09-27 | Return distinct error codes for different error conditions | David Robillard | 1 | -8/+10 | |
2018-09-25 | Remove unused field | David Robillard | 1 | -1/+0 | |
2018-09-24 | Fix some unnecessary const casts | David Robillard | 3 | -5/+5 | |
2018-09-24 | Fix unused parameter warnings | Timo Wischer | 9 | -34/+44 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-09-23 | Remove support for deprecated event and uri-map extensions | David Robillard | 9 | -211/+55 | |
2018-09-22 | Document command syntax in man page | David Robillard | 2 | -1/+15 | |
2018-09-22 | Add commands to set and list presets | David Robillard | 1 | -0/+20 | |
2018-09-22 | Add commands to print control values | David Robillard | 1 | -0/+21 | |
2018-09-22 | Add command to set control values by port index | David Robillard | 1 | -4/+13 | |
2018-09-22 | Move control printing function to shared internal header | David Robillard | 3 | -10/+10 | |