index
:
sord.git
fix-ancient-gcc
main
master
Sord RDF data structure
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sord.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-18
Fix erasing default graph iterators
David Robillard
1
-1
/
+1
2016-07-31
Fix compilation with C++
David Robillard
1
-1
/
+1
2016-07-11
Remove pointless assertion
David Robillard
1
-1
/
+0
2016-07-09
Fix construction of URIs with UTF-8 characters
David Robillard
1
-3
/
+2
2016-03-17
Return NULL from sord_iter_get for end iterators
David Robillard
1
-1
/
+3
2016-03-15
Make sord_node_get_counted return byte count
David Robillard
1
-2
/
+12
2015-10-04
Improve test coverage
David Robillard
1
-14
/
+14
2015-10-03
Improve test coverage
David Robillard
1
-14
/
+9
2015-09-10
Fix crash caused by multiple deletion of datatype nodes.
David Robillard
1
-1
/
+1
2015-03-07
Fix iteration during erase.
David Robillard
1
-4
/
+16
2014-12-18
Fix deleting statements with no graph.
David Robillard
1
-1
/
+1
2014-11-03
Fix bugs with stores that contain both graphs and default graph statements.
David Robillard
1
-1
/
+1
2014-09-24
Add sord_erase() for erasing statements via an iterator.
David Robillard
1
-9
/
+49
2014-09-23
Reduce memory usage and increase performance with a better data structure.
David Robillard
1
-78
/
+42
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
1
-5
/
+5
2014-08-08
Update copyright dates.
David Robillard
1
-1
/
+1
2014-08-08
Fix some const-correctness violations.
David Robillard
1
-2
/
+2
2014-07-15
Fix iteration over an entire graph (* * * graph).
David Robillard
1
-6
/
+10
2013-02-18
Fix reference counting semantics of sord_get().
David Robillard
1
-6
/
+6
2013-02-18
Update copyright year where appropriate.
David Robillard
1
-1
/
+1
2013-01-14
Add sord_node_get() for easily getting single property values.
David Robillard
1
-0
/
+25
2012-08-10
Shave 8 bytes off of SordNode.
David Robillard
1
-39
/
+46
2012-08-10
Use a single node hash for all types of nodes.
David Robillard
1
-144
/
+85
2012-08-09
Get rid of language hash and store language inline with nodes.
David Robillard
1
-38
/
+23
2012-08-09
Hide zix symbols (fix static builds with lilv).
David Robillard
1
-4
/
+7
2012-08-09
Fix some const correctness violations (found by -Wcast-qual).
David Robillard
1
-13
/
+13
2012-08-09
Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...
David Robillard
1
-16
/
+16
2012-07-06
Don't print nonexistent file/line information in error messages.
David Robillard
1
-1
/
+1
2012-07-06
Fix uninitialized values.
David Robillard
1
-4
/
+6
2012-07-05
Add error callback to world for custom error reporting.
David Robillard
1
-10
/
+41
2012-03-30
Add convenient sord_search(), sord_ask(), and sord_count().
David Robillard
1
-0
/
+38
2012-03-18
Fix rusty comment.
David Robillard
1
-2
/
+1
2012-03-09
Add sord_new_relative_uri().
David Robillard
1
-0
/
+20
2012-03-08
Refuse to intern relative URIs in sord_new_uri*().
David Robillard
1
-1
/
+5
2012-03-03
Add sord_iter_get_node().
David Robillard
1
-0
/
+6
2012-01-18
Use consistent *_config.h rather than *-config.h.
David Robillard
1
-1
/
+1
2012-01-16
Support compilation as C++ under MSVC++.
David Robillard
1
-29
/
+35
2012-01-14
Lint.
David Robillard
1
-34
/
+59
2012-01-05
Fix comparison of typed literals.
David Robillard
1
-13
/
+17
2011-12-12
Fix crashes caused by serd passing NULL to the statement callback.
David Robillard
1
-1
/
+5
2011-09-29
Tidy.
David Robillard
1
-41
/
+42
2011-09-28
Tidy.
David Robillard
1
-9
/
+1
2011-09-28
Remove glib dependency
David Robillard
1
-130
/
+120
2011-06-11
Fix potential use of uninitialized value
David Robillard
1
-5
/
+7
2011-06-09
Add sord_contains (ticket #711).
David Robillard
1
-0
/
+9
2011-05-24
Free all nodes on world destruction (fix memory leaks).
David Robillard
1
-0
/
+13
2011-05-24
Fix removing.
David Robillard
1
-1
/
+2
2011-05-19
Update for new Serd API.
David Robillard
1
-7
/
+5
2011-05-13
Save space by storing a single quad in each index and passing ordering to com...
David Robillard
1
-52
/
+53
2011-05-13
Tidy.
David Robillard
1
-27
/
+34
[next]