1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
Commit graph

175 commits

Author SHA1 Message Date
jules
24f5fdea22 Some minor clean-ups and comments in Thread class. 2013-08-05 11:27:09 +01:00
jules
88cb38ea29 iOS build fix. 2013-08-01 09:08:27 +01:00
jules
3cd00c8730 A few android warning fixes. 2013-07-31 22:14:11 +01:00
jules
779e1d483f Added tests for SSE3 capability. 2013-07-31 11:04:16 +01:00
jules
0713d87a95 Added a Process::hide() method (implemented only on OSX) 2013-07-30 19:30:09 +01:00
jules
df668c3e5f Changed android failure exit code. 2013-07-30 17:17:25 +01:00
jules
c2afa62696 Changed Process:terminate() to exit with an error code of 1 instead of 0. 2013-07-30 09:57:14 +01:00
jules
1b9a60e52c Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before. 2013-07-28 18:08:28 +01:00
jules
c3e082b252 Added WindowsRegistry::keyExists() methods 2013-07-25 10:49:12 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
93d7d79b95 Replaced use of the deprecated GetVersionEx win32 call. 2013-07-10 11:08:00 +01:00
jules
4fc8fbaef1 Added some more override decorators. 2013-07-10 10:22:33 +01:00
jules
4346fdb5f5 Replaced calls to the deprecated unix siginterrupt function. 2013-07-08 15:06:03 +01:00
jules
516bddabcc Misc minor clean-ups. 2013-07-03 09:51:23 +01:00
jules
1881908846 Added a pthread naming fallback for older glib versions. 2013-06-24 21:42:05 +01:00
jules
c5b4e48b80 Updated some headers and URLs. 2013-06-24 16:03:33 +01:00
jules
98ae8a49d2 Added DPI field to Desktop::Display information. Couple of Android fixes. 2013-06-24 15:53:32 +01:00
jules
5c59897ba6 Replaced some uses of the no-longer-needed literal64Bit macro. 2013-06-24 11:30:24 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
7c9cb2971d Avoided using pthread_setname_np on older linux distros. 2013-06-23 12:26:58 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
3c76294319 Android: setting the audio output at startup. 2013-06-12 09:45:28 +01:00
jules
abde049bf0 Whitespace cleanup. 2013-06-07 22:41:14 +01:00
jules
5a0cef7239 Added some static StringArray methods for tokenising. 2013-06-07 20:35:07 +01:00
jules
a1e3f23ee4 Linux build fix. 2013-06-05 15:08:00 +01:00
jules
4d0cd69895 Minor tidying 2013-06-04 10:41:53 +01:00
jules
c4cea5a131 Thread-naming fix for linux. 2013-05-03 17:14:24 +01:00
jules
31747486ff New class: IPAddress. 2013-04-27 20:11:59 +01:00
jules
b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 2013-04-17 15:17:36 +01:00
jules
280afcff80 Warning fix for linux. 2013-04-08 15:48:39 +01:00
jules
92e3c452a0 Warnings + documentation cleanups. 2013-04-07 10:03:59 +01:00
jules
01ad38a0b4 mingw fix. 2013-04-04 11:49:15 +01:00
jules
6a67ab2eb2 Fix for uuidtostring function. 2013-04-03 20:19:19 +01:00
jules
2be6b48cd9 Eliminated some OS dependencies in WASAPI. Added mingw workarounds for __uuidof 2013-03-29 16:01:49 +00:00
jules
01d123d1e8 Workarounds for a few mingw warnings and errors. 2013-03-28 21:40:41 +00:00
jules
2451b3762c Some mingw compatibility tweaks. 2013-03-28 14:24:28 +00:00
jules
c923345ee5 Typo fix. 2013-03-25 20:11:30 +00:00
jules
ba2dc52b34 Made use of @autoreleasepool for clang builds. 2013-03-21 18:33:01 +00:00
jules
45bc723f0c Minor change to assertion logging. 2013-03-21 16:12:00 +00:00
jules
aa6990f5e3 Posix NamedPipe fix. 2013-03-20 16:26:05 +00:00
jules
4c44d852b3 Fix for a problem with accelerator keys running modal comps while an OSX menu is open. 2013-03-19 13:30:33 +00:00
jules
6b7f0609bf Minor clean-ups. 2013-03-17 13:59:03 +00:00
jules
c0bdb4954b Fix for OSX InterprocessLocks for users with a network-based home folder. 2013-03-16 11:50:42 +00:00
jules
13c03e6228 Replaced some OSX 10.8 deprecated functions. Also a fix for the OSX recently-used menu. 2013-03-08 12:01:46 +00:00
jules
9ec0e7ac18 Avoided a malloc in posix WaitableEvents. 2013-02-27 17:49:37 +00:00
jules
545bf3a9a8 Memory-mapped file tuning. 2013-02-26 16:14:21 +00:00
jules
9e4baf538b Android: fix for pausing openGL apps. Rebuild of project files. 2013-02-24 16:12:36 +00:00
jules
bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00
jules
b0302ce30f Android fixes and clean-ups. 2013-02-22 11:51:51 +00:00
jules
e6d817d20d Extended MemoryMappedFile to allow loading of file subsections. 2013-02-17 22:38:25 +00:00