<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dlfcn-win32, branch v1.1.0</title>
<subtitle>A mirror of https://github.com/dlfcn-win32/dlfcn-win32.git
</subtitle>
<id>https://git.lua4.win/dlfcn-win32/atom?h=v1.1.0</id>
<link rel='self' href='https://git.lua4.win/dlfcn-win32/atom?h=v1.1.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/'/>
<updated>2017-03-09T23:02:02+00:00</updated>
<entry>
<title>Merge pull request #29 from traversaro/add-appveyor</title>
<updated>2017-03-09T23:02:02+00:00</updated>
<author>
<name>Silvio Traversaro</name>
<email>pegua1@gmail.com</email>
</author>
<published>2017-03-09T23:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=e37edf0e894c0db8c09b2aed3a3ef7504d56baf4'/>
<id>urn:sha1:e37edf0e894c0db8c09b2aed3a3ef7504d56baf4</id>
<content type='text'>
Fix tests in Visual Studio 2015 and add AppVeyor support</content>
</entry>
<entry>
<title>Add testing of CMake exported targets</title>
<updated>2017-03-05T16:09:23+00:00</updated>
<author>
<name>Silvio</name>
<email>silvio.traversaro@iit.it</email>
</author>
<published>2017-03-05T15:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=d22f7719cb6a610be6cc20cbfbb79698177360cd'/>
<id>urn:sha1:d22f7719cb6a610be6cc20cbfbb79698177360cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add AppVeyor badge</title>
<updated>2017-03-05T15:30:10+00:00</updated>
<author>
<name>Silvio Traversaro</name>
<email>pegua1@gmail.com</email>
</author>
<published>2017-03-05T15:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=e32762ce3ccbd10af00fed78995fb442931e55bb'/>
<id>urn:sha1:e32762ce3ccbd10af00fed78995fb442931e55bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add appveyor support</title>
<updated>2017-03-05T15:22:50+00:00</updated>
<author>
<name>Silvio Traversaro</name>
<email>pegua1@gmail.com</email>
</author>
<published>2017-02-21T23:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=bf146adb5c9ef6fce7d0db5196e251ba156978be'/>
<id>urn:sha1:bf146adb5c9ef6fce7d0db5196e251ba156978be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tests in Visual Studio 2015</title>
<updated>2017-03-05T15:22:50+00:00</updated>
<author>
<name>Silvio</name>
<email>silvio.traversaro@iit.it</email>
</author>
<published>2017-03-05T15:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=540fa7a418c5a63557e3b36603a61a95bd296bed'/>
<id>urn:sha1:540fa7a418c5a63557e3b36603a61a95bd296bed</id>
<content type='text'>
For checking the loading of symbols from the global handle,
the printf symbol was loaded, but since Visual Studio 2015
printf is defined as a inline function.
To fix this, the test has been modified to load the symbol
of the fwrite function.
</content>
</entry>
<entry>
<title>Merge pull request #27 from traversaro/add-cmake-config-file</title>
<updated>2017-03-05T08:50:55+00:00</updated>
<author>
<name>Silvio Traversaro</name>
<email>pegua1@gmail.com</email>
</author>
<published>2017-03-05T08:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=ad70f0eba0b3029d896d4ffbdf06a5e1793ee3dc'/>
<id>urn:sha1:ad70f0eba0b3029d896d4ffbdf06a5e1793ee3dc</id>
<content type='text'>
Add CMake code to export a CMake config file</content>
</entry>
<entry>
<title>Add CMake code to export a CMake config file</title>
<updated>2016-12-27T11:13:39+00:00</updated>
<author>
<name>Silvio</name>
<email>silvio.traversaro@iit.it</email>
</author>
<published>2016-12-27T11:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=bd4eebdb36e7a4d1fa3df20ceb44afc24594dfa3'/>
<id>urn:sha1:bd4eebdb36e7a4d1fa3df20ceb44afc24594dfa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure: put test.{c,dll} to current directory (#26)</title>
<updated>2016-07-25T09:49:13+00:00</updated>
<author>
<name>Boris Nagaev</name>
<email>bnagaev@gmail.com</email>
</author>
<published>2016-07-25T09:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=e19bf0763a69fef461adc3f133b82eb41ac954de'/>
<id>urn:sha1:e19bf0763a69fef461adc3f133b82eb41ac954de</id>
<content type='text'>
instead of /tmp/ to avoid races when building for multiple targets.

Add test files to .gitignore and `make clean`.</content>
</entry>
<entry>
<title>Merge pull request #25 from xantares/patch-1</title>
<updated>2016-03-23T09:20:15+00:00</updated>
<author>
<name>Timothy Gu</name>
<email>timothygu99@gmail.com</email>
</author>
<published>2016-03-23T09:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=00d5cd182732c6bfc431f0e4f38e1b18647ce938'/>
<id>urn:sha1:00d5cd182732c6bfc431f0e4f38e1b18647ce938</id>
<content type='text'>
Removed wine detection</content>
</entry>
<entry>
<title>Removed wine detection</title>
<updated>2016-03-23T08:43:39+00:00</updated>
<author>
<name>xantares</name>
<email>xantares09@hotmail.com</email>
</author>
<published>2016-03-23T08:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=604fd008a9566467f47e97c46330a90045da1755'/>
<id>urn:sha1:604fd008a9566467f47e97c46330a90045da1755</id>
<content type='text'>
It can be set canonically by using CMAKE_CROSSCOMPILIING_EMULATOR variable</content>
</entry>
</feed>
