Age | Commit message (Expand) | Author | Files | Lines |
2011-11-06 | Don't link against -ldl on BSD. | David Robillard | 1 | -0/+2 |
2011-10-19 | Check for LV2 extensions via pkg-config (new style in LV2 SVN). | David Robillard | 1 | -2/+0 |
2011-09-29 | Add ability to build static library. | David Robillard | 1 | -10/+27 |
2011-09-29 | Bump sord dependency to 0.5.0. | David Robillard | 1 | -1/+1 |
2011-09-28 | Align configuration output | David Robillard | 1 | -1/+1 |
2011-09-28 | Remove glib dependency | David Robillard | 1 | -7/+4 |
2011-09-27 | Add lilv_plugin_write_description and lilv_plugin_write_manifest_entry. | David Robillard | 1 | -1/+1 |
2011-09-27 | Load tools before autowaf.configure so e.g. --debug works correctly. | David Robillard | 1 | -4/+5 |
2011-09-27 | Avoid adding -std=c99 to command line repeatedly. | David Robillard | 1 | -1/+1 |
2011-08-23 | Fix building with bindings | David Robillard | 1 | -0/+2 |
2011-08-20 | Obey prefix when installing bash completion script (fix #747) | David Robillard | 1 | -2/+2 |
2011-07-07 | Upgrade to waf 1.6.6 | David Robillard | 1 | -2/+3 |
2011-06-11 | Lilv 0.4.4 | David Robillard | 1 | -1/+1 |
2011-06-11 | Remove jv2jack | David Robillard | 1 | -41/+0 |
2011-06-01 | Fix lilv_ui_is_supported when Lilv is built independently. | David Robillard | 1 | -1/+1 |
2011-05-30 | Don't add soname/version to python module (suggestion from Alessio Treglia) | David Robillard | 1 | -1/+0 |
2011-05-30 | Fix building with --bindings (patch from Alessio Treglia) | David Robillard | 1 | -1/+1 |
2011-05-26 | Lilv 0.4.2 | David Robillard | 1 | -1/+3 |
2011-05-25 | Fix building documentation as part of recursive build. | David Robillard | 1 | -9/+17 |
2011-05-25 | Python portability (argh...) | David Robillard | 1 | -2/+2 |
2011-05-25 | Lilv 0.4.0 | David Robillard | 1 | -1/+1 |
2011-05-24 | Automatically fix up documentation on build | David Robillard | 1 | -0/+2 |
2011-05-18 | Update for new Sord API. | David Robillard | 1 | -3/+1 |
2011-05-16 | Align configuration output precisely per-project | David Robillard | 1 | -1/+1 |
2011-05-16 | Make dynamic manifest support optional for now (naspro git is broken). | David Robillard | 1 | -14/+14 |
2011-05-16 | Install man pages and strip LILV_API from lilv man page | David Robillard | 1 | -1/+8 |
2011-04-30 | Tidy. | David Robillard | 1 | -0/+4 |
2011-04-29 | value.c => node.c | David Robillard | 1 | -1/+1 |
2011-04-29 | Rename command line utilities to avoid clashing with slv2. | David Robillard | 1 | -5/+5 |
2011-04-29 | Rename files to match type names. | David Robillard | 1 | -2/+2 |
2011-04-28 | Rename slv2 to lilv. | David Robillard | 1 | -89/+70 |
2011-04-28 | More future-proof collection APIs. | David Robillard | 1 | -1/+1 |
2011-04-28 | Bump versions. | David Robillard | 1 | -1/+1 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 1 | -1/+1 |
2011-04-22 | Add Python waf options. | David Robillard | 1 | -0/+2 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 1 | -4/+6 |
2011-04-19 | Remove use of new (2.6) python exception syntax. | David Robillard | 1 | -1/+1 |
2011-03-28 | Implement variable expansion on Windows and use standard LV2_PATH | David Robillard | 1 | -1/+1 |
2011-03-28 | Fix Windows build | David Robillard | 1 | -6/+17 |
2011-03-27 | Update waf to use gnu_dirs tool and use dir vars more sanely. | David Robillard | 1 | -2/+3 |
2011-03-18 | Fix whitespace. | David Robillard | 1 | -234/+236 |
2011-03-17 | Add waf upload_docs. | David Robillard | 1 | -3/+6 |
2011-03-17 | Add waf fixdocs to strip decorators from doxygen documentation. | David Robillard | 1 | -6/+7 |
2011-03-17 | Improve documentation. | David Robillard | 1 | -0/+11 |
2011-03-15 | Remove autowaf external (broken intermediary revision). | David Robillard | 1 | -15/+14 |
2011-03-10 | Hide as many collection details as possible while keeping generic iterator / ... | David Robillard | 1 | -1/+1 |
2011-03-09 | New collections and iterator API. | David Robillard | 1 | -1/+0 |
2011-03-06 | Python 2/3: Use print('') instead of print() to print empty lines. | David Robillard | 1 | -2/+1 |
2011-03-03 | Fix Python3 compatibility. | David Robillard | 1 | -1/+1 |
2011-02-24 | Make Suil exclusively deal with instantiating (not choosing) UIs. | David Robillard | 1 | -3/+8 |