aboutsummaryrefslogtreecommitdiff
path: root/common/section/polymorphism
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Drop copyright notice from source codeKaren Arutyunov3-3/+0
2019-01-17Update copyright yearKaren Arutyunov3-3/+3
2018-05-24Update copyright yearKaren Arutyunov3-3/+3
2017-01-03Update copyright yearBoris Kolpackov3-3/+3
2016-08-15Lock object statements when loading sectionsBoris Kolpackov2-0/+97
Since we use the id image and loading of object pointers can overwrite it.
2015-02-06Update copyrightBoris Kolpackov3-3/+3
2014-06-03Support for VC12 (2013), initial workBoris Kolpackov1-1/+4
2013-08-14Add support for object sectionsBoris Kolpackov4-0/+2373
Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated.