Age | Commit message (Expand) | Author | Files | Lines |
2010-06-04 | Add LV2CORE and REDLAND flags to unit test compilation. | David Robillard | 1 | -1/+2 |
2010-06-01 | Clean up configuration output. | David Robillard | 1 | -1/+0 |
2010-03-12 | Make default LV2_PATH a configure-time option (supporting ~ and glob expansion). | David Robillard | 1 | -1/+14 |
2010-03-05 | Hide symbols by default and explicitly export API (clean ABI). | David Robillard | 1 | -1/+1 |
2010-03-05 | Parse all files with correct base URI. | David Robillard | 1 | -2/+3 |
2010-02-01 | Build unit tests against local library version/headers, even if installed. | David Robillard | 1 | -1/+1 |
2010-01-07 | Support `./waf test' from top level. | David Robillard | 1 | -1/+1 |
2010-01-07 | Move unit testing and coverage framework into autowaf. | David Robillard | 1 | -5/+20 |
2009-12-30 | Print configuration header before running configure checks. | David Robillard | 1 | -1/+1 |
2009-12-05 | Don't check for lv2core version. | David Robillard | 1 | -1/+1 |
2009-11-18 | Link against -ldl (ticket #440). | David Robillard | 1 | -0/+1 |
2009-11-08 | Remove accidentally committed lv2_test from slv2 wscript. | David Robillard | 1 | -1/+0 |
2009-11-07 | Delete plugins, move core package to lv2 directory and generate docs for it. | David Robillard | 1 | -0/+1 |
2009-10-13 | Bash completion support for SLV2 utilities from Lars Luthman. | David Robillard | 1 | -0/+8 |
2009-07-22 | Remove no longer necessary autowaf.check_tool. | David Robillard | 1 | -1/+1 |
2009-07-07 | Fix compilation issues. | David Robillard | 1 | -0/+1 |
2009-07-05 | Use 'standard' bundle paths for #include directives. | David Robillard | 1 | -2/+2 |
2009-06-16 | Remove lv2_simple_jack_host (was never useful anyway, just a crippled lv2_jac... | David Robillard | 1 | -1/+0 |
2009-05-30 | Partial implementation of lv2 dynamic manifest extension (configure --dyn-man... | David Robillard | 1 | -0/+4 |
2009-05-26 | Release SLV2 0.6.6. | David Robillard | 1 | -1/+2 |
2009-05-04 | Strip trailing whitespace from waf scripts. | David Robillard | 1 | -7/+7 |
2009-05-04 | Add man pages for included utilities. | David Robillard | 1 | -0/+1 |
2009-05-03 | Update waf configuration header for new waf scheme (in 1.5.6). | David Robillard | 1 | -1/+1 |
2009-04-17 | Update doxygen stuff for new waf (and new doxygen). | David Robillard | 1 | -0/+1 |
2009-03-30 | Fix memory leaks. | David Robillard | 1 | -1/+1 |
2009-02-14 | Bump version. | David Robillard | 1 | -1/+1 |
2009-02-14 | New generic query API. | David Robillard | 1 | -1/+1 |
2009-02-12 | Merge various collections into single files, reduce rampant code duplication. | David Robillard | 1 | -4/+1 |
2009-01-21 | Add slv2_plugin_classes_free to public API (fix ticket #324). | David Robillard | 1 | -2/+1 |
2008-12-28 | Fail configure checks when package version is too old (fix ticket #299). | David Robillard | 1 | -3/+3 |
2008-12-21 | Change configuration header name to something less likely to conflict. | David Robillard | 1 | -1/+1 |
2008-12-15 | Fix (most) include dependencies and resulting broken build problems. | David Robillard | 1 | -4/+5 |
2008-12-13 | Add constructors slv2_value_new_int, slv2_value_new_float, slv2_value_new_str... | David Robillard | 1 | -2/+3 |
2008-12-13 | Unit test code coverage report generation (via gcov/lcov). | David Robillard | 1 | -3/+19 |
2008-12-10 | Add preliminary test suite from kfoltman. | David Robillard | 1 | -0/+3 |
2008-12-01 | Add working --no-jack configure option. | David Robillard | 1 | -5/+7 |
2008-11-30 | Add --no-jack option. | David Robillard | 1 | -2/+6 |
2008-11-29 | Upgrade to waf 1.5.0. | David Robillard | 1 | -16/+15 |
2008-11-27 | Fix feature detection. | David Robillard | 1 | -2/+2 |
2008-11-08 | Support i18n literals via LANG environment variable. | David Robillard | 1 | -1/+2 |
2008-10-20 | Actually use installation location variables for everything. | David Robillard | 1 | -2/+4 |
2008-10-19 | Install HTML and man page documentation according to configuration options. | David Robillard | 1 | -1/+2 |
2008-10-18 | Lower glib/glibmm dependency to 2.14. | David Robillard | 1 | -2/+2 |
2008-10-18 | Don't attempt to build Jack clients if Jack isn't found. | David Robillard | 1 | -7/+8 |
2008-10-11 | Run ldconfig after install for individual projects, as well as top level. | David Robillard | 1 | -0/+2 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 1 | -2/+1 |
2008-10-02 | Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts.... | David Robillard | 1 | -10/+5 |
2008-10-02 | Lower redland dependency for slv2 standalone build. | David Robillard | 1 | -1/+1 |
2008-10-02 | Build SLV2 documentation. | David Robillard | 1 | -0/+5 |
2008-10-02 | Build against local libraries with uselib_local instead of CFLAGS kludges. | David Robillard | 1 | -1/+1 |