]> sigrok.org Git - libsigrok.git/commit
sr: moved sigrok.h so libsigrok/libsigrok.h
authorBert Vermeulen <redacted>
Wed, 4 Jul 2012 22:55:07 +0000 (00:55 +0200)
committerBert Vermeulen <redacted>
Wed, 4 Jul 2012 23:17:28 +0000 (01:17 +0200)
commit45c59c8bdd01954f9214fe7b869d92c55415d109
treed59ce2c52d7cb4b5d359515e6547bde45152dbb7
parent8489264f1e3ef07ba8f1143ed62fa88d90980f94
sr: moved sigrok.h so libsigrok/libsigrok.h

All frontends will have to include <libsigrok/libsigrok.h> from now on.
This header includes proto.h and version.h, both installed from the
distribution into $INCLUDE/libsigrok/ as well.

The only dynamically changed header is now version.h, which has both
libsigrok and libtool compile-time versions in it.
59 files changed:
.gitignore
Makefile.am
backend.c
configure.ac
datastore.c
device.c
filter.c
hardware/alsa/alsa.c
hardware/asix-sigma/asix-sigma.c
hardware/chronovu-la8/api.c
hardware/chronovu-la8/driver.c
hardware/chronovu-la8/driver.h
hardware/common/ezusb.c
hardware/common/serial.c
hardware/demo/demo.c
hardware/fx2lafw/command.c
hardware/fx2lafw/command.h
hardware/fx2lafw/fx2lafw.c
hardware/genericdmm/api.c
hardware/genericdmm/fs9922.c
hardware/hantek-dso/api.c
hardware/hantek-dso/dso.c
hardware/link-mso19/link-mso19.c
hardware/mastech-va18b/api.c
hardware/openbench-logic-sniffer/ols.c
hardware/zeroplus-logic-cube/analyzer.c
hardware/zeroplus-logic-cube/analyzer.h
hardware/zeroplus-logic-cube/gl_usb.c
hardware/zeroplus-logic-cube/gl_usb.h
hardware/zeroplus-logic-cube/zeroplus.c
hwdriver.c
input/binary.c
input/chronovu_la8.c
input/input.c
libsigrok-internal.h [new file with mode: 0644]
libsigrok.h [new file with mode: 0644]
log.c
output/binary.c
output/chronovu_la8.c
output/csv.c
output/float.c
output/gnuplot.c
output/ols.c
output/output.c
output/text/ascii.c
output/text/bits.c
output/text/hex.c
output/text/text.c
output/vcd.c
proto.h [new file with mode: 0644]
session.c
session_driver.c
session_file.c
sigrok-internal.h [deleted file]
sigrok-proto.h [deleted file]
sigrok.h.in [deleted file]
strutil.c
version.c
version.h.in [new file with mode: 0644]