aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-08-14midi: Remove non-standard midi:Tick message type.David Robillard6-15/+174
midi: Add C definitions for message types and standard controllers. midi: Fix definition of SystemExclusive status byte. Use new MIDI API in eg-sampler.
2012-08-11Improve const correctness.David Robillard3-25/+24
2012-08-10Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.David Robillard3-1/+14
2012-08-09Add defines for new URIs.David Robillard1-0/+2
2012-08-09Add midi:binding and midi:channel.David Robillard2-2/+29
2012-08-09Wrap rdfs:comment documentation in <p> tags to match the layour of ↵David Robillard1-1/+1
lv2:documentation.
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵David Robillard3-11/+11
-Wmissing-prototypes.
2012-08-09Fix missing static declarations (-Wstrict-prototypes).David Robillard3-3/+3
2012-08-08Move MSVC C99 gunk into autowaf.David Robillard5-19/+4
2012-08-08Tidy up wscript files.David Robillard4-45/+44
2012-08-08Make LV2_Buf_Size_Access::get_buf_size take a time parameter and thus ↵David Robillard4-13/+18
actually be sufficient for allocating auxiliary buffers. Other minor improvements to buf-size extension. Bump version to 1.0.7.
2012-08-06Make LV2DIR=LIBDIR/lv2 by default.David Robillard1-0/+0
2012-08-06Copy headers when COPY_HEADERS is set and link otherwise (not the other way ↵David Robillard1-2/+2
around).
2012-08-06Normalise LV2_PATH in all cases.David Robillard1-0/+0
2012-08-06Use forward slash in default LV2_PATH.David Robillard1-0/+0
2012-08-06Further attempt at Windows path fix.David Robillard1-0/+0
2012-08-06Use forward slash in Windows paths rather than backslash escaping.David Robillard1-0/+0
2012-08-06Actually working version of previous commit...David Robillard1-3/+5
2012-08-06Copy headers by default on Windows or old Python.David Robillard1-7/+6
2012-08-06Update to waf 1.7.2 again (oops).David Robillard1-0/+0
2012-08-06Fix building when some plugins fail to configure.David Robillard1-3/+4
2012-08-06Fix recursive building.David Robillard3-6/+8
2012-08-06Add missing Windows files to waf.David Robillard1-0/+0
2012-08-05Move all project metadata for extensions (e.g. change log) to separate files toDavid Robillard45-733/+827
spare hosts from loading them during discovery.
2012-08-05Add missing namespace prefix.David Robillard1-0/+1
2012-08-05Remove spurious newline.David Robillard1-1/+0
2012-08-05Use shiny/odd/portable new subst ability to copy files.David Robillard3-5/+6
2012-08-05Layout UI vertically.David Robillard1-2/+2
2012-08-05Actually build plugins.David Robillard1-4/+9
2012-08-05Fix plugin compilation.David Robillard1-1/+1
2012-08-05Fix buf-size extension documentation.David Robillard1-11/+12
2012-08-05Turn on SHOW_FILES which is, most irritatingly, required to have doxygen ↵David Robillard1-1/+1
document and tag defines.
2012-08-05More consistent style between API and ontology docs.David Robillard1-0/+2
2012-08-05Do everything in the top level wscript file and remove wscript symlinks from ↵David Robillard26-233/+172
extensions.
2012-08-05Lint.David Robillard1-1/+0
2012-08-05Delete trailing whitespace.David Robillard1-10/+10
2012-08-05Remove redundant MSVC flags configuration.David Robillard1-4/+0
2012-08-05Update to waf 1.7.2.David Robillard1-0/+0
2012-08-05Improve documentation.David Robillard2-36/+73
2012-08-05Update to waf 1.7.1.David Robillard1-0/+0
2012-08-03Fix compilation with MSVC.David Robillard3-4/+7
2012-08-03Add compile test for all headers.David Robillard2-3/+32
2012-08-02Clean up wscript files and use a simpler method of chopping 'lib' prefix.David Robillard6-101/+75
2012-08-02Add C defines for ui:WindowsUI and ui:CocoaUI.David Robillard1-0/+2
2012-07-29Add ui:Gtk3UI.David Robillard4-4/+14
2012-07-29Use consistent label style.David Robillard25-150/+241
2012-07-29Report which extension version numbers are incorrect for.David Robillard1-2/+2
2012-07-29Use more precise domain and range for EventPort properties.David Robillard1-6/+12
2012-07-29Update version in manifest.David Robillard1-1/+1
2012-07-29Remove units:name in favour of rdfs:label.David Robillard2-33/+44
Use consistent label style.