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
/
world.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-27
Fix memory leaks.
David Robillard
1
-44
/
+49
2011-04-22
Switch to ISC license (legally equivalent to MIT license but with less obnoxi...
David Robillard
1
-20
/
+11
2011-04-22
Don't print warning when directory in LV2_PATH is nonexistent.
David Robillard
1
-2
/
+0
2011-04-16
Squeeze blank lines and delete trailing whitespace.
David Robillard
1
-2
/
+2
2011-03-29
Tidy expand().
David Robillard
1
-3
/
+1
2011-03-28
Implement variable expansion on Windows and use standard LV2_PATH
David Robillard
1
-0
/
+4
2011-03-28
Fix LV2_PATH parsing.
David Robillard
1
-9
/
+8
2011-03-28
Fix Windows build
David Robillard
1
-14
/
+49
2011-03-17
Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest.
David Robillard
1
-36
/
+53
2011-03-15
Fix dynamic manifest error handling.
David Robillard
1
-5
/
+13
2011-03-11
Leaner slv2_plugin_is_replaced implementation.
David Robillard
1
-17
/
+6
2011-03-11
Add slv2_plugin_is_replaced to allow hosts to hide old plugins.
David Robillard
1
-1
/
+35
2011-03-09
New collections and iterator API.
David Robillard
1
-22
/
+1
2011-03-07
Fix memory leaks.
David Robillard
1
-29
/
+25
2011-03-07
Fix memory leak.
David Robillard
1
-0
/
+1
2011-03-07
Suppose xsd:double numeric literals.
David Robillard
1
-0
/
+2
2011-03-06
Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...
David Robillard
1
-17
/
+24
2011-02-17
Error reporting.
David Robillard
1
-2
/
+6
2011-02-16
Update for new Sord API.
David Robillard
1
-1
/
+1
2011-02-16
Update for new Sord API.
David Robillard
1
-4
/
+11
2011-02-16
Update for new Sord API.
David Robillard
1
-3
/
+3
2011-02-12
Wrap rest of API (with a few troublesome exceptions).
David Robillard
1
-0
/
+11
2011-02-12
Document entire API in a single header/page.
David Robillard
1
-5
/
+1
2011-02-11
Add support for boolean values.
David Robillard
1
-11
/
+28
2011-02-11
Fix dynamic manifest support.
David Robillard
1
-97
/
+85
2011-02-11
Tidy up includes.
David Robillard
1
-4
/
+7
2011-02-11
Use GSequence for collections with get_by_uri search methods.
David Robillard
1
-32
/
+51
2011-02-11
Reduce internal use of _by_qname variants (unnecessary overhead).
David Robillard
1
-1
/
+9
2011-02-11
Better, tested, i18n system.
David Robillard
1
-1
/
+10
2011-02-11
Use `static' and `SLV2_API' explicitly/consistently.
David Robillard
1
-16
/
+17
2011-02-10
Make directory separator (e.g. '/') and path separator (e.g. ':') compile-tim...
David Robillard
1
-6
/
+5
2011-02-10
Update for new Serd API (factor out duplicated/common Serd URI code).
David Robillard
1
-80
/
+61
2011-02-04
Update for Sord API.
David Robillard
1
-6
/
+2
2011-02-04
SordTuple => SordQuad.
David Robillard
1
-3
/
+3
2011-02-04
Fix warnings when building with --strict (but without --debug).
David Robillard
1
-2
/
+2
2011-02-04
Fix "ISO C forbids initialization between function pointer and ‘void *’" ...
David Robillard
1
-2
/
+2
2011-02-04
Update for uint8_t sord API.
David Robillard
1
-2
/
+2
2011-02-04
Replace use of raptor (for raptor_sequence) with glib.
David Robillard
1
-16
/
+18
2011-02-04
Tidy.
David Robillard
1
-13
/
+5
2011-02-04
Tidy up code.
David Robillard
1
-5
/
+3
2011-02-04
Remove repeated blank lines.
David Robillard
1
-16
/
+0
2011-02-04
Update copyright dates.
David Robillard
1
-2
/
+2
2011-02-04
Drop librdf in favour of serd/sord.
David Robillard
1
-257
/
+189
2011-02-01
Wrap match accessor stuff with functions rather than macros.
David Robillard
1
-32
/
+32
2011-01-31
Move copies in every call to slv2_world_find_statements inside the function.
David Robillard
1
-32
/
+35
2011-01-31
slv2_value_new_librdf_node => slv2_value_new_from_node .
David Robillard
1
-4
/
+4
2011-01-31
Typedef away most use of librdf_node.
David Robillard
1
-21
/
+21
2011-01-31
librdf_free_node => slv2_node_free.
David Robillard
1
-25
/
+25
2011-01-31
librdf_new_node_from_node => slv2_node_copy.
David Robillard
1
-41
/
+40
2011-01-31
Fix memory leaks.
David Robillard
1
-0
/
+1
[prev]
[next]