LUMIERA.clone/src
Ichthyostega 38837da65e Timehandling: choose safer representation for fractional seconds (closes #939)
When drafting the time handling framework some years ago,
I foresaw the possible danger of mixing up numbers relating
to fractional seconds, with other plain numbers intended as
frame counts or as micro ticks. Thus I deliberately picked
an incompatible integer type for FSecs = boost::rational<long>

However, using long is problematic in itself, since its actual
bit length is not fixed, and especially on 32bit platforms long
is quite surprisingly defined to be the same as int.

However, meanwhile, using the new C++ features, I have blocked
pretty much any possible implicit conversion path, requiring
explicit conversions in the relevant ctor invocations. So,
after weighting in the alternatives, FSecs is now defined
as boost::rational<int64_t>.
2020-02-17 03:13:36 +01:00
..
common Dependencies: get rid of boost-regexp (see #995) 2019-06-24 02:41:02 +02:00
include Timeline: consider to turn RulerTrack into a part of the systematic UI model 2018-12-15 06:05:18 +01:00
lib Timehandling: choose safer representation for fractional seconds (closes #939) 2020-02-17 03:13:36 +01:00
lumiera Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
plugin Merge: change building to create modules 2008-12-20 02:15:33 +01:00
stage Timeline: switch TrackProfile to hold a sequence of VerbPack entries 2019-06-12 03:29:00 +02:00
steam Dependencies: get rid of boost-regexp (see #995) 2019-06-24 02:41:02 +02:00
tool Doxygen: fill in missing file level headlines for some supplemental code 2016-11-09 20:09:19 +01:00
vault Library: clarify usage of the basic time scale 2018-12-10 00:12:52 +01:00
.gitignore
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
doxygen.dox DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
SConscript Global-Layer-Renaming: fix handling of GuiResources in the build 2018-11-16 18:18:33 +01:00