]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2011-04-26 Uwe HermannInitial support for CSV as output format.
2011-04-26 Uwe HermannChange left-over SIGROK_* to SR_*.
2011-04-24 Uwe HermannLA8: Shrink mangled_buf from 8MB to 4KB.
2011-04-24 Uwe HermannASIX: Small consistency fixes.
2011-04-24 Uwe HermannLA8: Eliminate unused num_probes variable.
2011-04-24 Uwe HermannLA8: Replace some sr_warn() with sr_err().
2011-04-24 Uwe HermannLA8: probeconfig/trigger support.
2011-04-18 Uwe HermannFix two small warnings.
2011-04-18 Uwe HermannHardware drivers: Use names for struct entries.
2011-04-18 Uwe Hermannols: Always use glib's memory allocation functions.
2011-04-18 Uwe HermannMSO19: Always use glib's memory allocation functions.
2011-04-16 Uwe Hermanndemo: Always use glib's memory allocation functions.
2011-04-16 Uwe Hermannserial.c: Use g_try_malloc().
2011-04-16 Uwe HermannASIX Sigma: Improve error handling a bit.
2011-04-16 Uwe Hermannalsa: Always use glib's memory allocation functions.
2011-04-16 Uwe HermannLA8: Always use glib's memory allocation functions.
2011-04-16 Uwe HermannReplace g_malloc{0,} with g_try_malloc{0,}.
2011-04-15 Uwe Hermanngnuplot output: Optimize by only storing changes.
2011-04-15 Uwe HermannDon't close/reset the FTDI device too often.
2011-04-15 Uwe HermannLA8: free() sample buffers in hw_closedev().
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
2011-04-10 Uwe HermannAdd chronovu-la8 input file format support.
2011-04-10 Uwe HermannAdd chronovu-la8 output file format.
2011-04-10 Uwe Hermanngnuplot output: More error checks.
2011-04-10 Uwe Hermanninput/output formats: s/extension/id/.
2011-04-10 Uwe HermannLA8: Use the new SR_ERR_ARG macro.
2011-04-10 Uwe HermannAdd SR_ERR_ARG #define.
2011-04-10 Uwe HermannBinary output: Add more error checks.
2011-04-10 Uwe Hermanninput/output formats: Explicit struct member names.
2011-04-04 Uwe HermannAdd initial support for the ChronoVu LA8.
2011-04-03 Uwe HermannRevert temporary changes for 0.2 release.
2011-04-03 Uwe HermannDisable some stuff which should not be in 0.2.
2011-04-03 Uwe HermannHook up output/text directory with autotools.
2011-04-03 Bert VermeulenOLS driver overhaul
2011-04-03 Bert Vermeulensmall warning fix
2011-04-03 Bert Vermeulenoutput_ols: disabled cursors don't really need to be...
2011-03-25 Uwe HermannASIX Sigma: Fix firmware loading bug.
2011-03-03 Uwe HermannKill unused functions (avoid namespace pollution).
2011-03-03 Uwe HermannDrop obsolete vcd_header.
2011-03-03 Uwe HermannMake some more items 'static'.
2011-03-03 Uwe HermannAdd doxygen comment to sr_filter_probes().
2011-03-03 Uwe Hermannsr_exit(): Return int to be able to report errors.
2011-03-03 Uwe HermannMake DATASTORE_CHUNKSIZE private.
2011-03-03 Uwe HermannAdd SR_HZ macro for consistency.
2011-03-03 Uwe HermannAdd SR_ prefix to the KHZ/MHZ/GHZ macros.
2011-02-20 Uwe HermannAdd SR_ prefix for MAX_NUM_PROBES/MAX_PROBENAME_LEN.
2011-02-20 Uwe HermannMake ARRAY_SIZE/ARRAY_AND_SIZE private.
2011-02-20 Uwe HermannConstify some more 'char *' parameters.
2011-02-20 Uwe HermannAdd sr_ prefix for analog stuff some structs.
2011-02-20 Uwe HermannAdd sr_ prefix to receive_data_callback typedef.
2011-02-20 Uwe HermannAdd sr_ prefix to datafeed_callback typedef.
2011-02-20 Uwe HermannDrop obsolete source_callback_*().
2011-02-20 Uwe HermannAdd sr_ prefix to filter_probes().
2011-02-20 Uwe HermannConstify a few more 'char *' parameters.
2011-02-20 Uwe HermannMake load_hwplugins() private.
2011-02-20 Uwe HermannAdd sr_ prefix to list_hwplugins().
2011-02-20 Uwe HermannAdd sr_ prefix to session_{add,remove}.
2011-02-20 Uwe HermannDisable analog bits/gnuplot output for now.
2011-02-20 Uwe HermannMark some private stuff 'static'.
2011-02-20 Uwe HermannAdd sr_ prefix for hwcap structs/functions.
2011-02-20 Uwe HermannDrop prototype for non-existant make_metadata().
2011-02-13 Uwe HermannQuickfix for a segfault with file input via -i.
2011-02-12 Bert Vermeulenimplement version 1.3 of the OLS output format, now...
2011-02-12 Bert Vermeulendemo: forgot second part of samplerate support
2011-02-08 Uwe HermannSaleae: Make more private stuff static.
2011-02-08 Uwe HermannDoxygen config files: Initial configuration.
2011-02-08 Uwe HermannAdd doxygen config files for both libs.
2011-02-08 Uwe HermannRename probe_find() to sr_device_probe_find().
2011-02-08 Uwe Hermannstrutil.c: Fix typo, add some (API) docs/comments.
2011-02-08 Uwe HermannAdd sr_ prefix for datastore API functions.
2011-02-08 Uwe HermannAdd sr_ prefix for device related API functions.
2011-02-08 Uwe HermannAdd sr_ prefix to 'struct samplerates'.
2011-02-08 Uwe HermannAdd sr_ prefix to session related API functions.
2011-02-08 Uwe HermannAdd sr_ prefix for 'struct session'.
2011-02-08 Uwe HermannAdd sr_ prefix for 'struct probe'.
2011-02-06 Uwe HermannFix warnings: g_fopen() needs <glib/gstdio.h>.
2011-02-05 Uwe HermannUse glib's g_fopen() instead of fopen().
2011-02-04 Uwe HermannMinGW: Use "b" in all fopen() calls.
2011-02-04 Uwe HermannRevert FIRMWARE_DIR / DECODERS_DIR method for now.
2011-02-04 Bert Vermeulendemo: support setting sample rate
2011-02-04 Bert Vermeulenols: default to 200KHz samplerate
2011-02-02 Uwe HermannMinGW: Build fixes.
2011-02-02 Uwe HermannFix build when no libusb-LA is compiled.
2011-02-01 Bert Vermeulendemo: stored-pattern generator now keeps state
2011-02-01 Bert Vermeulenoutput_ols: now fully compliant with spec
2011-02-01 Bert Vermeulendon't just assume a device has a samplerate setting
2011-02-01 Bert Vermeulendon't force .sigrok extension when saving session file
2011-01-31 Bert Vermeulensession_driver: remove unneeded callbacks
2011-01-31 Bert Vermeulenfix device probe adding
2011-01-31 Bert Vermeulenimplement session loading based on a virtual device...
2011-01-31 Bert Vermeulenmove samplerate/period printers and parsers into libsigrok
2011-01-31 Bert Vermeulenremove dead code
2011-01-31 Uwe HermannMinGW: Build fix.
2011-01-30 Uwe HermannConsistently use _exit prefix for functions.
2011-01-30 Uwe HermannSR_ prefix for all public enums.
2011-01-30 Uwe HermannPrefixes for *_device_instance.
2011-01-30 Uwe HermannPrefix device structs with sr_.
2011-01-30 Uwe HermannAdd a field for the full name of a device.
2011-01-30 Uwe HermannPrefix datafeed structs with sr_.
2011-01-30 Uwe Hermannget_sr_device_instance() -> sr_get_device_instance().
next