comparison svcore.pro @ 742:c10cb8782576 coreaudio_tests

Merge from branch "default"
author Chris Cannam
date Sun, 01 Jul 2012 11:53:00 +0100
parents 4efa7429cd85 11289d40a57a
children 33ac6d05a1a6 9aa3f343a6ea
comparison
equal deleted inserted replaced
666:4efa7429cd85 742:c10cb8782576
25 25
26 HEADERS += base/AudioLevel.h \ 26 HEADERS += base/AudioLevel.h \
27 base/AudioPlaySource.h \ 27 base/AudioPlaySource.h \
28 base/Clipboard.h \ 28 base/Clipboard.h \
29 base/Command.h \ 29 base/Command.h \
30 base/Debug.h \
30 base/Exceptions.h \ 31 base/Exceptions.h \
31 base/LogRange.h \ 32 base/LogRange.h \
32 base/Pitch.h \ 33 base/Pitch.h \
33 base/Playable.h \ 34 base/Playable.h \
34 base/PlayParameterRepository.h \ 35 base/PlayParameterRepository.h \
41 base/RangeMapper.h \ 42 base/RangeMapper.h \
42 base/RealTime.h \ 43 base/RealTime.h \
43 base/RecentFiles.h \ 44 base/RecentFiles.h \
44 base/Resampler.h \ 45 base/Resampler.h \
45 base/ResizeableBitset.h \ 46 base/ResizeableBitset.h \
47 base/ResourceFinder.h \
46 base/RingBuffer.h \ 48 base/RingBuffer.h \
47 base/Scavenger.h \ 49 base/Scavenger.h \
48 base/Selection.h \ 50 base/Selection.h \
49 base/Serialiser.h \ 51 base/Serialiser.h \
50 base/StorageAdviser.h \ 52 base/StorageAdviser.h \
51 base/StringBits.h \ 53 base/StringBits.h \
52 base/TempDirectory.h \ 54 base/TempDirectory.h \
55 base/TempWriteFile.h \
53 base/TextMatcher.h \ 56 base/TextMatcher.h \
54 base/Thread.h \ 57 base/Thread.h \
55 base/UnitDatabase.h \ 58 base/UnitDatabase.h \
56 base/ViewManagerBase.h \ 59 base/ViewManagerBase.h \
57 base/Window.h \ 60 base/Window.h \
58 base/XmlExportable.h \ 61 base/XmlExportable.h \
59 base/ZoomConstraint.h 62 base/ZoomConstraint.h
60 SOURCES += base/AudioLevel.cpp \ 63 SOURCES += base/AudioLevel.cpp \
61 base/Clipboard.cpp \ 64 base/Clipboard.cpp \
62 base/Command.cpp \ 65 base/Command.cpp \
66 base/Debug.cpp \
63 base/Exceptions.cpp \ 67 base/Exceptions.cpp \
64 base/LogRange.cpp \ 68 base/LogRange.cpp \
65 base/Pitch.cpp \ 69 base/Pitch.cpp \
66 base/PlayParameterRepository.cpp \ 70 base/PlayParameterRepository.cpp \
67 base/PlayParameters.cpp \ 71 base/PlayParameters.cpp \
72 base/PropertyContainer.cpp \ 76 base/PropertyContainer.cpp \
73 base/RangeMapper.cpp \ 77 base/RangeMapper.cpp \
74 base/RealTime.cpp \ 78 base/RealTime.cpp \
75 base/RecentFiles.cpp \ 79 base/RecentFiles.cpp \
76 base/Resampler.cpp \ 80 base/Resampler.cpp \
81 base/ResourceFinder.cpp \
77 base/Selection.cpp \ 82 base/Selection.cpp \
78 base/Serialiser.cpp \ 83 base/Serialiser.cpp \
79 base/StorageAdviser.cpp \ 84 base/StorageAdviser.cpp \
80 base/StringBits.cpp \ 85 base/StringBits.cpp \
81 base/TempDirectory.cpp \ 86 base/TempDirectory.cpp \
87 base/TempWriteFile.cpp \
82 base/TextMatcher.cpp \ 88 base/TextMatcher.cpp \
83 base/Thread.cpp \ 89 base/Thread.cpp \
84 base/UnitDatabase.cpp \ 90 base/UnitDatabase.cpp \
85 base/ViewManagerBase.cpp \ 91 base/ViewManagerBase.cpp \
86 base/XmlExportable.cpp 92 base/XmlExportable.cpp
224 plugin/RealTimePluginFactory.cpp \ 230 plugin/RealTimePluginFactory.cpp \
225 plugin/RealTimePluginInstance.cpp \ 231 plugin/RealTimePluginInstance.cpp \
226 plugin/api/dssi_alsa_compat.c \ 232 plugin/api/dssi_alsa_compat.c \
227 plugin/plugins/SamplePlayer.cpp 233 plugin/plugins/SamplePlayer.cpp
228 234
229 HEADERS += rdf/PluginRDFDescription.h \ 235 HEADERS += rdf/PluginRDFIndexer.h \
230 rdf/PluginRDFIndexer.h \ 236 rdf/PluginRDFDescription.h \
231 rdf/RDFExporter.h \ 237 rdf/RDFExporter.h \
232 rdf/RDFFeatureWriter.h \ 238 rdf/RDFFeatureWriter.h \
233 rdf/RDFImporter.h \ 239 rdf/RDFImporter.h \
234 rdf/RDFTransformFactory.h \ 240 rdf/RDFTransformFactory.h
235 rdf/SimpleSPARQLQuery.h 241 SOURCES += rdf/PluginRDFIndexer.cpp \
236 SOURCES += rdf/PluginRDFDescription.cpp \ 242 rdf/PluginRDFDescription.cpp \
237 rdf/PluginRDFIndexer.cpp \
238 rdf/RDFExporter.cpp \ 243 rdf/RDFExporter.cpp \
239 rdf/RDFFeatureWriter.cpp \ 244 rdf/RDFFeatureWriter.cpp \
240 rdf/RDFImporter.cpp \ 245 rdf/RDFImporter.cpp \
241 rdf/RDFTransformFactory.cpp \ 246 rdf/RDFTransformFactory.cpp
242 rdf/SimpleSPARQLQuery.cpp
243 247
244 HEADERS += system/Init.h \ 248 HEADERS += system/Init.h \
245 system/System.h 249 system/System.h
246 SOURCES += system/Init.cpp \ 250 SOURCES += system/Init.cpp \
247 system/System.cpp 251 system/System.cpp