]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
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.
2014-07-24 Martin Lingbindings: Change return type of config_list to Glib...
2014-07-24 Martin Lingbindings: Revise Session::append() API.
2014-07-24 Martin Lingbindings: Support get_channel_groups() on base Device...
2014-07-24 Martin Lingbindings: Overhaul packet & payload classes.
2014-07-24 Martin LingC++: Fix leak of GVariant in ConfigKey::parse_string().
2014-07-24 Martin LingC++: Fix Packet destructor for packets without payload.
2014-07-24 Martin LingC++: Add internal lookup to find Channel object from...
2014-07-24 Martin LingC++: Centralise code for preparing shared pointers.
2014-07-24 Bert Vermeulendemo: Free analog channel groups when done with them.
2014-07-24 Bert Vermeulenstd: Free channel groups from device instances as well.
2014-07-23 Martin LingAdd Doxyfile for C++ bindings and adaptations to C...
2014-07-23 Martin Lingbindings: Add Packet.get_type() method.
2014-07-23 Martin LingAdd bindings for getting/setting session trigger.
2014-07-23 Bert Vermeulenbuild: More dependency fixes.
2014-07-23 Bert Vermeulenbuild: If language binding dependency checks fail,...
2014-07-23 Bert Vermeulenbuild: Add more dependency checks for building bindings.
2014-07-23 Bert Vermeulenbuild: We only need python 2.x for generating the bindings.
2014-07-23 Bert Vermeulenfx2lafw: Check for valid samplerate before setting.
2014-07-23 Bert Vermeulendemo: Support continuous acquisition.
2014-07-22 Bert Vermeulenfx2lafw: Fix continuous mode.
2014-07-22 Uwe HermannDrop references to obsolete sigrok-commits mailing...
2014-07-22 Uwe Hermannsession*.c: Remove some unneeded lines.
2014-07-22 Uwe Hermannconfigure: Show glibmm and gobject versions in the...
2014-07-22 Uwe Hermannconfigure.ac: Add versioned dependency on pygobject.
2014-07-22 Uwe HermannMakefile.am: Add beaglelogic.h so it ends up in the...
2014-07-22 Jens SteinhauserC++ bindings: Make enums.py work with newer versions...
2014-07-22 Bert VermeulenReorganize project tree.
2014-07-22 Bert Vermeulenbuild: Portability fixes.
2014-07-22 Bert Vermeulenpython: Fix build dependency.
2014-07-21 Kumar Abhishekbeaglelogic: Implementation with soft triggers
2014-07-21 Kumar Abhishekbeaglelogic: Initial driver skeleton.
2014-07-21 Bert VermeulenRemove unnecessary level of indirection for source...
2014-07-21 Bert VermeulenGet rid of global session.
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-07-21 Bert Vermeulenscpi: sr_scpi_scan_resource() never returns more than...
2014-07-20 Bert Vermeulenpython: Silence irrelevant build warnings.
2014-07-20 Uwe Hermannmake check: Update to new session API.
2014-07-20 Uwe HermannFix 'make check' invocation wrt new libsigrok.h location.
2014-07-19 Bert Vermeulenpython: Don't install as a zip file.
2014-07-19 Bert Vermeulenbuild: Silence language bindings building.
2014-07-19 Bert Vermeulenconfigure: Add --enable-bindings switch.
2014-07-19 Bert Vermeulenbindings: Filter out various pygccxml noise.
2014-07-19 Martin LingAdditional build system fixes for C++/Python/Java bindings.
2014-07-19 Martin LingAssorted build system fixes for C++/Python/Java bindings.
2014-07-19 Martin LingPass configured prefix to python setup.py install step.
next