Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Windows ARM64 support | GH Cao | 2022-12-27 | 1 | -0/+9 |
| | |||||
* | cmake: use CROSSCOMPILING_EMULATOR | Michel Zou | 2021-04-27 | 1 | -6/+2 |
| | |||||
* | Fix some style issues | Pali Rohár | 2021-02-03 | 1 | -4/+4 |
| | |||||
* | Function dladdr() now retrieve symbol name and symbol address from both ↵ | Pali Rohár | 2021-01-27 | 2 | -15/+15 |
| | | | | | | export and import tables dladdr tests for Windows now should always pass like on other systems. | ||||
* | cmake: add support to build test-dladdr on unix like os | Ralf Habacker | 2021-01-17 | 1 | -11/+19 |
| | | | | This is used to obtain test result references. | ||||
* | Add function dladdr() and associated test application test-dladdr | Ralf Habacker | 2021-01-17 | 2 | -0/+192 |
| | |||||
* | Add _CRT_SECURE_NO_WARNINGS for test.c to disable MSVC deprecation warnings | Pali Rohár | 2020-12-13 | 1 | -0/+1 |
| | |||||
* | cmake: add option ENABLE_WINE to enable support for running cross compiled ↵ | Ralf Habacker | 2020-11-09 | 1 | -1/+3 |
| | | | | | | | | | | | | | tests with wine 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=<path> to the cmake command line. The cmake related macros were copied from https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/cmake/modules/Macros.cmake | ||||
* | cmake: separate targets in tests subdir for reasier reading | Ralf Habacker | 2020-11-09 | 1 | -0/+4 |
| | |||||
* | cmake: Let make target 'test' be accessable from topmost build directory | Ralf Habacker | 2020-11-09 | 1 | -1/+0 |
| | | | | | | 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. | ||||
* | cmake: place all generated binaries into one place | Ralf Habacker | 2020-11-02 | 1 | -1/+1 |
| | | | | | This is required for running test applications, because by default cmake places binaries into the associated subdir. | ||||
* | Move cmake targets into sub directories | Ralf Habacker | 2020-09-14 | 5 | -0/+847 |