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

25 commits

Author SHA1 Message Date
ed
fba0295a44 Projucer: Added a simple sign-in form, added notification tray for project messages, general refactoring 2020-04-17 16:05:10 +01:00
ed
de23ef7b1f Projucer: Removed analytics 2020-04-17 14:15:44 +01:00
reuk
ece5644a20 CMake: Add support for building JUCE projects with CMake 2020-04-13 12:10:11 +01:00
reuk
327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 2020-04-09 15:22:56 +01:00
ed
c73c5512d5 Projucer: Refactored the module handling code 2020-02-06 15:41:45 +00:00
ed
f77c995b4d Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 2018-08-23 14:15:28 +01:00
ed
78368cfe1a Projucer: Remove recursion from module path checks and cache previous module directories 2018-07-31 15:38:36 +01:00
ed
84cc1dc4a0 Projucer: Cleaned up the module scanning code 2018-07-10 17:33:43 +01:00
ed
b999047748 Projucer: Ensure that "Module Added" analytics events are only sent once and not sent when creating a new project 2018-04-09 09:57:45 +01:00
ed
58c02823c5 Projucer: Moved some methods into MiscUtilities 2018-03-12 15:16:26 +00:00
ed
07ddc94d51 Projucer: Try to get path from compatible exporters first when getting module folder 2017-12-28 15:50:31 +00:00
ed
b9ea65b0c1 Projucer: Fixed a couple of potential race conditions when saving a project 2017-08-08 14:36:09 +01:00
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
ed
26596fbfad Projucer: Added default module search paths to the Projucer 2017-06-06 16:57:16 +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
tpoole
e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 2017-02-17 15:34:10 +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
hogliux
c9aca28d00 Add pkg-config support for linux 2016-07-07 10:37:58 +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
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.h (Browse further)