<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/autotests, branch v5.83.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Avoid cmake variables and pass sources directly to macro</title>
<updated>2021-05-27T01:50:11+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-05-27T01:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=9fe58ac80574ca668c23ba662e73de5e5b054c1f'/>
<id>9fe58ac80574ca668c23ba662e73de5e5b054c1f</id>
<content type='text'>
NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NO_CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fix deleted group is in listGroups"</title>
<updated>2021-05-25T13:59:30+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2021-05-25T13:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=4c590ede2cef74342aaf25eea9a32ee96c78b1aa'/>
<id>4c590ede2cef74342aaf25eea9a32ee96c78b1aa</id>
<content type='text'>
This reverts commit b3dc879e8b108c26c929bfbe551bcdf77f140e94.

This change breaks plasmashell startup and possible other apps as well.
Reverting so the root cause can be investigated without time pressure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b3dc879e8b108c26c929bfbe551bcdf77f140e94.

This change breaks plasmashell startup and possible other apps as well.
Reverting so the root cause can be investigated without time pressure.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix deleted group is in listGroups</title>
<updated>2021-05-25T07:35:18+00:00</updated>
<author>
<name>Lieven Hey</name>
<email>lieven.hey@kdab.com</email>
</author>
<published>2021-05-20T10:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=b3dc879e8b108c26c929bfbe551bcdf77f140e94'/>
<id>b3dc879e8b108c26c929bfbe551bcdf77f140e94</id>
<content type='text'>
calling deleteGroup only deletes all entries but the group does still
exists in listGroups

this is somewhat irritating since calling exists on that group will
return false

with this patch the group does no longer exists in listGroup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
calling deleteGroup only deletes all entries but the group does still
exists in listGroups

this is somewhat irritating since calling exists on that group will
return false

with this patch the group does no longer exists in listGroup
</pre>
</div>
</content>
</entry>
<entry>
<title>GIT_SILENT: use qt_ macro</title>
<updated>2021-05-16T09:47:27+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2021-05-16T09:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5bc56ee99d41076dc36543d493d57157d31fa59e'/>
<id>5bc56ee99d41076dc36543d493d57157d31fa59e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cmake warning</title>
<updated>2021-05-04T04:50:23+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2021-05-04T04:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=6e3e8519d6be03bb156fdafad04de396bec2f1c4'/>
<id>6e3e8519d6be03bb156fdafad04de396bec2f1c4</id>
<content type='text'>
"Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
"
We need to add file extension
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
"
We need to add file extension
</pre>
</div>
</content>
</entry>
<entry>
<title>KConfig: rename kconfigdata.h to kconfigdata_p.h</title>
<updated>2021-04-15T10:02:10+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-04-15T10:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=163cebc7065cd85650f45e93203b3ea8dd82f652'/>
<id>163cebc7065cd85650f45e93203b3ea8dd82f652</id>
<content type='text'>
It's internal, the symbols are not exported, the header is not installed.

The _p.h naming makes this more obvious, when grepping for stuff in
public API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's internal, the symbols are not exported, the header is not installed.

The _p.h naming makes this more obvious, when grepping for stuff in
public API.
</pre>
</div>
</content>
</entry>
<entry>
<title>kconfig_compiler: add override to generated destructors</title>
<updated>2021-04-05T12:23:47+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-04-04T11:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=27f1d268d9f960b72081b74b0688fdc5fc212ff5'/>
<id>27f1d268d9f960b72081b74b0688fdc5fc212ff5</id>
<content type='text'>
This fixes the clang warning
globalsettings_kmail.h:58:5: warning: '~GlobalSettingsBase' overrides a destructor but is not marked 'override' [-Wsuggest-destructor-override]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the clang warning
globalsettings_kmail.h:58:5: warning: '~GlobalSettingsBase' overrides a destructor but is not marked 'override' [-Wsuggest-destructor-override]
</pre>
</div>
</content>
</entry>
<entry>
<title>autotests: look for cmd, not bash, on Windows</title>
<updated>2021-04-04T17:17:34+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-04-04T17:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=05bf9bd074ab254e42400e7d42db6e06dd977953'/>
<id>05bf9bd074ab254e42400e7d42db6e06dd977953</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Relicense file to LGPL-2.0-or-later</title>
<updated>2021-03-28T07:53:31+00:00</updated>
<author>
<name>Andreas Cord-Landwehr</name>
<email>cordlandwehr@kde.org</email>
</author>
<published>2021-03-28T07:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ecf02500cf822c7fb026059778de4f58c24baa66'/>
<id>ecf02500cf822c7fb026059778de4f58c24baa66</id>
<content type='text'>
Relicense approved by relicensecheck except:

- lgplv2+: a.volkov@rusbitech.ru
a.volkov@rusbitech.ru (   1 LOC): d328dd6

Which is a non-copyrightible trivial change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relicense approved by relicensecheck except:

- lgplv2+: a.volkov@rusbitech.ru
a.volkov@rusbitech.ru (   1 LOC): d328dd6

Which is a non-copyrightible trivial change.
</pre>
</div>
</content>
</entry>
<entry>
<title>kconfig_compiler: change how paramString() creates strings</title>
<updated>2021-03-05T23:35:09+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-02-23T14:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=23f55a865bdc1b5f7f462b35e8788ea3e2cbc121'/>
<id>23f55a865bdc1b5f7f462b35e8788ea3e2cbc121</id>
<content type='text'>
Now it creates C++ code that uses QString::arg(Args...) instead of
arg().arg().

AFAICS, the type of the "Args" is QString, so this should work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it creates C++ code that uses QString::arg(Args...) instead of
arg().arg().

AFAICS, the type of the "Args" is QString, so this should work.
</pre>
</div>
</content>
</entry>
</feed>
