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

28 commits

Author SHA1 Message Date
Ben Kuper
d49fee0750 Add support for types int64, double, T, F, Nil and Impulse
This also updates the UnitTest to include those types
2024-06-22 19:53:50 +02:00
Tom Poole
94d98a2b10 Update licensing information 2024-04-16 11:39:35 +01:00
reuk
047448fbce
Warnings: Add missing overrides 2024-01-30 11:37:30 +00:00
Tom Poole
6bf9bb9a2e Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
Tom Poole
2ec861d99e Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
Tom Poole
dea3fe60e4 Update copyright banners 2022-04-04 12:36:32 +01:00
reuk
31a7c62baf
Windows: Fix and suppress some analysis warnings
This fixes warnings that are emitted when building with the `-analyze`
flag enabled.
2021-05-26 15:34:26 +01:00
ed
009d685179 Updated all license headers 2020-06-29 08:30:22 +01:00
Tom Poole
894e7d2bd2 Updated all license headers 2020-04-23 17:30:39 +01:00
reuk
327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 2020-04-09 15:22:56 +01:00
Tom Poole
14a24d614f OSC: fixed an issue sending UTF-8 strings 2019-07-23 15:21:51 +01:00
ed
497a1b3fb7 Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
ed
f3af250ff7 Tidied up unit test code layout 2019-04-02 11:54:29 +01:00
jules
49df6e2696 Added support for colour values to the OSC classes 2018-07-09 14:02:58 +01:00
jules
48a5fbd333 Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
jules
eff880e01f Added some methods to OSCSender and OSCReceiver to allow them to use existing sockets 2017-12-13 11:08:52 +00:00
jules
709d4049f7 Fixes for the build with GCC 2017-12-05 12:15:57 +00:00
jules
51f6c5d01c Tidied up a few bits of messy String concatenation 2017-12-05 12:03:30 +00:00
jules
eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
ed
6bfcd820b4 Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 2017-07-20 17:24:05 +01:00
jules
dc2ec6fc9d Added some failure checks in internal OSC message sending code, and tidied up some old code 2017-05-03 16:44:05 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
Timur Doumler
3945f1d29b OSC: added unit tests for round-trip correctness (receiver to sender). 2016-11-30 17:12:10 +00:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
jules
b5907fa90d Normalised some divider comments 2016-02-20 09:45:43 +00:00
jules
4ff15c1337 OSC: Extended OSCSender to be able to specify the IP address for each message 2015-12-21 09:35:10 +00:00
Timur Doumler
19bf0ee663 OSC: Fixed a number of integer conversion warnings. 2015-11-16 09:49:45 +00:00
jules
399e248488 Added new module: juce_osc 2015-11-02 11:48:01 +00:00