<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dlfcn-win32/tests, branch traversaro-patch-2</title>
<subtitle>A mirror of https://github.com/dlfcn-win32/dlfcn-win32.git
</subtitle>
<id>https://git.lua4.win/dlfcn-win32/atom?h=traversaro-patch-2</id>
<link rel='self' href='https://git.lua4.win/dlfcn-win32/atom?h=traversaro-patch-2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/'/>
<updated>2022-12-27T14:10:21+00:00</updated>
<entry>
<title>Add Windows ARM64 support</title>
<updated>2022-12-27T14:10:21+00:00</updated>
<author>
<name>GH Cao</name>
<email>driver1998.ms@outlook.com</email>
</author>
<published>2022-12-08T13:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=d78c6266893b44d3bd9662a4cf387d79fdb7153f'/>
<id>urn:sha1:d78c6266893b44d3bd9662a4cf387d79fdb7153f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: use CROSSCOMPILING_EMULATOR</title>
<updated>2021-04-27T16:37:06+00:00</updated>
<author>
<name>Michel Zou</name>
<email>xantares09@hotmail.com</email>
</author>
<published>2021-03-15T10:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=a130887781373f5f29552ee6d7139b99a829512d'/>
<id>urn:sha1:a130887781373f5f29552ee6d7139b99a829512d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some style issues</title>
<updated>2021-02-03T19:57:40+00:00</updated>
<author>
<name>Pali Rohár</name>
<email>pali.rohar@gmail.com</email>
</author>
<published>2021-02-03T19:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=f7e7a5d7345cb416c5514b983f2d8ad387b6f915'/>
<id>urn:sha1:f7e7a5d7345cb416c5514b983f2d8ad387b6f915</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Function dladdr() now retrieve symbol name and symbol address from both export and import tables</title>
<updated>2021-01-27T17:58:21+00:00</updated>
<author>
<name>Pali Rohár</name>
<email>pali.rohar@gmail.com</email>
</author>
<published>2021-01-25T22:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=86a41b921ca5c4bad1d0d7e54f9276046a25e319'/>
<id>urn:sha1:86a41b921ca5c4bad1d0d7e54f9276046a25e319</id>
<content type='text'>
dladdr tests for Windows now should always pass like on other systems.
</content>
</entry>
<entry>
<title>cmake: add support to build test-dladdr on unix like os</title>
<updated>2021-01-17T11:51:39+00:00</updated>
<author>
<name>Ralf Habacker</name>
<email>ralf.habacker@freenet.de</email>
</author>
<published>2021-01-17T11:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=ebd7badd50aeea37a2ca121409e9f68370b62855'/>
<id>urn:sha1:ebd7badd50aeea37a2ca121409e9f68370b62855</id>
<content type='text'>
This is used to obtain test result references.
</content>
</entry>
<entry>
<title>Add function dladdr() and associated test application test-dladdr</title>
<updated>2021-01-17T11:51:39+00:00</updated>
<author>
<name>Ralf Habacker</name>
<email>ralf.habacker@freenet.de</email>
</author>
<published>2020-12-11T13:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=0ea2334d46ca84c1a27bd086700f620a06401f94'/>
<id>urn:sha1:0ea2334d46ca84c1a27bd086700f620a06401f94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add _CRT_SECURE_NO_WARNINGS for test.c to disable MSVC deprecation warnings</title>
<updated>2020-12-13T01:22:06+00:00</updated>
<author>
<name>Pali Rohár</name>
<email>pali.rohar@gmail.com</email>
</author>
<published>2020-12-13T01:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=e042c1de4feb419a1f9b49186ac61cab3f031c5e'/>
<id>urn:sha1:e042c1de4feb419a1f9b49186ac61cab3f031c5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: add option ENABLE_WINE to enable support for running cross compiled tests with wine</title>
<updated>2020-11-09T08:45:38+00:00</updated>
<author>
<name>Ralf Habacker</name>
<email>ralf.habacker@freenet.de</email>
</author>
<published>2020-11-02T12:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=2821345eacb71222ed9acf31f193eda81daeec3f'/>
<id>urn:sha1:2821345eacb71222ed9acf31f193eda81daeec3f</id>
<content type='text'>
For details about the ENABLE_WINE option, which support three modes
AUTO|ON|OFF see the documentation of cmake macro check_auto_option().

A custom path for the wine executable can be specified by adding
-DWINE_EXECUTABLE=&lt;path&gt; to the cmake command line.

The cmake related macros were copied from
https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/cmake/modules/Macros.cmake
</content>
</entry>
<entry>
<title>cmake: separate targets in tests subdir for reasier reading</title>
<updated>2020-11-09T08:45:34+00:00</updated>
<author>
<name>Ralf Habacker</name>
<email>ralf.habacker@freenet.de</email>
</author>
<published>2020-11-03T09:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=53b1d71abe1c9d7c43eb68b91a0e94a27b948cdf'/>
<id>urn:sha1:53b1d71abe1c9d7c43eb68b91a0e94a27b948cdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: Let make target 'test' be accessable from topmost build directory</title>
<updated>2020-11-09T08:45:28+00:00</updated>
<author>
<name>Ralf Habacker</name>
<email>ralf.habacker@freenet.de</email>
</author>
<published>2020-11-02T11:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/dlfcn-win32/commit/?id=3292a13718d18e7dd1b32ececc73b534398872dd'/>
<id>urn:sha1:3292a13718d18e7dd1b32ececc73b534398872dd</id>
<content type='text'>
The cmake command enable_testing() must be placed in the topmost
CMakeLists.txt so that the make target 'test' is available in the
topmost build directory.
</content>
</entry>
</feed>
