13
0
livetrax/libs/temporal
Robin Gareus 74c4ca3e52
Reduce reliance on boost - the hard part
the rest from `tools/convert_boost.sh`.

* replace boost::function, boost::bind with std::function and std::bind.

This required some manual fixes, notably std::placeholders,
some static_casts<>, and boost::function::clear -> = {}.
2024-10-19 03:47:21 +02:00
..
MSVCtemporal
temporal Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
test temporal: always use Temporal::reset() for superclock and TempoMap default values 2023-09-20 12:30:53 -06:00
bbt_time.cc fix BBT_Time::round_up_to_beat_div() (partially) 2023-09-22 22:54:37 -06:00
beats.cc
debug.cc
domain.cc add get/set state methods to TimeDomainProvider 2023-08-16 16:33:17 -06:00
enums.cc temporal: reset global superclock rate when creating a new session 2023-09-20 12:30:53 -06:00
range.cc temporal: operator<< for Range and RangeList 2023-03-24 14:19:16 -06:00
superclock.cc Simplify the MSVC / superclock change which should now be compatible with all compilers 2023-10-05 14:01:32 +01:00
tempo.cc Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
test2.cc
test.cc
time.cc
timeline.cc temporal: fix error in computation of timecnt_t::end() for specific conditions 2023-11-06 20:38:08 -07:00
wscript wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00