]> sigrok.org Git - libsigrok.git/history - hardware/common
MinGW: Use "b" in all fopen() calls.
[libsigrok.git] / hardware / common /
2011-02-04 Uwe HermannMinGW: Use "b" in all fopen() calls.
2011-02-02 Uwe HermannMinGW: Build fixes.
2011-02-02 Uwe HermannFix build when no libusb-LA is compiled.
2011-01-30 Uwe HermannSR_ prefix for all public enums.
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 HermannChange all sigrok_ prefixes to sr_.
2011-01-30 Uwe HermannChange SIGROK_ prefix to SR_.
2011-01-19 Uwe HermannRe-enable stuff we temporarily disabled for 0.1.
2011-01-19 Bert Vermeulendisable MSO-19 specific stuff for 0.1 release
2011-01-15 Uwe HermannStart moving private stuff to sigrok-internal.h.
2011-01-12 Uwe HermannMinGW/Windows: Serial port portability fixes.
2011-01-11 Uwe HermannMinGW: Quickfix to make serial.c/ols.c compile.
2011-01-10 Daniel RibeiroMerge branch 'master' of git://sigrok.git.sourceforge...
2011-01-10 Daniel Ribeiroserial.c: fix parity != none
2011-01-10 Daniel RibeiroFinish serial_set_params implementation
2011-01-10 Daniel RibeiroMerge branch 'master' of git://sigrok.git.sourceforge...
2011-01-10 Daniel RibeiroFinish serial_set_params implementation
2011-01-08 Uwe HermannOnly build specific source files if needed.
2011-01-08 Uwe HermannFix out-of-tree build.
2010-08-12 Bert Vermeulenoops, fix serial_flush()
2010-08-12 Bert Vermeulenadd serial_flush()
2010-05-20 Uwe Hermannskeleton.c: Update to latest prototypes.
2010-05-17 Uwe HermannFactor out opendev2/opendev3.
2010-05-09 Peter Stugeserial: Remove unneccesary nesting
2010-04-22 Uwe HermannWin: Fix compile, serial port code (unfinished).
2010-04-15 Uwe HermannRefactoring and code simplifications.
2010-04-15 Uwe Hermannhardware/common: Coding style fixes.
2010-04-09 Uwe HermannFix all warnings and re-enable -Wextra.
2010-04-09 Uwe HermannFactor out common ezusb_upload_firmware().
2010-04-09 Uwe Hermannezusb.c: Coding style fixes.
2010-04-09 Bert Vermeulenmove posix-specific serial port comms to serial.c
2010-04-08 Bert Vermeulenuse strdup() instead of g_strdup()
2010-04-02 Uwe HermannStart of code base layout restructuring.