ardour/libs/evoral/src/libsmf
David Robillard 27a1cf2cf7 Compile cleanly with clang.
To compile Ardour with LLVM/clang, do the usual thing but set the CXX and CC
environment variables, e.g.:

CC=/usr/bin/clang CXX=/usr/bin/clang++ ./waf configure build


git-svn-id: svn://localhost/ardour2/branches/3.0@12418 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-24 02:54:10 +00:00
..
COPYING Include stripped down libsmf code internally. 2009-02-11 17:38:40 +00:00
README Include stripped down libsmf code internally. 2009-02-11 17:38:40 +00:00
smf.c Fix broken whitespace via merciless application of the emacs hammer. 2011-11-23 00:17:31 +00:00
smf.h Doxygen tweaks. 2011-11-16 02:03:30 +00:00
smf_decode.c Fix types to be warning clean on 64 bit. 2009-02-14 22:22:55 +00:00
smf_load.c Fix memory leak on error condition (#4798). 2012-04-01 15:06:24 +00:00
smf_private.h Fix types to be warning clean on 64 bit. 2009-02-14 22:22:55 +00:00
smf_save.c Compile cleanly with clang. 2012-05-24 02:54:10 +00:00
smf_tempo.c Fix types to be warning clean on 64 bit. 2009-02-14 22:22:55 +00:00
smfsh.c Include stripped down libsmf code internally. 2009-02-11 17:38:40 +00:00

This is a stripped down version of libsmf 1.2 by Edward Tomasz Napiera
for internal use by Evoral.  See COPYING for licensing information.

The complete version can be found at <http://libsmf.sf.net>.