]> sigrok.org Git - libsigrokflow.git/shortlog
libsigrokflow.git
2019-01-18 Uwe HermannAdd tests/legacy_decoder.cpp and a simple unit test. master github/master
2019-01-17 Uwe HermannAdd LegacyDecoder::unitsize().
2019-01-17 Uwe HermannLegacyInput::chain(): Always name all parameters.
2019-01-17 Uwe HermannFix a typo (unitsite_ -> unitsize_).
2019-01-17 Uwe HermannAvoid "using namespace std" everywhere.
2019-01-11 Uwe HermannAdd some missing #includes.
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 Uwe Hermann.gitignore: Add files generated by the unit tests.
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 HermannAdd contrib/libsigrokflow_112x112.png.
2019-01-09 Uwe HermannDoxyfile: Add libsigrokflow specific config.
2019-01-09 Uwe HermannDoxyfile: Add file generated by 'doxygen -g'.
2019-01-09 Uwe HermannUse https instead of http when referring to sigrok...
2019-01-09 Uwe HermannAvoid underscore suffix in member function names.
2019-01-09 Uwe HermannFactor out src/legacy_decoder.cpp.
2019-01-09 Uwe HermannFactor out src/legacy_output.cpp.
2019-01-09 Uwe HermannFactor out src/legacy_input.cpp.
2019-01-09 Uwe HermannFactor out src/legacy_capture_device.cpp.
2019-01-09 Uwe HermannFactor out src/init.cpp.
2019-01-09 Uwe HermannAvoid underscore prefix for private member variables.
2019-01-09 Uwe HermannVarious whitespace/consistency/cosmetic fixes.
2019-01-09 Uwe HermannSrf::init(): Throw an exception if Gst::init() has...
2019-01-09 Uwe Hermanntests/init: Srf::init() before successful Gst::init...
2019-01-08 Uwe HermannSrf::deinit(): Throw an exception upon multiple deinit...
2019-01-08 Uwe Hermanntests/init: Multiple Srf::deinit() calls should throw.
2019-01-08 Uwe HermannSrf::deinit(): Add initial implementation.
2019-01-08 Uwe Hermanntests/init: Srf::deinit() should not throw.
2019-01-08 Uwe HermannSrf::init(): Throw an exception upon multiple init...
2019-01-08 Uwe Hermanntests/init: Multiple Srf::init() calls should throw.
2019-01-08 Uwe HermannAdd tests/init.cpp and first unit test.
2019-01-08 Uwe HermannAdd initial tests/main.cpp (main Catch2 file).
2019-01-08 Uwe HermannAdd Catch2 unit testing framework.
2019-01-08 Uwe Hermannlibsigrokflow.hpp: Add a temporary workaround.
2019-01-08 Uwe Hermannconfigure.ac: Add -Wformat-security to the default...
2019-01-08 Uwe HermannCheck for the (optional) libsigrokdecode dependency.
2019-01-08 Uwe HermannCheck for the (optional) libsigrokcxx dependency.
2019-01-08 Uwe HermannFix the build wrt gstreamermm-1.0.
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 LingDon't create pad, already done by BaseSink.
2019-01-08 Martin LingImplement LegacyOutput.
2019-01-08 Martin LingMove device open and config_set calls to client.
2019-01-08 Martin LingSet correct variant type.
2019-01-08 Martin LingSet valid license.
2019-01-08 Martin LingAdd base class constructors.
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 LingThrow exception on failure to create element.
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 libsigrokflow.pc.in.
2019-01-08 Uwe Hermannconfigure.ac: Add check for gstreamermm-1.0 >= 1.8.0.
2019-01-08 Uwe HermannAdd an Srf namespace and an empty Srf::init().
2018-12-29 Uwe HermannAdd Makefile.am.
2018-12-29 Uwe HermannAdd configure.ac.
2018-12-29 Uwe HermannAdd empty src/main.cpp and include/libsigrokflow/libsig...
2018-12-29 Uwe HermannAdd .gitignore.
2018-12-29 Uwe HermannAdd AUTHORS, ChangeLog, COPYING, NEWS.
2018-12-29 Uwe HermannAdd autogen.sh.
2018-12-29 Uwe HermannAdd m4/sigrok.m4.
2018-12-29 Uwe HermannAdd m4/ax_cxx_compile_stdcxx.m4.
2018-12-29 Uwe HermannAdd initial README.