Tom Poole
|
4153d59e39
|
Formatting
|
1 year ago |
Tom Poole
|
2fb19ffd8f
|
Fix some LLVM 17 compiler warnings
|
1 year ago |
Tom Poole
|
9b041f3d74
|
Add a base clang-tidy configuration
|
1 year ago |
Tom Poole
|
3604accc0f
|
Code::Blocks: Deprecate the Code::Blocks exporter
|
1 year ago |
reuk
|
b8f116c5c5
|
Projucer: Generate moduleinfo.json file during VST3 build
|
2 years ago |
reuk
|
1de308cb16
|
Projucer: Remove option to target unsupported Windows versions from Codeblocks exporter
|
2 years ago |
attila
|
921baaeb57
|
Projucer: Fix Code::Blocks exporter for Windows
|
2 years ago |
attila
|
31f94c2e28
|
Projucer: Add embedded Linux subprocess for WebView support
|
2 years ago |
reuk
|
65305b1afe
|
Projucer: Build VST3 bundles from the MSVC exporters
|
2 years ago |
Tom Poole
|
cf516ff0a9
|
Revert "Projucer: Build VST3 bundles from the MSVC exporters"
This reverts commit 4deea8ed93 .
|
2 years ago |
reuk
|
4deea8ed93
|
Projucer: Build VST3 bundles from the MSVC exporters
|
2 years ago |
hogliux
|
b0bd31b3c2
|
Projucer: Fix an issue with per-file compiler flags not being respected
|
2 years ago |
reuk
|
15d9d35454
|
Projucer: Allow compiler and linker flags to be set per-configuration
|
2 years ago |
attila
|
2fdc4f6633
|
Projucer: Remove VS2015 and CLion exporters
|
3 years ago |
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
3 years ago |
Tom Poole
|
b48dddcf4e
|
RTAS: Remove RTAS functionality
|
3 years ago |
reuk
|
61f3c1dd98
|
LV2: Add initial client support
|
3 years ago |
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
3 years ago |
ed
|
fdcdda3463
|
Projucer: Update to ValueTreePropertyWithDefault class
|
3 years ago |
ed
|
2707ea3ca0
|
Projucer: Add support for C++20 project language standard
|
4 years ago |
Tom Poole
|
8cc0d12fb3
|
Separate C and C++ recommended warning flags
|
3 years ago |
reuk
|
8c9c3c3ca9
|
Projucer: Use exporter name, rather than build folder name, to locate pre-built libraries
|
4 years ago |
reuk
|
c213796951
|
Projucer: Fix quote escaping in CodeBlocks exporter
|
4 years ago |
ed
|
d677fd6264
|
Projucer: Added PCH support for Xcode and Visual Studio exporters
|
4 years ago |
reuk
|
14eebfb85a
|
Projucer: Write correct icon format in Codeblocks exporter
|
4 years ago |
ed
|
450ac8ade5
|
Projucer: Don't assert when no icons are specified in Code::Blocks exporter
|
4 years ago |
ed
|
6a9f9cd550
|
Projucer: Updated CLion and Linux Code::Blocks exporter code for optional webkit and gtk packages
|
4 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 years ago |
ed
|
3283f2224a
|
Projucer: Added new start page window
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
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 |
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
ed
|
fdc9831e60
|
Projucer: Only add plug-in properties to plug-in projects
|
5 years ago |
ed
|
a94610dfaf
|
Projucer: Don't add Xcode resource files to exporters other than Xcode
|
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
|
b2e2346745
|
Projucer: Add an option to specify per-file compiler flags
|
6 years ago |
Tom Poole
|
4d6921ff7d
|
CLion: Added support for application icons
|
6 years ago |
ed
|
e7750ecd92
|
Projucer: Initialise legacy VST SDK path value in Code::Blocks exporter
|
6 years ago |
Tom Poole
|
b206729988
|
Code::Blocks: Fixed a bug linking curl more often than required
|
6 years ago |
Tom Poole
|
81634a788b
|
Code::Blocks: Fixed an issue building plug-ins with spaces in their name
|
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 |
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 |
ed
|
2e8ec2a757
|
Projucer: Remove unused code in CodeBlocksProjectExporter
|
7 years ago |