On Mon, Aug 11, 2014 at 4:52 AM, Aleix Pol wrote:
> Well, you can document it together with the funcion that enables exceptions
> at least.
OK, documented at
https://techbase.kde.org/index.php?title=Development/ECM_SourceIncompatChanges&diff=82951&oldid=82898
David E. Narvaez
__
On Mon, Aug 11, 2014 at 10:22 AM, David Narvaez
wrote:
> On Sun, Aug 10, 2014 at 5:03 PM, Aleix Pol wrote:
> > From kde-modules/KDECompilerSettings.cmake
> >
> > # kde_enable_exceptions()
> > #
> > # Enables exceptions for C++ source files compiled for the
> > # CMakeLists.txt file in the curr
On Sun, Aug 10, 2014 at 5:03 PM, Aleix Pol wrote:
> From kde-modules/KDECompilerSettings.cmake
>
> # kde_enable_exceptions()
> #
> # Enables exceptions for C++ source files compiled for the
> # CMakeLists.txt file in the current directory and all subdirectories.
>
> See http://api.kde.org/ecm/kd
On Sun, Aug 10, 2014 at 4:58 PM, David Narvaez
wrote:
> Hi,
>
> I just noticed the old CMake line my project used to enable exceptions
> on a single file was not working and I dug into the ECM modules to
> find the correct way to do that. But I don't see exceptions mentioned
> in the ECM SIC page
Hi,
I just noticed the old CMake line my project used to enable exceptions
on a single file was not working and I dug into the ECM modules to
find the correct way to do that. But I don't see exceptions mentioned
in the ECM SIC page[0], should that documentation be there? i.e., is
this considered a