From: Francesco M. <fr...@us...> - 2007-01-08 00:46:02
|
name: wxMemoryMappedFile wxversion: all category: stream,system,wrapper,miscellaneous language: cpp description: Class for mapping a file into your address space (rather than having to buffer its contents). This gives you direct access to the files contents as a raw char*, bypassing the usual file stream operations. You can even write to the char* and have that immediately write back directly to the file. location: wxmemorymappedfile cdate: 2007-01-07 id: 123 status: stable docs: doxygen buildsys: extdep: none wiki: disabled wxport: all samples: 1 approved: 0 author: Blake Madden version: 1.0 maintainerid: 48 Maintainer SF username: blizzymadden Maintainer name: Blake Madden Maintainer mail address: blake.madden@oleandersolutions.c |
From: Francesco M. <fr...@us...> - 2007-01-09 00:46:01
|
name: wxMemoryMappedFile wxversion: all category: stream,system,wrapper,miscellaneous language: cpp description: Class for mapping a file into your address space (rather than having to buffer its contents). This gives you direct access to the files contents as a raw char*, bypassing the usual file stream operations. You can even write to the char* and have that immediately write back directly to the file. location: wxmemorymappedfile cdate: 2007-01-07 id: 123 status: stable docs: doxygen buildsys: extdep: none wiki: disabled wxport: all samples: 1 approved: 0 author: Blake Madden version: 1.0 maintainerid: 48 Maintainer SF username: blizzymadden Maintainer name: Blake Madden Maintainer mail address: blake.madden@oleandersolutions.c |
From: Francesco M. <fr...@us...> - 2007-01-10 00:46:02
|
name: wxMemoryMappedFile wxversion: all category: stream,system,wrapper,miscellaneous language: cpp description: Class for mapping a file into your address space (rather than having to buffer its contents). This gives you direct access to the files contents as a raw char*, bypassing the usual file stream operations. You can even write to the char* and have that immediately write back directly to the file. location: wxmemorymappedfile cdate: 2007-01-07 id: 123 status: stable docs: doxygen buildsys: extdep: none wiki: disabled wxport: all samples: 1 approved: 0 author: Blake Madden version: 1.0 maintainerid: 48 Maintainer SF username: blizzymadden Maintainer name: Blake Madden Maintainer mail address: blake.madden@oleandersolutions.c |
From: John L. <jla...@gm...> - 2007-01-10 16:31:10
|
Are we still waiting to see what happens with the integration of wxMemoryMappedFile into wxWidgets itself? Regards, John Labenski On 1/9/07, Francesco Montorsi <fr...@us...> wrote: > name: wxMemoryMappedFile > wxversion: all > category: stream,system,wrapper,miscellaneous > language: cpp > description: Class for mapping a file into your address space (rather than having to buffer its contents). This gives you direct access to the files contents as a raw char*, bypassing the usual file stream operations. You can even write to the char* and have that immediately write back directly to the file. > location: wxmemorymappedfile > cdate: 2007-01-07 > id: 123 > status: stable > docs: doxygen > buildsys: > extdep: none > wiki: disabled > wxport: all > samples: 1 > approved: 0 > author: Blake Madden > version: 1.0 > maintainerid: 48 > > Maintainer SF username: blizzymadden > Maintainer name: Blake Madden > Maintainer mail address: blake.madden@oleandersolutions.c > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Francesco M. <f18...@ya...> - 2007-01-10 16:41:09
|
John Labenski ha scritto: > Are we still waiting to see what happens with the integration of > wxMemoryMappedFile into wxWidgets itself? I'd guess so... btw this morning I've approved the component just to stop these messages. However I'll wait Blake's reply before create the CVS/SVN component repo. Francesco |
From: Blake M. <bla...@ol...> - 2007-01-10 17:21:12
|
I'm sorry, I've been separated from my Linux workstation for a couple =20 of days so I haven't had a chance to upload this yet. I will =20 definitely do that tonight as soon as I get home. I guess I'll use CVS. Quoting Francesco Montorsi <f18...@ya...>: > John Labenski ha scritto: >> Are we still waiting to see what happens with the integration of >> wxMemoryMappedFile into wxWidgets itself? > I'd guess so... btw this morning I've approved the component just to =20 > stop these > messages. However I'll wait Blake's reply before create the CVS/SVN =20 > component repo. > > > Francesco > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share yo= ur > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DD= EVDEV > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > ****************************************** Blake Madden Development Lead Oleander Solutions E-mail: bla...@ol... Web: http://www.oleandersolutions.com |
From: Francesco M. <f18...@ya...> - 2007-01-10 21:20:35
|
Blake Madden ha scritto: > I'm sorry, I've been separated from my Linux workstation for a couple > of days so I haven't had a chance to upload this yet. I will > definitely do that tonight as soon as I get home. I guess I'll use CVS. ok, now the component directory "wxCode/components/memorymappedfile" (note I removed the 'wx' prefix) is in CVS . Please refer to the maintainer guide and for any doubt ask here. Good luck! Francesco |