Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-20 | Re-enable stuff we temporarily disabled for 0.1. | Uwe Hermann | |
2011-01-19 | Disable decoders and session CLI options for 0.1. | Uwe Hermann | |
2011-01-19 | Don't install libs and headers in the 0.1 release. | Uwe Hermann | |
The library APIs are not yet usable or finalized, so don't expose the libs for now. Instead, only install sigrok-cli, the manpages, and the decoders. | |||
2011-01-15 | CLI: Support for running protocol decoders. | Uwe Hermann | |
Add a new -A | --list-protocol-decoders option to show the list of protocol decoders we could find. Add -a | --protocol-decoders to specify a list of decoders that shall be applied to the datastream. Currently only works for one decoder. Define DECODERS_DIR, which is the directory where the decoders will be installed upon 'make install', and where libsigrokdecode_init() will search for them. Thanks Olivier Fauchon <olivier@aixmarseille.com> for the initial patch, merged in slightly different form. | |||
2011-01-10 | Rename the scripts/ directory to decoders/. | Uwe Hermann | |
2010-05-11 | pkg-config: Add libsigrokdecode.pc. | Uwe Hermann | |
2010-04-02 | Start of code base layout restructuring. | Uwe Hermann | |