Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-10 | Fix passing NaN to control ports with no default value | David Robillard | 1 | -3/+10 | |
2019-10-17 | Add missing copy constructor | David Robillard | 1 | -0/+2 | |
2019-10-17 | Remove redundant move call | David Robillard | 1 | -1/+1 | |
2019-10-17 | Fix ingenish with Python 3 | David Robillard | 2 | -2/+3 | |
2019-10-17 | Update autowaf | David Robillard | 3 | -62/+61 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 2 | -16/+11 | |
2019-10-08 | Raise existing plugin UI windows if double-clicked again | David Robillard | 1 | -2/+2 | |
2019-04-21 | Don't build client library if libsigc++ is not available | David Robillard | 1 | -1/+3 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 190 | -41951/+25 | |
2019-04-13 | Clean up symbol table | David Robillard | 8 | -16/+26 | |
2019-04-13 | Remove glib dependency from libingen | David Robillard | 1 | -2/+2 | |
2019-04-13 | Don't depend on system-installed libingen | David Robillard | 1 | -2/+2 | |
2019-03-28 | Fix search for ingen_gui.ui | David Robillard | 2 | -3/+2 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 49 | -492/+904 | |
2019-03-17 | Squashed 'waflib/' changes from 915dcb17..e7a29b6b | David Robillard | 46 | -438/+871 | |
e7a29b6b Upgrade to waf 2.0.15 8280f9de Add command for running executables from the build directory 8073c1ad Make make_simple_dox() safe in case of exception 70d03b82 Avoid use of global counter hacks for configuration display b7d689a4 Rewrite test framework 94deadf0 Automatically add options and move add_flags() to options context f4259ee4 Reduce system include path noise 927b6082 Automatically display configuration header c44b8f3b Set line justification from a constant in the wscript a48e26fd Automatically detect if wscript has a test hook ef66724d Save runtime variables in the environment 63bcbcd3 Clean up TestContext b1d95050 Add ExecutionContext for setting runtime environment 387c1dfa Add show_diff() and test_file_equals() utilities 29d4d293 Fix in-tree library paths 9fde01f4 Add custom configuration context 6d3612fd Add lib_path_name constant git-subtree-dir: waflib git-subtree-split: e7a29b6b9b2f842314244c23c14d8f8f560904e1 | |||||
2019-03-16 | Improve input path handling | David Robillard | 1 | -12/+20 | |
2019-03-16 | Use search path facilities to find modules | David Robillard | 3 | -47/+31 | |
2019-03-16 | Properly support XDG_DATA_HOME and XDG_DATA_DIRS | David Robillard | 2 | -16/+78 | |
2019-03-09 | Clean up AtomForge | David Robillard | 7 | -158/+152 | |
2019-03-09 | Make start_to_file() take a FilePath for type safety | David Robillard | 5 | -6/+8 | |
2019-03-09 | Make Tee preserve interface order and act as a facade for the first | David Robillard | 1 | -4/+4 | |
2019-03-09 | Fix misleading connect window label | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 248 | -1265/+1743 | |
2019-03-09 | Remove clearlooks from style configuration | David Robillard | 1 | -5/+0 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 36 | -231/+271 | |
2019-03-09 | Use smart pointers over manual memory management | David Robillard | 22 | -169/+132 | |
2019-03-08 | Add make_shared and make_unique utilities | David Robillard | 1 | -0/+14 | |
2019-03-08 | Use smart pointers to manage World in programs | David Robillard | 3 | -9/+7 | |
2019-03-08 | Use smart pointers to handle FILE streams | David Robillard | 3 | -12/+15 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 68 | -478/+472 | |
2019-03-08 | Make parser take mandatory arguments by reference | David Robillard | 9 | -106/+106 | |
2019-02-24 | Require LV2 1.16.0 | David Robillard | 1 | -1/+1 | |
2019-01-12 | Squashed 'waflib/' changes from 5ea8f99f..915dcb17 | David Robillard | 1 | -15/+39 | |
915dcb17 Report test time correctly 26f0a2b9 Remove redundant verbose-tests option fc35c2ce Fix MSVC CFLAGS git-subtree-dir: waflib git-subtree-split: 915dcb1778a592ef54a6b7e14fa8a6bd1ca3376c | |||||
2019-01-12 | Update autowaf | David Robillard | 1 | -15/+39 | |
2019-01-09 | Remove debug noise | David Robillard | 1 | -2/+0 | |
2019-01-09 | Fix SocketWriter bundle delimiters | David Robillard | 2 | -13/+17 | |
In particular, this fixes ingenish. The old solution here was broken by changing to a single message() function since bundle_end() was no longer virtual. | |||||
2018-11-24 | Squashed 'waflib/' changes from 6e726eb1..5ea8f99f | David Robillard | 531 | -63439/+60 | |
5ea8f99f Improve test output spacing 0e23b29f Raise exception when test suite fails to ensure non-zero exit status d6de073b Show run time of unit tests 5b655541 Add short configure option for ultra-strict flags 4687ba6d Use gtest-like test output 258903d9 Fix failure count in test group summaries da07e738 Fix verbose tests with Python 3 git-subtree-dir: waflib git-subtree-split: 5ea8f99f6e1246079c1fe6bb590c38a53aadd40d | |||||
2018-11-24 | Merge commit 'a7d83f19b08eb4c6f79a82fe60c2b86db13f4420' | David Robillard | 1 | -25/+35 | |
2018-09-30 | Update empty test bundle | David Robillard | 2 | -5/+3 | |
2018-09-30 | Fix order of test failure diffs | David Robillard | 1 | -4/+4 | |
2018-09-29 | Use nullptr | David Robillard | 22 | -39/+46 | |
2018-09-23 | Clean up property parsing | David Robillard | 1 | -48/+30 | |
2018-09-23 | Parse overridden properties with a single PUT | David Robillard | 1 | -4/+10 | |
2018-09-23 | Fix copy/paste of ports | David Robillard | 4 | -6/+78 | |
2018-09-23 | Allow context to be passed for serialisation | David Robillard | 2 | -5/+6 | |
2018-09-23 | Enforce that arc buffer can only be accessed in run context | David Robillard | 3 | -6/+6 | |
2018-09-23 | Instantiate duplicated internals with correct parent graph | David Robillard | 1 | -1/+1 | |
2018-09-23 | Use override specifiers | David Robillard | 67 | -295/+304 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 269 | -1493/+1493 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 59 | -105/+105 | |