Age | Commit message (Expand) | Author |
2019-11-12 | configure.ac: Add support for Python 3.8. | Uwe Hermann |
2018-08-12 | configure.ac: Also check for Python 3.7. | Uwe Hermann |
2018-05-17 | configure.ac: Add some more compiler warning options. | Uwe Hermann |
2018-03-17 | Fix part of #1128 by adding a way to retrieve PD search paths | Soeren Apel |
2018-02-10 | configure.ac: explicitly require pkg-config related macro | Gerhard Sittig |
2017-11-11 | configure.ac: Added AC_C_BIGENDIAN to autoconf | Joel Holdsworth |
2017-06-15 | configure.ac: Bump package version to 0.6.0. | Uwe Hermann |
2017-06-12 | Bump libtool version (not package version) to 4:0:0. | Uwe Hermann |
2017-05-26 | Show lib versions in the debug output. | Uwe Hermann |
2017-03-05 | configure summary: Show linker flags. | Uwe Hermann |
2017-03-05 | configure summary: Show whether shared/static build is enabled. | Uwe Hermann |
2016-12-26 | configure.ac: Also check for Python 3.6. | Uwe Hermann |
2016-03-03 | configure.ac: Bump package version to 0.5.0. | Uwe Hermann |
2016-01-29 | Bump libtool version (not package version) to 3:0:0. | Uwe Hermann |
2016-01-29 | configure.ac: Also check for Python 3.5. | Martijn van Buul |
2015-10-06 | build: Require GLib 2.28.0 | Daniel Elstner |
2015-10-03 | build: Do not hard-code decoders location on Windows | Daniel Elstner |
2015-09-13 | Build: Move _POSIX_C_SOURCE definition to config.h | Daniel Elstner |
2015-09-10 | Build: Put --no-print-directory into GNUMAKEFLAGS | Daniel Elstner |
2015-09-06 | Build: Show CC and CFLAGS in configuration summary | Daniel Elstner |
2015-08-26 | configure: Enable largefile support on 32-bit systems | Daniel Elstner |
2015-08-26 | Build: Use TESTS prefix instead of CHECK for flag variables | Daniel Elstner |
2015-08-26 | Build: Adopt new Autotools magic | Daniel Elstner |
2015-07-18 | Bump version to 0.4.0 (the upcoming next major release). | Uwe Hermann |
2015-07-18 | Append "-git" to the version string. | Uwe Hermann |
2014-09-01 | PD tests moved into the sigrok-test repo. | Uwe Hermann |
2014-08-16 | configure.ac: Use AM_CFLAGS instead of CFLAGS. | Uwe Hermann |
2014-06-15 | do not add check to common cflags/libs | Mike Frysinger |
2014-06-15 | fix test operator | Mike Frysinger |
2014-05-09 | Add python as a pkg-config dependency | Abhishek Kumar |
2014-05-06 | configure.ac: Bump package version to 0.3.0. | Uwe Hermann |
2014-05-06 | configure.ac: Bump libtool/library version from 1:0:0 to 2:0:0. | Uwe Hermann |
2014-05-06 | Bump libsigrok (optional) dependency to 0.3.0. | Uwe Hermann |
2014-05-04 | Fix 'make install' on OSes where 'python3' doesn't exist. | Uwe Hermann |
2014-04-24 | Detect Python 3.4 if not installed as "python3". | Bert Vermeulen |
2014-04-13 | Switch to a non-recursive automake setup. | Uwe Hermann |
2014-04-09 | configure.ac: Clearly mark required and optional libs. | Uwe Hermann |
2014-03-20 | Bump minimum Python version to 3.2 | Bert Vermeulen |
2014-01-30 | configure.ac: Add -Wmissing-prototypes. | Uwe Hermann |
2014-01-30 | configure.ac: Only check for things we actually use. | Uwe Hermann |
2014-01-17 | configure.ac: Drop obsolete MinGW Python3 workaround. | Uwe Hermann |
2014-01-17 | configure.ac: Check for all known Python3 pkg-config names. | Uwe Hermann |
2014-01-03 | Link against libm to avoid Python related linking errors. | Uwe Hermann |
2014-01-02 | configure.ac: Use pkg-config to check for python | Marcus Comstedt |
2013-12-22 | runtc: Fix conditional build on non-Linux systems. | Bert Vermeulen |
2013-12-11 | Clean up runtc build. | Bert Vermeulen |
2013-12-10 | Add protocol decoder testing framework. | Bert Vermeulen |
2013-11-27 | Clean up autoconf leftover configuration. | Bert Vermeulen |
2013-11-15 | Move versioning info out to separate header | Bert Vermeulen |
2013-10-25 | Add a 'guess_bitrate' protocol decoder. | Uwe Hermann |