summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2008-01-07Raul 0.4.0.David Robillard1-2/+40
FlowCanvas 0.4.0. Patchage 0.4.0. git-svn-id: http://svn.drobilla.net/lad/raul@1028 a436a847-0d15-0410-975c-d299462d15a1
2008-01-06Remove raul dependency on liblo and redlandmm.David Robillard1-17/+1
git-svn-id: http://svn.drobilla.net/lad/raul@1025 a436a847-0d15-0410-975c-d299462d15a1
2008-01-06Make redlandmm optional.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/raul@1021 a436a847-0d15-0410-975c-d299462d15a1
2007-11-30Split redland C++ wrappers out from Raul.David Robillard1-15/+6
git-svn-id: http://svn.drobilla.net/lad/raul@927 a436a847-0d15-0410-975c-d299462d15a1
2007-11-05Fix building within raul directory.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/raul@902 a436a847-0d15-0410-975c-d299462d15a1
2007-09-22LV2 UI extension updates.David Robillard1-4/+4
LV2 GUI support in ingen. git-svn-id: http://svn.drobilla.net/lad/raul@763 a436a847-0d15-0410-975c-d299462d15a1
2007-08-08Fix standalone building of Raul. Maybe.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/raul@685 a436a847-0d15-0410-975c-d299462d15a1
2007-08-08Added individial building stuff for flowcanvas, raul, patchage.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/raul@684 a436a847-0d15-0410-975c-d299462d15a1
2007-08-07Added individual Raul building, for those who are so inclined.David Robillard1-0/+200
git-svn-id: http://svn.drobilla.net/lad/raul@683 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-150/+0
Always build against local copies, hopefully fixing broken compilation against outdated system versions. git-svn-id: http://svn.drobilla.net/lad/raul@610 a436a847-0d15-0410-975c-d299462d15a1
2007-06-08Removed Raul Mutex and Condition (redundant with glib).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/raul@532 a436a847-0d15-0410-975c-d299462d15a1
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over ↵David Robillard1-20/+15
Raptor/Rasqal independently. Fixed patch loading for Ingen (local only, still something wrong with remote...). git-svn-id: http://svn.drobilla.net/lad/raul@486 a436a847-0d15-0410-975c-d299462d15a1
2007-04-20Updated Raptor dependency version.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/raul@464 a436a847-0d15-0410-975c-d299462d15a1
2007-04-12Updated Raptor dependency to 1.4.14.David Robillard1-2/+2
Made default write syntax Turtle. git-svn-id: http://svn.drobilla.net/lad/raul@445 a436a847-0d15-0410-975c-d299462d15a1
2007-04-06LASH project saving/restoring.David Robillard1-1/+18
git-svn-id: http://svn.drobilla.net/lad/raul@400 a436a847-0d15-0410-975c-d299462d15a1
2007-04-05Code cleanups.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/raul@399 a436a847-0d15-0410-975c-d299462d15a1
2007-01-20Added Machina.David Robillard1-3/+26
Moved some Jack and RDF functionality down to RAUL from Ingen, for use by Machina. git-svn-id: http://svn.drobilla.net/lad/raul@263 a436a847-0d15-0410-975c-d299462d15a1
2007-01-10Moved RDFWriter to RAUL.David Robillard1-0/+23
More work on LADSPA->LV2 converter (use RAUL's RDFWriter now). git-svn-id: http://svn.drobilla.net/lad/raul@246 a436a847-0d15-0410-975c-d299462d15a1
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard1-1/+2
Strong threading assertions. Flowcanvas port removal fixes. Patch port destruction. Code cleanups, bug fixes. git-svn-id: http://svn.drobilla.net/lad/raul@234 a436a847-0d15-0410-975c-d299462d15a1
2006-12-13Path parent/child bug fixes, added unit tests.David Robillard1-3/+13
Breadcrumb/browsing/subsubpatch bug fixes. Fixed about window icon and glade error messages. git-svn-id: http://svn.drobilla.net/lad/raul@223 a436a847-0d15-0410-975c-d299462d15a1
2006-10-16Used boost::noncopyable to eliminate undefined private copy constructors ↵David Robillard1-0/+3
spread everywhere. git-svn-id: http://svn.drobilla.net/lad/raul@182 a436a847-0d15-0410-975c-d299462d15a1
2006-10-05More build system fixes, everything now builds against the local copy if ↵David Robillard1-4/+3
toplevel scripts are used. git-svn-id: http://svn.drobilla.net/lad/raul@158 a436a847-0d15-0410-975c-d299462d15a1
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-0/+79
git-svn-id: http://svn.drobilla.net/lad/raul@156 a436a847-0d15-0410-975c-d299462d15a1