<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules, branch v5.31.0-rc1</title>
<subtitle>hurd extra-cmake-modules.git</subtitle>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/'/>
<entry>
<title>ecm_add_app_icon : ignore SVG files silently when unsupported</title>
<updated>2017-01-10T11:33:49+00:00</updated>
<author>
<name>R.J.V. Bertin</name>
<email>rjvbertin@gmail.com</email>
</author>
<published>2017-01-10T11:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1915787b80ed8fada9ee78d0b150d7a71e6db7fc'/>
<id>1915787b80ed8fada9ee78d0b150d7a71e6db7fc</id>
<content type='text'>
SVG files that fail to convert will still trigger a warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVG files that fail to convert will still trigger a warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the ecm_add_app_icon documentation</title>
<updated>2017-01-10T11:26:17+00:00</updated>
<author>
<name>R.J.V. Bertin</name>
<email>rjvbertin@gmail.com</email>
</author>
<published>2017-01-10T11:26:17+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0b4f9d5fd47956b1cb432056330dd6917789c367'/>
<id>0b4f9d5fd47956b1cb432056330dd6917789c367</id>
<content type='text'>
Inform the user that SVG icons can now be provided in the macro call;
on Mac the first that converts to .icns (if ksvg2icns is available) will
provide the application icon. Other SVG files are ignored, idem on
other platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inform the user that SVG icons can now be provided in the macro call;
on Mac the first that converts to .icns (if ksvg2icns is available) will
provide the application icon. Other SVG files are ignored, idem on
other platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>ecm_add_app_icon/Mac: accept SVG icons when KIconThemes is installed</title>
<updated>2017-01-09T17:08:19+00:00</updated>
<author>
<name>R.J.V. Bertin</name>
<email>rjvbertin@gmail.com</email>
</author>
<published>2017-01-09T17:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f63f400787ac42f64fafe006ef19579238067f40'/>
<id>f63f400787ac42f64fafe006ef19579238067f40</id>
<content type='text'>
KIconThemes comes with a ksvg2icns utility that converts .sgv and .sgvz
files to native .icns icon files. Using this utility allows to create
icons with optimum resolution regardless of the available .png images
and of limitations of the host's iconutil application (limited to
256x256 on some Mac OS versions).

REVIEW: 128162
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KIconThemes comes with a ksvg2icns utility that converts .sgv and .sgvz
files to native .icns icon files. Using this utility allows to create
icons with optimum resolution regardless of the available .png images
and of limitations of the host's iconutil application (limited to
256x256 on some Mac OS versions).

REVIEW: 128162
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Clang Sanitizer CMAKE_C_FLAGS for C project</title>
<updated>2016-12-30T03:14:53+00:00</updated>
<author>
<name>Leslie Zhai</name>
<email>xiangzhai83@gmail.com</email>
</author>
<published>2016-12-30T03:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c38e698cf3f33f2280d6d134bd0484d8051a33e7'/>
<id>c38e698cf3f33f2280d6d134bd0484d8051a33e7</id>
<content type='text'>
Test plan: Clang and GCC for simple C project, kcoreaddons, kjs, etc.

BUG: 374195
REVIEW: 129708
Reviewers: #extracmakemodules, alexmerry
Reviewed By: dfaure, aacid
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test plan: Clang and GCC for simple C project, kcoreaddons, kjs, etc.

BUG: 374195
REVIEW: 129708
Reviewers: #extracmakemodules, alexmerry
Reviewed By: dfaure, aacid
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add Clang Sanitizer CMAKE_C_FLAGS for C project"</title>
<updated>2016-12-28T10:57:40+00:00</updated>
<author>
<name>Albert Astals Cid</name>
<email>aacid@kde.org</email>
</author>
<published>2016-12-28T10:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c0a047a20591a50d87899d7869fea55268156f79'/>
<id>c0a047a20591a50d87899d7869fea55268156f79</id>
<content type='text'>
This reverts commit 1e7f3d5ba91e79a47d69a48e8f991ee0e7794b53.

It's breaking compilation of anything that uses pthreads
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 1e7f3d5ba91e79a47d69a48e8f991ee0e7794b53.

It's breaking compilation of anything that uses pthreads
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Clang Sanitizer CMAKE_C_FLAGS for C project</title>
<updated>2016-12-28T01:53:59+00:00</updated>
<author>
<name>Leslie Zhai</name>
<email>xiangzhai83@gmail.com</email>
</author>
<published>2016-12-28T01:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1e7f3d5ba91e79a47d69a48e8f991ee0e7794b53'/>
<id>1e7f3d5ba91e79a47d69a48e8f991ee0e7794b53</id>
<content type='text'>
BUG: 374195
REVIEW: 129708
Reviewers: #extracmakemodules, alexmerry
Reviewed By: dfaure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: 374195
REVIEW: 129708
Reviewers: #extracmakemodules, alexmerry
Reviewed By: dfaure
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2016-12-01T10:14:22+00:00</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2016-12-01T10:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=78fc8f7a22cf1f6a091ccc3b94c6e2dff038f8bd'/>
<id>78fc8f7a22cf1f6a091ccc3b94c6e2dff038f8bd</id>
<content type='text'>
GIT_SILENT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GIT_SILENT
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor: Remove extra new line</title>
<updated>2016-11-18T17:33:21+00:00</updated>
<author>
<name>Kevin Funk</name>
<email>kfunk@kde.org</email>
</author>
<published>2016-11-18T17:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=751b6abcc5a750c0fd75d393f8d13c6167c89728'/>
<id>751b6abcc5a750c0fd75d393f8d13c6167c89728</id>
<content type='text'>
Triggered my OCD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Triggered my OCD
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ecm_win_resolve_symlinks module.</title>
<updated>2016-11-05T14:38:05+00:00</updated>
<author>
<name>Gleb Popov</name>
<email>6yearold@gmail.com</email>
</author>
<published>2016-06-06T17:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=632b8868de38e2f85fb4969bcae3dd89a2a0695c'/>
<id>632b8868de38e2f85fb4969bcae3dd89a2a0695c</id>
<content type='text'>
REVIEW: 128112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 128112
</pre>
</div>
</content>
</entry>
<entry>
<title>ecm_process_po_files_as_qm: Skip fuzzy translations</title>
<updated>2016-09-05T12:02:11+00:00</updated>
<author>
<name>Alexander Potashev</name>
<email>aspotashev@gmail.com</email>
</author>
<published>2016-09-05T12:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ee35b6c12a8f05136ea7d69961e34a9d531d97b6'/>
<id>ee35b6c12a8f05136ea7d69961e34a9d531d97b6</id>
<content type='text'>
REVIEW: 128823
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 128823
</pre>
</div>
</content>
</entry>
</feed>
