index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-05-04
README: Document python3-coverage requirement for tests.
Uwe Hermann
2014-05-04
Fix 'make install' on OSes where 'python3' doesn't exist.
Uwe Hermann
2014-05-04
HACKING: Update to current conventions.
Uwe Hermann
2014-05-04
Mark some variables more consistently as SRD_PRIV.
Uwe Hermann
2014-05-04
log.c: Avoid using the same name for a variable and enum.
Uwe Hermann
2014-05-04
Update a few Doxygen @since tags.
Uwe Hermann
2014-05-04
libsigrokdecode.h: Give type names to all enumerations.
Uwe Hermann
2014-05-04
tools/install-decoders: Minor consistency fix.
Uwe Hermann
2014-05-03
Move srd_check_init() to decoder.c and make it static.
Uwe Hermann
2014-05-03
Make 'pd_list' static, it's only used in one file.
Uwe Hermann
2014-05-03
Make the srd_Decoder type private.
Uwe Hermann
2014-05-03
srd.c: Fix typo to avoid Doxygen output for srd_check_init().
Uwe Hermann
2014-05-03
Doxygen: Don't parse anything in tests/ or doxy/.
Uwe Hermann
2014-05-03
doxygen: Updated Doxyfile to doxygen 1.8.6.
Uwe Hermann
2014-05-03
Don't define names ending with _t (POSIX reserved).
Uwe Hermann
2014-05-03
edid: s/annotation type/annotation class/.
Uwe Hermann
2014-05-03
tests/check_session.c: Use UINT64_MAX.
Uwe Hermann
2014-04-24
Detect Python 3.4 if not installed as "python3".
Bert Vermeulen
2014-04-15
instance.c: s/probe/channel/.
Uwe Hermann
2014-04-15
All PDs: More consistent OUTPUT_PYTHON format docs.
Uwe Hermann
2014-04-15
sdcard_spi: Avoid duplicate keys in a Python dict.
Uwe Hermann
2014-04-15
All PDs: Bump api_version to 2.
Uwe Hermann
2014-04-15
All PDs: Drop some unneeded comments.
Uwe Hermann
2014-04-15
nunchuk: Fix PD to become usable in GUIs.
Uwe Hermann
2014-04-15
debug: Log unitsize when configuring channel map.
Bert Vermeulen
2014-04-13
.gitignore: Add test-suite.log.
Uwe Hermann
2014-04-13
Rename 'probe' to 'channel' everywhere.
Uwe Hermann
2014-04-13
z80: Fix incorrect license field.
Uwe Hermann
2014-04-13
Switch to a non-recursive automake setup.
Uwe Hermann
2014-04-13
README: Update build dependencies list.
Uwe Hermann
2014-04-09
configure.ac: Clearly mark required and optional libs.
Uwe Hermann
2014-03-20
Bump minimum Python version to 3.2
Bert Vermeulen
2014-03-20
pdtest: Add support for code coverage.
Bert Vermeulen
2014-03-20
runtc: Add list of missed lines to coverage output.
Bert Vermeulen
2014-03-18
usb_packet: Fix an incorrect index.
Uwe Hermann
2014-03-18
usb_packet: Provide better short/long annotations.
Uwe Hermann
2014-03-18
usb_signalling: Make each symbol an annotation class.
Uwe Hermann
2014-03-18
usb_signalling: Provide better short/long annotations.
Uwe Hermann
2014-03-17
Add support for code coverage of used decoder modules.
Bert Vermeulen
2014-03-14
Bring various test output files up to date.
Bert Vermeulen
2014-03-14
pdtest: Small fix.
Bert Vermeulen
2014-03-12
Various PDs: Minor option related fixes.
Uwe Hermann
2014-03-12
Various PDs: Drop currently unsupported probes in stacked PDs.
Uwe Hermann
2014-03-12
can: Make sample_point a float option.
Uwe Hermann
2014-03-11
Fix enumeration of option values.
Bert Vermeulen
2014-03-11
Fixed g_variant_get_double copy-paste error
Joel Holdsworth
2014-03-10
ir_nec: Update to recent PD API changes.
Uwe Hermann
2014-03-10
ir_nec: Add support for higher-level remote control annotations.
Uwe Hermann
2014-03-10
ir_nec: Addresses and commands are transmitted LSB-first.
Uwe Hermann
2014-03-10
ir_nec: Add support for more fields.
Uwe Hermann
[next]