summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-11Merge pull request #59 from radarsat1/lt-so-version2.1.1garyscavone
2016-02-11Merge pull request #64 from radarsat1/mastergaryscavone
2016-02-11Documentation updates for new releaseGary Scavone
2016-02-10Use the same options for all test programs.Stephen Sinclair
2016-02-10Merge pull request #63 from radarsat1/install-stuffgaryscavone
2016-02-10Force doxygen to run before making dist.Stephen Sinclair
2016-02-10Add doc/Makefile.in and tests/Makefile.in to .gitignore.Stephen Sinclair
2016-02-10Added function definitions for iOS support.Gary Scavone
2016-02-10Date / release number updates in preparation for new release.Gary Scavone
2016-02-05Add the required version number to AM_INIT_AUTOMAKE.Stephen Sinclair
2016-02-05Copy doxyfile before running doxygen, fixes out of tree builds.Stephen Sinclair
2016-02-05Run autoreconf instead of running the autotools manually, if possible.Stephen Sinclair
2016-02-05Build tests and docs via automake and add them to dist.Stephen Sinclair
2016-02-04Move headers install path to ${prefix}/include/rtmidiStephen Sinclair
2016-02-04Install header files.Stephen Sinclair
2016-02-04Install the pkg-config (.pc) file.Stephen Sinclair
2016-02-03Merge pull request #46 from hard-mode/mastergaryscavone
2016-02-03Merge pull request #53 from atsushieno/mastergaryscavone
2016-02-03Merge pull request #58 from radarsat1/autogengaryscavone
2016-02-03Use libtools version info.Stephen Sinclair
2016-02-03Merge pull request #57 from szymonkaliski/fix/virtual-ports-closegaryscavone
2016-01-24Add some nice automake features if they are available.Stephen Sinclair
2016-01-24Add an autogen script to run autotools correctly.Stephen Sinclair
2016-01-19fix for closing virtual inputSzymon Kaliski
2015-12-04Fix for closing virtual ports on OSXSzymon Kaliski
2015-09-14return duplicated string for port name, to avoid unwanted freeing by bindings.Atsushi Eno
2015-09-06rtmidi_c.h: add declspec(dllexport) for dll builds.Atsushi Eno
2015-08-29Add C API.Atsushi Eno
2015-05-13Always allocate JACK ringbuffers.Adam Avramov
2015-01-08Update to ALSA port type search.Gary Scavone
2014-11-03Fixed typo with firstErrorOccurred_ variable.Gary Scavone
2014-11-03Changed firstErrorOccurred to be class variable; Fix to ALSA input receiver id.Gary Scavone
2014-11-03Merge pull request #34 from olilarkin/fixsysexgaryscavone
2014-11-03Minor update to tutorial documentation to remove redundant info.Gary Scavone
2014-07-20add test for validity of packet pointerOli Larkin
2014-07-20fix MidiOutCore :: sendMessage() sysex sending, which was broken for sysex me...Oli Larkin
2014-07-15Reverted OS-X sendMessage function for sysex messages > 1024 bytes, as the MI...Gary Scavone
2014-07-15CoreMidi string release added to avoid memory leak.Gary Scavone
2014-06-06Memory leak fix in CoreMidi and addition of UserData pointer to error callback.Gary Scavone
2014-06-06Merge pull request #22 from Ace17/mastergaryscavone
2014-04-16Add libtool support (allows ./configure --enable-shared and --enable-static)Sebastien Alaiwan
2014-04-11rtmidi can now easily be nested into another projectSebastien Alaiwan
2014-04-11Add Makefile.am. Remove some generated files from repositorySebastien Alaiwan
2014-04-08Allow out-of-tree builds for 'tests' directory alsoSebastien Alaiwan
2014-04-06Allow out-of-tree builds.Sebastien Alaiwan
2014-03-31Corrected documentation regarding API default order in RtMidi.h2.1.0Gary Scavone
2014-03-30Removed reference to WINKS in midiprobe.cppGary Scavone
2014-03-30Removed another reference to kernel streaming support in readme.Gary Scavone
2014-03-30Deleted include directory with kernel streaming files.Gary Scavone
2014-03-30Removed Windows kernel streaming code because it was incomplete and uncompila...Gary Scavone