]> sigrok.org Git - libsigrok.git/history - bindings/cxx/enums.py
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / bindings / cxx / enums.py
2017-06-09 Uwe HermannFix various -Wundefined-var-template clang warnings.
2015-12-31 Martin Lingbindings: Wrap enum sr_configcap as Capability class.
2015-10-26 Martin Lingjava: Add docstrings for enum constants.
2015-10-26 Martin LingC++: Declare namespace in enums.hpp so it can be used...
2015-10-26 Martin Lingjava: Make enum values available as normal constants.
2015-08-16 Daniel Elstnerenums.py: Place swig/enums.i into build directory
2015-08-15 Soeren ApelIntroduce OutputFlag
2015-01-26 Uwe Hermanncxx: Fix a linking issue.
2015-01-17 Uwe Hermanncxx: Rename include/libsigrok/ to include/libsigrokcxx/.
2014-11-14 Uwe Hermannbindings: Fix out-of-tree build.
2014-11-13 Martin Lingbindings: Fix enums.py compatibility with Python 3.
2014-11-12 Martin Lingbindings: Support per-language extensions to EnumValue...
2014-11-12 Martin Lingbindings: Expose ConfigKey::identifier as an attribute.
2014-11-12 Martin Lingbindings: Expose EnumValue::id and EnumValue::name...
2014-11-12 Martin Lingbindings: Wrap EnumValue base class.
2014-11-12 Martin Lingcxx: Implement more of EnumValue in template.
2014-10-07 Jens Steinhauserbindings: Better error handling in enumeration get...
2014-09-11 Martin Lingbindings: Remove 'get_' prefix from all accessors.
2014-08-17 Marcus ComstedtMakefile.am: Fix out-of-tree build for C++ and Java...
2014-08-10 Martin LingC++ bindings: Attach documentation to enum wrapper...
2014-08-10 Martin LingC++ bindings: Reimplement enums.py using doxygen XML...
2014-07-22 Jens SteinhauserC++ bindings: Make enums.py work with newer versions...
2014-07-19 Bert Vermeulenbindings: Filter out various pygccxml noise.
2014-07-18 Martin LingAdd C++ bindings.