subsurface/desktop-widgets
Berthold Stoeger 43dc398f51 core: default initialize units-type objects to 0
Makes the code much nicer to read.

Default initialize cylinder_t to the empty cylinder.

This produces lots of warnings, because most structure are now
not PODs anymore and shouldn't be erased using memset().

These memset()s will be removed one-by-one and replaced by
proper constructors.

The whole ordeal made it necessary to add a constructor to
struct event. To simplify things the whole optimization of
the variable-size event names was removed. In upcoming commits
this will be replaced by std::string anyway.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-06-10 13:05:57 +02:00
..
2015-10-30 10:36:49 -07:00
2024-01-20 09:38:22 -08:00
2020-01-24 09:51:02 -08:00
2020-03-19 08:37:59 -07:00
2024-05-17 16:44:04 +12:00
2017-11-30 23:14:46 -08:00
2017-11-30 23:14:46 -08:00
2017-11-30 23:14:46 -08:00
2015-10-30 10:36:49 -07:00
2024-01-07 16:01:55 -08:00
2017-11-30 23:14:46 -08:00