1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

24 commits

Author SHA1 Message Date
ed
2e81e8a0dc Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 2017-07-19 17:23:20 +01:00
ed
18c0e37f43 Projucer: Always initially disable "Use global path" when adding a module from a specified folder 2017-07-04 10:30:48 +01:00
ed
2540725b6a Projucer: Fixed a bug where modules added from the global user module path weren't being added to generated projects correctly 2017-07-03 16:35:03 +01:00
tpoole
4965cdf030 Android: Added support for static libraries in modules 2017-06-22 17:50:57 +01:00
ed
26596fbfad Projucer: Added default module search paths to the Projucer 2017-06-06 16:57:16 +01:00
hogliux
14d7675c48 Projucer: Source code files for browsing are now added to the individual VS projects instead of the VS solution 2017-05-18 12:51:11 +01:00
hogliux
c4cf336a56 Projucer: Only attempt building the standalone target of audio plug-ins when building inside the live build engine 2017-05-11 09:51:35 +01:00
jules
1820b41e77 Made the proxy module include files start with "include_" to distinguish them from the files they're including 2017-04-27 14:43:05 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
750ab85fe9 Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model. 2017-04-27 14:42:25 +01:00
tpoole
0b2257c53d Added Rez files to JuceLibraryCode so that they are compiled when not browsable 2017-04-11 08:05:15 +01:00
jules
44cd80969d A few C++11 modernisations and comment corrections 2017-03-28 12:31:51 +01:00
jules
8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
tpoole
c563d840da Fixed a bug when looking for a module header in an invalid module 2017-02-15 14:43:22 +00:00
hogliux
0117aace01 Added support for multi-target exporters and standalone plug-in format 2017-02-01 17:18:06 +00:00
stefan
8f1d37a72e Fix addAllModulesInFolder to scan only 2 subfolder levels
Other existing behavior remains:
* check whether the folder itself is a valid module
* always return Result::ok()
* may contain duplicate modules
2016-10-06 18:37:43 +02:00
jules
9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
hogliux
c9aca28d00 Add pkg-config support for linux 2016-07-07 10:37:58 +01:00
hogliux
993a2e4fef Do not allow specifying the JUCE folder as a modules folder 2016-05-16 15:03:55 +01:00
hogliux
7196e57f4d Don't try to build VST/VST3 hosting code on iOS and add missing header 2016-04-27 14:44:32 +01:00
jules
b6e88694d1 Projucer: Fixed module dependency checker 2016-04-25 10:47:23 +01:00
jules
fad8d0526e Projucer: improved the set of browsable files that are added to target projects for each module 2016-04-20 11:34:14 +01:00
jules
e1098c834a Projucer: Fixed failure to scan deep file hierarchies when building browsable files 2016-04-11 16:01:57 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
Renamed from extras/Introjucer/Source/Project/jucer_Module.cpp (Browse further)