libsigrok/bindings
Uwe Hermann 0875f11de4 Fix multiple C++ bindings warnings with gcc 8.
bindings/cxx/classes.cpp: In function ‘int sigrok::call_log_callback(void*, int, const char*, __va_list_tag*)’:
  bindings/cxx/classes.cpp:242:17: warning: catching polymorphic type ‘class sigrok::Error’ by value [-Wcatch-value=]
    } catch (Error e) {
                   ^
  In file included from bindings/cxx/classes.cpp:1667:
  bindings/cxx/enums.cpp: In static member function ‘static Glib::VariantBase sigrok::ConfigKey::parse_string(std::__cxx11::string, sr_datatype)’:
  bindings/cxx/enums.cpp:789:13: warning: catching polymorphic type ‘class std::invalid_argument’ by value [-Wcatch-value=]
      } catch (invalid_argument) {
               ^~~~~~~~~~~~~~~~
  bindings/cxx/enums.cpp:804:13: warning: catching polymorphic type ‘class std::invalid_argument’ by value [-Wcatch-value=]
      } catch (invalid_argument) {
               ^~~~~~~~~~~~~~~~
2018-07-22 17:08:44 +02:00
..
cxx Fix multiple C++ bindings warnings with gcc 8. 2018-07-22 17:08:44 +02:00
java Rename sigrok-logo-notext.png to libsigrok_112x112.png. 2017-06-11 23:03:09 +02:00
python bindings/python: include config.h before any other header file 2018-02-21 11:19:17 +01:00
ruby bindings/ruby: include config.h before any other header file 2018-02-21 11:19:17 +01:00
swig Implement Ruby bindings on top of SWIG/C++ bindings. 2016-01-28 19:03:52 +01:00