13
0
livetrax/libs
David Robillard e0aaed6d65 *** NEW CODING POLICY ***
All #include statements that include a header that is a part of a library
bundled with ardour MUST use quotes, not angle brackets.

Do this:

#include "ardour/types.h"

NOT this:

#include <ardour/types.h>

Rationale:

This is best practice in general, to ensure we include the local version
and not the system version.  That quotes mean "local" (in some sense)
and angle brackets mean "system" (in some sense) is a ubiquitous
convention and IIRC right in the C spec somewhere.

More pragmatically, this is required by (my) waf (stuff) for dependencies
to work correctly.  That is:

!!! FAILURE TO DO THIS CAN RESULT IN BROKEN BUILDS !!!

Failure to comply is punishable by death by torture. :)

P.S. It's not that dramatic in all cases, but this (in combination with some
GCC flags specific to the include type) is the best way I have found to be
absolutely 100% positive the local ones are being used (and we definitely
want to be absolutely 100% positive on that one).


git-svn-id: svn://localhost/ardour2/branches/3.0@4655 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-25 18:26:51 +00:00
..
appleutility most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_canvas.cc; builds and runs and does a few specific things but expect it to be buggy for a while yet 2008-12-12 14:43:24 +00:00
ardour *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
cairomm Improve svn revision handling and make srctar "work". (The tarball is created, but it doesn't build...) 2008-12-08 09:03:36 +00:00
clearlooks-newer Fix ardour2 -> ardour3 issues. 2009-02-18 18:32:13 +00:00
clearlooks-older Fix ardour2 -> ardour3 issues. 2009-02-18 18:32:13 +00:00
evoral *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
fst
glibmm2 Added svn:ignore properties and cleaned out autocrap cruft from libs/glibmm2/scripts/ 2008-10-21 19:56:42 +00:00
gtkmm2 fix use of deprecated gtk toolbar tooltips API when GTK_NEW_TOOLTIP_API is defined 2008-12-13 13:28:44 +00:00
gtkmm2ext Remove empty files. 2009-02-18 23:58:21 +00:00
libgnomecanvasmm
midi++2 *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
pbd *** NEW CODING POLICY *** 2009-02-25 18:26:51 +00:00
rubberband install/uninstall to ardour3 not ardour2 2009-01-02 15:13:40 +00:00
sigc++2 Fix sigc building. 2008-09-20 15:49:48 +00:00
soundtouch
surfaces Fix 'sticky' sliders when MIDI control feedback is enabled. 2009-02-18 23:54:41 +00:00
taglib Fix some compiling warnings and errors in OS X 2008-12-29 19:50:19 +00:00
vamp-plugins Move midi_util.h. 2008-09-30 15:19:49 +00:00
vamp-sdk most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_canvas.cc; builds and runs and does a few specific things but expect it to be buggy for a while yet 2008-12-12 14:43:24 +00:00
.cvsignore