ardour/tools
Robin Gareus 53c6c714cd disable symbol export -- fix LinuxVST issue
-rdynamic:  Pass the flag -export-dynamic to the ELF linker,
 on targets that support it. This instructs the linker to add
 all symbols, not only used ones, to the dynamic symbol table.
 This option is needed for some uses of dlopen or to allow
obtaining backtraces from within a program.

Some LinuxVST pluging cause ardour3 to crash -- if ardour is linked with
-rdynamic (see #ardour log from 2013-jun-6). This is likely compiler
specific and not a problem on las' build-machine (gcc 4.5.5) which is
why the linux-packaging script enables it by default.
The issue can be reproduced reliably with gcc 4.7.2 and 4.6.3. Although
it is yet unclear if it is caused by g++/ld or related to other factors
of the build-system...
2013-06-06 21:27:07 +02:00
..
ARDOUR
bug_tool remove cruft (old cvsignore files) 2013-03-17 23:08:27 +01:00
CrashReporter
linux_packaging disable symbol export -- fix LinuxVST issue 2013-06-06 21:27:07 +02:00
omf get sample rate properly injected into session file 2010-02-10 22:42:25 +00:00
osx_packaging various miscellany related to versions, gtk2 build and packaging 2013-05-08 13:16:50 -04:00
sanity_check add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and fix const cast warnings generated by new flags 2012-08-10 15:57:09 +00:00
videotimeline refine video-tools installer: 2013-04-20 14:52:18 +02:00
config.guess
define_versions.sh various miscellany related to versions, gtk2 build and packaging 2013-05-08 13:16:50 -04:00
fmt-bindings colin's wall clock patch update, modified to update every second, not every millisecond 2012-12-26 16:44:09 +00:00
jacktest.c
resample_session.pl Patch from antgel to fix resampling of sessions with no 2012-05-27 15:45:36 +00:00
session_exchange.py Indent python files with spaces as per style guide. 2011-03-16 16:32:56 +00:00
synthesize_sources.pl Fix syntax errors (how did this happen?) 2011-05-31 03:45:30 +00:00
valgrind.supp update valgrind script to use suppression list 2012-12-23 04:37:38 +00:00