<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kvirc/src/modules/str, branch fix/compile-without-tde</title>
<subtitle>KVirc – next generation IRC client
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/kvirc/atom?h=fix%2Fcompile-without-tde</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/kvirc/atom?h=fix%2Fcompile-without-tde'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/'/>
<updated>2026-01-25T10:50:57Z</updated>
<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>Fix invalid comparison warnings</title>
<updated>2026-01-18T11:54:49Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2026-01-18T05:19:51Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=562f8a766971f1065711dd14c0d22a785c20ed21'/>
<id>urn:sha1:562f8a766971f1065711dd14c0d22a785c20ed21</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fix 'ISO C++11 forbids converting a string constant to char*' warnings</title>
<updated>2026-01-18T11:54:44Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2026-01-18T04:21:03Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=a9f2b04e53404c4c7d29ca7cbe12a36acf822ec4'/>
<id>urn:sha1:a9f2b04e53404c4c7d29ca7cbe12a36acf822ec4</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Added support for OpenSSL 1.1</title>
<updated>2017-01-10T00:47:10Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2017-01-10T00:47:10Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=08fa491feaf3a3923b1c9b6b2f52efd42232850e'/>
<id>urn:sha1:08fa491feaf3a3923b1c9b6b2f52efd42232850e</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Fix typos.</title>
<updated>2012-04-05T18:51:51Z</updated>
<author>
<name>Darrell Anderson</name>
<email>humanreadable@yahoo.com</email>
</author>
<published>2012-04-05T18:51:51Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=7808ef5643db84e4f054c829fe442c9bed44ca9b'/>
<id>urn:sha1:7808ef5643db84e4f054c829fe442c9bed44ca9b</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>
<entry>
<title>rename the following methods:</title>
<updated>2011-08-10T06:08:18Z</updated>
<author>
<name>tpearson</name>
<email>tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da</email>
</author>
<published>2011-08-10T06:08:18Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=72aaee9802d447ee21340b011856b9b355a58f1a'/>
<id>urn:sha1:72aaee9802d447ee21340b011856b9b355a58f1a</id>
<content type='text'>
tqfind find
tqreplace replace
tqcontains contains


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
</content>
</entry>
<entry>
<title>TQt4 port kvirc</title>
<updated>2011-06-28T18:31:12Z</updated>
<author>
<name>tpearson</name>
<email>tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da</email>
</author>
<published>2011-06-28T18:31:12Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/kvirc/commit/?id=0a80cfd57d271dd44221467efb426675fa470356'/>
<id>urn:sha1:0a80cfd57d271dd44221467efb426675fa470356</id>
<content type='text'>
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1238719 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
</content>
</entry>
</feed>
