Mirror of Ardour Source Code
Find a file
John Emmas a88f38cf10 'gtk2_ardour (msvc)' - Some changes needed before anything at all will compile
For the most part, the compilation problems are caused by lines such as:-

      WM::Proxy<ThemeManager> theme_manager;

Before MSVC will compile the above it needs to know that the specified object type contains an appropriate (i.e. publicly available) default c'tor. Therefore the corresponding header file needs to get #included, rather than just declaring that type to be a class (whilst all classes have a default c'tor, it needn't necessarily be public). The remaining changes are mostly minor.

This commit should be tested ASAP to make sure it doesn't upset the other compilers.
2013-09-26 10:58:07 +01:00
doc updated monitor modes doc (new version from Chris with IDs) 2013-08-09 19:34:32 +02:00
export
gtk2_ardour 'gtk2_ardour (msvc)' - Some changes needed before anything at all will compile 2013-09-26 10:58:07 +01:00
icons
libs Merge branch 'cairocanvas' into windows+cc 2013-09-25 15:52:11 +01:00
mcp new Mackie Control device file for Qcon controller (from #5634) 2013-08-08 15:26:42 -04:00
midi_maps new generic MIDI binding map for Novation Impulse 61 from Alexandre Prokoudine 2013-09-10 08:51:06 -04:00
msvc_extra_headers Define 'suseconds_t' which isn't normally defined for Windows 2013-09-25 15:56:01 +01:00
patches
patchfiles Add a bunch more midnam files. 2013-02-23 17:44:53 +00:00
templates do not include templates in a distributed version of ardour, they are useless. see the comments in templates/wscript on why this is so, and why this change was made 2013-04-06 11:37:16 -04:00
tools valgrind ignore glib UTF8 warnings 2013-08-08 15:26:18 -04:00
vst fix ardvst and ardourvst (use variable or version number) 2013-06-23 18:59:47 +02:00
.dir-locals.el
.gitignore Use common test function to create temporary session 2013-08-08 15:23:08 -04:00
ardour-3.ttl
ardour.1 add -a option to ardour.1 manpage 2013-03-12 13:32:56 -04:00
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
ardour_system.rc
ardour_system_sae.rc
COPYING
instant.xml
instant.xml.sae
Makefile
PACKAGER_README
README another trivial change to test hooks 2013-03-13 14:35:39 -04:00
testfile.flac
testfile.ogg
TRANSLATORS
waf rebuild waf to avoid CC/CXX flags that do not work on OLD apple gcc; remove unnecessary step from updating_waf.txt 2013-03-07 15:32:56 +00:00
wscript Merge remote-tracking branch 'remotes/origin/cairocanvas' into windows 2013-09-21 09:17:25 +01:00

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html