]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2014-08-25 Bert Vermeuleninput: Convert binary module.
2014-08-25 Bert Vermeuleninput: format_match() is not required in an input module.
2014-08-25 Bert Vermeuleninput: Convert chronovu-la8 module.
2014-08-25 Bert Vermeuleninput/vcd: Minor code cleanup.
2014-08-25 Bert Vermeuleninput: Only feed scanned header to streams, not scanned...
2014-08-25 Bert Vermeuleninput: Only use header buffer for modules that need it.
2014-08-25 Bert Vermeuleninput/wav: Send END packet on cleanup.
2014-08-25 Bert Vermeuleninput/vcd: Send END packet on cleanup.
2014-08-25 Bert Vermeuleninput: Convert CSV module.
2014-08-25 Bert VermeulenAdd second positive status code: SR_OK_CONTINUE.
2014-08-25 Bert Vermeuleninput: sr_input_new() always allocates the instance...
2014-08-25 Bert Vermeuleninput: Fix option enumeration.
2014-08-25 Bert Vermeuleninput: Fix internal API docs.
2014-08-25 Bert Vermeuleninput: Actually return a NULL-terminated array.
2014-08-25 Bert Vermeuleninput: Frontends don't need to see SR_INPUT_META_*.
2014-08-25 Bert Vermeuleninput: Fixes and VCD.
2014-08-25 Bert Vermeuleninput: Fix up API documentation.
2014-08-25 Bert Vermeuleninput: Introduce new input module API.
2014-08-25 Bert Vermeuleninput: make sr_input{_module} opaque to clients.
2014-08-25 Bert Vermeuleninput: s/format/module in all naming.
2014-08-25 Bert Vermeulenfx2lafw: Code cleanup.
2014-08-25 Bert VermeulenAvoid warnings on all-zero static struct entries.
2014-08-24 Bert Vermeulenpipistrello-ols: Disable unused trigger stages.
2014-08-24 Bert Vermeulenpipistrello-ols: Preliminary port to current API.
2014-08-24 magnuskarlssonDEMUX and RLE fixes
2014-08-24 magnuskarlssonadded edge triggers
2014-08-24 magnuskarlssonfixed typos
2014-08-24 magnuskarlssonfixed a problem with USB defines
2014-08-24 magnuskarlssonadded pipistrello-ols
2014-08-24 Soeren Apelhameg-hmo / rigol-ds: Restore compatibility with std_de...
2014-08-22 Martin Lingrigol-ds: Fix duplicated vendor string for Agilent...
2014-08-20 Bert Vermeulenbuild: Require libserialport version 0.2.0.
2014-08-20 Aurelien Jacobsserial: re-implement sr_serial_find_usb() using new...
2014-08-20 Bert Vermeulenoutput: Fix options enumeration. Again.
2014-08-20 Martin LingClose zip file at end of sr_session_file_check.
2014-08-20 Marcus Comstedtconfigure.ac: Fix jni.h check when cross compiling
2014-08-20 Marc Schinkoutput: Allocate additional memory for NULL terminator.
2014-08-20 Marc Schinkikalogic-scanaplus: Free device context to fix memory...
2014-08-18 Bert Vermeulenoutput: Fix double free.
2014-08-18 Bert Vermeulenoutput: Fix output option enumeration.
2014-08-18 Uwe Hermannunitests: Adapt to recent API changes.
2014-08-17 Marcus Comstedtsaleae-logic16: Recognize FPGA FIFO overflow status
2014-08-17 Marcus ComstedtMakefile.am: Fix out-of-tree build for Python bindings
2014-08-17 Marcus Comstedtconfigure.ac: Look for python-2.7.pc as well when makin...
2014-08-17 Marcus ComstedtMakefile.am: Fix out-of-tree build for C++ and Java...
2014-08-17 Marcus ComstedtMakefile.am: Fix doxygen invocation in out-of-tree...
2014-08-17 Marcus ComstedtFix include paths for out-of-tree builds
2014-08-17 Martin Lingbindings: update for sr_output_options_{get,free} API...
2014-08-15 Bert Vermeulenoutput: Constify module options.
2014-08-15 Bert Vermeulenoutput: Actually return a NULL-terminated array.
2014-08-14 Soeren Apelhameg-hmo: Make sure the enabled_channels list is empty...
2014-08-13 Bert Vermeulensession: Remove irrelevant logging.
2014-08-13 Bert Vermeulenoutput/wav: Minor code cleanup.
2014-08-13 Bert Vermeulenoutput: Deal properly with NULL (no) options on a new...
2014-08-11 Uwe Hermanntests: Factor out srtest_setup() and srtest_teardown().
2014-08-11 Uwe Hermannsr_session_new(): Return SR_ERR_ARG upon invalid argument.
2014-08-11 Uwe HermannAdd a small set of unit tests for session handling.
2014-08-11 Uwe Hermannsession_file.c: Drop left-over extern.
2014-08-10 Uwe HermannDoxygen: Exclude more non-public files and directories.
2014-08-10 Uwe Hermanntrigger.c: Add Doxygen @file and @defgroup tags.
2014-08-10 Uwe HermannMakefile.am: Silence some more Doxygen output.
2014-08-10 Uwe HermannDoxygen: Silence Doxygen warnings by default.
2014-08-10 Uwe HermannDoxygen: Add a few missing @param lines for sessions.
2014-08-10 Martin Lingbindings: Transfer C++ method parameter documentation...
2014-08-10 Martin LingC++: Add parameter documentation and additional method...
2014-08-10 Martin Lingjava: Add documentation generation.
2014-08-10 Martin Lingpython: Add documentation generation.
2014-08-10 Martin Lingbindings: Transfer C++ documentation strings to Python...
2014-08-10 Martin LingC++ bindings: Attach documentation to enum wrapper...
2014-08-10 Martin LingC++ bindings: Reimplement enums.py using doxygen XML...
2014-08-08 Soeren ApelFix typo in the Hameg HMO driver and add some error...
2014-08-05 Uwe Hermannconfigure.ac: Don't build BeagleLogic where a build...
2014-08-03 Bert Vermeulenoutput/vcd: Drop obsolete string.
2014-08-03 Bert Vermeulenhameg-hmo: Implement SR_CONF_SCAN_OPTIONS.
2014-08-02 Bert Vermeulenoutput: Check options hash before destroying.
2014-08-02 Bert Vermeulenoutput: Move option checks to the wrapper.
2014-08-02 Bert Vermeulenoutput: Modules can keep track of option resources...
2014-08-02 Bert Vermeulenoutput/wav: Add 'scale' option.
2014-08-01 Janne HuttunenImplement Brymen BM25x series as a serial DMM.
2014-08-01 Bert VermeulenDoxygen: Update paths.
2014-08-01 Bert Vermeuleninput/vcd: Make less noise in format match failure.
2014-08-01 Bert Vermeuleninput/csv: Match format on .csv extension in filename.
2014-08-01 Bert Vermeuleninput/wav: Deal with IEEE float samples in WAV files.
2014-08-01 Bert Vermeulenoutput/wav: Fix channel deinterleaving.
2014-08-01 Bert Vermeulenoutput/analog: Fix channel deinterleaving.
2014-07-29 Bert Vermeulenoutput/wav: Initial module implementation.
2014-07-29 Bert Vermeulenoutput/wav: Initial module skeleton.
2014-07-29 Bert Vermeulendemo: Attach analog generator to channel, not channel...
2014-07-28 Bert Vermeulenoutput: Rename instance private storage pointer to...
2014-07-28 Bert Vermeulendemo: Support changing the amplitude of analog channels.
2014-07-28 Bert VermeulenAdd config key for amplitude.
2014-07-26 Martin LingJava: correct input map type in create_output() wrapper.
2014-07-26 Martin LingJava: Move interfaces into org.sigrok.core.interfaces...
2014-07-26 Martin LingJava: ignore Meta::get_config() due to SWIG typemap...
2014-07-26 Martin LingAdd bindings/swig/classes.i to Python binding dependencies.
2014-07-26 Martin LingFix python-quietclean Makefile target.
2014-07-26 Martin LingUpdate bindings to use new output API.
2014-07-26 Bert Vermeulenoutput: Finish output module API wrappers.
2014-07-24 Martin Lingbindings: Add Channel::get_index() method.
2014-07-24 Martin Lingbindings: Add Device::get_description() method.
next