<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vmime/cmake, branch master</title>
<subtitle>A powerful C++ class library for working with RFC-822 and MIME messages and Internet messaging services like IMAP, POP or SMTP.</subtitle>
<id>http://git.bktus.com/gpgfrontend/vmime/atom?h=master</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/vmime/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/vmime/'/>
<updated>2023-12-31T14:22:36Z</updated>
<entry>
<title>Build: add FreeBSD &amp; libc++ compilation support (#288)</title>
<updated>2023-12-31T14:22:36Z</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@inai.de</email>
</author>
<published>2023-12-31T14:22:36Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/vmime/commit/?id=82377e034246e75aa2fd1a28ee54a667848860e3'/>
<id>urn:sha1:82377e034246e75aa2fd1a28ee54a667848860e3</id>
<content type='text'>
* build: add FreeBSD compilation support

* build: unbreak compilation with clang libc++

unary_function is obsolete with C++11 and removed in C++17.
gnu-gcc-libstdc++ still has the class, but llvm-clang-libc++ does
not, and there is a compile error.

vmime should have just stopped using unary_function with commit
v0.9.2-48-g8564b2f8.

	$ cat x.cpp
	$ clang++ -std=c++17 -stdlib=libc++ -c x.cpp
	In file included from x.cpp:1:
	In file included from /usr/local/include/vmime/net/transport.hpp:34:
	In file included from /usr/local/include/vmime/net/service.hpp:36:
	In file included from /usr/local/include/vmime/net/session.hpp:40:
	In file included from /usr/local/include/vmime/utility/url.hpp:30:
	/usr/local/include/vmime/propertySet.hpp:339:33: error: no template named
	/'unary_function' in namespace 'std'; did you mean '__unary_function'?
		class propFinder : public std::unary_function &lt;shared_ptr &lt;property&gt;, bool&gt; {
					  ~~~~~^~~~~~~~~~~~~~
					       __unary_function</content>
</entry>
<entry>
<title>Build: add Solaris compilation support (#282)</title>
<updated>2023-11-09T19:32:47Z</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@inai.de</email>
</author>
<published>2023-11-09T19:32:47Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/vmime/commit/?id=1a35bb6d71b6301287e21aaabd112997ea0f0a7f'/>
<id>urn:sha1:1a35bb6d71b6301287e21aaabd112997ea0f0a7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#193 Dropped support for boot::shared_ptr&lt;&gt;, enabled C++11 support in CMake</title>
<updated>2018-04-01T09:29:07Z</updated>
<author>
<name>Vincent Richard</name>
<email>vincent@vincent-richard.net</email>
</author>
<published>2018-04-01T09:29:07Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/vmime/commit/?id=8564b2f8b0d563a2c328a09916e9e4e3def5978f'/>
<id>urn:sha1:8564b2f8b0d563a2c328a09916e9e4e3def5978f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #177: thread id on OpenBSD.</title>
<updated>2017-08-09T18:39:54Z</updated>
<author>
<name>Vincent Richard</name>
<email>vincent@vincent-richard.net</email>
</author>
<published>2017-08-09T18:39:54Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/vmime/commit/?id=243efb267fe539958610ef1e2142a36dfbcd3c28'/>
<id>urn:sha1:243efb267fe539958610ef1e2142a36dfbcd3c28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #171: cross-compiling detection.</title>
<updated>2017-05-04T19:38:50Z</updated>
<author>
<name>Vincent Richard</name>
<email>vincent@vincent-richard.net</email>
</author>
<published>2017-05-04T19:38:50Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/vmime/commit/?id=d2b3f98ba1a29e041ec4c4d23018f03855aec14f'/>
<id>urn:sha1:d2b3f98ba1a29e041ec4c4d23018f03855aec14f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unused VMIME_TARGET_* defines.</title>
<updated>2017-04-26T17:07:24Z</updated>
<author>
<name>Vincent Richard</name>
<email>vincent@vincent-richard.net</email>
</author>
<published>2017-04-26T17:07:24Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/vmime/commit/?id=8146d80e0c7fbfa0040872ed91d3224759f78205'/>
<id>urn:sha1:8146d80e0c7fbfa0040872ed91d3224759f78205</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove target architecture detection.</title>
<updated>2017-04-09T00:02:34Z</updated>
<author>
<name>0xd34df00d</name>
<email>0xd34df00d@gmail.com</email>
</author>
<published>2017-04-09T00:02:34Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/vmime/commit/?id=1862f165c24d49765d18038b5cca2a8f4e5aaa5c'/>
<id>urn:sha1:1862f165c24d49765d18038b5cca2a8f4e5aaa5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #142: fixed install location of generated headers.</title>
<updated>2016-09-19T19:08:35Z</updated>
<author>
<name>Vincent Richard</name>
<email>vincent@vincent-richard.net</email>
</author>
<published>2016-09-19T19:08:35Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/vmime/commit/?id=b133ce8cfbef49169ef42143035a7e617b1cc48e'/>
<id>urn:sha1:b133ce8cfbef49169ef42143035a7e617b1cc48e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Issue #138: fixed MSG_NOSIGNAL on Mac OS.</title>
<updated>2016-04-25T06:28:34Z</updated>
<author>
<name>Vincent Richard</name>
<email>vincent@vincent-richard.net</email>
</author>
<published>2016-04-25T06:28:34Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/vmime/commit/?id=4d1a6ad2f267e3b83f7c04122af8d8e7ee9a2113'/>
<id>urn:sha1:4d1a6ad2f267e3b83f7c04122af8d8e7ee9a2113</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Misc fixes in error handling.</title>
<updated>2016-03-25T20:50:35Z</updated>
<author>
<name>Vincent Richard</name>
<email>vincent@vincent-richard.net</email>
</author>
<published>2016-03-25T20:50:35Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/vmime/commit/?id=08a3ba2ba1d753ac75698270c8bb84560ff1d825'/>
<id>urn:sha1:08a3ba2ba1d753ac75698270c8bb84560ff1d825</id>
<content type='text'>
</content>
</entry>
</feed>
