<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/autotests, branch v4.100.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>REVIEW: 118039</title>
<updated>2014-05-26T09:50:54+00:00</updated>
<author>
<name>Thomas Braxton</name>
<email>kde.braxton@gmail.com</email>
</author>
<published>2014-05-26T09:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5f4dc2973f10cd44b2c70680fee72dd8fc545d2f'/>
<id>5f4dc2973f10cd44b2c70680fee72dd8fc545d2f</id>
<content type='text'>
Simplify KConfigGroup::readEntry/writeEntry.

KConfigGroup::readCheck/writeCheck caused some compilers to complain
since they were private functions that were being reimplemented outside
the class definition.

Updated KCONFIGGROUP_DECLARE_ENUM_QOBJECT/
deprecated global functions created in KDE4 times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify KConfigGroup::readEntry/writeEntry.

KConfigGroup::readCheck/writeCheck caused some compilers to complain
since they were private functions that were being reimplemented outside
the class definition.

Updated KCONFIGGROUP_DECLARE_ENUM_QOBJECT/
deprecated global functions created in KDE4 times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "adapt to ECMAddTests change"</title>
<updated>2014-05-10T13:53:00+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-10T13:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=08c778f7cbc4aa76c2aff51bec57aceab44b3ae3'/>
<id>08c778f7cbc4aa76c2aff51bec57aceab44b3ae3</id>
<content type='text'>
This reverts commit 88c9a9664e99b639df4cde2be22dbe44df228879.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 88c9a9664e99b639df4cde2be22dbe44df228879.
</pre>
</div>
</content>
</entry>
<entry>
<title>adapt to ECMAddTests change</title>
<updated>2014-05-09T22:12:25+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-09T22:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=88c9a9664e99b639df4cde2be22dbe44df228879'/>
<id>88c9a9664e99b639df4cde2be22dbe44df228879</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apparently calling readAll() on the temporary file doesn't work</title>
<updated>2014-05-07T19:02:31+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-07T19:02:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=7f585fc4b95997018babe68d2e19c1bad172373e'/>
<id>7f585fc4b95997018babe68d2e19c1bad172373e</id>
<content type='text'>
Open a new QFile for reading after calling close() on the temp file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Open a new QFile for reading after calling close() on the temp file
</pre>
</div>
</content>
</entry>
<entry>
<title>Test that kconfig always uses native line endings in the created files</title>
<updated>2014-05-07T18:48:16+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-07T18:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=80ffcf3b1679cc1f48c04a88583c4673d3c2ea47'/>
<id>80ffcf3b1679cc1f48c04a88583c4673d3c2ea47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix kconf_update test on Windows</title>
<updated>2014-05-07T18:48:16+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-07T18:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=94419b6f0cd469dc7cb0184a6fb48c1fe304c4d8'/>
<id>94419b6f0cd469dc7cb0184a6fb48c1fe304c4d8</id>
<content type='text'>
We get a CMake warning for reading the LOCATION property, but I don't see
how else to do it (generator expressions don't seem to work)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We get a CMake warning for reading the LOCATION property, but I don't see
how else to do it (generator expressions don't seem to work)
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate MOC files for kconfig_compiler outputs in tests.</title>
<updated>2014-05-07T17:43:36+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2014-05-07T17:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=c61df3e92947592a99c71da121356eb1600fb161'/>
<id>c61df3e92947592a99c71da121356eb1600fb161</id>
<content type='text'>
The MOC files for generated output from kconfig_compiler are not automatically
generated.  Re-add the code that does this, fixing the build.

I'm assuming this isn't an issue on Windows, as I don't have any machines to
test on.  Please let me know if this isn't the case.

CC: arichardson.kde@gmail.com
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The MOC files for generated output from kconfig_compiler are not automatically
generated.  Re-add the code that does this, fixing the build.

I'm assuming this isn't an issue on Windows, as I don't have any machines to
test on.  Please let me know if this isn't the case.

CC: arichardson.kde@gmail.com
</pre>
</div>
</content>
</entry>
<entry>
<title>fix kconfig_compiler test on windows</title>
<updated>2014-05-07T13:59:57+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-07T13:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=69000672e974ad5444b5d6df5187db13eab279de'/>
<id>69000672e974ad5444b5d6df5187db13eab279de</id>
<content type='text'>
We have to generate the files in the same directory as the test executables
otherwise QFINDTESTDATA will fail
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have to generate the files in the same directory as the test executables
otherwise QFINDTESTDATA will fail
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unit tests after renaming the test executables</title>
<updated>2014-05-07T00:23:47+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-07T00:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=a1dcaf788ee48b70e6937962e6fc00a148d89bc5'/>
<id>a1dcaf788ee48b70e6937962e6fc00a148d89bc5</id>
<content type='text'>
now use QCoreApplication::applicationName() + "rc" as the config file name
instead of hardcoding the named
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now use QCoreApplication::applicationName() + "rc" as the config file name
instead of hardcoding the named
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ecm_add_test(s) instead of own macro</title>
<updated>2014-05-06T23:56:13+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson.kde@gmail.com</email>
</author>
<published>2014-05-06T23:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=a3d6957ec5f63b3d668a57b2ada13a3ce9715848'/>
<id>a3d6957ec5f63b3d668a57b2ada13a3ce9715848</id>
<content type='text'>
This also fixes running 'nmake test' on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also fixes running 'nmake test' on Windows.
</pre>
</div>
</content>
</entry>
</feed>
