ed
|
fdcdda3463
|
Projucer: Update to ValueTreePropertyWithDefault class
|
3 years ago |
ed
|
a12d5fb540
|
Projucer: Add "audioplugin_" prefix to Unity plug-ins on Linux
|
3 years ago |
ed
|
2707ea3ca0
|
Projucer: Add support for C++20 project language standard
|
4 years ago |
reuk
|
6c775a367b
|
Projucer: Escape single quotes in project names for makefile projects
|
3 years ago |
Tom Poole
|
8cc0d12fb3
|
Separate C and C++ recommended warning flags
|
3 years ago |
reuk
|
768c2f6db1
|
Projucer: Add armv8 option for makefile exporter
|
4 years ago |
reuk
|
8c9c3c3ca9
|
Projucer: Use exporter name, rather than build folder name, to locate pre-built libraries
|
4 years ago |
ed
|
d677fd6264
|
Projucer: Added PCH support for Xcode and Visual Studio exporters
|
4 years ago |
Tom Poole
|
6f22faf29d
|
Linux: Fixed a bug setting the VST3 plug-in bundle arch dir
|
4 years ago |
ed
|
6a9f9cd550
|
Projucer: Updated CLion and Linux Code::Blocks exporter code for optional webkit and gtk packages
|
4 years ago |
ed
|
819ccc08ca
|
Projucer: Escape VST plug-in target names correctly in generated makefile
|
4 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 years ago |
ed
|
3283f2224a
|
Projucer: Added new start page window
|
5 years ago |
ed
|
2eb14258c7
|
Projucer: Create plug-in binary destination directory before copying
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
ed
|
7d1bfb054d
|
Projucer: Added support for building VST3 plug-ins on Linux and added copy step options for all plug-in formats
|
5 years ago |
ed
|
1c1f74562f
|
Projucer: Don't link to webkit packages
|
5 years ago |
reuk
|
2ca69e8f70
|
Projucer: Stop requiring JuceHeader to be included in projects
|
5 years ago |
reuk
|
ece5644a20
|
CMake: Add support for building JUCE projects with CMake
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
a091a29929
|
Projucer: Cleaned up some exporter code
|
5 years ago |
reuk
|
0dd3b02728
|
Projucer: Set hidden symbol visibility on macOS and Linux
|
5 years ago |
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
Tom Poole
|
b452662ae7
|
Projucer: Changed the default architecture specified in Linux Makefiles
|
5 years ago |
ed
|
fdc9831e60
|
Projucer: Only add plug-in properties to plug-in projects
|
5 years ago |
Tom Poole
|
214e59aaa8
|
Projucer: Put recommended warning flags before other flags
|
5 years ago |
ed
|
1951714776
|
Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled
|
5 years ago |
Tom Poole
|
1fd9c2f282
|
Projucer: Added an "add recommended warning flags" checkbox to the exporters
|
6 years ago |
ed
|
cb7e325d51
|
Fixed some variable shadowing warnings
|
6 years ago |
ed
|
38da38f658
|
Projucer: Minor formatting tweaks in the makefile exporter code
|
6 years ago |
ed
|
3913269620
|
Revert commit 49359df and e5204ba to ensure that ValueWithDefault objects can be set to non-default empty strings
|
6 years ago |
ed
|
49359dfe34
|
Projucer: Fixed a bug when setting the Makefile exporter architecture to <None>
|
6 years ago |
ed
|
b2e2346745
|
Projucer: Add an option to specify per-file compiler flags
|
6 years ago |
ed
|
31025ae3e6
|
Projucer: Initialise the legacy VST dependency in the Makefile exporter so that the path is correctly added to the build
|
6 years ago |
ed
|
1f40a7b10e
|
Projucer: Use the project line ending setting for auto-generated JUCE files and write the IDE project files using the native line endings
|
6 years ago |
Tom Poole
|
35033add4c
|
Linux: Prevent unnecessary relinking in Makefiles
|
6 years ago |
ed
|
86bdcbae15
|
Projucer: Add a cp command to the Makefile exporter to copy the Unity GUI script to the build directory
|
6 years ago |
ed
|
ff263ecded
|
Projucer: Removed the per-exporter AAX and RTAS SDK and Android SDK/NDK path settings as well as the unused VST3 SDK setting as this was interfering with the embedded VST3 SDK path
|
6 years ago |
ed
|
f77c995b4d
|
Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning
|
6 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
|
6 years ago |
hogliux
|
baa8bbf300
|
Linux: Added an option to lazily load libcurl symbols only when they are needed
|
7 years ago |
hogliux
|
cf4f12a452
|
Replaced our VST2 interface headers with official VST3 SDK
|
7 years ago |
ed
|
527625b699
|
Added support for building Unity native audio plugins on desktop platforms
|
7 years ago |
ed
|
1bdc584449
|
Projucer: Remove unused VST3 code in MakefileProjectExporter
|
7 years ago |
ed
|
32789aec6c
|
Projucer: Added getJUCEModules() and getJUCEExporters() methods to MiscUtilities and use getTargetFolderForExporter() for setting exporter's target locations
|
7 years ago |
ed
|
06773f18bb
|
Projucer: Add C++17 flag to exporters that support it
|
7 years ago |
ed
|
2d43125a95
|
Projucer: Cleaned up the exporter code
|
7 years ago |
Noah Dayan
|
004360b59e
|
Projucer: Added missing tooltip descriptions
|
7 years ago |
ed
|
b72a626516
|
Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class
|
7 years ago |