[vrjuggler] 2 new revisions pushed by patrick....@gmail.com on 2012-12-27 16:48 GMT

2 views
Skip to first unread message

vrju...@googlecode.com

unread,
Dec 27, 2012, 11:49:40 AM12/27/12
to vrjugg...@googlegroups.com
2 new revisions:

Revision: 8205b5c36f19
Author: Ryan Pavlik <rpa...@iastate.edu>
Date: Fri Apr 13 10:43:03 2012
Log: Make the LibraryWin32 class noncopyable....
http://code.google.com/p/vrjuggler/source/detail?r=8205b5c36f19

Revision: e22159ddd75c
Author: Patrick Hartling <patrick....@gmail.com>
Date: Thu Dec 27 08:46:38 2012
Log: Merge branch 'library-noncopyable-trunk'
http://code.google.com/p/vrjuggler/source/detail?r=e22159ddd75c

==============================================================================
Revision: 8205b5c36f19
Author: Ryan Pavlik <rpa...@iastate.edu>
Date: Fri Apr 13 10:43:03 2012
Log: Make the LibraryWin32 class noncopyable.

Copy semantics don't really make sense here, and copying would
result in a call to FreeLibrary for an already-freed library.
The fact I could remove the copying/assignment members and inherit from
boost::noncopyable successfully means that at least within the juggler
suite, nothing is actually copying these.

http://code.google.com/p/vrjuggler/source/detail?r=8205b5c36f19

Modified:
/modules/vapor/vpr/md/WIN32/DynLoad/LibraryWin32.cpp
/modules/vapor/vpr/md/WIN32/DynLoad/LibraryWin32.h

==============================================================================
Revision: e22159ddd75c
Author: Patrick Hartling <patrick....@gmail.com>
Date: Thu Dec 27 08:46:38 2012
Log: Merge branch 'library-noncopyable-trunk'

http://code.google.com/p/vrjuggler/source/detail?r=e22159ddd75c

Reply all
Reply to author
Forward
0 new messages