Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Raptor Engineering Public Development
dsview
Commits
264a0941
Commit
264a0941
authored
Apr 14, 2014
by
DreamSourceLab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add DSLogic hardware support
parent
a76c4b4a
Changes
300
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
300 changed files
with
305137 additions
and
280 deletions
+305137
-280
DSLogic-gui/CMakeFiles/CMakeCCompiler.cmake
DSLogic-gui/CMakeFiles/CMakeCCompiler.cmake
+49
-0
DSLogic-gui/CMakeFiles/CMakeCXXCompiler.cmake
DSLogic-gui/CMakeFiles/CMakeCXXCompiler.cmake
+50
-0
DSLogic-gui/CMakeFiles/CMakeDetermineCompilerABI_C.bin
DSLogic-gui/CMakeFiles/CMakeDetermineCompilerABI_C.bin
+0
-0
DSLogic-gui/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin
DSLogic-gui/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin
+0
-0
DSLogic-gui/CMakeFiles/CMakeDirectoryInformation.cmake
DSLogic-gui/CMakeFiles/CMakeDirectoryInformation.cmake
+31
-0
DSLogic-gui/CMakeFiles/CMakeError.log
DSLogic-gui/CMakeFiles/CMakeError.log
+1648
-0
DSLogic-gui/CMakeFiles/CMakeOutput.log
DSLogic-gui/CMakeFiles/CMakeOutput.log
+5120
-0
DSLogic-gui/CMakeFiles/CMakeRuleHashes.txt
DSLogic-gui/CMakeFiles/CMakeRuleHashes.txt
+37
-0
DSLogic-gui/CMakeFiles/CMakeSystem.cmake
DSLogic-gui/CMakeFiles/CMakeSystem.cmake
+15
-0
DSLogic-gui/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
DSLogic-gui/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
+232
-0
DSLogic-gui/CMakeFiles/CompilerIdC/a.out
DSLogic-gui/CMakeFiles/CompilerIdC/a.out
+0
-0
DSLogic-gui/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp
DSLogic-gui/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp
+215
-0
DSLogic-gui/CMakeFiles/CompilerIdCXX/a.out
DSLogic-gui/CMakeFiles/CompilerIdCXX/a.out
+0
-0
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/CXX.includecache
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/CXX.includecache
+4492
-0
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/DependInfo.cmake
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/DependInfo.cmake
+103
-0
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/build.make
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/build.make
+2507
-0
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/cmake_clean.cmake
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/cmake_clean.cmake
+129
-0
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/depend.internal
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/depend.internal
+13486
-0
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/depend.make
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/depend.make
+13486
-0
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/flags.make
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/flags.make
+8
-0
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/link.txt
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/link.txt
+1
-0
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/progress.make
DSLogic-gui/CMakeFiles/DSLogic-gui.dir/progress.make
+121
-0
DSLogic-gui/CMakeFiles/DSLogic.dir/CXX.includecache
DSLogic-gui/CMakeFiles/DSLogic.dir/CXX.includecache
+4646
-0
DSLogic-gui/CMakeFiles/DSLogic.dir/DependInfo.cmake
DSLogic-gui/CMakeFiles/DSLogic.dir/DependInfo.cmake
+103
-0
DSLogic-gui/CMakeFiles/DSLogic.dir/build.make
DSLogic-gui/CMakeFiles/DSLogic.dir/build.make
+2507
-0
DSLogic-gui/CMakeFiles/DSLogic.dir/cmake_clean.cmake
DSLogic-gui/CMakeFiles/DSLogic.dir/cmake_clean.cmake
+129
-0
DSLogic-gui/CMakeFiles/DSLogic.dir/depend.internal
DSLogic-gui/CMakeFiles/DSLogic.dir/depend.internal
+13486
-0
DSLogic-gui/CMakeFiles/DSLogic.dir/depend.make
DSLogic-gui/CMakeFiles/DSLogic.dir/depend.make
+13486
-0
DSLogic-gui/CMakeFiles/DSLogic.dir/flags.make
DSLogic-gui/CMakeFiles/DSLogic.dir/flags.make
+8
-0
DSLogic-gui/CMakeFiles/DSLogic.dir/link.txt
DSLogic-gui/CMakeFiles/DSLogic.dir/link.txt
+1
-0
DSLogic-gui/CMakeFiles/DSLogic.dir/progress.make
DSLogic-gui/CMakeFiles/DSLogic.dir/progress.make
+121
-0
DSLogic-gui/CMakeFiles/Makefile.cmake
DSLogic-gui/CMakeFiles/Makefile.cmake
+83
-0
DSLogic-gui/CMakeFiles/Makefile2
DSLogic-gui/CMakeFiles/Makefile2
+96
-0
DSLogic-gui/CMakeFiles/TargetDirectories.txt
DSLogic-gui/CMakeFiles/TargetDirectories.txt
+1
-0
DSLogic-gui/CMakeFiles/cmake.check_cache
DSLogic-gui/CMakeFiles/cmake.check_cache
+1
-0
DSLogic-gui/CMakeFiles/progress.marks
DSLogic-gui/CMakeFiles/progress.marks
+1
-0
DSLogic-gui/CMakeLists.txt
DSLogic-gui/CMakeLists.txt
+18
-5
DSLogic-gui/CPackConfig.cmake
DSLogic-gui/CPackConfig.cmake
+83
-0
DSLogic-gui/CPackSourceConfig.cmake
DSLogic-gui/CPackSourceConfig.cmake
+88
-0
DSLogic-gui/DSLogic.qrc
DSLogic-gui/DSLogic.qrc
+2
-0
DSLogic-gui/DSLogic.qrc.depends
DSLogic-gui/DSLogic.qrc.depends
+33
-0
DSLogic-gui/cmake_install.cmake
DSLogic-gui/cmake_install.cmake
+72
-0
DSLogic-gui/cmake_modules/Findlibusb-1.0.cmake
DSLogic-gui/cmake_modules/Findlibusb-1.0.cmake
+64
-0
DSLogic-gui/configs/DSLogic.bin
DSLogic-gui/configs/DSLogic.bin
+0
-0
DSLogic-gui/configs/DSLogic.fw
DSLogic-gui/configs/DSLogic.fw
+0
-0
DSLogic-gui/extdef.h
DSLogic-gui/extdef.h
+4
-1
DSLogic-gui/icons/checkbox.png
DSLogic-gui/icons/checkbox.png
+0
-0
DSLogic-gui/icons/radiobutton.png
DSLogic-gui/icons/radiobutton.png
+0
-0
DSLogic-gui/install_manifest.txt
DSLogic-gui/install_manifest.txt
+3
-0
DSLogic-gui/ltrace.txt
DSLogic-gui/ltrace.txt
+28775
-0
DSLogic-gui/main.cpp
DSLogic-gui/main.cpp
+5
-3
DSLogic-gui/pv/data/dso.cpp
DSLogic-gui/pv/data/dso.cpp
+48
-0
DSLogic-gui/pv/data/dso.h
DSLogic-gui/pv/data/dso.h
+54
-0
DSLogic-gui/pv/data/dsosnapshot.cpp
DSLogic-gui/pv/data/dsosnapshot.cpp
+232
-0
DSLogic-gui/pv/data/dsosnapshot.h
DSLogic-gui/pv/data/dsosnapshot.h
+97
-0
DSLogic-gui/pv/devicemanager.cpp
DSLogic-gui/pv/devicemanager.cpp
+12
-0
DSLogic-gui/pv/dialogs/deviceoptions.cpp
DSLogic-gui/pv/dialogs/deviceoptions.cpp
+1
-0
DSLogic-gui/pv/dock/measuredock.cpp
DSLogic-gui/pv/dock/measuredock.cpp
+2
-0
DSLogic-gui/pv/dock/triggerdock.cpp
DSLogic-gui/pv/dock/triggerdock.cpp
+2
-0
DSLogic-gui/pv/mainwindow.cpp
DSLogic-gui/pv/mainwindow.cpp
+16
-13
DSLogic-gui/pv/prop/binding/binding_deviceoptions.cpp
DSLogic-gui/pv/prop/binding/binding_deviceoptions.cpp
+1
-0
DSLogic-gui/pv/sigsession.cpp
DSLogic-gui/pv/sigsession.cpp
+233
-117
DSLogic-gui/pv/sigsession.h
DSLogic-gui/pv/sigsession.h
+20
-16
DSLogic-gui/pv/toolbars/samplingbar.cpp
DSLogic-gui/pv/toolbars/samplingbar.cpp
+39
-17
DSLogic-gui/pv/toolbars/samplingbar.h
DSLogic-gui/pv/toolbars/samplingbar.h
+1
-0
DSLogic-gui/pv/view/analogsignal.cpp
DSLogic-gui/pv/view/analogsignal.cpp
+2
-0
DSLogic-gui/pv/view/analogsignal.h
DSLogic-gui/pv/view/analogsignal.h
+1
-0
DSLogic-gui/pv/view/dsosignal.cpp
DSLogic-gui/pv/view/dsosignal.cpp
+220
-0
DSLogic-gui/pv/view/dsosignal.h
DSLogic-gui/pv/view/dsosignal.h
+101
-0
DSLogic-gui/pv/view/groupsignal.cpp
DSLogic-gui/pv/view/groupsignal.cpp
+2
-0
DSLogic-gui/pv/view/groupsignal.h
DSLogic-gui/pv/view/groupsignal.h
+1
-0
DSLogic-gui/pv/view/header.cpp
DSLogic-gui/pv/view/header.cpp
+2
-2
DSLogic-gui/pv/view/logicsignal.cpp
DSLogic-gui/pv/view/logicsignal.cpp
+2
-0
DSLogic-gui/pv/view/logicsignal.h
DSLogic-gui/pv/view/logicsignal.h
+1
-0
DSLogic-gui/pv/view/protocolsignal.cpp
DSLogic-gui/pv/view/protocolsignal.cpp
+2
-1
DSLogic-gui/pv/view/protocolsignal.h
DSLogic-gui/pv/view/protocolsignal.h
+1
-0
DSLogic-gui/pv/view/signal.h
DSLogic-gui/pv/view/signal.h
+3
-1
DSLogic-gui/pv/view/viewport.cpp
DSLogic-gui/pv/view/viewport.cpp
+31
-4
DSLogic-gui/res/DSLogic.bin
DSLogic-gui/res/DSLogic.bin
+0
-0
DSLogic-gui/res/DSLogic.fw
DSLogic-gui/res/DSLogic.fw
+0
-0
DSLogic-gui/stylesheet.qss
DSLogic-gui/stylesheet.qss
+7
-0
DSLogic-gui/trace.txt
DSLogic-gui/trace.txt
+9339
-0
INSTALL
INSTALL
+20
-6
NEWS
NEWS
+5
-0
libsigrok4DSLogic/Makefile.in
libsigrok4DSLogic/Makefile.in
+1023
-0
libsigrok4DSLogic/aclocal.m4
libsigrok4DSLogic/aclocal.m4
+10105
-0
libsigrok4DSLogic/autom4te.cache/output.0
libsigrok4DSLogic/autom4te.cache/output.0
+16397
-0
libsigrok4DSLogic/autom4te.cache/output.1
libsigrok4DSLogic/autom4te.cache/output.1
+16393
-0
libsigrok4DSLogic/autom4te.cache/requests
libsigrok4DSLogic/autom4te.cache/requests
+300
-0
libsigrok4DSLogic/autom4te.cache/traces.0
libsigrok4DSLogic/autom4te.cache/traces.0
+2959
-0
libsigrok4DSLogic/autom4te.cache/traces.1
libsigrok4DSLogic/autom4te.cache/traces.1
+875
-0
libsigrok4DSLogic/autostuff/ar-lib
libsigrok4DSLogic/autostuff/ar-lib
+265
-0
libsigrok4DSLogic/autostuff/compile
libsigrok4DSLogic/autostuff/compile
+310
-0
libsigrok4DSLogic/autostuff/config.guess
libsigrok4DSLogic/autostuff/config.guess
+1530
-0
libsigrok4DSLogic/autostuff/config.sub
libsigrok4DSLogic/autostuff/config.sub
+1773
-0
libsigrok4DSLogic/autostuff/depcomp
libsigrok4DSLogic/autostuff/depcomp
+688
-0
libsigrok4DSLogic/autostuff/install-sh
libsigrok4DSLogic/autostuff/install-sh
+520
-0
libsigrok4DSLogic/autostuff/libtool.m4
libsigrok4DSLogic/autostuff/libtool.m4
+8001
-0
libsigrok4DSLogic/autostuff/ltmain.sh
libsigrok4DSLogic/autostuff/ltmain.sh
+9661
-0
libsigrok4DSLogic/autostuff/ltoptions.m4
libsigrok4DSLogic/autostuff/ltoptions.m4
+384
-0
libsigrok4DSLogic/autostuff/ltsugar.m4
libsigrok4DSLogic/autostuff/ltsugar.m4
+123
-0
libsigrok4DSLogic/autostuff/ltversion.m4
libsigrok4DSLogic/autostuff/ltversion.m4
+23
-0
libsigrok4DSLogic/autostuff/lt~obsolete.m4
libsigrok4DSLogic/autostuff/lt~obsolete.m4
+98
-0
libsigrok4DSLogic/autostuff/missing
libsigrok4DSLogic/autostuff/missing
+331
-0
libsigrok4DSLogic/config.h.in
libsigrok4DSLogic/config.h.in
+3
-0
libsigrok4DSLogic/configure
libsigrok4DSLogic/configure
+32
-2
libsigrok4DSLogic/configure.ac
libsigrok4DSLogic/configure.ac
+12
-2
libsigrok4DSLogic/configure.changed
libsigrok4DSLogic/configure.changed
+16365
-0
libsigrok4DSLogic/hardware/DSLogic/Makefile.am
libsigrok4DSLogic/hardware/DSLogic/Makefile.am
+31
-0
libsigrok4DSLogic/hardware/DSLogic/Makefile.in
libsigrok4DSLogic/hardware/DSLogic/Makefile.in
+547
-0
libsigrok4DSLogic/hardware/DSLogic/command.c
libsigrok4DSLogic/hardware/DSLogic/command.c
+177
-0
libsigrok4DSLogic/hardware/DSLogic/command.h
libsigrok4DSLogic/hardware/DSLogic/command.h
+79
-0
libsigrok4DSLogic/hardware/DSLogic/dslogic.c
libsigrok4DSLogic/hardware/DSLogic/dslogic.c
+1587
-0
libsigrok4DSLogic/hardware/DSLogic/dslogic.h
libsigrok4DSLogic/hardware/DSLogic/dslogic.h
+196
-0
libsigrok4DSLogic/hardware/Makefile.am
libsigrok4DSLogic/hardware/Makefile.am
+6
-1
libsigrok4DSLogic/hardware/Makefile.in
libsigrok4DSLogic/hardware/Makefile.in
+653
-0
libsigrok4DSLogic/hardware/common/Makefile.am
libsigrok4DSLogic/hardware/common/Makefile.am
+33
-0
libsigrok4DSLogic/hardware/common/Makefile.in
libsigrok4DSLogic/hardware/common/Makefile.in
+547
-0
libsigrok4DSLogic/hardware/common/ezusb.c
libsigrok4DSLogic/hardware/common/ezusb.c
+143
-0
libsigrok4DSLogic/hardware/common/usb.c
libsigrok4DSLogic/hardware/common/usb.c
+245
-0
libsigrok4DSLogic/hardware/demo/Makefile.in
libsigrok4DSLogic/hardware/demo/Makefile.in
+539
-0
libsigrok4DSLogic/hardware/demo/demo.c
libsigrok4DSLogic/hardware/demo/demo.c
+31
-4
libsigrok4DSLogic/hwdriver.c
libsigrok4DSLogic/hwdriver.c
+2
-0
libsigrok4DSLogic/input/Makefile.in
libsigrok4DSLogic/input/Makefile.in
+567
-0
libsigrok4DSLogic/libsigrok.h
libsigrok4DSLogic/libsigrok.h
+52
-37
libsigrok4DSLogic/log.c
libsigrok4DSLogic/log.c
+2
-1
libsigrok4DSLogic/output/Makefile.in
libsigrok4DSLogic/output/Makefile.in
+735
-0
libsigrok4DSLogic/output/text/Makefile.in
libsigrok4DSLogic/output/text/Makefile.in
+568
-0
libsigrok4DSLogic/proto.h
libsigrok4DSLogic/proto.h
+1
-12
libsigrok4DSLogic/session.c
libsigrok4DSLogic/session.c
+69
-35
libsigrok4DSLogic/strutil.c
libsigrok4DSLogic/strutil.c
+45
-0
libsigrok4DSLogic/tests/Makefile.in
libsigrok4DSLogic/tests/Makefile.in
+723
-0
libusbx-1.0.18/AUTHORS
libusbx-1.0.18/AUTHORS
+72
-0
libusbx-1.0.18/COPYING
libusbx-1.0.18/COPYING
+504
-0
libusbx-1.0.18/ChangeLog
libusbx-1.0.18/ChangeLog
+210
-0
libusbx-1.0.18/INSTALL
libusbx-1.0.18/INSTALL
+234
-0
libusbx-1.0.18/Makefile.am
libusbx-1.0.18/Makefile.am
+28
-0
libusbx-1.0.18/Makefile.in
libusbx-1.0.18/Makefile.in
+852
-0
libusbx-1.0.18/NEWS
libusbx-1.0.18/NEWS
+2
-0
libusbx-1.0.18/PORTING
libusbx-1.0.18/PORTING
+94
-0
libusbx-1.0.18/README
libusbx-1.0.18/README
+29
-0
libusbx-1.0.18/TODO
libusbx-1.0.18/TODO
+2
-0
libusbx-1.0.18/Xcode/common.xcconfig
libusbx-1.0.18/Xcode/common.xcconfig
+40
-0
libusbx-1.0.18/Xcode/config.h
libusbx-1.0.18/Xcode/config.h
+28
-0
libusbx-1.0.18/Xcode/debug.xcconfig
libusbx-1.0.18/Xcode/debug.xcconfig
+29
-0
libusbx-1.0.18/Xcode/libusbx.xcconfig
libusbx-1.0.18/Xcode/libusbx.xcconfig
+21
-0
libusbx-1.0.18/Xcode/libusbx.xcodeproj/project.pbxproj
libusbx-1.0.18/Xcode/libusbx.xcodeproj/project.pbxproj
+864
-0
libusbx-1.0.18/Xcode/libusbx_debug.xcconfig
libusbx-1.0.18/Xcode/libusbx_debug.xcconfig
+21
-0
libusbx-1.0.18/Xcode/libusbx_release.xcconfig
libusbx-1.0.18/Xcode/libusbx_release.xcconfig
+21
-0
libusbx-1.0.18/Xcode/release.xcconfig
libusbx-1.0.18/Xcode/release.xcconfig
+29
-0
libusbx-1.0.18/aclocal.m4
libusbx-1.0.18/aclocal.m4
+9690
-0
libusbx-1.0.18/android/README
libusbx-1.0.18/android/README
+114
-0
libusbx-1.0.18/android/config.h
libusbx-1.0.18/android/config.h
+81
-0
libusbx-1.0.18/android/jni/Android.mk
libusbx-1.0.18/android/jni/Android.mk
+23
-0
libusbx-1.0.18/android/jni/Application.mk
libusbx-1.0.18/android/jni/Application.mk
+24
-0
libusbx-1.0.18/android/jni/examples.mk
libusbx-1.0.18/android/jni/examples.mk
+134
-0
libusbx-1.0.18/android/jni/libusb.mk
libusbx-1.0.18/android/jni/libusb.mk
+54
-0
libusbx-1.0.18/android/jni/tests.mk
libusbx-1.0.18/android/jni/tests.mk
+56
-0
libusbx-1.0.18/compile
libusbx-1.0.18/compile
+343
-0
libusbx-1.0.18/config.guess
libusbx-1.0.18/config.guess
+1530
-0
libusbx-1.0.18/config.h.in
libusbx-1.0.18/config.h.in
+152
-0
libusbx-1.0.18/config.sub
libusbx-1.0.18/config.sub
+1773
-0
libusbx-1.0.18/configure
libusbx-1.0.18/configure
+15185
-0
libusbx-1.0.18/configure.ac
libusbx-1.0.18/configure.ac
+303
-0
libusbx-1.0.18/depcomp
libusbx-1.0.18/depcomp
+708
-0
libusbx-1.0.18/doc/Makefile.am
libusbx-1.0.18/doc/Makefile.am
+9
-0
libusbx-1.0.18/doc/Makefile.in
libusbx-1.0.18/doc/Makefile.in
+406
-0
libusbx-1.0.18/doc/doxygen.cfg.in
libusbx-1.0.18/doc/doxygen.cfg.in
+1288
-0
libusbx-1.0.18/examples/Makefile.am
libusbx-1.0.18/examples/Makefile.am
+19
-0
libusbx-1.0.18/examples/Makefile.in
libusbx-1.0.18/examples/Makefile.in
+636
-0
libusbx-1.0.18/examples/dpfp.c
libusbx-1.0.18/examples/dpfp.c
+506
-0
libusbx-1.0.18/examples/dpfp_threaded.c
libusbx-1.0.18/examples/dpfp_threaded.c
+544
-0
libusbx-1.0.18/examples/ezusb.c
libusbx-1.0.18/examples/ezusb.c
+827
-0
libusbx-1.0.18/examples/ezusb.h
libusbx-1.0.18/examples/ezusb.h
+120
-0
libusbx-1.0.18/examples/fxload.c
libusbx-1.0.18/examples/fxload.c
+287
-0
libusbx-1.0.18/examples/getopt/getopt.c
libusbx-1.0.18/examples/getopt/getopt.c
+1060
-0
libusbx-1.0.18/examples/getopt/getopt.h
libusbx-1.0.18/examples/getopt/getopt.h
+180
-0
libusbx-1.0.18/examples/getopt/getopt1.c
libusbx-1.0.18/examples/getopt/getopt1.c
+188
-0
libusbx-1.0.18/examples/hotplugtest.c
libusbx-1.0.18/examples/hotplugtest.c
+104
-0
libusbx-1.0.18/examples/listdevs.c
libusbx-1.0.18/examples/listdevs.c
+71
-0
libusbx-1.0.18/examples/sam3u_benchmark.c
libusbx-1.0.18/examples/sam3u_benchmark.c
+193
-0
libusbx-1.0.18/examples/xusb.c
libusbx-1.0.18/examples/xusb.c
+1109
-0
libusbx-1.0.18/install-sh
libusbx-1.0.18/install-sh
+527
-0
libusbx-1.0.18/libusb/Makefile.am
libusbx-1.0.18/libusb/Makefile.am
+75
-0
libusbx-1.0.18/libusb/Makefile.in
libusbx-1.0.18/libusb/Makefile.in
+874
-0
libusbx-1.0.18/libusb/core.c
libusbx-1.0.18/libusb/core.c
+2263
-0
libusbx-1.0.18/libusb/descriptor.c
libusbx-1.0.18/libusb/descriptor.c
+1199
-0
libusbx-1.0.18/libusb/hotplug.c
libusbx-1.0.18/libusb/hotplug.c
+322
-0
libusbx-1.0.18/libusb/hotplug.h
libusbx-1.0.18/libusb/hotplug.h
+82
-0
libusbx-1.0.18/libusb/io.c
libusbx-1.0.18/libusb/io.c
+2581
-0
libusbx-1.0.18/libusb/libusb-1.0.def
libusbx-1.0.18/libusb/libusb-1.0.def
+158
-0
libusbx-1.0.18/libusb/libusb-1.0.rc
libusbx-1.0.18/libusb/libusb-1.0.rc
+61
-0
libusbx-1.0.18/libusb/libusb.h
libusbx-1.0.18/libusb/libusb.h
+1955
-0
libusbx-1.0.18/libusb/libusbi.h
libusbx-1.0.18/libusb/libusbi.h
+1016
-0
libusbx-1.0.18/libusb/os/darwin_usb.c
libusbx-1.0.18/libusb/os/darwin_usb.c
+1906
-0
libusbx-1.0.18/libusb/os/darwin_usb.h
libusbx-1.0.18/libusb/os/darwin_usb.h
+162
-0
libusbx-1.0.18/libusb/os/linux_netlink.c
libusbx-1.0.18/libusb/os/linux_netlink.c
+345
-0
libusbx-1.0.18/libusb/os/linux_udev.c
libusbx-1.0.18/libusb/os/linux_udev.c
+306
-0
libusbx-1.0.18/libusb/os/linux_usbfs.c
libusbx-1.0.18/libusb/os/linux_usbfs.c
+2608
-0
libusbx-1.0.18/libusb/os/linux_usbfs.h
libusbx-1.0.18/libusb/os/linux_usbfs.h
+181
-0
libusbx-1.0.18/libusb/os/netbsd_usb.c
libusbx-1.0.18/libusb/os/netbsd_usb.c
+732
-0
libusbx-1.0.18/libusb/os/openbsd_usb.c
libusbx-1.0.18/libusb/os/openbsd_usb.c
+826
-0
libusbx-1.0.18/libusb/os/poll_posix.c
libusbx-1.0.18/libusb/os/poll_posix.c
+51
-0
libusbx-1.0.18/libusb/os/poll_posix.h
libusbx-1.0.18/libusb/os/poll_posix.h
+11
-0
libusbx-1.0.18/libusb/os/poll_windows.c
libusbx-1.0.18/libusb/os/poll_windows.c
+726
-0
libusbx-1.0.18/libusb/os/poll_windows.h
libusbx-1.0.18/libusb/os/poll_windows.h
+125
-0
libusbx-1.0.18/libusb/os/threads_posix.c
libusbx-1.0.18/libusb/os/threads_posix.c
+82
-0
libusbx-1.0.18/libusb/os/threads_posix.h
libusbx-1.0.18/libusb/os/threads_posix.h
+50
-0
libusbx-1.0.18/libusb/os/threads_windows.c
libusbx-1.0.18/libusb/os/threads_windows.c
+212
-0
libusbx-1.0.18/libusb/os/threads_windows.h
libusbx-1.0.18/libusb/os/threads_windows.h
+87
-0
libusbx-1.0.18/libusb/os/wince_usb.c
libusbx-1.0.18/libusb/os/wince_usb.c
+1025
-0
libusbx-1.0.18/libusb/os/wince_usb.h
libusbx-1.0.18/libusb/os/wince_usb.h
+131
-0
libusbx-1.0.18/libusb/os/windows_common.h
libusbx-1.0.18/libusb/os/windows_common.h
+108
-0
libusbx-1.0.18/libusb/os/windows_usb.c
libusbx-1.0.18/libusb/os/windows_usb.c
+4424
-0
libusbx-1.0.18/libusb/os/windows_usb.h
libusbx-1.0.18/libusb/os/windows_usb.h
+923
-0
libusbx-1.0.18/libusb/strerror.c
libusbx-1.0.18/libusb/strerror.c
+184
-0
libusbx-1.0.18/libusb/sync.c
libusbx-1.0.18/libusb/sync.c
+307
-0
libusbx-1.0.18/libusb/version.h
libusbx-1.0.18/libusb/version.h
+18
-0
libusbx-1.0.18/libusb/version_nano.h
libusbx-1.0.18/libusb/version_nano.h
+1
-0
libusbx-1.0.18/ltmain.sh
libusbx-1.0.18/ltmain.sh
+9655
-0
libusbx-1.0.18/missing
libusbx-1.0.18/missing
+331
-0
libusbx-1.0.18/msvc/config.h
libusbx-1.0.18/msvc/config.h
+42
-0
libusbx-1.0.18/msvc/ddk_build.cmd
libusbx-1.0.18/msvc/ddk_build.cmd
+175
-0
libusbx-1.0.18/msvc/errno.h
libusbx-1.0.18/msvc/errno.h
+102
-0
libusbx-1.0.18/msvc/fxload_2010.vcxproj
libusbx-1.0.18/msvc/fxload_2010.vcxproj
+170
-0
libusbx-1.0.18/msvc/fxload_2010.vcxproj.filters
libusbx-1.0.18/msvc/fxload_2010.vcxproj.filters
+25
-0
libusbx-1.0.18/msvc/fxload_2012.vcxproj
libusbx-1.0.18/msvc/fxload_2012.vcxproj
+174
-0
libusbx-1.0.18/msvc/fxload_2012.vcxproj.filters
libusbx-1.0.18/msvc/fxload_2012.vcxproj.filters
+25
-0
libusbx-1.0.18/msvc/fxload_2013.vcxproj
libusbx-1.0.18/msvc/fxload_2013.vcxproj
+174
-0
libusbx-1.0.18/msvc/fxload_sources
libusbx-1.0.18/msvc/fxload_sources
+23
-0
libusbx-1.0.18/msvc/getopt_2005.vcproj
libusbx-1.0.18/msvc/getopt_2005.vcproj
+288
-0
libusbx-1.0.18/msvc/getopt_2010.vcxproj
libusbx-1.0.18/msvc/getopt_2010.vcxproj
+131
-0
libusbx-1.0.18/msvc/getopt_2010.vcxproj.filters
libusbx-1.0.18/msvc/getopt_2010.vcxproj.filters
+26
-0
libusbx-1.0.18/msvc/getopt_2012.vcxproj
libusbx-1.0.18/msvc/getopt_2012.vcxproj
+135
-0
libusbx-1.0.18/msvc/getopt_2012.vcxproj.filters
libusbx-1.0.18/msvc/getopt_2012.vcxproj.filters
+26
-0
libusbx-1.0.18/msvc/getopt_2013.vcxproj
libusbx-1.0.18/msvc/getopt_2013.vcxproj
+136
-0
libusbx-1.0.18/msvc/getopt_sources
libusbx-1.0.18/msvc/getopt_sources
+20
-0
libusbx-1.0.18/msvc/hotplugtest_2010.vcxproj
libusbx-1.0.18/msvc/hotplugtest_2010.vcxproj
+163
-0
libusbx-1.0.18/msvc/hotplugtest_2010.vcxproj.filters
libusbx-1.0.18/msvc/hotplugtest_2010.vcxproj.filters
+14
-0
libusbx-1.0.18/msvc/hotplugtest_2012.vcxproj
libusbx-1.0.18/msvc/hotplugtest_2012.vcxproj
+167
-0
libusbx-1.0.18/msvc/hotplugtest_2012.vcxproj.filters
libusbx-1.0.18/msvc/hotplugtest_2012.vcxproj.filters
+14
-0
libusbx-1.0.18/msvc/hotplugtest_2013.vcxproj
libusbx-1.0.18/msvc/hotplugtest_2013.vcxproj
+167
-0
libusbx-1.0.18/msvc/hotplugtest_sources
libusbx-1.0.18/msvc/hotplugtest_sources
+20
-0
libusbx-1.0.18/msvc/inttypes.h
libusbx-1.0.18/msvc/inttypes.h
+295
-0
libusbx-1.0.18/msvc/libusb_dll.dsp
libusbx-1.0.18/msvc/libusb_dll.dsp
+194
-0
libusbx-1.0.18/msvc/libusb_dll_2005.vcproj
libusbx-1.0.18/msvc/libusb_dll_2005.vcproj
+436
-0
libusbx-1.0.18/msvc/libusb_dll_2010.vcxproj
libusbx-1.0.18/msvc/libusb_dll_2010.vcxproj
+170
-0
libusbx-1.0.18/msvc/libusb_dll_2010.vcxproj.filters
libusbx-1.0.18/msvc/libusb_dll_2010.vcxproj.filters
+81
-0
libusbx-1.0.18/msvc/libusb_dll_2012.vcxproj
libusbx-1.0.18/msvc/libusb_dll_2012.vcxproj
+175
-0
libusbx-1.0.18/msvc/libusb_dll_2012.vcxproj.filters
libusbx-1.0.18/msvc/libusb_dll_2012.vcxproj.filters
+84
-0
libusbx-1.0.18/msvc/libusb_dll_2013.vcxproj
libusbx-1.0.18/msvc/libusb_dll_2013.vcxproj
+175
-0
libusbx-1.0.18/msvc/libusb_dll_wince.vcproj
libusbx-1.0.18/msvc/libusb_dll_wince.vcproj
+1243
-0
libusbx-1.0.18/msvc/libusb_sources
libusbx-1.0.18/msvc/libusb_sources
+38
-0
libusbx-1.0.18/msvc/libusb_static.dsp
libusbx-1.0.18/msvc/libusb_static.dsp
+174
-0
libusbx-1.0.18/msvc/libusb_static_2005.vcproj
libusbx-1.0.18/msvc/libusb_static_2005.vcproj
+362
-0
libusbx-1.0.18/msvc/libusb_static_2010.vcxproj
libusbx-1.0.18/msvc/libusb_static_2010.vcxproj
+156
-0
libusbx-1.0.18/msvc/libusb_static_2010.vcxproj.filters
libusbx-1.0.18/msvc/libusb_static_2010.vcxproj.filters
+74
-0
libusbx-1.0.18/msvc/libusb_static_2012.vcxproj
libusbx-1.0.18/msvc/libusb_static_2012.vcxproj
+160
-0
libusbx-1.0.18/msvc/libusb_static_2012.vcxproj.filters
libusbx-1.0.18/msvc/libusb_static_2012.vcxproj.filters
+74
-0
libusbx-1.0.18/msvc/libusb_static_2013.vcxproj
libusbx-1.0.18/msvc/libusb_static_2013.vcxproj
+160
-0
libusbx-1.0.18/msvc/libusb_static_wince.vcproj
libusbx-1.0.18/msvc/libusb_static_wince.vcproj
+1185
-0
libusbx-1.0.18/msvc/libusbx.dsw
libusbx-1.0.18/msvc/libusbx.dsw
+71
-0
libusbx-1.0.18/msvc/libusbx_2005.sln
libusbx-1.0.18/msvc/libusbx_2005.sln
+95
-0
libusbx-1.0.18/msvc/libusbx_2010.sln
libusbx-1.0.18/msvc/libusbx_2010.sln
+94
-0
libusbx-1.0.18/msvc/libusbx_2012.sln
libusbx-1.0.18/msvc/libusbx_2012.sln
+94
-0
libusbx-1.0.18/msvc/libusbx_2013.sln
libusbx-1.0.18/msvc/libusbx_2013.sln
+100
-0
libusbx-1.0.18/msvc/libusbx_wince.sln
libusbx-1.0.18/msvc/libusbx_wince.sln
+246
-0
libusbx-1.0.18/msvc/listdevs.dsp
libusbx-1.0.18/msvc/listdevs.dsp
+103
-0
libusbx-1.0.18/msvc/listdevs_2005.vcproj
libusbx-1.0.18/msvc/listdevs_2005.vcproj
+360
-0
libusbx-1.0.18/msvc/listdevs_2010.vcxproj
libusbx-1.0.18/msvc/listdevs_2010.vcxproj
+165
-0
libusbx-1.0.18/msvc/listdevs_2010.vcxproj.filters
libusbx-1.0.18/msvc/listdevs_2010.vcxproj.filters
+14
-0
libusbx-1.0.18/msvc/listdevs_2012.vcxproj
libusbx-1.0.18/msvc/listdevs_2012.vcxproj
+169
-0
libusbx-1.0.18/msvc/listdevs_2012.vcxproj.filters
libusbx-1.0.18/msvc/listdevs_2012.vcxproj.filters
+14
-0
libusbx-1.0.18/msvc/listdevs_2013.vcxproj
libusbx-1.0.18/msvc/listdevs_2013.vcxproj
+169
-0
libusbx-1.0.18/msvc/listdevs_sources
libusbx-1.0.18/msvc/listdevs_sources
+19
-0
libusbx-1.0.18/msvc/listdevs_wince.vcproj
libusbx-1.0.18/msvc/listdevs_wince.vcproj
+1120
-0
libusbx-1.0.18/msvc/missing.c
libusbx-1.0.18/msvc/missing.c
+80
-0
libusbx-1.0.18/msvc/missing.h
libusbx-1.0.18/msvc/missing.h
+32
-0
libusbx-1.0.18/msvc/stdint.h
libusbx-1.0.18/msvc/stdint.h
+256
-0
libusbx-1.0.18/msvc/stress_2005.vcproj
libusbx-1.0.18/msvc/stress_2005.vcproj
+390
-0
libusbx-1.0.18/msvc/stress_2010.vcxproj
libusbx-1.0.18/msvc/stress_2010.vcxproj
+167
-0
libusbx-1.0.18/msvc/stress_2010.vcxproj.filters
libusbx-1.0.18/msvc/stress_2010.vcxproj.filters
+25
-0
libusbx-1.0.18/msvc/stress_2012.vcxproj
libusbx-1.0.18/msvc/stress_2012.vcxproj
+171
-0
libusbx-1.0.18/msvc/stress_2012.vcxproj.filters
libusbx-1.0.18/msvc/stress_2012.vcxproj.filters
+25
-0
libusbx-1.0.18/msvc/stress_2013.vcxproj
libusbx-1.0.18/msvc/stress_2013.vcxproj
+171
-0
libusbx-1.0.18/msvc/stress_wince.vcproj
libusbx-1.0.18/msvc/stress_wince.vcproj
+1128
-0
libusbx-1.0.18/msvc/xusb.dsp
libusbx-1.0.18/msvc/xusb.dsp
+102
-0
libusbx-1.0.18/msvc/xusb_2005.vcproj
libusbx-1.0.18/msvc/xusb_2005.vcproj
+344
-0
libusbx-1.0.18/msvc/xusb_2010.vcxproj
libusbx-1.0.18/msvc/xusb_2010.vcxproj
+163
-0
libusbx-1.0.18/msvc/xusb_2010.vcxproj.filters
libusbx-1.0.18/msvc/xusb_2010.vcxproj.filters
+14
-0
libusbx-1.0.18/msvc/xusb_2012.vcxproj
libusbx-1.0.18/msvc/xusb_2012.vcxproj
+167
-0
libusbx-1.0.18/msvc/xusb_2012.vcxproj.filters
libusbx-1.0.18/msvc/xusb_2012.vcxproj.filters
+14
-0
libusbx-1.0.18/msvc/xusb_2013.vcxproj
libusbx-1.0.18/msvc/xusb_2013.vcxproj
+167
-0
libusbx-1.0.18/msvc/xusb_sources
libusbx-1.0.18/msvc/xusb_sources
+20
-0
libusbx-1.0.18/msvc/xusb_wince.vcproj
libusbx-1.0.18/msvc/xusb_wince.vcproj
+1120
-0
libusbx-1.0.18/tests/Makefile.am
libusbx-1.0.18/tests/Makefile.am
+6
-0
libusbx-1.0.18/tests/Makefile.in
libusbx-1.0.18/tests/Makefile.in
+525
-0
libusbx-1.0.18/tests/libusbx_testlib.h
libusbx-1.0.18/tests/libusbx_testlib.h
+107
-0
libusbx-1.0.18/tests/stress.c
libusbx-1.0.18/tests/stress.c
+160
-0
libusbx-1.0.18/tests/testlib.c
libusbx-1.0.18/tests/testlib.c
+277
-0
No files found.
DSLogic-gui/CMakeFiles/CMakeCCompiler.cmake
0 → 100644
View file @
264a0941
SET
(
CMAKE_C_COMPILER
"/usr/bin/gcc"
)
SET
(
CMAKE_C_COMPILER_ARG1
""
)
SET
(
CMAKE_C_COMPILER_ID
"GNU"
)
SET
(
CMAKE_C_PLATFORM_ID
"Linux"
)
SET
(
CMAKE_AR
"/usr/bin/ar"
)
SET
(
CMAKE_RANLIB
"/usr/bin/ranlib"
)
SET
(
CMAKE_LINKER
"/usr/bin/ld"
)
SET
(
CMAKE_COMPILER_IS_GNUCC 1
)
SET
(
CMAKE_C_COMPILER_LOADED 1
)
SET
(
CMAKE_COMPILER_IS_MINGW
)
SET
(
CMAKE_COMPILER_IS_CYGWIN
)
IF
(
CMAKE_COMPILER_IS_CYGWIN
)
SET
(
CYGWIN 1
)
SET
(
UNIX 1
)
ENDIF
(
CMAKE_COMPILER_IS_CYGWIN
)
SET
(
CMAKE_C_COMPILER_ENV_VAR
"CC"
)
IF
(
CMAKE_COMPILER_IS_MINGW
)
SET
(
MINGW 1
)
ENDIF
(
CMAKE_COMPILER_IS_MINGW
)
SET
(
CMAKE_C_COMPILER_ID_RUN 1
)
SET
(
CMAKE_C_SOURCE_FILE_EXTENSIONS c
)
SET
(
CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC
)
SET
(
CMAKE_C_LINKER_PREFERENCE 10
)
# Save compiler ABI information.
SET
(
CMAKE_C_SIZEOF_DATA_PTR
"4"
)
SET
(
CMAKE_C_COMPILER_ABI
"ELF"
)
SET
(
CMAKE_C_LIBRARY_ARCHITECTURE
"i386-linux-gnu"
)
IF
(
CMAKE_C_SIZEOF_DATA_PTR
)
SET
(
CMAKE_SIZEOF_VOID_P
"
${
CMAKE_C_SIZEOF_DATA_PTR
}
"
)
ENDIF
(
CMAKE_C_SIZEOF_DATA_PTR
)
IF
(
CMAKE_C_COMPILER_ABI
)
SET
(
CMAKE_INTERNAL_PLATFORM_ABI
"
${
CMAKE_C_COMPILER_ABI
}
"
)
ENDIF
(
CMAKE_C_COMPILER_ABI
)
IF
(
CMAKE_C_LIBRARY_ARCHITECTURE
)
SET
(
CMAKE_LIBRARY_ARCHITECTURE
"i386-linux-gnu"
)
ENDIF
()
SET
(
CMAKE_C_HAS_ISYSROOT
""
)
SET
(
CMAKE_C_IMPLICIT_LINK_LIBRARIES
"c"
)
SET
(
CMAKE_C_IMPLICIT_LINK_DIRECTORIES
"/usr/lib/gcc/i686-linux-gnu/4.6;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib"
)
DSLogic-gui/CMakeFiles/CMakeCXXCompiler.cmake
0 → 100644
View file @
264a0941
SET
(
CMAKE_CXX_COMPILER
"/usr/bin/c++"
)
SET
(
CMAKE_CXX_COMPILER_ARG1
""
)
SET
(
CMAKE_CXX_COMPILER_ID
"GNU"
)
SET
(
CMAKE_CXX_PLATFORM_ID
"Linux"
)
SET
(
CMAKE_AR
"/usr/bin/ar"
)
SET
(
CMAKE_RANLIB
"/usr/bin/ranlib"
)
SET
(
CMAKE_LINKER
"/usr/bin/ld"
)
SET
(
CMAKE_COMPILER_IS_GNUCXX 1
)
SET
(
CMAKE_CXX_COMPILER_LOADED 1
)
SET
(
CMAKE_COMPILER_IS_MINGW
)
SET
(
CMAKE_COMPILER_IS_CYGWIN
)
IF
(
CMAKE_COMPILER_IS_CYGWIN
)
SET
(
CYGWIN 1
)
SET
(
UNIX 1
)
ENDIF
(
CMAKE_COMPILER_IS_CYGWIN
)
SET
(
CMAKE_CXX_COMPILER_ENV_VAR
"CXX"
)
IF
(
CMAKE_COMPILER_IS_MINGW
)
SET
(
MINGW 1
)
ENDIF
(
CMAKE_COMPILER_IS_MINGW
)
SET
(
CMAKE_CXX_COMPILER_ID_RUN 1
)
SET
(
CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC
)
SET
(
CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP
)
SET
(
CMAKE_CXX_LINKER_PREFERENCE 30
)
SET
(
CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1
)
# Save compiler ABI information.
SET
(
CMAKE_CXX_SIZEOF_DATA_PTR
"4"
)
SET
(
CMAKE_CXX_COMPILER_ABI
"ELF"
)
SET
(
CMAKE_CXX_LIBRARY_ARCHITECTURE
"i386-linux-gnu"
)
IF
(
CMAKE_CXX_SIZEOF_DATA_PTR
)
SET
(
CMAKE_SIZEOF_VOID_P
"
${
CMAKE_CXX_SIZEOF_DATA_PTR
}
"
)
ENDIF
(
CMAKE_CXX_SIZEOF_DATA_PTR
)
IF
(
CMAKE_CXX_COMPILER_ABI
)
SET
(
CMAKE_INTERNAL_PLATFORM_ABI
"
${
CMAKE_CXX_COMPILER_ABI
}
"
)
ENDIF
(
CMAKE_CXX_COMPILER_ABI
)
IF
(
CMAKE_CXX_LIBRARY_ARCHITECTURE
)
SET
(
CMAKE_LIBRARY_ARCHITECTURE
"i386-linux-gnu"
)
ENDIF
()
SET
(
CMAKE_CXX_HAS_ISYSROOT
""
)
SET
(
CMAKE_CXX_IMPLICIT_LINK_LIBRARIES
"stdc++;m;c"
)
SET
(
CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES
"/usr/lib/gcc/i686-linux-gnu/4.6;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib"
)
DSLogic-gui/CMakeFiles/CMakeDetermineCompilerABI_C.bin
0 → 100644
View file @
264a0941
File added
DSLogic-gui/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin
0 → 100644
View file @
264a0941
File added
DSLogic-gui/CMakeFiles/CMakeDirectoryInformation.cmake
0 → 100644
View file @
264a0941
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Relative path conversion top directories.
SET
(
CMAKE_RELATIVE_PATH_TOP_SOURCE
"/home/andy/work/DSLogic-open/DSLogic-gui"
)
SET
(
CMAKE_RELATIVE_PATH_TOP_BINARY
"/home/andy/work/DSLogic-open/DSLogic-gui"
)
# Force unix paths in dependencies.
SET
(
CMAKE_FORCE_UNIX_PATHS 1
)
# The C and CXX include file search paths:
SET
(
CMAKE_C_INCLUDE_PATH
"/usr/include/qt4"
"/usr/include/qt4/QtGui"
"/usr/include/qt4/QtCore"
"."
"/usr/local/include"
"/usr/local/include/libusb-1.0"
"/usr/include/glib-2.0"
"/usr/lib/i386-linux-gnu/glib-2.0/include"
"/usr/lib/libzip/include"
)
SET
(
CMAKE_CXX_INCLUDE_PATH
${
CMAKE_C_INCLUDE_PATH
}
)
SET
(
CMAKE_Fortran_INCLUDE_PATH
${
CMAKE_C_INCLUDE_PATH
}
)
SET
(
CMAKE_ASM_INCLUDE_PATH
${
CMAKE_C_INCLUDE_PATH
}
)
# The C and CXX include file regular expressions for this directory.
SET
(
CMAKE_C_INCLUDE_REGEX_SCAN
"^.*$"
)
SET
(
CMAKE_C_INCLUDE_REGEX_COMPLAIN
"^$"
)
SET
(
CMAKE_CXX_INCLUDE_REGEX_SCAN
${
CMAKE_C_INCLUDE_REGEX_SCAN
}
)
SET
(
CMAKE_CXX_INCLUDE_REGEX_COMPLAIN
${
CMAKE_C_INCLUDE_REGEX_COMPLAIN
}
)
DSLogic-gui/CMakeFiles/CMakeError.log
0 → 100644
View file @
264a0941
This diff is collapsed.
Click to expand it.
DSLogic-gui/CMakeFiles/CMakeOutput.log
0 → 100644
View file @
264a0941
This diff is collapsed.
Click to expand it.
DSLogic-gui/CMakeFiles/CMakeRuleHashes.txt
0 → 100644
View file @
264a0941
# Hashes of file build rules.
95d16dac3ef5fb9da6ca300bbedf97af pv/data/moc_dso.cxx
b4c647241f6e5e180e91423f375b9770 pv/data/moc_dsosnapshot.cxx
f041dbf8b75dabb5dc4a491e035a889b pv/decoder/moc_democonfig.cxx
3a5b6cd180fbb29ab1e521d873ed75cb pv/dialogs/moc_about.cxx
96afe3b516f05a64612f6cb0c855de08 pv/dialogs/moc_connect.cxx
a3ff42d169f7b6741d28680dcbb885ad pv/dialogs/moc_deviceoptions.cxx
af5c529136dd37cd9e63bd0fb09ae49c pv/dialogs/moc_search.cxx
c28edc2df8f5fa3d9f9836a214e9c564 pv/dock/moc_fakelineedit.cxx
6469ff7a99244267e98186d8ee3fdc17 pv/dock/moc_measuredock.cxx
e71bfc27d1c6f0cc6c977823e640f997 pv/dock/moc_protocoldock.cxx
1ca19d0bbddd16b264934f1ec30aaec0 pv/dock/moc_searchdock.cxx
9aa6ae11843dafb210d29610c06fdea9 pv/dock/moc_triggerdock.cxx
08b7f35b7e0b27bae09d862d1be99fec pv/moc_mainwindow.cxx
3f31c8fd9f1e58b1c1315a47040c802a pv/moc_sigsession.cxx
cf60e09bc98e45dc62590f239d19a62e pv/toolbars/moc_devicebar.cxx
4d2e116e4660a0b988354bd6dda256c1 pv/toolbars/moc_filebar.cxx
3c758ce8c8780e3cd238874fa6b267f6 pv/toolbars/moc_logobar.cxx
f7bfe98c6a383dbe2ae294ec816f74f4 pv/toolbars/moc_samplingbar.cxx
911952c189de047fc92b289268dc1d6f pv/toolbars/moc_trigbar.cxx
15e00817bcdb6d4761662eef8ffd03f5 pv/view/moc_cursor.cxx
e6a32126dff0184533a7453361674b12 pv/view/moc_dsosignal.cxx
a1a3bafb0caaf07e2604127dc8eb6542 pv/view/moc_groupsignal.cxx
4267fcb9ce499b13cbd813bd2f5e6008 pv/view/moc_header.cxx
e58040e41fedc1261891e35735849c48 pv/view/moc_protocolsignal.cxx
6d87200eaddfbaa7e742e7dedaa789e3 pv/view/moc_ruler.cxx
8c59662f1af834e1b6e486044c2dfd2c pv/view/moc_timemarker.cxx
7948ef46d7e781e5244007e2649852a2 pv/view/moc_view.cxx
4c16c3caa1b38df7c4485985615a8f09 pv/view/moc_viewport.cxx
6dbe4ba35f7654467e6d8cfeee731880 qrc_DSLogic.cxx
c06919811dc4f735d32909a545862562 ui_about.h
caaf07f183a5d2e3a3455672eb58afd1 ui_dmx512config.h
c3e69e60e07b7be6477161ca6bc0a27c ui_i2cconfig.h
cedeafdab62735ca7561b61955a78079 ui_search.h
5190828de8f5020ee976dd7791cad3b1 ui_serialconfig.h
b3908cd41c8d913a3cef8df790d54470 ui_spiconfig.h
e4de9842cf82bd943271cece608ec319 ui_wire1config.h
DSLogic-gui/CMakeFiles/CMakeSystem.cmake
0 → 100644
View file @
264a0941
SET
(
CMAKE_SYSTEM
"Linux-3.2.0-29-generic-pae"
)
SET
(
CMAKE_SYSTEM_NAME
"Linux"
)
SET
(
CMAKE_SYSTEM_VERSION
"3.2.0-29-generic-pae"
)
SET
(
CMAKE_SYSTEM_PROCESSOR
"i686"
)
SET
(
CMAKE_HOST_SYSTEM
"Linux-3.2.0-29-generic-pae"
)
SET
(
CMAKE_HOST_SYSTEM_NAME
"Linux"
)
SET
(
CMAKE_HOST_SYSTEM_VERSION
"3.2.0-29-generic-pae"
)
SET
(
CMAKE_HOST_SYSTEM_PROCESSOR
"i686"
)
SET
(
CMAKE_CROSSCOMPILING
"FALSE"
)
SET
(
CMAKE_SYSTEM_LOADED 1
)
DSLogic-gui/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
0 → 100644
View file @
264a0941
#ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
#elif defined(__clang__)
# define COMPILER_ID "Clang"
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
#elif defined(__WATCOMC__)
# define COMPILER_ID "Watcom"
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
#elif defined(__IBMC__)
# if defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# elif __IBMC__ >= 800
# define COMPILER_ID "XL"
# else
# define COMPILER_ID "VisualAge"
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
#elif defined(__PATHSCALE__)
# define COMPILER_ID "PathScale"
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI_DSP"
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
SHARC (21000) DSPs */
# define COMPILER_ID "ADSP"
/* IAR Systems compiler for embedded systems.
http://www.iar.com
Not supported yet by CMake
#elif defined(__IAR_SYSTEMS_ICC__)
# define COMPILER_ID "IAR" */
/* sdcc, the small devices C compiler for embedded systems,
http://sdcc.sourceforge.net */
#elif defined(SDCC)
# define COMPILER_ID "SDCC"
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
/* This compiler is either not known or is too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else
/* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char
const
*
info_compiler
=
"INFO"
":"
"compiler["
COMPILER_ID
"]"
;
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU)
# define PLATFORM_ID "Haiku"
/* Haiku also defines __BEOS__ so we must
put it prior to the check for __BEOS__
*/
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#else
/* unknown platform */
# define PLATFORM_ID ""
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else
/* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char
const
*
info_platform
=
"INFO"
":"
"platform["
PLATFORM_ID
"]"
;
char
const
*
info_arch
=
"INFO"
":"
"arch["
ARCHITECTURE_ID
"]"
;
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void
main
()
{}
#else
int
main
(
int
argc
,
char
*
argv
[])
{
int
require
=
0
;
require
+=
info_compiler
[
argc
];
require
+=
info_platform
[
argc
];
require
+=
info_arch
[
argc
];
(
void
)
argv
;
return
require
;
}
#endif
DSLogic-gui/CMakeFiles/CompilerIdC/a.out
0 → 100644
View file @
264a0941
File added
DSLogic-gui/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp
0 → 100644
View file @
264a0941
/* This source file must have a .cpp extension so that all C++ compilers
recognize the extension without flags. Borland does not know .cxx for
example. */
#ifndef __cplusplus
# error "A C compiler has been selected for C++."
#endif
#if defined(__COMO__)
# define COMPILER_ID "Comeau"
#elif defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
#elif defined(__clang__)
# define COMPILER_ID "Clang"
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
#elif defined(__WATCOMC__)
# define COMPILER_ID "Watcom"
#elif defined(__SUNPRO_CC)
# define COMPILER_ID "SunPro"
#elif defined(__HP_aCC)
# define COMPILER_ID "HP"
#elif defined(__DECCXX)
# define COMPILER_ID "Compaq"
#elif defined(__IBMCPP__)
# if defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# elif __IBMCPP__ >= 800
# define COMPILER_ID "XL"
# else
# define COMPILER_ID "VisualAge"
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
#elif defined(__PATHSCALE__)
# define COMPILER_ID "PathScale"
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI_DSP"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
#elif defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
/* Analog Devices C++ compiler for Blackfin, TigerSHARC and
SHARC (21000) DSPs */
# define COMPILER_ID "ADSP"
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
/* This compiler is either not known or is too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else
/* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char
const
*
info_compiler
=
"INFO"
":"
"compiler["
COMPILER_ID
"]"
;
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU) || defined(__HAIKU__) || defined(_HAIKU)
# define PLATFORM_ID "Haiku"
/* Haiku also defines __BEOS__ so we must
put it prior to the check for __BEOS__
*/
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)