<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kvirc/src/modules/system, branch feat/cmake-conversion</title>
<subtitle>KVirc – next generation IRC client
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/kvirc/atom?h=feat%2Fcmake-conversion</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/kvirc/atom?h=feat%2Fcmake-conversion'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/'/>
<updated>2026-03-02T14:00:23Z</updated>
<entry>
<title>Convert to cmake build system</title>
<updated>2026-03-02T14:00:23Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2026-02-22T11:41:12Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=b905a0a686e12e30801255b62accb573a8ced687'/>
<id>urn:sha1:b905a0a686e12e30801255b62accb573a8ced687</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Split kvirc executable into a shared library (libkvirc) and a stub executable (kvirc).</title>
<updated>2026-01-25T10:50:57Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2026-01-23T11:46:26Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=f27be165c4bbcc01c6ca4ecca410f68177d117e3'/>
<id>urn:sha1:f27be165c4bbcc01c6ca4ecca410f68177d117e3</id>
<content type='text'>
Autotool builds kvirc with '-export-dynamic', which exports all global symbols from the main executable to the dynamic symbol table. This allows 'modules' to access those symbols and build successfully.
CMake build kvirc without '-export-dynamic' and with hidden symbol visibitily by default, resulting in FTBFS when the build process reaches the 'modules' part. This is caused by the modules referring to symbols define in code under the 'src/kvirc' folder
Splitting 'kvirc' into an additional 'libkvirc' shared library plus a simple executable stub that creates the application and run it, allows modules to be linked against the library part and build successfully also with cmake.

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Drop USE_QT4 code</title>
<updated>2023-08-31T01:03:10Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-08-24T12:28:39Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=030a2248f3630fd0404df98beffc78b5b5ca4c31'/>
<id>urn:sha1:030a2248f3630fd0404df98beffc78b5b5ca4c31</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.</title>
<updated>2023-07-11T12:03:51Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2023-07-11T12:03:51Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=1e6b97e1b1d29b0a895643eb9ce7ffe08d6fed75'/>
<id>urn:sha1:1e6b97e1b1d29b0a895643eb9ce7ffe08d6fed75</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fix branding of KVIrc and also translations, for fuzzy prevention.</title>
<updated>2019-07-28T22:23:10Z</updated>
<author>
<name>Chris</name>
<email>xchrisx@uber.space</email>
</author>
<published>2019-07-28T22:23:10Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=4dcd8f7fbafd654af95d5fe6c1c3aabc4244dbcc'/>
<id>urn:sha1:4dcd8f7fbafd654af95d5fe6c1c3aabc4244dbcc</id>
<content type='text'>
Signed-off-by: Chris &lt;xchrisx@uber.space&gt;
</content>
</entry>
<entry>
<title>Add end-of-file newlines.</title>
<updated>2013-11-30T20:29:57Z</updated>
<author>
<name>Darrell Anderson</name>
<email>humanreadable@yahoo.com</email>
</author>
<published>2013-11-30T20:29:57Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=9914fc2eaad48f0b066fb03e00c565be71d15f5e'/>
<id>urn:sha1:9914fc2eaad48f0b066fb03e00c565be71d15f5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set COMPILE_TDE_SUPPORT instead of COMPILE_KDE_SUPPORT</title>
<updated>2012-02-24T21:29:11Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2012-02-24T21:29:11Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77'/>
<id>urn:sha1:b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename obsolete tq methods to standard names</title>
<updated>2011-12-21T20:06:29Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2011-12-21T20:06:29Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=2dd6d32bd821b303aa7b25edda76d1ef7c14b2bf'/>
<id>urn:sha1:2dd6d32bd821b303aa7b25edda76d1ef7c14b2bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Rename a number of old tq methods that are no longer tq specific"</title>
<updated>2011-12-16T15:57:20Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2011-12-16T15:57:20Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=c6611272c2bc4a42580848946c8c5d81bb0409c7'/>
<id>urn:sha1:c6611272c2bc4a42580848946c8c5d81bb0409c7</id>
<content type='text'>
This reverts commit 805c2821ceaddada48b346c6d11bd0dc1351a539.
</content>
</entry>
<entry>
<title>Rename a number of old tq methods that are no longer tq specific</title>
<updated>2011-12-15T21:33:07Z</updated>
<author>
<name>Timothy Pearson</name>
<email>kb9vqf@pearsoncomputing.net</email>
</author>
<published>2011-12-15T21:33:07Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=805c2821ceaddada48b346c6d11bd0dc1351a539'/>
<id>urn:sha1:805c2821ceaddada48b346c6d11bd0dc1351a539</id>
<content type='text'>
</content>
</entry>
</feed>
