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
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
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
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
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
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
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
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
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