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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-10
Fix void pointer arithmetic.
David Robillard
1
-7
/
+8
2012-08-10
Shave 8 bytes off of SordNode.
David Robillard
2
-44
/
+63
2012-08-10
Use a single node hash for all types of nodes.
David Robillard
7
-219
/
+333
2012-08-09
Get rid of language hash and store language inline with nodes.
David Robillard
2
-43
/
+28
2012-08-09
Hide zix symbols (fix static builds with lilv).
David Robillard
7
-117
/
+275
2012-08-09
Compile when a C++ compiler is not present.
David Robillard
1
-10
/
+17
2012-08-09
Print version on -v (and fix dead code).
David Robillard
1
-0
/
+2
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
4
-39
/
+39
2012-08-08
Update to r74/autowaf (Add autowaf.set_c99_mode()).
David Robillard
2
-6
/
+1
2012-08-08
Fix --static-progs.
David Robillard
1
-1
/
+1
2012-08-08
Consistency.
David Robillard
1
-11
/
+11
2012-08-08
Add configure options --no-utils, --no-shared, and --static-progs.
David Robillard
1
-18
/
+34
2012-08-08
Tidy up wscript.
David Robillard
1
-24
/
+24
2012-08-06
Update to r73/autowaf (Windows path fixes).
David Robillard
1
-0
/
+0
2012-08-05
Update to waf 1.7.2.
David Robillard
1
-0
/
+0
2012-08-04
Fix doxygen HTML output.
David Robillard
1
-2
/
+2
2012-08-04
Update to waf 1.7.1.
David Robillard
1
-0
/
+0
2012-08-04
Use more portable defines instead of -D in CFLAGS.
David Robillard
1
-4
/
+3
2012-08-02
Clean up wscript.
David Robillard
1
-1
/
+0
2012-07-09
Update to r72/autowaf (don't run ldconfig when destdir is given as an option).
David Robillard
1
-0
/
+0
2012-07-09
Improve documentation style.
David Robillard
5
-187
/
+441
2012-07-09
Improve INSTALL file.
David Robillard
1
-17
/
+41
2012-07-08
Update to r69/autowaf (fix Python3 compatibility).
David Robillard
1
-0
/
+0
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
4
-11
/
+55
2012-05-20
Update to r68/autowaf.
David Robillard
1
-0
/
+0
2012-05-17
Fix compilation with --test.
David Robillard
1
-1
/
+1
2012-05-13
Correctly handle Sord::Node self-assignment.
David Robillard
2
-5
/
+8
2012-05-12
sordmm.hpp: Add indices and graphs parameters to Model constructor.
David Robillard
3
-9
/
+18
2012-04-18
Fix absolute path in documentation.
David Robillard
2
-3
/
+3
2012-04-18
ChangeLog => NEWS.
David Robillard
1
-0
/
+0
2012-04-18
Bump version and update ChangeLog.
David Robillard
2
-7
/
+7
2012-04-17
Update copyright date.
David Robillard
1
-1
/
+1
2012-04-17
Update copyright dates.
David Robillard
2
-2
/
+2
2012-04-17
Update to waf 1.6.11 and r67/autowaf.
David Robillard
1
-0
/
+0
2012-04-13
Add -l option to sord_validator for printing each error on a single line. Us...
David Robillard
1
-10
/
+24
2012-04-13
Use standard command synopsis style.
David Robillard
2
-2
/
+2
2012-04-06
Fix compilation as C++.
David Robillard
1
-30
/
+29
2012-03-30
Add convenient sord_search(), sord_ask(), and sord_count().
David Robillard
8
-21
/
+531
2012-03-27
Delete trailing whitespace.
David Robillard
2
-2
/
+2
2012-03-18
Add SordInserter for writing to a model via Serd sink functions.
David Robillard
4
-61
/
+134
2012-03-18
Fix rusty comment.
David Robillard
1
-2
/
+1
2012-03-18
Make test blank actually a blank.
David Robillard
1
-1
/
+1
2012-03-18
Always use an absolute base URI.
David Robillard
1
-13
/
+28
2012-03-10
Use proper URI <=> path conversion.
David Robillard
1
-11
/
+9
2012-03-09
Add sord_new_relative_uri().
David Robillard
5
-3
/
+58
2012-03-08
Fix null test case.
David Robillard
1
-7
/
+4
2012-03-08
Refuse to intern relative URIs in sord_new_uri*().
David Robillard
3
-2
/
+7
[prev]
[next]