13
0
livetrax/libs/midi++2
Mads Kiilerich 3b4cf9191c wscript: drop unused VERSION assignment in libs
https://waf.io/book/ says
  By default, the project name and version are set to noname and 1.0. To
  change them, it is necessary to provide two additional variables in the
  top-level project file

- and waf code inspection confirms that waf itself only will use the top
  level VERSION.

Some wscripts will use
  bld.env['VERSION']
but that will also just use the value set in the top wscript.
2023-09-17 07:34:55 -06:00
..
midi++ switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
MSVCmidi++
test switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
channel.cc
COPYING
ipmidi_port.cc fix strncpy() size argument error (Windows only, needs review) 2022-06-22 13:31:08 -06:00
libmidi++.pc.in
libmidi++.spec.in
midi.cc
miditrace.cc Transmitter::Debug implementation 1/2 2020-10-13 21:58:26 +02:00
midnam_patch.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mmc.cc Fix various MMC commands, set request-source 2023-06-04 01:15:02 +02:00
mmctest.cc Transmitter::Debug implementation 1/2 2020-10-13 21:58:26 +02:00
mtc.cc
parser.cc remove debug output 2023-04-23 11:34:28 -06:00
port.cc Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
run-tests.sh
wscript wscript: drop unused VERSION assignment in libs 2023-09-17 07:34:55 -06:00