43 static String getJUCEVersion();
59 MacOSX_10_4 = MacOSX | 4,
60 MacOSX_10_5 = MacOSX | 5,
61 MacOSX_10_6 = MacOSX | 6,
62 MacOSX_10_7 = MacOSX | 7,
63 MacOSX_10_8 = MacOSX | 8,
64 MacOSX_10_9 = MacOSX | 9,
65 MacOSX_10_10 = MacOSX | 10,
66 MacOSX_10_11 = MacOSX | 11,
67 MacOSX_10_12 = MacOSX | 12,
69 Win2000 = Windows | 1,
71 WinVista = Windows | 3,
72 Windows7 = Windows | 4,
73 Windows8_0 = Windows | 5,
74 Windows8_1 = Windows | 6,
75 Windows10 = Windows | 7
83 static OperatingSystemType getOperatingSystemType();
90 static String getOperatingSystemName();
93 static bool isOperatingSystem64Bit();
104 static String getLogonName();
110 static String getFullUserName();
113 static String getComputerName();
118 static String getUserLanguage();
123 static String getUserRegion();
130 static String getDisplayLanguage();
136 static String getDeviceDescription();
141 static String getDeviceManufacturer();
154 static int getNumCpus() noexcept;
157 static
int getNumPhysicalCpus() noexcept;
163 static
int getCpuSpeedInMegahertz();
168 static
String getCpuVendor();
173 static
String getCpuModel();
175 static
bool hasMMX() noexcept;
176 static
bool has3DNow() noexcept;
177 static
bool hasSSE() noexcept;
178 static
bool hasSSE2() noexcept;
179 static
bool hasSSE3() noexcept;
180 static
bool hasSSSE3() noexcept;
181 static
bool hasSSE41() noexcept;
182 static
bool hasSSE42() noexcept;
183 static
bool hasAVX() noexcept;
184 static
bool hasAVX2() noexcept;
185 static
bool hasAVX512F() noexcept;
186 static
bool hasAVX512BW() noexcept;
187 static
bool hasAVX512CD() noexcept;
188 static
bool hasAVX512DQ() noexcept;
189 static
bool hasAVX512ER() noexcept;
190 static
bool hasAVX512IFMA() noexcept;
191 static
bool hasAVX512PF() noexcept;
192 static
bool hasAVX512VBMI() noexcept;
193 static
bool hasAVX512VL() noexcept;
194 static
bool hasAVX512VPOPCNTDQ() noexcept;
195 static
bool hasNeon() noexcept;
202 static
int getMemorySizeInMegabytes();
207 static
int getPageSize();
214 static
String getStackBacktrace();
232 static
bool isRunningInAppExtensionSandbox() noexcept;
237 JUCE_DEPRECATED_WITH_BODY (static
int getCpuSpeedInMegaherz(), {
return getCpuSpeedInMegahertz(); })