Age | Commit message (Expand) | Author | Files | Lines |
2010-10-27 | Update for new Atom extension. | David Robillard | 1 | -1/+0 |
2010-10-18 | Implement URI unmap extension and use it to serialise JSON dictionary keys. | David Robillard | 1 | -0/+1 |
2010-10-17 | Support current versions of LV2 atom, atom-port, and context extensions. | David Robillard | 1 | -1/+3 |
2010-09-22 | Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext. | David Robillard | 1 | -3/+3 |
2010-09-04 | My name is David. :) | David Robillard | 5 | -5/+5 |
2010-04-02 | Fix crashes on exit. | David Robillard | 1 | -0/+5 |
2010-03-10 | Trim unnecessary includes. | David Robillard | 1 | -9/+1 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 4 | -71/+182 |
2010-02-23 | Fix various code issues discovered by cppcheck. | David Robillard | 1 | -1/+1 |
2010-02-03 | Consistent message style. | David Robillard | 1 | -3/+3 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 2 | -1/+11 |
2010-02-01 | Use consistent and more globally unique inclusion guards. | David Robillard | 3 | -9/+9 |
2010-01-07 | Add missing base class virtual destructor stubs. | David Robillard | 1 | -1/+2 |
2010-01-07 | Tidy. | David Robillard | 1 | -2/+2 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -10/+13 |
2009-12-30 | Fail gracefully if module fails to load. | David Robillard | 1 | -1/+1 |
2009-12-22 | Fix compilation. | David Robillard | 2 | -8/+16 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 6 | -43/+123 |
2009-12-18 | Install headers. | David Robillard | 1 | -0/+3 |
2009-06-03 | Organize ingen_module like other modules. | David Robillard | 3 | -2/+2 |
2009-06-03 | Update bindings. | David Robillard | 2 | -19/+15 |
2009-05-13 | Update copyright dates. | David Robillard | 5 | -5/+5 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 5 | -16/+16 |
2009-05-13 | Remove 'using' declarations from headers. | David Robillard | 1 | -7/+5 |
2009-05-03 | Update waf configuration header for new waf scheme (in 1.5.6). | David Robillard | 4 | -4/+4 |
2008-12-21 | Change configuration header name to something less likely to conflict. | David Robillard | 3 | -3/+3 |
2008-12-16 | Trim include dependency tree. | David Robillard | 1 | -1/+1 |
2008-12-15 | Fix (most) include dependencies and resulting broken build problems. | David Robillard | 1 | -0/+1 |
2008-11-29 | Upgrade to waf 1.5.0. | David Robillard | 1 | -3/+2 |
2008-11-17 | Tidy up console output. | David Robillard | 1 | -4/+4 |
2008-10-20 | Make Ingen and Patchage relocatable binaries when built as a bundle. | David Robillard | 1 | -1/+2 |
2008-10-20 | Actually use installation location variables for everything. | David Robillard | 2 | -5/+2 |
2008-10-19 | Make ingen actually run again :) | David Robillard | 1 | -2/+0 |
2008-10-18 | Lower glib/glibmm dependency to 2.14. | David Robillard | 1 | -5/+6 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 4 | -6/+6 |
2008-10-06 | Specify absolute include paths to fix waf dependency tracking. | David Robillard | 1 | -1/+1 |
2008-10-03 | Good riddance. | David Robillard | 1 | -22/+0 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 2 | -2/+2 |
2008-10-02 | Fix loading plugins with garbage extension_data pointers (tsk tsk, swh). | David Robillard | 1 | -1/+1 |
2008-10-02 | Build against local libraries with uselib_local instead of CFLAGS kludges. | David Robillard | 1 | -1/+2 |
2008-10-01 | Fix compilation. | David Robillard | 1 | -1/+1 |
2008-09-30 | Install modules (mostly) the same place as autohell. | David Robillard | 1 | -3/+2 |
2008-09-30 | Working ingen when built/installed via waf. | David Robillard | 2 | -3/+8 |
2008-09-30 | Fix building (both autohell and waf) with simpler ingen tree layout. | David Robillard | 1 | -1/+1 |
2008-09-30 | Flatten ingen source directory heirarchy a bit. | David Robillard | 7 | -0/+349 |