summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-02-25Use latest documentation style from Serd.David Robillard2-25/+42
-- This line, and those below, will be ignored-- M trunk/doc/style.css M trunk/sord/sord.h git-svn-id: http://svn.drobilla.net/sord/trunk@43 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-25Use new SerdReadState to simplify code.David Robillard1-53/+18
git-svn-id: http://svn.drobilla.net/sord/trunk@42 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-25Update style and switch to 2-clause BSD license.David Robillard7-897/+392
git-svn-id: http://svn.drobilla.net/sord/trunk@41 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-19Don't clobber environment.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@40 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-19String reading/writing.David Robillard3-39/+140
git-svn-id: http://svn.drobilla.net/sord/trunk@39 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-17Fix Namespaces::qualify.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@38 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Sord::Resource => Sord::URI (consistency with C API).David Robillard2-12/+11
git-svn-id: http://svn.drobilla.net/sord/trunk@37 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Make serd.h C++ safe.David Robillard4-40/+695
Add C++ API (serdmm.hpp). Add serialisation API (easily write models to files). git-svn-id: http://svn.drobilla.net/sord/trunk@36 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Sord => SordModel.David Robillard5-56/+76
git-svn-id: http://svn.drobilla.net/sord/trunk@35 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Add world object (to intern nodes and sanely support several models per ↵David Robillard5-116/+168
library instance). git-svn-id: http://svn.drobilla.net/sord/trunk@34 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Simpler and more typical node creation API.David Robillard4-65/+60
git-svn-id: http://svn.drobilla.net/sord/trunk@33 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Consistent names for node accessors.David Robillard2-6/+10
git-svn-id: http://svn.drobilla.net/sord/trunk@32 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Remove pointless SordID type.David Robillard5-123/+85
git-svn-id: http://svn.drobilla.net/sord/trunk@31 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Remove unnecessary #include <stdio.h>.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@30 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Tidy.David Robillard2-22/+22
git-svn-id: http://svn.drobilla.net/sord/trunk@29 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Make SordCount private.David Robillard2-4/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@28 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Use intptr_t for SordCount.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@27 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Remove sord_node_get_user_data.David Robillard1-5/+0
Oops, should have been removed last commit. git-svn-id: http://svn.drobilla.net/sord/trunk@26 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Remove unused node user data.David Robillard3-47/+10
git-svn-id: http://svn.drobilla.net/sord/trunk@25 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-10Update for new Serd API.David Robillard1-39/+30
git-svn-id: http://svn.drobilla.net/sord/trunk@24 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-06Fix for waf 1.6 CCFLAGS => CFLAGS (fixes ticket #631).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@23 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-04Remove sord_set_option and sord_open, just pass options to sord_new instead.David Robillard4-113/+39
git-svn-id: http://svn.drobilla.net/sord/trunk@22 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-04SordTuple => SordQuad.David Robillard6-126/+126
git-svn-id: http://svn.drobilla.net/sord/trunk@21 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-04Use uint8_t for API char type for UTF-8 friendliness.David Robillard6-67/+74
Fix literal languages. git-svn-id: http://svn.drobilla.net/sord/trunk@20 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-04Make serd mandatory (for now?).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@19 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-04Fix memory leaks.David Robillard2-40/+58
git-svn-id: http://svn.drobilla.net/sord/trunk@18 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-04Fix iterating over ranges within a graph.David Robillard2-5/+13
git-svn-id: http://svn.drobilla.net/sord/trunk@17 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-03Add ability to set blank node prefix for parsing multiple files without ↵David Robillard3-6/+15
conflict. git-svn-id: http://svn.drobilla.net/sord/trunk@16 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-03Add SordTupleIndex enumeration for more readable Tuple code.David Robillard6-48/+149
Add sord_node_equals. Add sord_read_file_handle and add graph URI parameter to sord_read_file. Resolve relative URIs when parsing into a model. Read literal datatype or language when parsing into a model. Bettern debug printing. Add GOPS index by default. Add export_indluces to library in wscript for building against sord locally. git-svn-id: http://svn.drobilla.net/sord/trunk@15 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-01Terser iteration API.David Robillard4-16/+16
git-svn-id: http://svn.drobilla.net/sord/trunk@14 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-31Fix installation.David Robillard2-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@13 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-29Tidy.David Robillard1-8/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@12 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-29Proper marshaling of Serd nodes to Sord nodes.David Robillard1-14/+11
git-svn-id: http://svn.drobilla.net/sord/trunk@11 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-28(More) proper marshaling between Serd and Sord nodes.David Robillard1-1/+32
git-svn-id: http://svn.drobilla.net/sord/trunk@10 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-28Syntax support via Serd.David Robillard6-7/+386
Preliminary syntax-using command line program. git-svn-id: http://svn.drobilla.net/sord/trunk@9 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-27`data' => `buf'.David Robillard1-5/+5
git-svn-id: http://svn.drobilla.net/sord/trunk@8 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-27Unify node struct.David Robillard1-88/+44
git-svn-id: http://svn.drobilla.net/sord/trunk@7 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-27Remove cruft about cache.David Robillard1-9/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@6 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-27Remove pointless sord_new_btree.David Robillard1-13/+7
git-svn-id: http://svn.drobilla.net/sord/trunk@5 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-27Remove meta struct.David Robillard1-18/+11
git-svn-id: http://svn.drobilla.net/sord/trunk@4 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-27Update documentation.David Robillard4-49/+775
git-svn-id: http://svn.drobilla.net/sord/trunk@3 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-27Initial check-in (branched from <http://svn.drobilla.net/qure/branches/mem>).David Robillard11-0/+4154
git-svn-id: http://svn.drobilla.net/sord/trunk@2 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-27Add standard SVN repository layout.David Robillard0-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@1 3d64ff67-21c5-427c-a301-fe4f08042e5a