]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2014-05-06 Uwe HermannDoxyfile/Doxyfile_internal: Bump version number to... libsigrok-0.3.x libsigrok-0.3.0
2014-05-06 Uwe Hermannconfigure.ac: Bump package version to 0.3.0.
2014-05-06 Uwe Hermannconfigure.ac: Bump libtool/library version from 1:2...
2014-05-06 Uwe HermannNEWS: Add list of user-visible changes so far.
2014-05-06 Uwe HermannRename SR_T_CHAR to SR_T_STRING.
2014-05-04 Martin Lingrigol-ds: Quick hack to fix bug #354.
2014-05-04 Uwe HermannREADME: Mention missing dependency 'librevisa'.
2014-05-04 Uwe Hermannlog.c: Avoid using the same name for a variable and...
2014-05-04 Uwe HermannAdd/update Doxygen @since tags.
2014-05-04 Uwe Hermannlibsigrok.h: Add some missing enum names for consistency.
2014-05-04 Bert Vermeulenasix-sigma: Don't set invalid configuration options.
2014-05-04 Uwe Hermanndoxygen: Updated Doxyfile to doxygen 1.8.6.
2014-05-04 Uwe HermannUnhook the Link Instruments MSO-19 from the build for...
2014-05-04 Uwe HermannDrop obsolete Linux-only usbtmc backend.
2014-05-04 Uwe HermannREADME.devices: Various updates and fixes.
2014-05-04 Uwe HermannDrop left-overs of the removed alsa driver.
2014-05-04 Uwe HermannDon't define names ending with _t (POSIX reserved).
2014-05-04 Bert Vermeulenasix-sigma: Disable sample-limited capture for now.
2014-05-04 Bert Vermeulenasix-sigma: Publish capture ratio correctly.
2014-05-03 Uwe Hermannsaleae-logic16: Minor whitespace fixes, cosmetics.
2014-05-03 Marcus Comstedtsaleae-logic16: Use unitsize 1 if none of channels...
2014-05-03 Marcus Comstedtsaleae-logic16: Don't send more samples than requested.
2014-05-01 Martin LingAdd SR_CONF_DEVICE_MODE and SR_CONF_TEST_MODE config...
2014-04-30 Martin Lingfx2lafw: Allow matching USB descriptor strings as well...
2014-04-30 Martin Lingfx2lafw: tidy up config_set().
2014-04-30 Martin Lingfx2lafw: implement config_get for SR_CONF_LIMIT_SAMPLES...
2014-04-30 Martin Lingfx2lafw: pass sdi to command functions.
2014-04-30 Marek Vasutasix-sigma: Init cur_sample_rate
2014-04-30 Marek Vasutasix-sigma: Fix the trigger handling
2014-04-30 Marek Vasutasix-sigma: Pull out cluster decoding
2014-04-30 Marek Vasutasix-sigma: Exterminate passing lastts and lastsample
2014-04-30 Marek Vasutasix-sigma: Rework decode_chunk_ts()
2014-04-30 Marek Vasutasix-sigma: Suspend support for trailing DRAM lines
2014-04-30 Marek Vasutasix-sigma: Properly fetch timestamp in decode_chunk_ts()
2014-04-30 Marek Vasutasix-sigma: Use proper structure for DRAM lines
2014-04-30 Marek Vasutasix-sigma: Introduce function to read DRAM cluster...
2014-04-30 Marek Vasutasix-sigma: Unify calling of decode_chunk_ts()
2014-04-30 Marek Vasutasix-sigma: Rework download_capture() to support more...
2014-04-30 Marek Vasutasix-sigma: Remove stack-based alloc in download_capture()
2014-04-30 Marek Vasutasix-sigma: Localize variables
2014-04-30 Marek Vasutasix-sigma: Move all register I/O into download_capture()
2014-04-30 Marek Vasutasix-sigma: Clearly separate the sample download
2014-04-30 Marek Vasutasix-sigma: Pull out the CAPTURE mode handler
2014-04-30 Marek Vasutasix-sigma: Read position only in CAPTURE state
2014-04-30 Marek Vasutasix-sigma: Decrypt the LA mode switch sequence
2014-04-30 Marek Vasutasix-sigma: Encode the opcodes as hex values
2014-04-30 Marek Vasutasix-sigma: Pull out the logic-mode switching
2014-04-30 Marek Vasutasix-sigma: Squash yoda-condition in upload_firmware()
2014-04-30 Marek Vasutasix-sigma: Move the sigma_fw_2_bitbang()
2014-04-30 Marek Vasutasix-sigma: Cleanup the bit2bitbang
2014-04-30 Marek Vasutasix-sigma: Weed out in-condition assignments
2014-04-30 Marek Vasutasix-sigma: Fix firmware path construction
2014-04-30 Marek Vasutasix-sigma: Cleanup FPGA initialization
2014-04-30 Marek Vasutasix-sigma: Remove NUM_CHANNELS macro
2014-04-30 Marek Vasutasix-sigma: Document sampling rate table
2014-04-30 Bert Vermeulenasix-sigma: Acquisition fixes.
2014-04-30 Bert Vermeulenoutput/vcd: Support getting samplerate from meta packets.
2014-04-29 Bert Vermeulenoutput/gnuplot: Support getting samplerate from meta...
2014-04-29 Bert Vermeulenoutput/csv: Support getting samplerate from meta packets.
2014-04-28 Bert Vermeulenoutput/ascii: Support getting samplerate from meta...
2014-04-28 Bert Vermeulenoutput/hex: Support getting samplerate from meta packets.
2014-04-28 Bert Vermeulenoutput/bits: Support getting samplerate from meta packets.
2014-04-25 Uwe Hermannsession: Show unitsize of the received data.
2014-04-25 Uwe HermannDon't include NO_LOG_WRAPPERS in the Doxygen output.
2014-04-25 Uwe HermannDon't include LOG_PREFIX in the Doxygen output.
2014-04-25 Martin Lingconfigure.ac: Separate library flags from other CFLAGS.
2014-04-25 Martin LingGive type names to all enumerations.
2014-04-25 Martin LingRemove orphaned prototype for sr_filter_channels from...
2014-04-24 Bert Vermeulenfx2lafw: Don't send more samples than requested.
2014-04-23 Bert VermeulenWIP
2014-04-21 Bert Vermeulenoutput/ascii/bits/hex: Remove stray g_free().
2014-04-21 Bert Vermeulenols: Allow disabling all channels.
2014-04-20 Bert Vermeulenoutput: Introduce output module API wrappers.
2014-04-19 Bert VermeulenRemoved ALSA driver.
2014-04-19 Bert VermeulenRemoved obsolete sr_filter_channels().
2014-04-19 Bert VermeulenRemove obsolete output API.
2014-04-19 Bert Vermeulenoutput/ascii: Rewrite for new output API.
2014-04-19 Bert Vermeulenoutput/hex: Rewrite for new output API.
2014-04-19 Bert Vermeulenoutput/bits: Rewrite for new output API.
2014-04-17 Bert Vermeulenoutput/binary: Use new output API.
2014-04-17 Bert Vermeulenoutput/chronovu_la8: Use new output API.
2014-04-16 Bert Vermeulenoutput/csv: Use the logic stream's unitsize.
2014-04-16 Bert Vermeulenoutput/vcd: Use the logic stream's unitsize.
2014-04-16 Bert Vermeulenoutput/gnuplot: Use new output API.
2014-04-13 Uwe Hermann.gitignore: Add test-suite.log.
2014-04-13 Uwe Hermannsr_dev_inst_new(): Use NULL (not "") if version unknown...
2014-04-13 Uwe Hermannchronovu-la: Show errors other than "device not found".
2014-04-07 Uwe Hermannconfigure.ac: Clearly mark required and optional libs.
2014-04-06 Aurelien Jacobsrigol-ds: fix long memory depth setting on DS1000
2014-04-06 Aurelien Jacobsscpi_usbtmc_libusb: disable all clear_halt for Rigol...
2014-04-06 Aurelien Jacobsscpi_usbtmc_libusb: disable bulk_out clear_halt for...
2014-04-06 Aurelien Jacobsfx2lafw: fix possible use of uninitialized variable...
2014-04-02 Uwe HermannVarious drivers: Expose SR_CONF_TRIGGER_TYPE.
2014-04-02 Uwe Hermannchronovu-la: LA16 has fewer max. samples than LA8.
2014-04-02 Uwe Hermannchronovu-la: Fix byte order for LA16 samples sent to...
2014-04-02 Uwe Hermannchronovu-la: Document that streaming is not possible.
2014-04-02 Uwe HermannRename 'chronovu-la8' driver to 'chronovu-la'.
2014-04-02 Uwe Hermannla8: Add support for the ChronoVu LA16.
2014-04-02 Uwe Hermannla8: Cleanups, cosmetics, simplifications.
2014-03-30 Uwe Hermanndemo: Fix typos.
next