Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-29 | sr/srd/cli/gtk: ChangeLog -> MAINTAINERCLEANFILES. | Uwe Hermann | |
If the (generated) ChangeLog file is marked for DISTCLEANFILES, it'll be removed whenever "make distclean" is called (and is then gone forever if you use the tarballs, for example). | |||
2012-04-15 | srd: Add functions to query srd version(s). | Uwe Hermann | |
2012-03-31 | sr/srd: Fix 'make distcheck'. | Uwe Hermann | |
2012-03-31 | srd: Generate ChangeLog from git upon 'make dist'. | Uwe Hermann | |
2012-03-31 | srd: SRD_PACKAGE_VERSION_* for consistency. | Uwe Hermann | |
No need to use the LIBSIGROKDECODE_ prefix here when we use SRD_ everywhere else. Also, better distinction between package version and lib version. | |||
2012-01-23 | srd: add python exception catcher, which routes to srd_err() and srd_dbg() | Bert Vermeulen | |
2012-01-15 | move sigrokdecode.Decoder type to its own source file | Bert Vermeulen | |
2012-01-05 | new srd_logic type implementation for PDs to iterate over. | Bert Vermeulen | |
2012-01-04 | sr/srd: Add Doxyfile to the tarball. | Uwe Hermann | |
2012-01-04 | srd: configure.ac: Fix version number magic. | Uwe Hermann | |
2012-01-03 | Put most autotools files into autostuff/. | Uwe Hermann | |
This yields a slightly more "tidy" top-level directory. | |||
2011-12-30 | sr/srd: Remove/fix non-applicable autotools stuff. | Uwe Hermann | |
2011-12-22 | srd: Add logging framework. | Uwe Hermann | |
This includes the (private) functions srd_err() and friends, the (public) SRD_LOG_ERR macros and friends, and the (public) API functions srd_set_loglevel() and srd_get_loglevel(). | |||
2011-12-04 | refactored PD framework, now using new sigrok.Decoder object | Bert Vermeulen | |
This uses the new python unified type/class object API to construct an object for PDs to subclass. The sigrok.Decoder class has a method put() which is implemented as a C function, and receives the PD's object instance as its first parameter. | |||
2011-04-03 | Revert temporary changes for 0.2 release. | Uwe Hermann | |
2011-04-03 | Disable some stuff which should not be in 0.2. | Uwe Hermann | |
Disable decoders, disable lib building. | |||
2011-02-04 | Revert FIRMWARE_DIR / DECODERS_DIR method for now. | Uwe Hermann | |
There were several issues with the other method, revert for now. | |||
2011-01-24 | configure.ac: Fix firmware/decoders dir variables. | Uwe Hermann | |
FIRMWARE_DIR and DECODERS_DIR as defined in config.h need some magic applied to resolve the $prefix/$data variable to an absolute path. | |||
2011-01-23 | Introduce proper libtool versioning for the libs. | Uwe Hermann | |
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 | |