Moved pv::prop:bindings classes into pv::bindings namespace
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Sat, 17 Jan 2015 21:45:04 +0000 (21:45 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 27 Jan 2015 15:28:31 +0000 (16:28 +0100)
commit61703a0124c7ace84caf415f7d491a3ad6f42599
treec1eab82e78b7bf495907a7f7b739b4c951421441
parentc1035a1452fa2aec5414975e83e531c10504b80c
Moved pv::prop:bindings classes into pv::bindings namespace
20 files changed:
CMakeLists.txt
pv/binding/binding.cpp [new file with mode: 0644]
pv/binding/binding.hpp [new file with mode: 0644]
pv/binding/decoderoptions.cpp [new file with mode: 0644]
pv/binding/decoderoptions.hpp [new file with mode: 0644]
pv/binding/deviceoptions.cpp [new file with mode: 0644]
pv/binding/deviceoptions.hpp [new file with mode: 0644]
pv/popups/channels.cpp
pv/popups/channels.hpp
pv/popups/deviceoptions.cpp
pv/popups/deviceoptions.hpp
pv/prop/binding/binding.cpp [deleted file]
pv/prop/binding/binding.hpp [deleted file]
pv/prop/binding/decoderoptions.cpp [deleted file]
pv/prop/binding/decoderoptions.hpp [deleted file]
pv/prop/binding/deviceoptions.cpp [deleted file]
pv/prop/binding/deviceoptions.hpp [deleted file]
pv/view/decodetrace.cpp
pv/view/decodetrace.hpp
test/CMakeLists.txt