reuk
224c4f706b
JSON: Add new JSON::Formatter for configuring JSON output
This also fixes an issue where MIDI CI header data could contain spaces,
which is not allowed according to the spec.
1 year ago
attila
d98a0bc233
Fix MinGW warning
1 year ago
Anthony Nicholls
2685604eb3
SharedResourcePointer: Allow objects with private constructors
1 year ago
Attila Szarvas
62bba21655
Add SocketOptions and avoid reducing the system default buffer sizes
This change affects the DatagramSocket and StreamingSocket classes.
1 year ago
Anthony Nicholls
418d7b9c38
SharedResourcePointer: Get a SharedResourcePointer instance without creating one
- Also refactored internals to use weak/shared pointers
1 year ago
Tom Poole
61aa1fc4ab
Bump version number to 7.0.9
1 year ago
Tom Poole
2c7043319b
Doxygen updates
1 year ago
reuk
c9f0f7efa2
SystemStats: Make getOperatingSystemName() implementation for Windows more concise
1 year ago
reuk
28375c18c9
SystemStats: Add Sonoma to OperatingSystemType enum
1 year ago
Anthony Nicholls
4d098faaac
ObjectiveC: Add support for uninitialised variants when converting to an NSDictionary
1 year ago
attila
b800890ec6
Android: Fix ContentSharer crash on Android 14
1 year ago
reuk
387ab88c13
Span: Add missing move constructors
1 year ago
reuk
cb44d72b78
EnumerateIterator: Add utility for concisely enumerating ranges
1 year ago
Anthony Nicholls
3f91c8782b
macOS: Move set dock icon to juce_core
2 years ago
Tom Poole
c474cb2469
Docs: Fix some missing Doxygen tags
1 year ago
Tom Poole
45494e34d5
Bump version number to 7.0.8
1 year ago
reuk
ad6b82d2e7
CompilerSupport: Warn when deploying to older Apple platforms from Xcode 15
1 year ago
attila
1e10b6df60
Follow JUCE_LOG_CURRENT_ASSERTION with semicolon
This allows defining JUCE_LOG_CURRENT_ASSERTION when using Visual
Studio, where escaping semicolons in the command-line is not possible.
1 year ago
Tom Poole
6bf9bb9a2e
Add final specifiers in implementation files
1 year ago
Anthony Nicholls
158220ddfa
Formatting: Use nested namespace definitions
1 year ago
Anthony Nicholls
90c458d92e
Includes: Move some miscellaneous includes into module header and source files
1 year ago
Anthony Nicholls
a878e042e8
Formatting: Fix code formatting in an ObjectiveC unit test
1 year ago
Anthony Nicholls
42ab5404c8
juce_core: Add tests and fix some bugs with Objective C helper functions
1 year ago
Nathan Blair
65f55e17ac
Docs: abstract FIFO example
1 year ago
Tom Poole
4153d59e39
Formatting
1 year ago
reuk
dd30569b3e
Formatting: Add missing newlines
1 year ago
reuk
8f62a61099
VariantConverter: Make strict conversion opt-in rather than opt-out
1 year ago
reuk
c6141c52da
Docs: Reshuffle Serialisation.h
1 year ago
reuk
770d84b15c
Docs: Avoid generating docs for specialisations of SerialisationTraits
1 year ago
reuk
33f999a9f0
JSON: Add new JSONUtils functions for working with JSON objects and pointers
1 year ago
reuk
d8b71b4eef
VariantConverter: Use FromVar and ToVar as a fallback
1 year ago
reuk
56195d1053
Serialisation: Add basic utilities to facilitate conversion to/from JSON with minimal boilerplate
1 year ago
reuk
1bc90055b9
DynamicObject: Add const overload for getProperties
1 year ago
reuk
a4dfd8d6c6
FixedSizeFunction: Allow sinking of rvalue arguments for functions returning void
1 year ago
Tom Poole
7d45d498b9
Removed some superfluous consts from definitions
1 year ago
Tom Poole
9b041f3d74
Add a base clang-tidy configuration
1 year ago
reuk
583f90bef3
LV2 Client: Add basic LV2URI validation at build time
1 year ago
Oliver James
7d9cdd3016
Audio: Add AudioWorkgroup support
This allows real-time threads to join an audio workgroup on Apple platforms.
1 year ago
Tom Poole
82f1fd57a4
Fix some compiler warnings
1 year ago
reuk
6420ab31b6
DynamicObject: Update signature of clone to return unique_ptr
1 year ago
reuk
679a33d657
ScopeGuard: Add new heavyweight ErasedScopeGuard type
1 year ago
Tom Poole
b769982bb5
Bump version number to 7.0.7
1 year ago
Tom Poole
1e59930c24
Docs: Add some missing parameters
1 year ago
Anthony Nicholls
2aff537ced
approximatelyEqual: Fix unreachable code warning in MSVC
1 year ago
reuk
a5b74332c2
WebInputStream: Report all headers
Status codes are already filtered in curlHeaderCallback, so there's no
need to remove them again in parseHttpHeaders. Request headers will
never include a status, so there's no need to remove the status in that
case.
1 year ago
Anthony Nicholls
2bb530f636
approximatelyEqual: Add customisable tolerances for floating-point comparisons
1 year ago
Anthony Nicholls
c014e1e9a2
Warnings: Add missing field initialisers warning
1 year ago
reuk
53118de2d2
SystemStats: Avoid OOB reads
1 year ago
Anthony Nicholls
8640dd004d
Thread: Fix an issue setting the priority of a realtime thread
1 year ago
Tom Poole
d5cb08e60e
Bump version number to 7.0.6
1 year ago