aboutsummaryrefslogtreecommitdiff
path: root/common/session
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16Implement two-phase session insertionBoris Kolpackov7-0/+708
On the first step an uninitialized object is inserted into the cache as before (this is necessary to handle recursive loading). The second step is to notify the session that the object has been initialized. On this second step the session can perform change tracking preparations, such as make a copy of the object or reset the modification flag. New test: common/session/custom (implements a custom session that uses copies to track changes).
2013-01-16Rename common/session to common/session/cacheBoris Kolpackov4-10/+10
2012-09-16Add support for Visual Studio 2012Boris Kolpackov1-1/+3
2012-04-26Make session optionalBoris Kolpackov2-1/+2
2012-03-06Detect situations where session is required but not usedBoris Kolpackov4-0/+262
Throw session_required.