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

1315 commits

Author SHA1 Message Date
hogliux
c22547e7ec Fixed the implementation of setCurrentThreadAffinityMask on Android 2017-05-05 16:30:03 +01:00
hogliux
8413614744 Bump version number to 5.0.1 2017-05-04 15:26:54 +01:00
ed
fa0b097652 Fixed some Projucer live-build errors on Windows and added an option to set the Windows target platform 2017-05-04 12:47:18 +01:00
jules
014311fdbf Added some comparison and getter methods to Uuid. 2017-05-04 12:02:37 +01:00
jules
0c24b48be8 Fix for detection of number of CPU cores on Windows 2017-05-04 11:51:06 +01:00
hogliux
7031f595d2 Fixed an issue where thread names were not set on Android 2017-05-04 10:51:15 +01:00
tpoole
098110bc5f Suppressed a VS2013 assignment operator compiler warning 2017-05-04 09:54:52 +01:00
tpoole
f4046909ab Added an OS X 10.5 compatible std::function replacement 2017-05-03 15:36:25 +01:00
tpoole
2a189100d7 Made ListenerList.callExcluding take a pointer argument 2017-05-02 22:09:39 +01:00
jules
8689df5590 Fixed a few c++17 warnings 2017-05-02 10:18:33 +01:00
hogliux
9d81c5066a Bump version number to 5.0.0 2017-04-27 14:43:05 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
7ed37f8600 Added the standard JUCE splash screen and app usage reporting 2017-04-27 14:43:03 +01:00
jules
e778d35fdc Refactored some internal win32 file attribute functions 2017-04-26 16:11:16 +01:00
hogliux
1bdbd6f969 Fixed a potential access-after-free crash in the macOS/iOS implementation of WebInputStream 2017-04-23 12:09:33 +01:00
jules
bf94ab0e4c Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 2017-04-21 15:09:35 +01:00
jules
926652be8a Added the -Wextra-semi warning to the projucer build 2017-04-21 11:31:09 +01:00
jules
d36156c620 Removed some extraneous semicolons 2017-04-21 11:15:07 +01:00
tpoole
23ba2e49cf Fixed VS2013 assignment operator compiler warnings 2017-04-20 12:24:49 +01:00
jules
5b39a8f607 Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17 2017-04-18 11:29:48 +01:00
hogliux
86e28d1e42 Restructured android threading code to re-use threading code in juce_posix_Shared.h 2017-04-12 18:13:16 +01:00
hogliux
3cd9bed7d9 Ensured that gatt connection priority is only requested after the gatt has connected 2017-04-11 17:57:14 +01:00
hogliux
5b833d6648 Added Android workaround to force BLE Midi devices on low-latency device path 2017-04-10 18:10:06 +01:00
jules
4880ce760e Modified MemoryBlock so that it will throw std::bad_alloc if allocation fails 2017-04-07 11:28:53 +01:00
jules
fbee2788ee Made File::appendText return false if the write failed 2017-04-07 11:24:35 +01:00
tpoole
8b0354ff69 Added precompiler sections to make NormalisableRange compatible with OS X 10.5 2017-04-07 08:20:46 +01:00
tpoole
710d27d74f Fixed the copy constructor and assignment operator of NormalisableRange 2017-04-06 22:02:04 +01:00
hogliux
8aea84e20c Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability 2017-04-05 19:07:47 +01:00
tpoole
8a680bc4f6 Added a lambda function parameterisation of NormalisableRange 2017-04-04 17:03:26 +01:00
Rachel
28c3faea23 Added a missing declaration for String << unsigned long 2017-03-31 10:57:56 +01:00
hogliux
dcdcfaa7e9 Added several improvements to Android BLE MIDI reliability 2017-03-30 17:03:35 +01:00
jules
f11db9e1fb Avoided a spurious assertion in the javascript parser 2017-03-30 15:11:04 +01:00
hogliux
4c7a92ecfa Ensured that SystemStats::getUserLanguage and SystemStats::getUserCountry returns an ISO code on Android 2017-03-30 11:32:06 +01:00
jules
60e9231fb1 Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code. 2017-03-29 15:31:41 +01:00
jules
5a092ddb0a Added method TimeSliceThread::removeAllClients() 2017-03-29 14:25:49 +01:00
jules
e122d2b9e4 Fixed a typo in iOS network code 2017-03-28 19:39:51 +01:00
jules
44cd80969d A few C++11 modernisations and comment corrections 2017-03-28 12:31:51 +01:00
jules
3b2014a5db Code cleanups in OSX networking 2017-03-27 16:32:30 +01:00
jules
8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
jules
e561f1f5aa Whitespace 2017-03-23 12:06:13 +00:00
jules
5c4553a06c Added a parameter to SystemStats::CrashHandlerFunction to supply some platform-specific crash details 2017-03-23 12:02:02 +00:00
tpoole
e4857ceaae Added MacOS SystemStats::getDeviceDescription 2017-03-21 15:23:43 +00:00
jules
4c6d20681d Made WindowsRegistry::deleteKey operate recursively 2017-03-21 11:25:59 +00:00
jules
cd59c26a0e Added some JUCE_API flags to some RelativeTime global operators 2017-03-20 17:31:18 +00:00
jules
86f1b6628f Added a reference count getter method to SharedResourcePointer 2017-03-20 12:08:32 +00:00
jules
b8d1183f78 Fixed a typo in a comment 2017-03-17 11:44:32 +00:00
hogliux
08483a0138 Fixed a VS 2017 compiler warning 2017-03-14 15:09:39 +00:00
jules
f6873c2273 (Fixed a typo in linux code in the last commit) 2017-03-13 12:10:47 +00:00
jules
2d192bed9b Added method SystemStats::getNumPhysicalCpus() 2017-03-13 10:38:53 +00:00
jules
9c75f13a4f Added a method JavascriptEngine::callFunctionObject() for invoking javascript methods in DynamicObject native methods 2017-03-07 15:51:01 +00:00