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

33 commits

Author SHA1 Message Date
ed
1951714776 Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 2019-07-09 14:38:27 +01:00
Tom Poole
1fd9c2f282 Projucer: Added an "add recommended warning flags" checkbox to the exporters 2019-06-11 16:44:29 +01:00
ed
cb7e325d51 Fixed some variable shadowing warnings 2019-06-04 17:59:02 +01:00
ed
38da38f658 Projucer: Minor formatting tweaks in the makefile exporter code 2019-02-19 12:21:20 +00:00
ed
3913269620 Revert commit 49359df and e5204ba to ensure that ValueWithDefault objects can be set to non-default empty strings 2019-02-08 17:26:44 +00:00
ed
49359dfe34 Projucer: Fixed a bug when setting the Makefile exporter architecture to <None> 2019-02-08 14:54:13 +00:00
ed
b2e2346745 Projucer: Add an option to specify per-file compiler flags 2019-01-22 15:48:15 +00:00
ed
31025ae3e6 Projucer: Initialise the legacy VST dependency in the Makefile exporter so that the path is correctly added to the build 2018-12-14 16:46:07 +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
Tom Poole
35033add4c Linux: Prevent unnecessary relinking in Makefiles 2018-11-05 17:00:26 +00:00
ed
86bdcbae15 Projucer: Add a cp command to the Makefile exporter to copy the Unity GUI script to the build directory 2018-11-01 09:57:33 +00: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
ed
f77c995b4d Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 2018-08-23 14:15:28 +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
hogliux
baa8bbf300 Linux: Added an option to lazily load libcurl symbols only when they are needed 2018-06-15 17:03:32 +01:00
hogliux
cf4f12a452 Replaced our VST2 interface headers with official VST3 SDK 2018-06-11 12:49:35 +01:00
ed
527625b699 Added support for building Unity native audio plugins on desktop platforms 2018-05-10 16:32:30 +01:00
ed
1bdc584449 Projucer: Remove unused VST3 code in MakefileProjectExporter 2018-04-04 16:55:59 +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
ed
2d43125a95 Projucer: Cleaned up the exporter code 2018-01-17 12:48:38 +00:00
Noah Dayan
004360b59e Projucer: Added missing tooltip descriptions 2018-01-08 16:44:03 +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
Tom Poole
458534056a CLion: Fixed a missing .a suffix when creating static libraries 2017-12-05 14:27:05 +00:00
Tom Poole
85040c02e0 Removed the -no-pie linker flag from Linux builds 2017-11-28 13:12:15 +00:00
Tom Poole
f2261faee7 Fixed some bugs in LTO builds 2017-11-21 15:50:40 +00:00
tpoole
3659742a3a Linux: Disabled creating position independent executables for GUI apps 2017-11-03 15:46:29 +00:00
tpoole
00af141203 CLion: Fixed an issue with module library include paths 2017-10-26 15:22:23 +01:00
tpoole
b936eaeebc Projucer: Fixed a Linux Makefile library name bug 2017-10-24 10:32:20 +01:00
tpoole
21315abce4 Projucer: Added beta CLion exporter support 2017-10-19 14:26:12 +01:00
ed
559ff6778b Projucer: Added a link-time optimisation option to all exporters 2017-10-11 16:19:29 +01:00
tpoole
13ccdf9411 Projucer: Added more thorough checking of pkg-config dependencies 2017-10-11 11:10:48 +01:00
hogliux
54029e776d Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
Renamed from extras/Projucer/Source/Project Saving/jucer_ProjectExport_Make.h (Browse further)