jules
|
bc37767edb
|
Updated the AudioPluginHost app
|
7 years ago |
jules
|
ccbaf89f0e
|
Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses()
|
7 years ago |
jules
|
d9fa1c4602
|
Worked around some UB sanitiser warnings in Projucer
|
7 years ago |
jules
|
5d54e80df8
|
Made the projucer ignore command-line flags generated when running it in Xcode debug mode
|
7 years ago |
Tom Poole
|
0b442c3036
|
Projucer: Added a check for unknown command line arguments
|
7 years ago |
jules
|
1e6bbb8da9
|
Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this
|
7 years ago |
hogliux
|
9ab9b28f46
|
AU: Add resourceUsage plist entry to non-sandbox safe plug-ins so that they still load in GarageBand
|
7 years ago |
ed
|
d018eb8407
|
Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs
|
7 years ago |
ed
|
c859f50fe6
|
Projucer: Added a missing reset() call to the PIP creator window when shutting down
|
7 years ago |
hogliux
|
fefbbc89b4
|
AU: Added an option to the Projucer to enable sandbox safe AUs (required for newer versions of GarageBand)
|
7 years ago |
jules
|
49aa9c9db4
|
Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use
|
7 years ago |
hogliux
|
79221a8418
|
Allow GPL users to override GPL mode when building the Projucer from the command line
|
7 years ago |
ed
|
bf8adbc29a
|
Projucer: Added an option to set the path to the Android Studio executable in the "Global Paths" settings
|
7 years ago |
jules
|
abe01671d4
|
Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz)
|
7 years ago |
hogliux
|
baa8bbf300
|
Linux: Added an option to lazily load libcurl symbols only when they are needed
|
7 years ago |
jules
|
9da4d4131c
|
Increased shadowing warning level, and fixed a few warnings that were generated
|
7 years ago |
jules
|
974b4a8351
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
hogliux
|
224bed4c86
|
Android: Added binary location support when building Android static libraries
|
7 years ago |
hogliux
|
b2ec7f07a5
|
Re-saved all projects
|
7 years ago |
hogliux
|
cf4f12a452
|
Replaced our VST2 interface headers with official VST3 SDK
|
7 years ago |
hogliux
|
7063d9a7a4
|
Re-save all Android Projects
|
7 years ago |
hogliux
|
9b2b64c0ef
|
Android: AS no longer supports armeabi. Ensure that demo projects do not use it anymore
|
7 years ago |
hogliux
|
f08dccf3b1
|
Android: Update Projucer to support AS 3.1.2
|
7 years ago |
ed
|
608dd0654c
|
Projucer: Ensure that the RTAS audio plugin client files have stdcall calling convention
|
7 years ago |
hogliux
|
e6554b8e85
|
Android: Make JUCE work with latest AS 3.1.2
|
7 years ago |
ed
|
102203d8a5
|
Whitespace
|
7 years ago |
ed
|
1c819c79d0
|
Projucer: Add cmd/ctrl + p shortcut for saving a project
|
7 years ago |
ed
|
11e790094e
|
Projucer: Fix a typo in the --set-global-search-path help text and allow quoted paths
|
7 years ago |
hogliux
|
f574b9d962
|
VS2013: Fixed a VS2013 compiler error in the AudioPluginHost
|
7 years ago |
ed
|
848ab56465
|
Projucer: Don't overwrite newer global settings file when migrating Introjucer settings
|
7 years ago |
ed
|
eed45b7462
|
Projucer: Mark modified files with an asterisk in the file tree panel
|
7 years ago |
ed
|
783b6b7baf
|
Projucer: Fixed a bug in the GUI builder's relative #include path when adding Viewport content
|
7 years ago |
ed
|
c5be8e0722
|
Projucer: Save all open documents when saving a project via the GUI
|
7 years ago |
Lukasz Kozakiewicz
|
70ad10155f
|
Projucer: add option to Xcode exporter to embed a framework in an app bundle.
|
7 years ago |
hogliux
|
5b9a07ec2e
|
PluginHost: Fixed a bug where the PluginHost would always ask to save the file even if it wasn't changed
|
7 years ago |
Lukasz Kozakiewicz
|
afd28b2c57
|
Re-save all projects.
|
7 years ago |
Lukasz Kozakiewicz
|
315326477d
|
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
|
7 years ago |
ed
|
6a1d6f9cb8
|
Projucer: Fixed a crash when opening the editor colour scheme window
|
7 years ago |
jules
|
f3e1e52c88
|
Cleaned up some audio plugin creation function prototypes
|
7 years ago |
ed
|
0f94dbbf96
|
Projucer: Added a missing .get() to LabelHandler
|
7 years ago |
ed
|
4e484b2c42
|
Re-saved all projects
|
7 years ago |
ed
|
527625b699
|
Added support for building Unity native audio plugins on desktop platforms
|
7 years ago |
jules
|
30f6206be9
|
Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0
|
7 years ago |
ed
|
a5a8edd6f4
|
Re-saved all projects
|
7 years ago |
ed
|
2d79cc78c0
|
Bump version number to 5.3.2
|
7 years ago |
ed
|
5830193448
|
Projucer: Capitalised some property names
|
7 years ago |
ed
|
481221a256
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
7 years ago |
ed
|
a85dc1c5fe
|
Projucer: Set the default plugin binary copy locations of the VS exporter based on the target architecture
|
7 years ago |
jules
|
38295f332b
|
Converted some old typedefs to using declarations
|
7 years ago |
ed
|
88071b29e6
|
Projucer: Added some missing #pragma once
|
7 years ago |