summaryrefslogtreecommitdiffstats
path: root/sord
AgeCommit message (Collapse)AuthorFilesLines
2011-04-27Don't hide pointers behind typedefs.David Robillard2-98/+95
git-svn-id: http://svn.drobilla.net/sord/trunk@91 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Use @c for argument documentation (not @a).David Robillard1-24/+24
git-svn-id: http://svn.drobilla.net/sord/trunk@90 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Remove unused API.David Robillard1-18/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@89 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Update for new Serd API.David Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@87 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Update for new Serd API.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@86 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-23Improve node struct alignmentDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@84 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-22Fix license header (awk oops).David Robillard2-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@81 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less ↵David Robillard2-40/+31
obnoxious lawyer noise). git-svn-id: http://svn.drobilla.net/sord/trunk@77 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-16Update copyright headersDavid Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@75 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-29Update library preprocessor boilerplateDavid Robillard1-13/+13
git-svn-id: http://svn.drobilla.net/sord/trunk@74 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-17Improve documentation.David Robillard1-14/+33
git-svn-id: http://svn.drobilla.net/sord/trunk@60 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-09We use fully braced blocks 'round these parts.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@57 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-09Fix compilation (and hopefully inexplicable revision control craziness...)David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@56 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-07Tidy.David Robillard1-25/+35
git-svn-id: http://svn.drobilla.net/sord/trunk@54 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-07Sane reference counting semantics.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@51 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-07Fix literal comparison and memory leaks.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@47 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-25Use size_t for string lengths.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@44 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-25Use latest documentation style from Serd.David Robillard1-3/+2
-- 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-25Update style and switch to 2-clause BSD license.David Robillard1-143/+246
git-svn-id: http://svn.drobilla.net/sord/trunk@41 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-19String reading/writing.David Robillard2-9/+27
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 Robillard1-11/+11
git-svn-id: http://svn.drobilla.net/sord/trunk@37 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Make serd.h C++ safe.David Robillard2-0/+531
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 Robillard1-19/+28
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 Robillard1-30/+38
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 Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@33 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Consistent names for node accessors.David Robillard1-4/+8
git-svn-id: http://svn.drobilla.net/sord/trunk@32 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Remove pointless SordID type.David Robillard1-39/+23
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 Robillard1-21/+21
git-svn-id: http://svn.drobilla.net/sord/trunk@29 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-16Make SordCount private.David Robillard1-4/+1
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 Robillard1-17/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@25 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-04Remove sord_set_option and sord_open, just pass options to sord_new instead.David Robillard1-37/+13
git-svn-id: http://svn.drobilla.net/sord/trunk@22 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-04SordTuple => SordQuad.David Robillard1-19/+19
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 Robillard1-9/+9
Fix literal languages. git-svn-id: http://svn.drobilla.net/sord/trunk@20 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-02-03Add ability to set blank node prefix for parsing multiple files without ↵David Robillard1-2/+4
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 Robillard1-1/+20
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 Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@14 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-28Syntax support via Serd.David Robillard1-1/+14
Preliminary syntax-using command line program. git-svn-id: http://svn.drobilla.net/sord/trunk@9 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-27Update documentation.David Robillard1-29/+31
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 Robillard1-0/+350
git-svn-id: http://svn.drobilla.net/sord/trunk@2 3d64ff67-21c5-427c-a301-fe4f08042e5a