| Age | Commit message (Collapse) | Author |
|
|
|
namespace so as to get a slightly easier life.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
uuid_{cpl,pkl}.xml as this seems to be more conventional.
|
|
|
|
|
|
|
|
|
|
into Interop and SMPTE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
that lexical_cast will sometimes use a thousands separator
(i.e. it will convert 1234 to a string 1,234). It appears
not to be possible safely to turn this off (you have to set
the global locale). Instead, raw_convert uses a stringstream
which you can imbue() with std::locale::classic() to turn off
the locale-specific behaviour.
|
|
|
|
|
|
|
|
Allow DCP reads to continue in the face of some errors (currently
just missing assets).
|