<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xrdp-proprietary/mc, branch master</title>
<subtitle>Donated space for related uLab project
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/xrdp-proprietary/atom?h=master</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/xrdp-proprietary/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/xrdp-proprietary/'/>
<updated>2018-01-30T09:21:07Z</updated>
<entry>
<title>Make changes to generate dylibs in mac again</title>
<updated>2018-01-30T09:21:07Z</updated>
<author>
<name>Vraiment</name>
<email>jemc44@gmail.com</email>
</author>
<published>2018-01-30T09:00:24Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/xrdp-proprietary/commit/?id=4cee6726f8645ce73582efa583048459819ff1cf'/>
<id>urn:sha1:4cee6726f8645ce73582efa583048459819ff1cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate APP_CC and DEFAULT_CC</title>
<updated>2017-03-14T07:21:48Z</updated>
<author>
<name>Pavel Roskin</name>
<email>plroskin@gmail.com</email>
</author>
<published>2017-03-12T16:35:00Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/xrdp-proprietary/commit/?id=6ed4c969f4d646a7751fe2da29ba94eddd3d6477'/>
<id>urn:sha1:6ed4c969f4d646a7751fe2da29ba94eddd3d6477</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include config_ac.h from all source files</title>
<updated>2017-03-04T08:52:34Z</updated>
<author>
<name>Pavel Roskin</name>
<email>plroskin@gmail.com</email>
</author>
<published>2017-03-03T04:33:23Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/xrdp-proprietary/commit/?id=b2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b'/>
<id>urn:sha1:b2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Constify the value argument to mod_set_param</title>
<updated>2017-01-11T19:59:11Z</updated>
<author>
<name>Pavel Roskin</name>
<email>plroskin@gmail.com</email>
</author>
<published>2016-11-20T17:55:32Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/xrdp-proprietary/commit/?id=b8ed23daab023e1468b7ae98ffa7bd06176b1404'/>
<id>urn:sha1:b8ed23daab023e1468b7ae98ffa7bd06176b1404</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suppress versioning for modules, tell libtool they are modules</title>
<updated>2017-01-06T18:52:44Z</updated>
<author>
<name>Pavel Roskin</name>
<email>plroskin@gmail.com</email>
</author>
<published>2016-12-25T07:54:31Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/xrdp-proprietary/commit/?id=f25659d2eeb32efb519a96e1f1ab4894de115807'/>
<id>urn:sha1:f25659d2eeb32efb519a96e1f1ab4894de115807</id>
<content type='text'>
Versioning is for libraries. Modules are not libraries; no code is linked
against them.

Libtool makes sure the modules can be opened by dlopen(). That is already
true for ELF format, but other file formats may need special processing.
</content>
</entry>
<entry>
<title>fix build with --enable-xrdpdebug=yes</title>
<updated>2017-01-04T19:20:44Z</updated>
<author>
<name>volth</name>
<email>volth@webmaster.ms</email>
</author>
<published>2017-01-04T19:13:49Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/xrdp-proprietary/commit/?id=26a26ef906be8569abcabb710fabf46fff9e54e1'/>
<id>urn:sha1:26a26ef906be8569abcabb710fabf46fff9e54e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build with --enable-xrdpdebug=yes</title>
<updated>2017-01-04T13:00:01Z</updated>
<author>
<name>volth</name>
<email>volth@webmaster.ms</email>
</author>
<published>2017-01-04T12:54:55Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/xrdp-proprietary/commit/?id=37b4a14b5472eaeb1650e915b7b302d1d7d1adf2'/>
<id>urn:sha1:37b4a14b5472eaeb1650e915b7b302d1d7d1adf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Declare unified module interface and use it in modules</title>
<updated>2016-07-08T05:09:09Z</updated>
<author>
<name>Pavel Roskin</name>
<email>plroskin@gmail.com</email>
</author>
<published>2016-07-08T05:09:09Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/xrdp-proprietary/commit/?id=ace7d2c822937a9cb0637946f85d1fbd63562c44'/>
<id>urn:sha1:ace7d2c822937a9cb0637946f85d1fbd63562c44</id>
<content type='text'>
This fixes loading modules compiled with a C++ compiler. Remote thandle
type, it's unused. Use tintptr for module data. Don't cast pointers to
long, they won't fit on Win64.</content>
</entry>
<entry>
<title>Fix warnings detected by -Wwrite-strings</title>
<updated>2016-07-08T04:29:42Z</updated>
<author>
<name>Pavel Roskin</name>
<email>plroskin@gmail.com</email>
</author>
<published>2016-06-21T23:30:17Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/xrdp-proprietary/commit/?id=aeeb3d2c2e26677758a64db496c86020f99d2f1a'/>
<id>urn:sha1:aeeb3d2c2e26677758a64db496c86020f99d2f1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Typo fixes</title>
<updated>2016-05-05T06:33:30Z</updated>
<author>
<name>Pavel Roskin</name>
<email>plroskin@gmail.com</email>
</author>
<published>2016-05-03T20:07:13Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/xrdp-proprietary/commit/?id=ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807'/>
<id>urn:sha1:ca9cbcafc826dc4c3ff6c54fcab3d81789ae5807</id>
<content type='text'>
</content>
</entry>
</feed>
