summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-02-12Fix memory leaks.David Robillard3-0/+8
2009-02-12Factor out librdf_node -> SLV2Value marhshaling.David Robillard1-43/+46
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard21-757/+22
2009-01-21Add slv2_plugin_classes_free to public API (fix ticket #324).David Robillard10-34/+64
2008-12-28Fail configure checks when package version is too old (fix ticket #299).David Robillard1-3/+3
2008-12-21Change configuration header name to something less likely to conflict.David Robillard5-5/+5
2008-12-20Fix TEST_ASSERT macro trailing semicolon stuff.David Robillard1-10/+10
2008-12-16Trim include dependency tree.David Robillard1-0/+1
2008-12-15Fix (most) include dependencies and resulting broken build problems.David Robillard1-4/+5
2008-12-13Test querying for float values.David Robillard4-9/+22
2008-12-13Test (and fix) slv2_plugin_get_value_for_subject: 94.3% coverageDavid Robillard3-13/+24
2008-12-13Complete test coverage for UI stuff: 93.5% coverageDavid Robillard2-7/+109
2008-12-13Test author information stuff: 86.2% coverageDavid Robillard1-2/+22
2008-12-13Test port lookup by symbol using new value constructors: 83.4% coverage.David Robillard2-14/+7
2008-12-13Test successful and failed verification.David Robillard2-2/+25
2008-12-13Factor out common slv2_world_new code.David Robillard1-64/+30
2008-12-13More complete port.c testing: 80.8% coverage.David Robillard1-3/+46
2008-12-13Handle librdf failures (NULL values) and crazily typed values etc. more grace...David Robillard6-48/+46
2008-12-13Factor out "load plugin if necessary" concept.David Robillard5-19/+66
2008-12-13Add constructors slv2_value_new_int, slv2_value_new_float, slv2_value_new_str...David Robillard8-61/+147
2008-12-13Complete test coverage for plugin class stuff: 71.4% coverageDavid Robillard1-0/+46
2008-12-13More test cases (plugin stuff): 69.3% coverageDavid Robillard2-21/+127
2008-12-13More test cases (port and scale values): 58.5% coverageDavid Robillard1-0/+74
2008-12-13Remove that whole "I love amgiguous scope and uninitialized variables" ancien...David Robillard1-17/+9
2008-12-13Better failed test reporting.David Robillard4-75/+80
2008-12-13Unit test code coverage report generation (via gcov/lcov).David Robillard4-12/+47
2008-12-10Add preliminary test suite from kfoltman.David Robillard3-0/+503
2008-12-10Fix crash in slv2_plugin_verify (fix ticket #291).David Robillard1-2/+1
2008-12-03Fix slv2_value_as_string documentation.David Robillard1-1/+1
2008-12-01Add larsl attribution for i18nDavid Robillard1-1/+1
2008-12-01Add working --no-jack configure option.David Robillard2-6/+9
2008-11-30Add --no-jack option.David Robillard1-2/+6
2008-11-29Upgrade to waf 1.5.0.David Robillard1-16/+15
2008-11-27Fix feature detection.David Robillard3-3/+8
2008-11-15Add autowaf.py symlink.David Robillard1-0/+1
2008-11-08Releasey bits.David Robillard2-22/+25
2008-11-08Support i18n literals via LANG environment variable.David Robillard7-15/+114
2008-11-01Fix gaps in memory management documentation.David Robillard1-0/+4
2008-11-01Fix slv2_value_supports_event (patch from Nedko).David Robillard1-1/+1
2008-10-20Actually use installation location variables for everything.David Robillard20-46/+48
2008-10-19Install HTML and man page documentation according to configuration options.David Robillard1-1/+2
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard1-2/+2
2008-10-18Don't attempt to build Jack clients if Jack isn't found.David Robillard1-7/+8
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard17-49/+49
2008-10-12Tolerate broken plugins.David Robillard1-7/+8
2008-10-11Run ldconfig after install for individual projects, as well as top level.David Robillard1-0/+2
2008-10-04Fix slv2_plugin_get_supported_features.David Robillard2-2/+15
2008-10-04Fix printing of properties with several values (remove spurious newlines and ...David Robillard1-6/+6
2008-10-03Update build documentation for waf.David Robillard1-0/+1
2008-10-03Good riddance.David Robillard11-914/+0