]> sigrok.org Git - libsigrok.git/history - src/session_file.c
scpi-pps: Support for the EEZ PSU series
[libsigrok.git] / src / session_file.c
2020-03-25 Uwe HermannDoxygen: Properly mark a few symbols as private.
2018-10-14 Uwe HermannRandom whitespace/cosmetic/typo fixes.
2017-07-08 Uwe Hermannsession_file: Start out with SR_ST_INACTIVE like all...
2017-06-12 Uwe HermannVarious Doxygen fixes.
2016-03-27 Soeren ApelEnable loading of session files without total probes...
2016-03-27 Soeren ApelEnable loading of session files without the unit size...
2016-03-27 Soeren ApelEnable loading of session files without the capture...
2016-03-24 Soeren Apelanalog save: Avoid index duplication between analog...
2016-03-13 Martin Lingsr_session_load(): Create analog channels from loaded...
2016-01-07 Uwe HermannMinor whitespace and cosmetic fixes.
2015-11-28 Uwe HermannMake all sizeof() consistently use parenthesis.
2015-10-30 Daniel Elstnerzip: Provide fallback if zip_discard() is unavailable
2015-10-02 Daniel Elstnersession-file: Use 32-bit int for channel count
2015-10-01 Daniel Elstnersession-file: Remove old session save API
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-09 Uwe Hermannportability: Use g_strerror() in favor of strerror().
2015-08-16 Daniel ElstnerConsistently use SR_PACKAGE_VERSION instead of VERSION
2015-08-16 Daniel ElstnerBuild: Set local include directories in Makefile.am
2015-03-26 Martin LingMake sr_session_new() and sr_session_load() require...
2015-03-24 Uwe HermannRevert "session_file.c: Use config_*() wrappers."
2015-03-22 Uwe Hermannsession_file.c: Use config_*() wrappers.
2015-03-21 Uwe HermannVarious minor whitespace fixes.
2015-03-21 Martin LingPass driver struct pointer to driver callbacks.
2015-03-19 Martin LingChange API of channel accessor functions to take struct...
2015-03-19 Martin LingSimplify channel creation.
2014-12-05 Aurelien Jacobssession_file: Enable only the probes that are actually...
2014-11-21 Uwe HermannDon't check sr_channel_new() return value (always succe...
2014-11-21 Uwe HermannEliminate sr_dev_inst_new().
2014-11-12 Uwe HermannChange sr_dev_inst_new() to take no parameters.
2014-10-15 Martin LingTrack sdis created by sr_session_load(), and free in...
2014-10-02 Bert VermeulenClean up sr_session_load().
2014-09-29 Soeren ApelRemoval of sdi->index, step 2: remove it from sr_sessio...
2014-08-20 Martin LingClose zip file at end of sr_session_file_check.
2014-08-11 Uwe Hermannsession_file.c: Drop left-over extern.
2014-08-10 Uwe HermannDoxygen: Add a few missing @param lines for sessions.
2014-07-22 Uwe Hermannsession*.c: Remove some unneeded lines.
2014-07-22 Bert VermeulenReorganize project tree.