13
0
Go to file
Robin Gareus 4b8b5acfc4
Fix builds with gcc-14 lstat (#9703 PR #893)
from stat(2)
```
lstat():
    /* glibc 2.19 and earlier */ _BSD_SOURCE
        || /* Since glibc 2.20 */ _DEFAULT_SOURCE
        || _XOPEN_SOURCE >= 500
        || /* Since glibc 2.10: */ _POSIX_C_SOURCE >= 200112L

```
2024-05-07 00:17:56 +02:00
doc
gtk2_ardour show/hide group-tab spacer above VCA pane 2024-05-06 23:47:10 +02:00
headless
libs Fix builds with gcc-14 lstat (#9703 PR #893) 2024-05-07 00:17:56 +02:00
luasession
msvc_extra_headers
MSVCardour3
MSVCMixbus3
MSVCvst_scan
session_utils
share Add example script to exercise Plugin Properties 2024-03-24 23:09:53 +01:00
tools Fix macOS signing when excluding xjadeo 2024-05-05 18:49:12 +02:00
.dir-locals.el
.gitattributes
.gitignore
ardour.1
COPYING
nutempo-todo
PACKAGER_README
README
README-GITHUB.txt
system_config
TRANSLATORS
waf
wscript Raise the butler's I/O priority 2024-04-29 21:46:06 +02:00

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

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