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
|
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
|
cb7e325d51
|
Fixed some variable shadowing warnings
|
6 years ago |
jules
|
0fb8c8e82a
|
Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way
|
6 years ago |
jules
|
2e2cfb5f6c
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
6 years ago |
Tom Poole
|
d11ef30e09
|
CLion: Fixed some issues loading a CMakeLists.txt generated on Windows
|
6 years ago |
Tom Poole
|
c91f872f9a
|
CLion: Fixed some issues loading a CMakeLists.txt generated on Windows
|
6 years ago |
Tom Poole
|
91ed59d117
|
Projucer: Fixed a bug exporting CLion projects
|
6 years ago |
Tom Poole
|
42301905e2
|
Projucer: Fixed a bug exporting CLion projects
|
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 |
Tom Poole
|
020f3aa512
|
CLion: Fixed a Rez error when building AU plug-ins
|
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
|
c4eb15eb21
|
Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent
|
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 |
Tom Poole
|
635f52708b
|
CLion: Fixed some capitalisation in a path
|
6 years ago |
Tom Poole
|
c1af194af8
|
CLion: Fix a bug creating plug-in bundles on MacOS
|
6 years ago |
Tom Poole
|
5c49152d9d
|
CLion: Launch the .app bundle from the Projucer on OSX to pass environment variables
|
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
|
88071b29e6
|
Projucer: Added some missing #pragma once
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
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 |
Tom Poole
|
1c037e07be
|
CLion: Fixed a hardcoded cmake executable name
|
7 years ago |
ed
|
2d43125a95
|
Projucer: Cleaned up the exporter code
|
7 years ago |
ed
|
b72a626516
|
Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class
|
7 years ago |
jules
|
f85d706131
|
Some minor formatting and comment fixes
|
7 years ago |
ed
|
bf0881bfb2
|
Projucer: Fixed a few spelling errors
|
7 years ago |
tpoole
|
e1dff09916
|
CLion: Made a plug-in copying path more robust
|
7 years ago |
tpoole
|
a75f023ca5
|
Clion: Added a global path to the CLion exe
|
7 years ago |
tpoole
|
8e4e4af795
|
CLion: Fixed issues with setting the cpp standard, launching Windows GUI apps without the console, spaces in project names, and Windows style include paths
|
7 years ago |
tpoole
|
00af141203
|
CLion: Fixed an issue with module library include paths
|
7 years ago |
tpoole
|
8174b66f11
|
CLion: Allowed the Projucer to launch CLion for supported projects
|
7 years ago |
tpoole
|
73573ede91
|
CLion: Fixed an issue when linking shared library code with spaces in the library name
|
7 years ago |
tpoole
|
21315abce4
|
Projucer: Added beta CLion exporter support
|
7 years ago |