]> git.tdb.fi Git - libs/gltk.git/history - source/partcache.h
Rework how widget ownership works in Container
[libs/gltk.git] / source / partcache.h
2023-08-21 Mikko RasaUse std::unique_ptr for managing memory
2023-08-21 Mikko RasaConvert all list containers to vectors
2023-08-20 Mikko RasaMake sure classes follow the rule of 0/3/5
2023-08-20 Mikko RasaUse nullptr instead of 0 for pointers
2023-08-20 Mikko RasaSimplify constructors with C++11
2023-08-18 Mikko RasaAdd API declarations
2019-09-17 Mikko RasaUse RAII to ensure consistent PartCache state
2014-01-11 Mikko RasaAdd consistency checks to PartCache
2014-01-11 Mikko RasaReuse meshes in PartCache to avoid buffer create/delete...
2013-06-25 Mikko RasaImprove widget part caching
2012-11-30 Mikko RasaCache widget parts in meshes