Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-25 | Move common/ directory into decoders/. | Uwe Hermann | |
This simplifies cross-platform handling of the Python/decoder paths and module installation/dist a bit and also fixes bug #804. | |||
2016-05-09 | Consistently use ' instead of " for strings in all PDs. | Uwe Hermann | |
2016-05-09 | Factor out SD card lists into common/sdcard. | Uwe Hermann | |
These are used by the sdcard_spi and sdcard_sd decoders. | |||
2016-05-05 | Factor out bcd2int() into common/srdhelper. | Uwe Hermann | |
2016-05-05 | Have one subdirectory per module in common/ as well. | Uwe Hermann | |
This is consistent with decoders/, conveniently allows for more than one file per module, and also happens to avoid some import warnings. | |||
2016-05-04 | Move constants out of xfp to common/plugtrx. | Bert Vermeulen | |