Re: [Interest] CppCon 2014 Registration Open

2014-03-18 Thread Thiago Macieira
Em ter 18 mar 2014, às 10:57:56, Charley Bay escreveu: > Apologies for the cross-post (interest@ and development@), but registration > just opened this morning for "CppCon 2014", September 7-12, 2014 in > Bellevue, Washington, USA. > > http://cppcon.org/ Uh oh... this collides with Akademy. And I

Re: [Interest] dynamic library question

2014-03-18 Thread Thiago Macieira
Em ter 18 mar 2014, às 15:58:46, Mandeep Sandhu escreveu: > >> However, if KSP is enabled, the kernel might realise the pages are > >> identical and drop one copy. I would recommend you don't depend on it, > >> so simply don't duplicate the files. > > > > Doesn't KSP scan only the pages that have

[Interest] CppCon 2014 Registration Open

2014-03-18 Thread Charley Bay
Apologies for the cross-post (interest@ and development@), but registration just opened this morning for "CppCon 2014", September 7-12, 2014 in Bellevue, Washington, USA. http://cppcon.org/ There is a "Super-Early-Bird" registration price of $695 for the week for the first 100 people. It would b

Re: [Interest] dynamic library question

2014-03-18 Thread Giuseppe D'Angelo
On 18 March 2014 11:28, Mandeep Sandhu wrote: > > Just to be clear, you guys are talking about KSM (kernel samepage > merging) right? Uhm, yes, I was. I failed the acronym... Cheers, -- Giuseppe D'Angelo ___ Interest mailing list Interest@qt-project.o

[Interest] [ANN] Registration for CppCon 2014 is Open

2014-03-18 Thread Boris Kolpackov
CppCon, The C++ Conference Opening Keynote by Bjarne Stroustrup September 7–12, 2014 Bellevue, Washington, USA Registration is now open for CppCon 2014 to be held September 7–12, 2014 at the Meydenbauer Center in Bellevue, Washington, USA. This year the conference starts with the keynote by Bjarne

Re: [Interest] dynamic library question

2014-03-18 Thread Mandeep Sandhu
>> >> However, if KSP is enabled, the kernel might realise the pages are identical >> and drop one copy. I would recommend you don't depend on it, so simply don't >> duplicate the files. > > Doesn't KSP scan only the pages that have been explictly marked as > mergeable via madvise? Why would the dy

Re: [Interest] Qt 5.3 Build Error for iOS - ATSFont

2014-03-18 Thread Gustavsen Richard
This patches fixes it: https://codereview.qt-project.org/#change,80835 -Richard Fra: interest-bounces+richard.gustavsen=digia@qt-project.org [interest-bounces+richard.gustavsen=digia@qt-project.org] på vegne av Brian Dentino [brian.dent...@gmail.com] Sen

Re: [Interest] dynamic library question

2014-03-18 Thread Giuseppe D'Angelo
On 17 March 2014 23:21, Thiago Macieira wrote: > > However, if KSP is enabled, the kernel might realise the pages are identical > and drop one copy. I would recommend you don't depend on it, so simply don't > duplicate the files. Doesn't KSP scan only the pages that have been explictly marked as

Re: [Interest] Using OpenGL with Qt

2014-03-18 Thread Till Oliver Knoll
Am 17.03.2014 um 16:49 schrieb Yves Bailly : > ... > That was 100k ;-) and each is a different piece of mesh, so no instances. Its > 100k instances of a *class*, not 100k instances of a *model* - each "class > instance" containing its own model. That's exactly where the already mentioned "multi d

Re: [Interest] dynamic library question

2014-03-18 Thread Damian Ivanov
Super thanks! :) 2014-03-17 23:21 GMT+01:00 Thiago Macieira : > Em seg 17 mar 2014, às 21:27:00, Damian Ivanov escreveu: >> Hi, >> >> A general question but maybe you are so kind and help me :-) >> /usr/lib/libMyLib.so and >> /opt/MyProj/lib/libMyLib.so >> (100% indentical files) >> So when I have