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

45 commits

Author SHA1 Message Date
reuk
61f3c1dd98
LV2: Add initial client support 2022-04-22 14:18:52 +01:00
Tom Poole
dea3fe60e4 Update copyright banners 2022-04-04 12:36:32 +01:00
Tom Poole
fe4ba9071b Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0
See BREAKING-CHANGES.txt for more details.
2021-06-30 13:01:14 +01:00
Tom Poole
bfdda737a2 Projucer: Removed the live build 2021-05-14 12:54:07 +01:00
ed
91d9679f0b Projucer: Removed old jucerVersion property from .jucer file root and added jucerFormatVersion property for indicating changes to .jucer file format not tied to JUCE version 2020-07-07 12:39:25 +01:00
ed
009d685179 Updated all license headers 2020-06-29 08:30:22 +01:00
ed
6814cc0b8d Projucer: Fixed exporter name not being written to console when saving via the cmd line 2020-06-11 12:17:17 +01:00
Tom Poole
894e7d2bd2 Updated all license headers 2020-04-23 17:30:39 +01:00
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
9d69018d97 Projucer: Removed app reporting 2020-04-17 14:16:21 +01:00
reuk
e7e1de78fa Files: Add RangedDirectoryIterator 2020-04-13 13:16:06 +01:00
reuk
2ca69e8f70 Projucer: Stop requiring JuceHeader to be included in projects 2020-04-13 13:16:05 +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
fdc9831e60 Projucer: Only add plug-in properties to plug-in projects 2020-02-03 09:54:46 +00:00
ed
7484ac3dd3 Projucer: Updated all project templates to use include search path when including JuceHeader.h 2020-01-21 16:25:33 +00:00
ed
a54da0b832 Fixed some more typos 2020-01-07 08:53:23 +00:00
ed
a45fd2657c Projucer: Define current version when saving projects and check for outdated projects 2019-08-15 11:23:34 +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
ed
4dad6ee028 Projucer: Add a project setting to specify a shell script that will be run after saving 2019-03-22 16:51:54 +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
d543df6aff Projucer: Sanitise Unity plug-in names when generating the C# script class name 2018-11-08 09:13:22 +00:00
ed
3a77e52210 Projucer: Define JucePlugin_Name earlier in AppConfig.h so that JUCE_STANDALONE_APPLICATION is set correctly 2018-11-02 14:35:08 +00:00
ed
192830dc97 Projucer: Fixed an issue where saving a project could fail silently without showing an alert window 2018-10-16 10:59:50 +01:00
ed
68f0ba2a7b Projucer: Only delete unwanted files in generated JuceLibraryCode folder after a successful save 2018-09-20 14:24:38 +01:00
ed
f77c995b4d Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 2018-08-23 14:15:28 +01:00
ed
88585e66f0 Added a companyName member to ProjectInfo in JuceHeader.h 2018-07-11 08:58:19 +01:00
ed
527625b699 Added support for building Unity native audio plugins on desktop platforms 2018-05-10 16:32:30 +01:00
Tom Poole
ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
ed
6dbcfbf6e5 Projucer: Write AppConfig.h file once and ensure that it is only rewritten if it has actually changed 2018-04-17 09:08:03 +01:00
ed
193a47c10b Projucer: Only write plugin characteristics file once 2018-04-16 10:16:30 +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
8d952587a5 Projucer: Renamed the "Include BinaryData in AppConfig" project setting to "Include BinaryData in JuceHeader" so that it actually does what it says 2018-04-04 17:20:14 +01:00
ed
47af78fe0b Projucer: Implement PIPGenerator 2018-03-15 12:10:35 +00:00
ed
130b4f75a6 Projucer: Only re-save the main project file if it has changed 2018-02-05 17:25:31 +00:00
ed
d55f4956f8 Projucer: Repeat writeMainProjectFile() when saving so that config flags are written correctly 2018-02-05 11:38:28 +00:00
ed
c0c709f10b Projucer: More code cleanup 2018-01-17 14:42:58 +00:00
jules
415f0e4c90 Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 2018-01-17 11:23:12 +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
tpoole
1946712154 Projucer: Reorganised some source files so that we can compile with the malfunctioning link time optimisation of legacy 32 bit MinGW compilers 2017-10-30 16:32:38 +00:00
tpoole
71bd8f6bed Whitespace tidy up 2017-10-30 12:02:43 +00:00
tpoole
21315abce4 Projucer: Added beta CLion exporter support 2017-10-19 14:26:12 +01:00
ed
3544f30c90 Projucer: Fixed a deadlock that would occur when saving projects from the command line after adding the MessageManagerLock to Project::Item::loadAsImageFile() 2017-10-17 14:17:44 +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_ProjectSaver.h (Browse further)