summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-12-13More test cases (plugin stuff): 69.3% coverageDavid Robillard2-21/+127
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1856 a436a847-0d15-0410-975c-d299462d15a1
2008-12-13More test cases (port and scale values): 58.5% coverageDavid Robillard1-0/+74
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1855 a436a847-0d15-0410-975c-d299462d15a1
2008-12-13Remove that whole "I love amgiguous scope and uninitialized variables" ↵David Robillard1-17/+9
ancient C style thing. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1854 a436a847-0d15-0410-975c-d299462d15a1
2008-12-13Better failed test reporting.David Robillard4-75/+80
Comment out some unused code. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1853 a436a847-0d15-0410-975c-d299462d15a1
2008-12-13Unit test code coverage report generation (via gcov/lcov).David Robillard4-12/+47
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1852 a436a847-0d15-0410-975c-d299462d15a1
2008-12-10Add preliminary test suite from kfoltman.David Robillard3-0/+503
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1849 a436a847-0d15-0410-975c-d299462d15a1
2008-12-10Fix crash in slv2_plugin_verify (fix ticket #291).David Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1848 a436a847-0d15-0410-975c-d299462d15a1
2008-12-03Fix slv2_value_as_string documentation.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1844 a436a847-0d15-0410-975c-d299462d15a1
2008-12-01Add larsl attribution for i18nDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1837 a436a847-0d15-0410-975c-d299462d15a1
2008-12-01Add working --no-jack configure option.David Robillard2-6/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1836 a436a847-0d15-0410-975c-d299462d15a1
2008-11-30Add --no-jack option.David Robillard1-2/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1833 a436a847-0d15-0410-975c-d299462d15a1
2008-11-29Upgrade to waf 1.5.0.David Robillard1-16/+15
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1823 a436a847-0d15-0410-975c-d299462d15a1
2008-11-27Fix feature detection.David Robillard3-3/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1799 a436a847-0d15-0410-975c-d299462d15a1
2008-11-15Add autowaf.py symlink.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1718 a436a847-0d15-0410-975c-d299462d15a1
2008-11-08Releasey bits.David Robillard2-22/+25
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1707 a436a847-0d15-0410-975c-d299462d15a1
2008-11-08Support i18n literals via LANG environment variable.David Robillard7-15/+114
Apply patch from larsl (ticket #186). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1705 a436a847-0d15-0410-975c-d299462d15a1
2008-11-01Fix gaps in memory management documentation.David Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1699 a436a847-0d15-0410-975c-d299462d15a1
2008-11-01Fix slv2_value_supports_event (patch from Nedko).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1698 a436a847-0d15-0410-975c-d299462d15a1
2008-10-20Actually use installation location variables for everything.David Robillard20-46/+48
Add ./waf configure --build which builds a (soon-to-be) relocatable independent bundle with all data/progs/libs in it (OSX bundle directory structure, should be possible to make a 'real' OSX bundle out of this...). Fix include paths to use "" and definitely build against local versions of libraries. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1689 a436a847-0d15-0410-975c-d299462d15a1
2008-10-19Install HTML and man page documentation according to configuration options.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1686 a436a847-0d15-0410-975c-d299462d15a1
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard1-2/+2
Fix optional parameters all over the palce because waf is retarded and sets failed check variables to ##some#stupid#name#like#this instead of false. Portability fixes (Ingen (except GUI) and all dependencies builds on OSX). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1681 a436a847-0d15-0410-975c-d299462d15a1
2008-10-18Don't attempt to build Jack clients if Jack isn't found.David Robillard1-7/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1678 a436a847-0d15-0410-975c-d299462d15a1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard17-49/+49
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1677 a436a847-0d15-0410-975c-d299462d15a1
2008-10-12Tolerate broken plugins.David Robillard1-7/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1667 a436a847-0d15-0410-975c-d299462d15a1
2008-10-11Run ldconfig after install for individual projects, as well as top level.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1647 a436a847-0d15-0410-975c-d299462d15a1
2008-10-04Fix slv2_plugin_get_supported_features.David Robillard2-2/+15
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1613 a436a847-0d15-0410-975c-d299462d15a1
2008-10-04Fix printing of properties with several values (remove spurious newlines and ↵David Robillard1-6/+6
align things correctly). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1612 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Update build documentation for waf.David Robillard1-0/+1
Symlink an INSTALL file for each project back to a single one in root. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1604 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Good riddance.David Robillard11-914/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1602 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard5-6/+5
Remove CONFIG_H_PATH define and replace with just "config.h" (define messed up dependency tracking). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1600 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts....David Robillard3-12/+7
Use SLV2_VERSION instead of PACKAGE_VERSION in slv2 code to play nice with others. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1598 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Lower redland dependency for slv2 standalone build.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1592 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Build SLV2 documentation.David Robillard2-2/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1591 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Build against local libraries with uselib_local instead of CFLAGS kludges.David Robillard1-1/+1
Fix parallel building (because waf knows about lib dependencies now). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1587 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out header printing...David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1583 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor more things into autowaf.David Robillard1-0/+7
Only call autowaf functions once no matter how many sub-projects call them (global counter, barf). Print pretty summary for everything with options, in order so you can see which project caused which check. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1581 a436a847-0d15-0410-975c-d299462d15a1
2008-10-01Library versioning.David Robillard1-1/+22
Work on documentation buildding. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1573 a436a847-0d15-0410-975c-d299462d15a1
2008-10-01Install SLV2 utilities with waf.David Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1568 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Move LV2 extension stuff to less horribly named directory.David Robillard3-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1562 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Install pkg-config file for lv2core.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1558 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Install pkg-config files for libraries.David Robillard1-6/+14
Ingen now successfully builds against Waf built/installed libraries. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1557 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Wafify ingen.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1548 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Bring lv2core in on the waf party.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1546 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Wafify SLV2.David Robillard3-74/+87
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1544 a436a847-0d15-0410-975c-d299462d15a1
2008-09-29Add slv2_instance_get_extension_data.David Robillard2-0/+20
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1536 a436a847-0d15-0410-975c-d299462d15a1
2008-09-29Add slv2_port_get_value.David Robillard3-0/+55
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1533 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Reorganize repository to allow tagging.David Robillard0-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1482 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Move debian -> debian-sid.David Robillard10-4/+10
git-svn-id: http://svn.drobilla.net/lad/slv2@1473 a436a847-0d15-0410-975c-d299462d15a1
2008-08-03Minor cleanups for easier seddability.David Robillard17-19/+19
git-svn-id: http://svn.drobilla.net/lad/slv2@1319 a436a847-0d15-0410-975c-d299462d15a1
2008-07-30Fix type passed to ScalePoints functions (actually just an opaque pointer, ↵David Robillard1-5/+5
aesthetic only). git-svn-id: http://svn.drobilla.net/lad/slv2@1316 a436a847-0d15-0410-975c-d299462d15a1