summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2012-01-16Support compilation as C++ under MSVC++.David Robillard1-28/+45
git-svn-id: http://svn.drobilla.net/sord/trunk@194 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Fix syntax error oops.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@190 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Fix test suite compilation without gcov.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@189 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Fix test suite compilation without gcov.David Robillard1-5/+15
git-svn-id: http://svn.drobilla.net/sord/trunk@188 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-14Lint.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@186 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-23Use serd_file_sink.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@184 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@178 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Load compiler_c first (fix --debug etc.).David Robillard1-9/+11
Windows fixes. git-svn-id: http://svn.drobilla.net/sord/trunk@168 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Don't build multiple "sordi_static" targets.David Robillard1-26/+16
git-svn-id: http://svn.drobilla.net/sord/trunk@167 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Tidy.David Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@166 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Bump serd dependency to 0.5.0.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@165 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-28Remove glib dependencyDavid Robillard1-11/+11
git-svn-id: http://svn.drobilla.net/sord/trunk@163 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-27Add function sord_write_iter for writing a queried range.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@162 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-17Add ability to build static library.David Robillard1-1/+18
git-svn-id: http://svn.drobilla.net/sord/trunk@160 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-01Fix compilation with --testDavid Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@157 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-07-07Upgrade to waf 1.6.6 and autowaf r49 (don't check for C++ compiler)David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@152 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-06-09Update version number and ChangeLog.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@149 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-26Sord 0.4.2David Robillard1-7/+13
git-svn-id: http://svn.drobilla.net/sord/trunk@146 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Only use most basic (portable) Python exception syntaxDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@145 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Fix building pkg-config file on certain mysteriously odd systems.David Robillard1-14/+20
Fix building documentation when part of a recursive build. Bump serd dependency to 0.4.0. git-svn-id: http://svn.drobilla.net/sord/trunk@142 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Python portability (argh...)David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@141 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Sord 0.4.0David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@139 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Add man page and fix sordi help output.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@136 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Automatically fix up documentation on buildDavid Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@135 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Improve test coverageDavid Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@128 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Add basic tests to cover sordi code paths.David Robillard1-0/+20
git-svn-id: http://svn.drobilla.net/sord/trunk@126 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-18Add sordi-i option to select input syntax.David Robillard1-2/+2
Add syntax parameter to sord_write_string and sord_write_file. Remove read functions in favour of sord_new_reader and direct use of SerdReader API. Bump version to 0.3.0. git-svn-id: http://svn.drobilla.net/sord/trunk@121 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-16Align configuration output precisely per-projectDavid Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@118 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-13Use standard waf variable names for compiler flags so both independent and ↵David Robillard1-4/+4
recursive builds work correctly. git-svn-id: http://svn.drobilla.net/sord/trunk@115 3d64ff67-21c5-427c-a301-fe4f08042e5a
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