1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
Commit graph

33 commits

Author SHA1 Message Date
ed
a94610dfaf Projucer: Don't add Xcode resource files to exporters other than Xcode 2019-07-12 15:15:26 +01:00
ed
cb7e325d51 Fixed some variable shadowing warnings 2019-06-04 17:59:02 +01:00
jules
0fb8c8e82a Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 2019-05-19 08:16:27 +01:00
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 2019-05-09 10:51:19 +01:00
Tom Poole
c91f872f9a CLion: Fixed some issues loading a CMakeLists.txt generated on Windows 2019-03-04 14:06:46 +00:00
Tom Poole
42301905e2 Projucer: Fixed a bug exporting CLion projects 2019-02-22 10:51:08 +00:00
ed
b2e2346745 Projucer: Add an option to specify per-file compiler flags 2019-01-22 15:48:15 +00:00
Tom Poole
4d6921ff7d CLion: Added support for application icons 2019-01-18 21:22:12 +00:00
Tom Poole
020f3aa512 CLion: Fixed a Rez error when building AU plug-ins 2019-01-18 14:48:42 +00:00
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 2018-11-28 15:32:15 +00:00
ed
c4eb15eb21 Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent 2018-10-22 16:42:22 +01:00
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 2018-09-04 14:16:36 +01:00
Tom Poole
635f52708b CLion: Fixed some capitalisation in a path 2018-08-20 09:53:10 +01:00
Tom Poole
c1af194af8 CLion: Fix a bug creating plug-in bundles on MacOS 2018-08-17 12:37:43 +01:00
Tom Poole
5c49152d9d CLion: Launch the .app bundle from the Projucer on OSX to pass environment variables 2018-08-17 10:51:51 +01:00
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 2018-07-03 11:51:13 +01:00
ed
88071b29e6 Projucer: Added some missing #pragma once 2018-05-03 09:27:44 +01:00
Tom Poole
ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
Tom Poole
4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 2018-04-10 18:34:20 +01:00
ed
32789aec6c Projucer: Added getJUCEModules() and getJUCEExporters() methods to MiscUtilities and use getTargetFolderForExporter() for setting exporter's target locations 2018-03-20 13:00:04 +00:00
ed
06773f18bb Projucer: Add C++17 flag to exporters that support it 2018-03-07 09:47:38 +00:00
Tom Poole
1c037e07be CLion: Fixed a hardcoded cmake executable name 2018-01-29 17:20:51 +00:00
ed
2d43125a95 Projucer: Cleaned up the exporter code 2018-01-17 12:48:38 +00:00
ed
b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 2018-01-05 17:05:20 +00:00
jules
f85d706131 Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
ed
bf0881bfb2 Projucer: Fixed a few spelling errors 2017-11-09 12:43:27 +00:00
tpoole
e1dff09916 CLion: Made a plug-in copying path more robust 2017-11-06 09:17:31 +00:00
tpoole
a75f023ca5 Clion: Added a global path to the CLion exe 2017-11-03 18:32:07 +00:00
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 2017-10-31 18:30:09 +00:00
tpoole
00af141203 CLion: Fixed an issue with module library include paths 2017-10-26 15:22:23 +01:00
tpoole
8174b66f11 CLion: Allowed the Projucer to launch CLion for supported projects 2017-10-20 13:58:20 +01:00
tpoole
73573ede91 CLion: Fixed an issue when linking shared library code with spaces in the library name 2017-10-20 09:34:22 +01:00
tpoole
21315abce4 Projucer: Added beta CLion exporter support 2017-10-19 14:26:12 +01:00