|
From: White, G. <gr...@sl...> - 2013-02-20 10:58:11
|
Hi Matej, sounds good. So to clarify your objective, I understand that you are making a CPP EPICS V4 install self contained. That is, you are trying to make it so that a installer of EPICS V4 doesn't need to separately download boost. Is that right? Presumably you have done that by wrapping what we will need from boost source code in your own, and put it in pvCommonCPP? And presumably their license allows you to do that? Cheers Greg On Feb 20, 2013, at 12:26 AM, Matej Sekoranja <mat...@co...> wrote: > I've created a pvCommonCPP [1] that contains an EPICS app that > installs subset of boost. > Included subset: TR1 with exception of regex, circular_buffer move > lockfree test atomic. > > It contains a simple testApp/testBoost that creates one shared_ptr of > unordered_map. > > There is no need to compile any boost code (well, in one very special > case it is, but I leave this for later) - only headers. > > Fell free to test on different platforms. > > Matej > > [1] http://users.cosylab.com/~msekoranja/tmp/pvCommonCPP.tgz > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb |