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 |
|