[ANN] ODB C++ ORM 2.0.0 released, adds support for C++11, polymorphism

2012-05-02 Thread Boris Kolpackov
I am pleased to announce the release of ODB 2.0.0. ODB is an open source object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any of the mapping code. Major ne

create activity aware application

2012-05-02 Thread Weng Xuetian
Hi kde world, Currently kde have activity that can easily stop and save session. But unfortunately there are several issue. 1. multi window but single-process application does not work with stop activity. For example konsole, if we have two konsole window in different activity, stop one activity wi

Should the library version follow the KDE release version?

2012-05-02 Thread Stefan Majewsky
Hi, I'm currently working on the libkdegames build system. For a major cleanup, libkdegames is breaking source and binary compatibility in the 4.9 release. I figured this is the right time to move away from a self-installed find-script to a ProjectConfig.cmake file. Now I'm wondering about the ve

Re: Should the library version follow the KDE release version?

2012-05-02 Thread Weng Xuetian
On Thu, May 3, 2012 at 2:19 AM, Stefan Majewsky wrote: > Hi, > > I'm currently working on the libkdegames build system. For a major > cleanup, libkdegames is breaking source and binary compatibility in > the 4.9 release. I figured this is the right time to move away from a > self-installed find-sc

Re: Should the library version follow the KDE release version?

2012-05-02 Thread Andreas Pakulat
Hi, On Wed, May 2, 2012 at 8:19 PM, Stefan Majewsky < stefan.majew...@googlemail.com> wrote: > I'm currently working on the libkdegames build system. For a major > cleanup, libkdegames is breaking source and binary compatibility in > the 4.9 release. I figured this is the right time to move away

Re: Should the library version follow the KDE release version?

2012-05-02 Thread Stefan Majewsky
On Wed, May 2, 2012 at 8:30 PM, Weng Xuetian wrote: > For example, libkdecore is now 5.8.0, but still the api is 4.7. When the VERSION was 5.1.0 previously, can I go back to 4.9.0 to reach consistency with the KDE release, while I still bump the SOVERSION from 5 to 6? Greetings Stefan >> Visit

CMake looks for an installed config script in another project's build directory

2012-05-02 Thread Stefan Majewsky
Hi again, CMake does not seem to like me today. I've set up my KDEGamesConfig.cmake files, and tried to compile a test application against the installed library. I'm attaching the CMakeLists.txt for the test application at the end of the mail for reference (after the scissor line). As explained o

Re: Should the library version follow the KDE release version?

2012-05-02 Thread Sune Vuorela
On 2012-05-02, Stefan Majewsky wrote: > On Wed, May 2, 2012 at 8:30 PM, Weng Xuetian wrote: >> For example, libkdecore is now 5.8.0, but still the api is 4.7. > > When the VERSION was 5.1.0 previously, can I go back to 4.9.0 to reach > consistency with the KDE release, while I still bump the SOVE

Re: CMake looks for an installed config script in another project's build directory

2012-05-02 Thread Andreas Pakulat
Hi, On Wed, May 2, 2012 at 9:46 PM, Stefan Majewsky < stefan.majew...@googlemail.com> wrote: > Hi again, > > CMake does not seem to like me today. I've set up my > KDEGamesConfig.cmake files, and tried to compile a test application > against the installed library. I'm attaching the CMakeLists.txt