ardour/libs/evoral
Robin Gareus 3ce2cf937e
Revert "wscript: drop unnecessary str() on configure variables"
This reverts commit 615326be9b because it
breaks windows builds.

```
File "/home/ardour/ardour-w64/wscript", line 1462, in configure
  set_compiler_flags (conf, Options.options)
File "/home/ardour/ardour-w64/wscript", line 522, in set_compiler_flags
  if re.search ('x86_64-w64', conf.env['CC']) is not None:
File "/usr/lib/python2.7/re.py", line 146, in search
  return _compile(pattern, flags).search(string)
TypeError: expected string or buffer
```
2023-10-16 21:15:25 +02:00
..
evoral domain swaps for MIDI CC and other controls 2023-08-16 09:06:10 -06:00
libsmf Fix memory leak for invalid SMF event 2022-10-04 03:29:52 +02:00
MSVCevoral Accommodate some recently moved/renamed folders and source files (libevoral) 2019-11-03 13:46:29 +00:00
test objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
Control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
ControlList.cc domain swaps for MIDI CC and other controls 2023-08-16 09:06:10 -06:00
ControlSet.cc domain swaps for MIDI CC and other controls 2023-08-16 09:06:10 -06:00
Curve.cc Fix pan automation 2022-10-27 04:28:07 +02:00
debug.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
Event.cc switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
Note.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
run-tests.sh
Sequence.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
SMF.cc Correct a couple of typos when calling 'g_fopen()' 2023-01-17 10:32:36 +00:00
SMFReader.cc Correct a couple of typos when calling 'g_fopen()' 2023-01-17 10:32:36 +00:00
wscript Revert "wscript: drop unnecessary str() on configure variables" 2023-10-16 21:15:25 +02:00