Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-21 | configure.ac: check for python3-embed | Gerhard Sittig | |
Check for the python3-embed availability to eliminate the necessity to list all currently existing minor versions and keep catching up as more are released. Break the long text line with the many Python packages. | |||
2021-12-26 | configure: check libsigrokdecode version dependent features | Gerhard Sittig | |
Check for the srd_session_send_eof() routine's presence which depends on the library version. This introduces a config.h header file in the sigrok-test build setup. | |||
2020-03-21 | configure.ac: Add support for Python 3.8. | Uwe Hermann | |
This fixes build issues when using Python 3.8. | |||
2017-06-06 | Bump requirements to libsigrok/libsigrokdecode 0.5.0. | Uwe Hermann | |
2017-03-05 | configure summary: Show linker flags. | Uwe Hermann | |
2016-08-21 | Add Python 3.5 support. | Chris Dreher | |
2015-09-10 | Build: Modernize Autotools configuration | Daniel Elstner | |
2015-08-20 | Bump libsigrokdecode requirement to >= 0.4.0 (API change). | Uwe Hermann | |
2014-09-01 | Add initial set of PD tests. | Uwe Hermann | |
This is a slightly modified version of the PD test suite that was part of libsigrokdecode previously. |