I am proud to announce the first CMake 3.19 release candidate.
https://cmake.org/download/
Documentation is available at:
https://cmake.org/cmake/help/v3.19
Release notes appear below and are also published at
https://cmake.org/cmake/help/v3.19/release/3.19.html
Some of the more significan
On 2020-10-13 17:24, David Hurka wrote:
Moin
Moin :)
First list of stale MRs here:
https://invent.kde.org/sysadmin/gitlab-triaging/-/issues
[ ] https://invent.kde.org/graphics/okular/-/merge_requests/234
Ah, that’s mine. It is listed as “waiting for this” in issue okular#21.
What would be
> Moin
Moin :)
> > First list of stale MRs here:
> > https://invent.kde.org/sysadmin/gitlab-triaging/-/issues
> [ ] https://invent.kde.org/graphics/okular/-/merge_requests/234
Ah, that’s mine. It is listed as “waiting for this” in issue okular#21.
What would be the correct way to mark an MR as
Moin
As promised in a previous mail I've set up a system that helps us find
stale MRs to ensure patches don't fall by the wayside.
Lists are filed as issues on invent. To help out you can hit the bell to
subscribe to `New issue` events at
https://invent.kde.org/sysadmin/gitlab-triaging
First lis
On Dienstag, 13. Oktober 2020 09:03:01 CEST Dag wrote:
> mandag den 12. oktober 2020 21.02.31 CEST skrev Johnny Jazeix:
> > Hi,
> >
> > issue is there:
> > https://invent.kde.org/graphics/kdiagram/-/blob/2.7/src/KChart/CMakeLists.
> > txt#L126 qt5_wrap_cpp(KChart kchart_LIB_SRCS KChartEnums.h) sho
On Thursday, 10 September 2020 16:11:08 CEST Caio Jordão Carvalho wrote:
> As discussed in the SoK/GSoC BoF that we had yesterday, our plan is
> to start the next edition of Season of KDE soon. But first we need to
> include
> some ideas in our ideas page and, most importantly, *we need mentors*! S
mandag den 12. oktober 2020 21.02.31 CEST skrev Johnny Jazeix:
Hi,
issue is there:
https://invent.kde.org/graphics/kdiagram/-/blob/2.7/src/KChart/CMakeLists.txt#L126
qt5_wrap_cpp(KChart kchart_LIB_SRCS KChartEnums.h) should be
qt5_wrap_cpp(kchart_LIB_SRCS KChartEnums.h)
I'm fixing it.
Thanks f