Age | Commit message (Expand) | Author | Files | Lines |
2015-01-09 | Fix OSX integration. | David Robillard | 1 | -6/+6 |
2014-12-18 | Upgrade to waf 1.8.5. | David Robillard | 1 | -8/+8 |
2014-10-05 | Configure based on compiler target OS for cross-compilation. | David Robillard | 1 | -4/+4 |
2014-05-05 | Support Jack CV and OSC via metadata. | David Robillard | 1 | -1/+1 |
2014-04-28 | Patchage 1.0.0. | David Robillard | 1 | -2/+2 |
2014-04-26 | Hide Jack session management unless explicitly configured. | David Robillard | 1 | -4/+4 |
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 1 | -0/+6 |
2014-03-30 | StateManager => Configuration. | David Robillard | 1 | -1/+1 |
2013-12-25 | Load waf modules before everything else so CFLAGS and friends are correct (oo... | David Robillard | 1 | -1/+1 |
2013-12-25 | Tidy up configuration output. | David Robillard | 1 | -2/+2 |
2013-12-19 | FDGL: Improve flow-directed layout. | David Robillard | 1 | -1/+1 |
2013-06-09 | Fix compilation with --jack-dbus (#917). | David Robillard | 1 | -5/+1 |
2013-03-17 | Update copyright date. | David Robillard | 1 | -1/+1 |
2013-02-03 | Check for required boost headers. | David Robillard | 1 | -0/+2 |
2013-02-03 | Check for c++0x compiler flag before adding to environment. | David Robillard | 1 | -0/+2 |
2013-02-02 | Check for Jack 0.120.0 consistently across all packages (fix #773). | David Robillard | 1 | -5/+2 |
2013-01-20 | Use -std=c++0x instead of -std=c++11 for older compilers. | David Robillard | 1 | -1/+1 |
2013-01-11 | Bring Machina back into the fold (fix #844). | David Robillard | 1 | -0/+2 |
2012-08-08 | Clean up wscript files. | David Robillard | 1 | -26/+25 |
2012-08-03 | Use more portable defines instead of -D in CFLAGS. | David Robillard | 1 | -1/+1 |
2012-07-29 | Use modern waf build syntax everywhere. | David Robillard | 1 | -4/+4 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2011-12-09 | Remove GnomeCanvas dependency. | David Robillard | 1 | -2/+0 |
2011-12-06 | FlowCanvas's successor is hereby dubbed Ganv. | David Robillard | 1 | -2/+2 |
2011-11-29 | Remove libgnomecanvasmm dependency. | David Robillard | 1 | -2/+2 |
2011-11-26 | Use the more portable/correct lib instead of linkflags. | David Robillard | 1 | -2/+2 |
2011-11-26 | Mac integration. | David Robillard | 1 | -1/+10 |
2011-11-26 | Fix whitespace. | David Robillard | 1 | -1/+1 |
2011-11-25 | Remove Raul dependency. | David Robillard | 1 | -3/+1 |
2011-11-25 | Fix JACK checking so compilation works with old Jack (just without session su... | David Robillard | 1 | -8/+6 |
2011-11-25 | Add fontconfig configuration file to bundle. | David Robillard | 1 | -1/+1 |
2011-11-25 | Switch to GPLv3+. | David Robillard | 1 | -2/+3 |
2011-11-25 | Remove LASH stuff. | David Robillard | 1 | -18/+1 |
2011-09-27 | Load tools before autowaf.configure so e.g. --debug works correctly. | David Robillard | 1 | -2/+2 |
2011-07-25 | Build against new versioned flowcanvas library. | David Robillard | 1 | -2/+2 |
2011-07-07 | Upgrade to waf 1.6.6 | David Robillard | 1 | -2/+3 |
2011-05-25 | Fix building documentation as part of recursive build. | David Robillard | 1 | -3/+3 |
2011-05-23 | Apply patch from pgiblox in ticket #693 to add --no-jack-session to patchage ... | David Robillard | 1 | -1/+5 |
2011-05-20 | Preliminary Jack session support in Patchage (as a session manager). | David Robillard | 1 | -4/+8 |
2011-05-20 | Fix compilation with LASH support enabled. | David Robillard | 1 | -2/+2 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 1 | -6/+4 |
2011-05-20 | Remove spurious leading blank line | David Robillard | 1 | -1/+0 |
2011-05-16 | Align configuration output precisely per-project | David Robillard | 1 | -0/+2 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 1 | -186/+186 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -2/+2 |
2011-03-21 | Bump Raul dependency to 0.7.0 (fix ticket #662). | David Robillard | 1 | -1/+1 |
2011-03-16 | Font-based sizing (implement ticket #374). | David Robillard | 1 | -1/+1 |
2011-03-16 | Update for new waf/autowaf. | David Robillard | 1 | -3/+3 |
2011-03-15 | Remove autowaf external (broken intermediary revision). | David Robillard | 1 | -23/+26 |
2011-03-06 | Python 2/3: Use print('') instead of print() to print empty lines. | David Robillard | 1 | -1/+1 |