]> sigrok.org Git - libsigrokflow.git/history - include/libsigrokflow/libsigrokflow.hpp
Add tests/legacy_decoder.cpp and a simple unit test.
[libsigrokflow.git] / include / libsigrokflow / libsigrokflow.hpp
2019-01-11 Uwe HermannFactor out legacy_decoder.hpp.
2019-01-11 Uwe HermannFactor out legacy_output.hpp.
2019-01-11 Uwe HermannFactor out legacy_input.hpp.
2019-01-11 Uwe HermannFactor out legacy_capture_device.hpp.
2019-01-11 Uwe HermannFactor out main.hpp.
2019-01-11 Uwe HermannFactor out init.hpp.
2019-01-10 Martin LingCreate 8 logic channels on dummy device used for output.
2019-01-10 Martin LingFix implementation of LegacyInput.
2019-01-09 Martin LingUse a dummy device for LegacyOutput.
2019-01-09 Uwe Hermannlibsigrokflow.hpp: Use the 'override' keyword where...
2019-01-09 Uwe HermannAvoid underscore suffix in member function names.
2019-01-09 Uwe HermannAvoid underscore prefix for private member variables.
2019-01-09 Uwe HermannVarious whitespace/consistency/cosmetic fixes.
2019-01-08 Uwe HermannSrf::deinit(): Add initial implementation.
2019-01-08 Uwe Hermannlibsigrokflow.hpp: Add a temporary workaround.
2019-01-08 Uwe HermannCheck for the (optional) libsigrokdecode dependency.
2019-01-08 Uwe HermannCheck for the (optional) libsigrokcxx dependency.
2019-01-08 Martin LingImplement LegacyInput.
2019-01-08 Uwe HermannAdd missing copyright lines.
2019-01-08 Uwe HermannInitial LegacyDecoder implementation.
2019-01-08 Martin LingCreate LegacyOutput from format, device and options.
2019-01-08 Martin LingImplement LegacyOutput.
2019-01-08 Martin LingInclude gstreamermm/private/element_p.h header to subcl...
2019-01-08 Martin LingWIP on plugin registration.
2019-01-08 Martin LingRevised implementation without using constructor.
2019-01-08 Martin LingImplement LegacyCaptureDevice.
2019-01-08 Martin LingInitial class hierarchy.
2019-01-08 Uwe HermannAdd an Srf namespace and an empty Srf::init().
2018-12-29 Uwe HermannAdd empty src/main.cpp and include/libsigrokflow/libsig...