index
:
lilv.git
fix-fake-ms
fix-windows
fix-windows-mkdir
main
serd1
Lilv LV2 host library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugininstance.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-06
Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...
David Robillard
1
-17
/
+24
2011-02-12
Document entire API in a single header/page.
David Robillard
1
-6
/
+1
2011-02-11
Tidy up includes.
David Robillard
1
-1
/
+2
2011-02-11
Use `static' and `SLV2_API' explicitly/consistently.
David Robillard
1
-1
/
+2
2011-02-10
Tidy.
David Robillard
1
-1
/
+1
2011-02-10
Update for new Serd API (factor out duplicated/common Serd URI code).
David Robillard
1
-20
/
+11
2011-02-04
Fix "ISO C forbids initialization between function pointer and ‘void *’" ...
David Robillard
1
-2
/
+3
2011-02-04
Tidy.
David Robillard
1
-4
/
+2
2011-02-04
Remove repeated blank lines.
David Robillard
1
-3
/
+0
2011-02-04
Update copyright dates.
David Robillard
1
-1
/
+1
2011-02-04
Drop librdf in favour of serd/sord.
David Robillard
1
-8
/
+28
2011-01-31
Remove slv2_value_as_librdf_uri.
David Robillard
1
-1
/
+2
2011-01-29
Use uint8_t instead of the horribly verbose `unsigned char'.
David Robillard
1
-1
/
+1
2010-09-04
My name is David. :)
David Robillard
1
-1
/
+1
2010-03-05
Parse all files with correct base URI.
David Robillard
1
-15
/
+23
2009-06-03
Consistent error/warning message output.
David Robillard
1
-11
/
+3
2009-05-13
Update copyright dates.
David Robillard
1
-1
/
+1
2009-05-13
Strip trailing whitespace.
David Robillard
1
-10
/
+10
2009-02-12
Merge various collections into single files, reduce rampant code duplication.
David Robillard
1
-2
/
+3
2008-10-18
Build against local library versions no matter what.... hopefully....
David Robillard
1
-4
/
+4
2008-01-25
Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...
David Robillard
1
-4
/
+6
2008-01-08
Remove plugin discovery print statements.
David Robillard
1
-3
/
+3
2007-11-29
Fix instantiate parameters to match lv2.h
David Robillard
1
-11
/
+11
2007-10-04
Fix librdf warnings.
David Robillard
1
-0
/
+2
2007-10-03
Updated LV2 spec.
David Robillard
1
-10
/
+10
2007-07-24
Match LV2 specification instantiate prototype.
David Robillard
1
-1
/
+1
2007-07-03
Fail gracefully when a plugin can't be instantiated (instead of crashing on a...
David Robillard
1
-11
/
+15
2007-07-01
Removed redundant GUI loading stub (I'm an idiot).
David Robillard
1
-3
/
+1
2007-07-01
Fix a couple memory leaks/errors.
David Robillard
1
-4
/
+1
2007-04-21
Code cleanups.
David Robillard
1
-1
/
+1
2007-04-20
Clean up API, hide more methods that should not be exposed to user.
David Robillard
1
-1
/
+8
2007-04-19
Added Redland dependency, using in-memory RDF models.
David Robillard
1
-11
/
+16
2007-02-19
Header/API cleanups.
David Robillard
1
-3
/
+3
2007-02-18
Removed private_types.h (and all exposure of types that shouldn't have been e...
David Robillard
1
-8
/
+13
2007-02-18
Implemented discovery of plugin extension bundles.
David Robillard
1
-8
/
+8
2007-02-05
Copyright/Documentation/etc cleanups.
David Robillard
1
-2
/
+2
2007-02-05
Reorganized tree in preparation for beta release.
David Robillard
1
-4
/
+4
2007-01-12
Gracefully handle plugins that fail to instantiate.
David Robillard
1
-0
/
+7
2006-10-28
Clarified lv2.h header for HostFeatures parameter, associated changes to SLV2.
David Robillard
1
-0
/
+9
2006-10-14
Print dlerror when unable to load plugin library.
David Robillard
1
-1
/
+2
2006-09-02
Schema bug fixes (parsable now).
David Robillard
1
-1
/
+1
2006-07-26
- Removed all the unsigned char garbage from the API
David Robillard
1
-5
/
+5
2006-06-11
Catch broken plugins, messily for now
David Robillard
1
-1
/
+8
2006-06-06
Moved libslv2 into it's own subdirectory
David Robillard
1
-0
/
+100