Age | Commit message (Expand) | Author | Files | Lines |
2012-01-14 | Fix broken link to engine library in saved bundles (fix #806). | David Robillard | 1 | -1/+1 |
2011-12-07 | Fix saving. | David Robillard | 1 | -1/+2 |
2011-10-22 | Fix serialisation. | David Robillard | 1 | -23/+8 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -3/+3 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -1/+1 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 1 | -20/+0 |
2011-09-23 | Fix memory leaks and errors. | David Robillard | 1 | -0/+5 |
2011-09-06 | Report serialisation errors | David Robillard | 1 | -1/+5 |
2011-05-25 | Move sanitised serialisation headers to public include directory | David Robillard | 1 | -50/+117 |
2011-05-24 | Update for new Sord API | David Robillard | 1 | -1/+1 |
2011-05-18 | Update for new Serd and Sord APIs. | David Robillard | 1 | -2/+2 |
2011-05-13 | Apply 0001-Remove-unused-includes.patch from ticket #688, except with modific... | David Robillard | 1 | -0/+1 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -17/+17 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -1/+1 |
2011-04-19 | Partially fix HTTP. | David Robillard | 1 | -3/+2 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 1 | -24/+24 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 1 | -1/+1 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 1 | -6/+6 |
2011-02-19 | Partially working copy/paste. | David Robillard | 1 | -5/+1 |
2011-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 1 | -108/+104 |
2011-02-18 | Save (patch ingen:node subpatch) for subpatch nodes. | David Robillard | 1 | -0/+3 |
2011-02-16 | Save subpatches to recursive bundles. | David Robillard | 1 | -42/+50 |
2011-02-16 | Tidy up serialiser interface. | David Robillard | 1 | -53/+42 |
2011-02-16 | Sord::Resource => Sord::URI. | David Robillard | 1 | -172/+140 |
2011-02-16 | Tidy. | David Robillard | 1 | -51/+37 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 1 | -94/+82 |
2011-02-15 | Remove fuzzy lack of distinction between URIs and CURIEs. | David Robillard | 1 | -51/+122 |
2011-02-15 | Trim more redlandmm API. | David Robillard | 1 | -5/+2 |
2010-12-17 | Take RDF serialisation language as a parameter (rather than hardcoded "turtle"). | David Robillard | 1 | -2/+2 |
2010-12-17 | Simplify blank node ID stuff (and remove circular dependency of World and Node). | David Robillard | 1 | -1/+1 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 1 | -16/+39 |
2010-03-05 | Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ... | David Robillard | 1 | -2/+3 |
2010-02-25 | Work on contexts and polymorphic ports. | David Robillard | 1 | -5/+9 |
2010-02-25 | Store patch connections in a map using a lexicographic <Port*,Port*> key for | David Robillard | 1 | -1/+1 |
2010-02-21 | Remove accidental absolute include (fix ticket #484). | David Robillard | 1 | -3/+0 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 1 | -0/+3 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 1 | -0/+2 |
2010-02-10 | Don't double-serialise port values. | David Robillard | 1 | -4/+0 |
2010-02-04 | Use full URIs where necessary (fix lost properties bugs). | David Robillard | 1 | -4/+4 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 1 | -8/+8 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -7/+8 |
2010-01-29 | Improved/quicker/easier handling of control port ranges. | David Robillard | 1 | -12/+16 |
2010-01-06 | Do all logging output via Raul streams. | David Robillard | 1 | -7/+9 |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 1 | -1/+1 |
2009-12-30 | Fix serialisation of subpatches. | David Robillard | 1 | -6/+6 |
2009-12-03 | Clean up interface headers. | David Robillard | 1 | -1/+1 |