]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2013-04-22 Bert Vermeulensr_dev_inst_*() -> sr_dev_*()
2013-04-22 Bert Vermeulenzeroplus-logic-cube: Use sr_dev_inst to store connectio...
2013-04-22 Bert Vermeulenols: Use sr_dev_inst to store connection handle
2013-04-22 Bert Vermeulenols: Fix stack clobbering at start of acquisition
2013-04-21 Bert Vermeulenfluke-dmm: Use sr_dev_inst to store connection handle
2013-04-21 Bert Vermeulencolead-slm: Use sr_dev_inst to store connection handle
2013-04-21 Bert Vermeulenagilent-dmm: Use sr_dev_inst to store connection handle
2013-04-21 Martin Lingrigol-ds1xx2: fix delay time.
2013-04-21 Martin Lingpython: fix Fraction -> GVariant tuple conversion.
2013-04-21 Martin Lingrigol-ds1xx2: better error handling in hw_scan.
2013-04-20 Bert Vermeulenvictor-dmm: Allow configuration before the device is...
2013-04-20 Uwe HermannDrop obsolete g_match_info_unref() workaround.
2013-04-19 Uwe HermannAdd initial, lowlevel Ruby bindings.
2013-04-19 Martin Lingpython: unify pkg-config calls in setup.py.
2013-04-19 Martin Lingpython: Use --cflags-only-I to get includes in setup.py.
2013-04-19 Martin Lingpython: Add classes for values of API enums.
2013-04-19 Uwe Hermannpython: Add a Log class to control libsigrok logging.
2013-04-19 Uwe Hermannpython: config_get() now returns SR_ERR_NA.
2013-04-18 Bert Vermeulenvictor-dmm: Support SR_CONF_CONN
2013-04-18 Bert Vermeulenlascar-el-usb: Support SR_CONF_CONN
2013-04-18 Bert Vermeulenhantek-dso: Consistently return SR_ERR_ARG if sdi is...
2013-04-18 Bert Vermeulenfx2lafw: Consistently return SR_ERR_ARG if sdi is needed
2013-04-18 Uwe Hermannpython: Add further properties to Analog class.
2013-04-18 Martin Lingpython: Add Analog class.
2013-04-17 Bert Vermeulenhantek-dso: Support config_get(SR_CONF_CONN)
2013-04-17 Bert Vermeulenfx2lafw: Support config_get(SR_CONF_CONN)
2013-04-17 Uwe Hermannpython: Add missing license headers.
2013-04-17 Martin Lingpython: fix cdata to work with Python 3.x.
2013-04-17 Martin Lingpython: Fix syntax to support Python 3.x.
2013-04-17 Martin Lingpython: Add high level API.
2013-04-17 Martin Lingswig: Wrap additional GVariant operations.
2013-04-17 Martin Lingpython: Release GIL during libsigrok calls.
2013-04-17 Martin Lingpython: Adding callback can fail, and refcount must...
2013-04-17 Martin Lingpython: use setuptools and put bindings into sigrok...
2013-04-16 Bert Vermeulenhantek-dso: Mark connection as USB
2013-04-16 Bert Vermeulenhantek-dso: Use std_dev_clear()
2013-04-16 Bert Vermeulenfx2lafw: No device context internals to clear
2013-04-16 Bert VermeulenAllow for sdi->priv helper function in std_dev_clear
2013-04-16 Bert Vermeulenhantek-dso: Store USB connection in sr_dev_inst
2013-04-16 Uwe HermannPython bindings: Small fix for Python 3 support.
2013-04-16 Uwe Hermannchronovu-la8: Fix incorrect 0Hz samplerate being reported.
2013-04-16 Bert Vermeulenfx2lafw: Use standard dev_clear() instead
2013-04-16 Bert VermeulenAdd driver helper std_dev_clear()
2013-04-16 Bert Vermeulensr: add conn to sdi, for storing a ptr to device-specif...
2013-04-16 Uwe Hermannerror.c: Add missing SR_ERR_ARG and SR_ERR_NA.
2013-04-16 Uwe HermannDoxygen: Add missing parameter docs.
2013-04-16 Uwe HermannDoxygen: Exclude bindings/.
2013-04-16 Uwe HermannDoxygen: Set SHOW_NAMESPACES=no.
2013-04-16 Uwe HermannDoxygen: Add @since markers.
2013-04-16 Martin Lingswig: wrap g_variant_new_uint64.
2013-04-16 Martin Lingswig: include cdata interface.
2013-04-16 Martin Lingswig: add function to cast from void * to struct sr_dat...
2013-04-16 Martin Lingpython: support datafeed callbacks implemented in python.
2013-04-16 Martin Lingswig: use standard wrappers for integer types.
2013-04-16 Martin LingAdd a void *cb_data parameter to datafeed callbacks.
2013-04-16 Bert Vermeulendrivers: return SR_ERR_NA on unsupported config key
2013-04-15 Uwe HermannPython bindings: Fix reported libsigrok version.
2013-04-15 Uwe HermannPython bindings: Cosmetics.
2013-04-15 Martin LingTell SWIG that gpointer is really void *.
2013-04-15 Martin LingAdd SWIG interface file and build script for Python...
2013-04-15 Bert Vermeulenols: Report when a device doesn't support metadata
2013-04-15 Bert Vermeulenfx2lafw: Support conn scan parameter
2013-04-15 Bert Vermeulenusb: Fix bus.address format detection
2013-04-15 Bert Vermeulenols: Allow configuration before the device is opened
2013-04-15 Bert Vermeulenrigol-ds1xx2: Don't assume there's a valid sdi
2013-04-15 Bert Vermeulenols: Properly initialize operational state before start
2013-04-15 Uwe Hermanndemo: Fix compiler warning, cosmetics.
2013-04-14 Bert Vermeulenlascar-el-usb: Use two probes for temp/humidity loggers
2013-04-14 Joel Holdsworthdemo: Unref the IO channel when it is no longer used
2013-04-14 Joel Holdsworthdemo: Free dev_contexts
2013-04-14 Joel Holdsworthdemo: Moved demo configuration variables into dev_context
2013-04-14 Alexandru Gagniucsession: Make sr_session_stop thread-safe
2013-04-14 Joel Holdsworthdemo: Keep a pointer to dev_context in sr_dev_inst...
2013-04-14 Joel Holdsworthdemo: Only one GIOChannel is needed
2013-04-14 Joel Holdsworthdemo: Fixed glitching in increment signal
2013-04-14 Joel Holdsworthalsa: Set the probe index
2013-04-14 Jan Luebbezeroplus-logic-cube: add USB ID for LAP-16128U
2013-04-14 Martin Lingrigol-ds1xx2: support digital channels.
2013-04-14 Martin Lingrigol-ds1xx2: doesn't actually support SR_CONF_LIMIT_SA...
2013-04-14 Martin Lingrigol-ds1xx2: fix handling of partial frames.
2013-04-14 Bert Vermeulenignore test leftovers
2013-04-13 Bert Vermeulenols: Support get/set/list on all device options
2013-04-12 Bert Vermeulenrigol-ds1xx2: Use g_usleep() for portability
2013-04-12 Uwe HermannBump glib requirement to >= 2.32.0.
2013-04-12 Uwe Hermannrigol-ds1xx2: Whitespace, minor fix.
2013-04-12 Uwe Hermannunittests: Adapt to new GVariant system.
2013-04-12 Uwe HermannFix two minor compiler warnings.
2013-04-11 Bert Vermeulenoutput/vcd: Use selected probes, not lowest-numbered...
2013-04-11 Bert Vermeulenrigol-ds1xx2: Support for all channels, proper defaults
2013-04-11 Bert Vermeulenrigol-ds1xx2: fix channel numbers
2013-04-11 Bert Vermeulenrigol-ds1xx2: better debugging
2013-04-11 Bert Vermeulenrigol-ds1xx2: properly send frame begin/end packets
2013-04-11 Bert Vermeulenhantek-dso: Support SR_CONF_NUM_TIMEBASE/SR_CONF_NUM_VDIV
2013-04-11 Bert Vermeulenrigol-ds1xx2: Support SR_CONF_NUM_TIMEBASE/SR_CONF_NUM_VDIV
2013-04-11 Bert VermeulenAdd SR_CONF keys to report the number of timebases...
2013-04-11 Bert Vermeulenuse driver callbacks directly
2013-04-11 Bert Vermeulenrigol-ds1xx2: SR_CONF_TIMEBASE and _VDIVS lists are...
2013-04-11 Bert Vermeulenreturn SR_ERR_ARG if a driver doesn't implement sr_conf...
2013-04-11 Bert VermeulenAdd Rigol DS1052E/1102E VID:PID
2013-04-11 Bert Vermeulenhantek-dso: SR_CONF_TIMEBASE and _VDIVS lists are now...
next