summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2011-05-12Add base_uri parameter to sord_read_file.David Robillard1-0/+59
Add sord_write_writer. Use command line base URI in sordi if given. Use correct output style options for output syntax in sordi. Use sord_write_writer in sordi instead of manual writing code. Abbreviate serialised model output for Turtle. Preserve UTF-8 length information for nodes from Serd. Use string lengths not including terminator (match new Serd). Add test suite. git-svn-id: http://svn.drobilla.net/sord/trunk@111 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-02Include Serd flags in pkg-config fileDavid Robillard1-1/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@103 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-28Support parallel installation of different major versionsDavid Robillard1-7/+10
git-svn-id: http://svn.drobilla.net/sord/trunk@100 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Fix sordi compilation and installation.David Robillard1-4/+14
git-svn-id: http://svn.drobilla.net/sord/trunk@93 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-27Remove boost and glibmm dependencies from sordmm.hpp.David Robillard1-10/+21
Add C++ (sordmm.hpp) compilation test. Fix utilities only building with --test. git-svn-id: http://svn.drobilla.net/sord/trunk@92 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-23Fix './waf test'David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@82 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-22Fix compilation with unit tests enabled.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@79 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-04-20Remove use of Python 2.6 syntaxDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@76 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-18Use new style waf build API.David Robillard1-34/+38
git-svn-id: http://svn.drobilla.net/sord/trunk@67 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-18Delete trailing whitespace.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@66 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-18Fix indentation.David Robillard1-90/+90
git-svn-id: http://svn.drobilla.net/sord/trunk@65 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-18Run ldconfig after installation.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@64 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-17Add waf upload_docs.David Robillard1-3/+8
git-svn-id: http://svn.drobilla.net/sord/trunk@63 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-17Add waf fixdocs to strip decorators from doxygen documentation.David Robillard1-1/+12
git-svn-id: http://svn.drobilla.net/sord/trunk@62 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-15Remove old waf file (broken intermediary revision).David Robillard1-7/+7
git-svn-id: http://svn.drobilla.net/sord/trunk@58 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-03-07Python 2/3: Use print('') instead of print() to print blank lines.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@46 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-16Make serd.h C++ safe.David Robillard1-1/+2
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-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-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-03Add SordTupleIndex enumeration for more readable Tuple code.David Robillard1-13/+13
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-01-31Fix installation.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@13 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-28Syntax support via Serd.David Robillard1-3/+20
Preliminary syntax-using command line program. git-svn-id: http://svn.drobilla.net/sord/trunk@9 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-01-27Initial check-in (branched from <http://svn.drobilla.net/qure/branches/mem>).David Robillard1-0/+106
git-svn-id: http://svn.drobilla.net/sord/trunk@2 3d64ff67-21c5-427c-a301-fe4f08042e5a