<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/cmake/module.rules.txt, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/cmake/module.rules.txt?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/cmake/module.rules.txt?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2024-02-12T22:49:14Z</updated>
<entry>
<title>Use target_compile_features to select C++ standard (#2607)</title>
<updated>2024-02-12T22:49:14Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2024-02-12T22:49:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=f5b1a71ba890a69f4ecf09b61a5d16014c873e37'/>
<id>urn:sha1:f5b1a71ba890a69f4ecf09b61a5d16014c873e37</id>
<content type='text'>
* Use target_compile_features to select C++ standard

* Modules and binary already inherit from kvilib</content>
</entry>
<entry>
<title>cmake: add support for qt6</title>
<updated>2023-10-18T08:26:35Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2023-09-20T20:08:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=0d1754ed0c44e4feaf9d4c7adb648264e56081b4'/>
<id>urn:sha1:0d1754ed0c44e4feaf9d4c7adb648264e56081b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generate PDB files for MSVC instead of any compiler on Windows</title>
<updated>2020-07-26T13:24:55Z</updated>
<author>
<name>Leo</name>
</author>
<published>2020-07-25T18:33:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=20f5ed91218804a6b607f2882a4599d44fc230cf'/>
<id>urn:sha1:20f5ed91218804a6b607f2882a4599d44fc230cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modernize to C++17</title>
<updated>2018-11-29T03:02:03Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-11-28T01:29:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=aca6189e5e313fecadbce8fd6a54c3bab2a8dd3a'/>
<id>urn:sha1:aca6189e5e313fecadbce8fd6a54c3bab2a8dd3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use C++14</title>
<updated>2018-11-14T13:59:22Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2018-06-05T22:59:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=3f98a24941b323ee8190e58356b99d6afd4ec648'/>
<id>urn:sha1:3f98a24941b323ee8190e58356b99d6afd4ec648</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove qt5_use_modules for Qt 5.11</title>
<updated>2018-04-14T14:30:24Z</updated>
<author>
<name>Dessa</name>
</author>
<published>2018-04-14T01:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=6fb0debf27e7db7f71ed022b4e2606631fbc85c0'/>
<id>urn:sha1:6fb0debf27e7db7f71ed022b4e2606631fbc85c0</id>
<content type='text'>
cmake modules for Qt 5.11 don't have that function anymore, so it needs to be replaced with the standard way of library linkage.
downside is that the module listing in the Status page isn't looking too fancy anymore.
</content>
</entry>
<entry>
<title>Cmake updates</title>
<updated>2017-09-21T18:38:08Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2017-09-13T08:48:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=9322d59cd43e8e5d1da878747860e8daf04d4e30'/>
<id>urn:sha1:9322d59cd43e8e5d1da878747860e8daf04d4e30</id>
<content type='text'>
 * Remove the usage of CMP0026’s LOCATION
 * fix WANT_STRIP option: fix #2306
 * remove WANT_UNIVERSAL_BINARY option (obsolete)
 * fix bundling of Qt libraries on Osx
</content>
</entry>
<entry>
<title>Build also in debug mode for windows (#2192)</title>
<updated>2017-05-24T09:04:20Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2017-05-24T09:04:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=f5d172c869295ef9fff2e3de524690e523dc5d42'/>
<id>urn:sha1:f5d172c869295ef9fff2e3de524690e523dc5d42</id>
<content type='text'>
* Build also in debug mode for windows

See #2191

* Don't mix /Od and -O2 on windows build. -O2 comes from perl

* Reindent perlcore CMakeLists

* Fix debug python build on windows

* Rearrange environment vars in appveyor

* Try to publish pdb files too

* install qts and kvirc's debug pdbs in debug config

* use TARGET_PDB_FILE instead
</content>
</entry>
<entry>
<title>enable c++11 differently, also clean up some now-obsolete policies</title>
<updated>2015-11-06T15:44:45Z</updated>
<author>
<name>Dessa</name>
</author>
<published>2015-11-06T15:44:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=ce727c72955982de2ca58ece5e404392ef0c2cb5'/>
<id>urn:sha1:ce727c72955982de2ca58ece5e404392ef0c2cb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable C++11. Fixes #1707.</title>
<updated>2015-11-01T21:08:05Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2015-11-01T21:08:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=e98d60a32fe1648b8694f82ba1da489eaa828e42'/>
<id>urn:sha1:e98d60a32fe1648b8694f82ba1da489eaa828e42</id>
<content type='text'>
</content>
</entry>
</feed>
