summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-11-16Cast glib operations to compile on annoying platforms.David Robillard2-20/+21
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1732 a436a847-0d15-0410-975c-d299462d15a1
2008-11-15Stubs for HTTP streaming.David Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1719 a436a847-0d15-0410-975c-d299462d15a1
2008-11-15Add symlinks to autowaf.py to projects so it gets included in distributions ↵David Robillard1-0/+1
(oops). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1717 a436a847-0d15-0410-975c-d299462d15a1
2008-11-10Fix Plugin name/symbol shadowing stuff that broke plugin loading (fix ticket ↵David Robillard1-1/+1
#256). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1714 a436a847-0d15-0410-975c-d299462d15a1
2008-11-09Add concept of 'Resource' and make plugins a resource (as well as graph ↵David Robillard1-2/+10
objects). Get rid of crufty imperative Plugin API. Loading of plugin data from engine over HTTP. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1713 a436a847-0d15-0410-975c-d299462d15a1
2008-11-09Fix out of date comment.David Robillard1-8/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1710 a436a847-0d15-0410-975c-d299462d15a1
2008-10-20Actually use installation location variables for everything.David Robillard20-37/+36
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/raul@1689 a436a847-0d15-0410-975c-d299462d15a1
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard2-5/+11
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/raul@1681 a436a847-0d15-0410-975c-d299462d15a1
2008-10-18Pretty!David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1680 a436a847-0d15-0410-975c-d299462d15a1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard10-13/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1677 a436a847-0d15-0410-975c-d299462d15a1
2008-10-14Aaaaaaaaaaaaaaand more guesswork.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1674 a436a847-0d15-0410-975c-d299462d15a1
2008-10-14More *&%*&%@ guesswork.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1673 a436a847-0d15-0410-975c-d299462d15a1
2008-10-14Yet another attempted fix for weird anal compilers of mysterious pedantry...David Robillard2-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1672 a436a847-0d15-0410-975c-d299462d15a1
2008-10-14Fix const correctness of Atomic* (g_atomic_int_get takes a non-const pointer ↵David Robillard2-2/+2
for some stupid reason). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1671 a436a847-0d15-0410-975c-d299462d15a1
2008-10-12Remove unnecessary include.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1652 a436a847-0d15-0410-975c-d299462d15a1
2008-10-11Run ldconfig after install for individual projects, as well as top level.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1647 a436a847-0d15-0410-975c-d299462d15a1
2008-10-11Properly identify (and normalize) symbols that start with a number (illegal ↵David Robillard1-5/+12
in C and LV2, among other things). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1644 a436a847-0d15-0410-975c-d299462d15a1
2008-10-11Check for compiler_cc in raul.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1641 a436a847-0d15-0410-975c-d299462d15a1
2008-10-06Specify absolute include paths to fix waf dependency tracking.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1626 a436a847-0d15-0410-975c-d299462d15a1
2008-10-06Add front() method ala std::list.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1621 a436a847-0d15-0410-975c-d299462d15a1
2008-10-04Remove Jack dependency from debian packaging.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1611 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/raul@1604 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Good riddance.David Robillard8-374/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1602 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
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/raul@1600 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Remove config header include directives in system installed headers (oops).David Robillard2-4/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1599 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts....David Robillard1-8/+3
Use SLV2_VERSION instead of PACKAGE_VERSION in slv2 code to play nice with others. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1598 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Remove JACK dependence from RAUL.David Robillard4-378/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1596 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out header printing...David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1583 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor more things into autowaf.David Robillard1-1/+8
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/raul@1581 a436a847-0d15-0410-975c-d299462d15a1
2008-10-01Library versioning.David Robillard2-3/+18
Work on documentation buildding. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1573 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Build RAUL against JACK if possible.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1566 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Move LV2 extension stuff to less horribly named directory.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1562 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Install pkg-config files for libraries.David Robillard1-5/+14
Ingen now successfully builds against Waf built/installed libraries. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1557 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Wafify ingen.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1548 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Wafify SLV2.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1544 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Even more waf (only check for any given package once, even with recursive ↵David Robillard2-0/+70
invocation). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1543 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Add symlinks to top level waf for individual project building.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1542 a436a847-0d15-0410-975c-d299462d15a1
2008-09-29 * Context extension work.David Robillard1-1/+4
* Better support for set_port_value on event ports. * Don't pop audio ports when clicking in event mode. * Clicking an event port in event mode will 'bang' the event port (example 'bang' plugin prints when it receives one). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1534 a436a847-0d15-0410-975c-d299462d15a1
2008-09-28Update contexts extension.David Robillard1-2/+0
Update bang plugin and fix UI building (UI instantiates in ingen again). Stubs for a message thread implementation in ingen. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1525 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Remove package dependency on librdf.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1486 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Add ChangeLog.David Robillard1-0/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1483 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/raul@1482 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Releasey stuff.David Robillard2-5/+6
git-svn-id: http://svn.drobilla.net/lad/raul@1475 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Fix make 'deb'.David Robillard2-5/+5
git-svn-id: http://svn.drobilla.net/lad/raul@1472 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Move debian -> debian-sidDavid Robillard9-3/+9
git-svn-id: http://svn.drobilla.net/lad/raul@1471 a436a847-0d15-0410-975c-d299462d15a1
2008-09-05Remove lash autoconf tokens from pkg-config file.David Robillard2-3/+2
git-svn-id: http://svn.drobilla.net/lad/raul@1467 a436a847-0d15-0410-975c-d299462d15a1
2008-08-22Lash D-Bus support and projects list from LADI Patchage, with ↵David Robillard6-207/+2
improvements/cleanup/sanification/etc. Remove liblash stuff (meh, what the hell... here's to new beginnings). Enable/disable/hide/etc patchage widgets better based on available (compiled in) functionality. git-svn-id: http://svn.drobilla.net/lad/raul@1462 a436a847-0d15-0410-975c-d299462d15a1
2008-08-20Fix set_port_value stuff over OSC with blobs (i.e. make klaviatur work with ↵David Robillard1-2/+1
a remote engine). git-svn-id: http://svn.drobilla.net/lad/raul@1454 a436a847-0d15-0410-975c-d299462d15a1
2008-08-20Fix Blob atom copy contruction/size/etc stuff.David Robillard1-13/+14
Fix LV2 UI events (i.e. make klaviatur work again). git-svn-id: http://svn.drobilla.net/lad/raul@1452 a436a847-0d15-0410-975c-d299462d15a1
2008-08-19More thread-safe ringbuffer.David Robillard2-15/+42
Add test for size/full/empty queue functions. git-svn-id: http://svn.drobilla.net/lad/raul@1446 a436a847-0d15-0410-975c-d299462d15a1