summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Sratom 0.4.0David Robillard2-3/+5
2012-08-23Fix footer padding.David Robillard1-1/+1
2012-08-13Don't use GCC only warnings flags on clang.David Robillard1-0/+0
2012-08-10Upgrade to r75/autowaf (enable stricter compiler flags).David Robillard1-0/+0
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard2-29/+29
2012-08-09Fix static stuff.David Robillard1-2/+4
2012-08-08Add --no-shared option to avoid building shared libraries.David Robillard1-13/+18
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard2-7/+3
2012-08-08Clean up wscript files.David Robillard1-11/+11
2012-08-06Update to r73/autowaf (Windows path fixes).David Robillard1-0/+0
2012-08-05Update to waf 1.7.2.David Robillard1-0/+0
2012-08-04Fix doxygen HTML output.David Robillard1-2/+2
2012-08-04Update to waf 1.7.1.David Robillard1-0/+0
2012-08-03Use more portable defines instead of -D in CFLAGS.David Robillard1-7/+5
2012-08-02Clean up wscript files.David Robillard1-3/+1
2012-07-24Fix configuration output alignment.David Robillard1-1/+0
2012-07-09Update to r72/autowaf (don't run ldconfig when destdir is given as an option).David Robillard1-0/+0
2012-07-09Improve documentation style.David Robillard3-1/+188
2012-07-09Factor out documentation fixup stuff to autowaf.David Robillard5-353/+419
2012-07-08Update to r69/autowaf (fix Python3 compatibility).David Robillard1-0/+0
2012-05-22Add API to control whether named resources are read as LV2 objects or URIs.David Robillard3-11/+59
2012-05-20Support writing top level Resource descriptions.David Robillard2-51/+111
2012-05-20Update to r68/autowaf.David Robillard1-0/+0
2012-05-13Fix potential NULL dereference.David Robillard1-1/+1
2012-05-10Support writing Object Atoms as top level descriptions if subject and predica...David Robillard2-13/+18
2012-05-02Correctly read objects with several rdf:type properties.David Robillard3-2/+9
2012-04-18Add documentation stuff.David Robillard4-2/+2275
2012-04-18Bump dependency versions.David Robillard2-4/+5
2012-04-18Add NEWS and README files.David Robillard2-0/+16
2012-04-13Fix compilation of test program.David Robillard1-0/+1
2012-04-12Use URI defines from LV2 headers where possible.David Robillard3-12/+11
2012-04-12Update for latest atom extension.David Robillard1-7/+5
2012-04-11Write port values in presets as pretty numbers.David Robillard2-11/+24
2012-04-11Save/restore atom:Chunk as base64Binary literals (not blank nodes).David Robillard3-12/+28
2012-04-06Fix compilation under MSVC.David Robillard2-3/+12
2012-04-02Add COPYING file.David Robillard1-0/+13
2012-03-26Update LV2 pkg-config dependencies.David Robillard1-1/+1
2012-03-26Update for latest LV2.David Robillard1-8/+5
2012-03-21Actually use LV2 extension flags.David Robillard1-3/+3
2012-03-21Use LV2 extension CFLAGS.David Robillard1-1/+1
2012-03-21Add missing pkg-config deps.David Robillard1-1/+1
2012-03-20Bump sratom versionDavid Robillard1-1/+1
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard1-1/+1
2012-03-20Support writing to a statement sink (particularly for writing to a model).David Robillard3-84/+147
2012-03-16Update for latest atom extension.David Robillard2-22/+20
2012-03-08Update for latest serd.David Robillard1-2/+2
2012-03-08Write paths as file URIs.David Robillard3-39/+72
2012-03-07Serialise the null atom as rdf:nil, i.e. "()" in Turtle.David Robillard2-7/+14
2012-03-03Add forge sink and only require a URID_Unmap for writing.David Robillard4-64/+69
2012-03-02Fix atom:Path serialisation.David Robillard2-1/+3