Blindly add a few stuff from VST
[juce-lv2.git] / juce / source / src / juce_core_includes.h
blob5f525933ab473584729b4efe1afed2c42295b46d
1 /*
2 ==============================================================================
4 This file is part of the JUCE library - "Jules' Utility Class Extensions"
5 Copyright 2004-11 by Raw Material Software Ltd.
7 ------------------------------------------------------------------------------
9 JUCE can be redistributed and/or modified under the terms of the GNU General
10 Public License (Version 2), as published by the Free Software Foundation.
11 A copy of the license is included in the JUCE distribution, or can be found
12 online at www.gnu.org/licenses.
14 JUCE is distributed in the hope that it will be useful, but WITHOUT ANY
15 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16 A PARTICULAR PURPOSE. See the GNU General Public License for more details.
18 ------------------------------------------------------------------------------
20 To release a closed-source product which uses JUCE, commercial licenses are
21 available: visit www.rawmaterialsoftware.com/juce for more information.
23 ==============================================================================
26 #ifndef __JUCE_JUCE_CORE_INCLUDES_INCLUDEFILES__
27 #define __JUCE_JUCE_CORE_INCLUDES_INCLUDEFILES__
29 #ifndef __JUCE_ABSTRACTFIFO_JUCEHEADER__
30 #include "containers/juce_AbstractFifo.h"
31 #endif
32 #ifndef __JUCE_ARRAY_JUCEHEADER__
33 #include "containers/juce_Array.h"
34 #endif
35 #ifndef __JUCE_ARRAYALLOCATIONBASE_JUCEHEADER__
36 #include "containers/juce_ArrayAllocationBase.h"
37 #endif
38 #ifndef __JUCE_DYNAMICOBJECT_JUCEHEADER__
39 #include "containers/juce_DynamicObject.h"
40 #endif
41 #ifndef __JUCE_ELEMENTCOMPARATOR_JUCEHEADER__
42 #include "containers/juce_ElementComparator.h"
43 #endif
44 #ifndef __JUCE_HASHMAP_JUCEHEADER__
45 #include "containers/juce_HashMap.h"
46 #endif
47 #ifndef __JUCE_LINKEDLISTPOINTER_JUCEHEADER__
48 #include "containers/juce_LinkedListPointer.h"
49 #endif
50 #ifndef __JUCE_NAMEDVALUESET_JUCEHEADER__
51 #include "containers/juce_NamedValueSet.h"
52 #endif
53 #ifndef __JUCE_OWNEDARRAY_JUCEHEADER__
54 #include "containers/juce_OwnedArray.h"
55 #endif
56 #ifndef __JUCE_PROPERTYSET_JUCEHEADER__
57 #include "containers/juce_PropertySet.h"
58 #endif
59 #ifndef __JUCE_REFERENCECOUNTEDARRAY_JUCEHEADER__
60 #include "containers/juce_ReferenceCountedArray.h"
61 #endif
62 #ifndef __JUCE_SCOPEDVALUESETTER_JUCEHEADER__
63 #include "containers/juce_ScopedValueSetter.h"
64 #endif
65 #ifndef __JUCE_SORTEDSET_JUCEHEADER__
66 #include "containers/juce_SortedSet.h"
67 #endif
68 #ifndef __JUCE_SPARSESET_JUCEHEADER__
69 #include "containers/juce_SparseSet.h"
70 #endif
71 #ifndef __JUCE_VALUE_JUCEHEADER__
72 #include "containers/juce_Value.h"
73 #endif
74 #ifndef __JUCE_VALUETREE_JUCEHEADER__
75 #include "containers/juce_ValueTree.h"
76 #endif
77 #ifndef __JUCE_VARIANT_JUCEHEADER__
78 #include "containers/juce_Variant.h"
79 #endif
80 #ifndef __JUCE_FILELOGGER_JUCEHEADER__
81 #include "core/juce_FileLogger.h"
82 #endif
83 #ifndef __JUCE_INITIALISATION_JUCEHEADER__
84 #include "core/juce_Initialisation.h"
85 #endif
86 #ifndef __JUCE_LOGGER_JUCEHEADER__
87 #include "core/juce_Logger.h"
88 #endif
89 #ifndef __JUCE_PERFORMANCECOUNTER_JUCEHEADER__
90 #include "core/juce_PerformanceCounter.h"
91 #endif
92 #ifndef __JUCE_PLATFORMDEFS_JUCEHEADER__
93 #include "core/juce_PlatformDefs.h"
94 #endif
95 #ifndef __JUCE_PLATFORMUTILITIES_JUCEHEADER__
96 #include "core/juce_PlatformUtilities.h"
97 #endif
98 #ifndef __JUCE_RELATIVETIME_JUCEHEADER__
99 #include "core/juce_RelativeTime.h"
100 #endif
101 #ifndef __JUCE_RESULT_JUCEHEADER__
102 #include "core/juce_Result.h"
103 #endif
104 #ifndef __JUCE_SINGLETON_JUCEHEADER__
105 #include "core/juce_Singleton.h"
106 #endif
107 #ifndef __JUCE_STANDARDHEADER_JUCEHEADER__
108 #include "core/juce_StandardHeader.h"
109 #endif
110 #ifndef __JUCE_SYSTEMSTATS_JUCEHEADER__
111 #include "core/juce_SystemStats.h"
112 #endif
113 #ifndef __JUCE_TARGETPLATFORM_JUCEHEADER__
114 #include "core/juce_TargetPlatform.h"
115 #endif
116 #ifndef __JUCE_TIME_JUCEHEADER__
117 #include "core/juce_Time.h"
118 #endif
119 #ifndef __JUCE_UUID_JUCEHEADER__
120 #include "core/juce_Uuid.h"
121 #endif
122 #ifndef __JUCE_BLOWFISH_JUCEHEADER__
123 #include "cryptography/juce_BlowFish.h"
124 #endif
125 #ifndef __JUCE_MD5_JUCEHEADER__
126 #include "cryptography/juce_MD5.h"
127 #endif
128 #ifndef __JUCE_PRIMES_JUCEHEADER__
129 #include "cryptography/juce_Primes.h"
130 #endif
131 #ifndef __JUCE_RSAKEY_JUCEHEADER__
132 #include "cryptography/juce_RSAKey.h"
133 #endif
134 #ifndef __JUCE_DIRECTORYITERATOR_JUCEHEADER__
135 #include "io/files/juce_DirectoryIterator.h"
136 #endif
137 #ifndef __JUCE_FILE_JUCEHEADER__
138 #include "io/files/juce_File.h"
139 #endif
140 #ifndef __JUCE_FILEINPUTSTREAM_JUCEHEADER__
141 #include "io/files/juce_FileInputStream.h"
142 #endif
143 #ifndef __JUCE_FILEOUTPUTSTREAM_JUCEHEADER__
144 #include "io/files/juce_FileOutputStream.h"
145 #endif
146 #ifndef __JUCE_FILESEARCHPATH_JUCEHEADER__
147 #include "io/files/juce_FileSearchPath.h"
148 #endif
149 #ifndef __JUCE_MEMORYMAPPEDFILE_JUCEHEADER__
150 #include "io/files/juce_MemoryMappedFile.h"
151 #endif
152 #ifndef __JUCE_NAMEDPIPE_JUCEHEADER__
153 #include "io/files/juce_NamedPipe.h"
154 #endif
155 #ifndef __JUCE_TEMPORARYFILE_JUCEHEADER__
156 #include "io/files/juce_TemporaryFile.h"
157 #endif
158 #ifndef __JUCE_ZIPFILE_JUCEHEADER__
159 #include "io/files/juce_ZipFile.h"
160 #endif
161 #ifndef __JUCE_MACADDRESS_JUCEHEADER__
162 #include "io/network/juce_MACAddress.h"
163 #endif
164 #ifndef __JUCE_SOCKET_JUCEHEADER__
165 #include "io/network/juce_Socket.h"
166 #endif
167 #ifndef __JUCE_URL_JUCEHEADER__
168 #include "io/network/juce_URL.h"
169 #endif
170 #ifndef __JUCE_BUFFEREDINPUTSTREAM_JUCEHEADER__
171 #include "io/streams/juce_BufferedInputStream.h"
172 #endif
173 #ifndef __JUCE_FILEINPUTSOURCE_JUCEHEADER__
174 #include "io/streams/juce_FileInputSource.h"
175 #endif
176 #ifndef __JUCE_GZIPCOMPRESSOROUTPUTSTREAM_JUCEHEADER__
177 #include "io/streams/juce_GZIPCompressorOutputStream.h"
178 #endif
179 #ifndef __JUCE_GZIPDECOMPRESSORINPUTSTREAM_JUCEHEADER__
180 #include "io/streams/juce_GZIPDecompressorInputStream.h"
181 #endif
182 #ifndef __JUCE_INPUTSOURCE_JUCEHEADER__
183 #include "io/streams/juce_InputSource.h"
184 #endif
185 #ifndef __JUCE_INPUTSTREAM_JUCEHEADER__
186 #include "io/streams/juce_InputStream.h"
187 #endif
188 #ifndef __JUCE_MEMORYINPUTSTREAM_JUCEHEADER__
189 #include "io/streams/juce_MemoryInputStream.h"
190 #endif
191 #ifndef __JUCE_MEMORYOUTPUTSTREAM_JUCEHEADER__
192 #include "io/streams/juce_MemoryOutputStream.h"
193 #endif
194 #ifndef __JUCE_OUTPUTSTREAM_JUCEHEADER__
195 #include "io/streams/juce_OutputStream.h"
196 #endif
197 #ifndef __JUCE_SUBREGIONSTREAM_JUCEHEADER__
198 #include "io/streams/juce_SubregionStream.h"
199 #endif
200 #ifndef __JUCE_BIGINTEGER_JUCEHEADER__
201 #include "maths/juce_BigInteger.h"
202 #endif
203 #ifndef __JUCE_EXPRESSION_JUCEHEADER__
204 #include "maths/juce_Expression.h"
205 #endif
206 #ifndef __JUCE_MATHSFUNCTIONS_JUCEHEADER__
207 #include "maths/juce_MathsFunctions.h"
208 #endif
209 #ifndef __JUCE_RANDOM_JUCEHEADER__
210 #include "maths/juce_Random.h"
211 #endif
212 #ifndef __JUCE_RANGE_JUCEHEADER__
213 #include "maths/juce_Range.h"
214 #endif
215 #ifndef __JUCE_ATOMIC_JUCEHEADER__
216 #include "memory/juce_Atomic.h"
217 #endif
218 #ifndef __JUCE_BYTEORDER_JUCEHEADER__
219 #include "memory/juce_ByteOrder.h"
220 #endif
221 #ifndef __JUCE_HEAPBLOCK_JUCEHEADER__
222 #include "memory/juce_HeapBlock.h"
223 #endif
224 #ifndef __JUCE_LEAKEDOBJECTDETECTOR_JUCEHEADER__
225 #include "memory/juce_LeakedObjectDetector.h"
226 #endif
227 #ifndef __JUCE_MEMORY_JUCEHEADER__
228 #include "memory/juce_Memory.h"
229 #endif
230 #ifndef __JUCE_MEMORYBLOCK_JUCEHEADER__
231 #include "memory/juce_MemoryBlock.h"
232 #endif
233 #ifndef __JUCE_OPTIONALSCOPEDPOINTER_JUCEHEADER__
234 #include "memory/juce_OptionalScopedPointer.h"
235 #endif
236 #ifndef __JUCE_REFERENCECOUNTEDOBJECT_JUCEHEADER__
237 #include "memory/juce_ReferenceCountedObject.h"
238 #endif
239 #ifndef __JUCE_SCOPEDPOINTER_JUCEHEADER__
240 #include "memory/juce_ScopedPointer.h"
241 #endif
242 #ifndef __JUCE_WEAKREFERENCE_JUCEHEADER__
243 #include "memory/juce_WeakReference.h"
244 #endif
245 #ifndef __JUCE_CHARACTERFUNCTIONS_JUCEHEADER__
246 #include "text/juce_CharacterFunctions.h"
247 #endif
248 #ifndef __JUCE_CHARPOINTER_ASCII_JUCEHEADER__
249 #include "text/juce_CharPointer_ASCII.h"
250 #endif
251 #ifndef __JUCE_CHARPOINTER_UTF16_JUCEHEADER__
252 #include "text/juce_CharPointer_UTF16.h"
253 #endif
254 #ifndef __JUCE_CHARPOINTER_UTF32_JUCEHEADER__
255 #include "text/juce_CharPointer_UTF32.h"
256 #endif
257 #ifndef __JUCE_CHARPOINTER_UTF8_JUCEHEADER__
258 #include "text/juce_CharPointer_UTF8.h"
259 #endif
260 #ifndef __JUCE_IDENTIFIER_JUCEHEADER__
261 #include "text/juce_Identifier.h"
262 #endif
263 #ifndef __JUCE_JSON_JUCEHEADER__
264 #include "text/juce_JSON.h"
265 #endif
266 #ifndef __JUCE_LOCALISEDSTRINGS_JUCEHEADER__
267 #include "text/juce_LocalisedStrings.h"
268 #endif
269 #ifndef __JUCE_NEWLINE_JUCEHEADER__
270 #include "text/juce_NewLine.h"
271 #endif
272 #ifndef __JUCE_STRING_JUCEHEADER__
273 #include "text/juce_String.h"
274 #endif
275 #ifndef __JUCE_STRINGARRAY_JUCEHEADER__
276 #include "text/juce_StringArray.h"
277 #endif
278 #ifndef __JUCE_STRINGPAIRARRAY_JUCEHEADER__
279 #include "text/juce_StringPairArray.h"
280 #endif
281 #ifndef __JUCE_STRINGPOOL_JUCEHEADER__
282 #include "text/juce_StringPool.h"
283 #endif
284 #ifndef __JUCE_XMLDOCUMENT_JUCEHEADER__
285 #include "text/juce_XmlDocument.h"
286 #endif
287 #ifndef __JUCE_XMLELEMENT_JUCEHEADER__
288 #include "text/juce_XmlElement.h"
289 #endif
290 #ifndef __JUCE_CRITICALSECTION_JUCEHEADER__
291 #include "threads/juce_CriticalSection.h"
292 #endif
293 #ifndef __JUCE_INTERPROCESSLOCK_JUCEHEADER__
294 #include "threads/juce_InterProcessLock.h"
295 #endif
296 #ifndef __JUCE_PROCESS_JUCEHEADER__
297 #include "threads/juce_Process.h"
298 #endif
299 #ifndef __JUCE_READWRITELOCK_JUCEHEADER__
300 #include "threads/juce_ReadWriteLock.h"
301 #endif
302 #ifndef __JUCE_SCOPEDLOCK_JUCEHEADER__
303 #include "threads/juce_ScopedLock.h"
304 #endif
305 #ifndef __JUCE_SCOPEDREADLOCK_JUCEHEADER__
306 #include "threads/juce_ScopedReadLock.h"
307 #endif
308 #ifndef __JUCE_SCOPEDWRITELOCK_JUCEHEADER__
309 #include "threads/juce_ScopedWriteLock.h"
310 #endif
311 #ifndef __JUCE_SPINLOCK_JUCEHEADER__
312 #include "threads/juce_SpinLock.h"
313 #endif
314 #ifndef __JUCE_THREAD_JUCEHEADER__
315 #include "threads/juce_Thread.h"
316 #endif
317 #ifndef __JUCE_THREADPOOL_JUCEHEADER__
318 #include "threads/juce_ThreadPool.h"
319 #endif
320 #ifndef __JUCE_TIMESLICETHREAD_JUCEHEADER__
321 #include "threads/juce_TimeSliceThread.h"
322 #endif
323 #ifndef __JUCE_WAITABLEEVENT_JUCEHEADER__
324 #include "threads/juce_WaitableEvent.h"
325 #endif
327 #endif