Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
3 years ago |
attila
|
31b2a86559
|
Projucer: Add ARA support
|
3 years ago |
Tom Poole
|
b48dddcf4e
|
RTAS: Remove RTAS functionality
|
3 years ago |
Tom Poole
|
e5cbcd7628
|
macOS/iOS: Add the ability to weak link module frameworks
|
3 years ago |
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
3 years ago |
Tom Poole
|
fe4ba9071b
|
Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0
See BREAKING-CHANGES.txt for more details.
|
3 years ago |
ed
|
57f4d4a618
|
Projucer: Removed deprecated Android NDK path property
|
4 years ago |
ed
|
47dc58620d
|
Projucer: Added "--fix-missing-dependencies" option to the command line resave to add any required modules that may be missing
|
4 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 years ago |
ed
|
b5214a341e
|
Normalised lambda whitespace
|
5 years ago |
ed
|
15b0db5f01
|
Projucer: Made the --tidy-whitespace command a bit more robust
|
5 years ago |
ed
|
c3825b5aa1
|
Projucer: Made the --tidy-whitespace command a bit more robust
|
5 years ago |
reuk
|
4292a38327
|
Cleanup: Add some missing explicit constructors
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
ed
|
fba0295a44
|
Projucer: Added a simple sign-in form, added notification tray for project messages, general refactoring
|
5 years ago |
ed
|
521c250413
|
Projucer: Remove custom VST3 path options
|
5 years ago |
ed
|
d179e67052
|
Projucer: Removed GUI dependencies on Linux
|
5 years ago |
reuk
|
e7e1de78fa
|
Files: Add RangedDirectoryIterator
|
5 years ago |
reuk
|
ece5644a20
|
CMake: Add support for building JUCE projects with CMake
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
jules
|
bb5b534ab8
|
Added a couple more file types to the projucer's list when stripping whitespace
|
6 years ago |
ed
|
5666d5b1b0
|
Projucer: Escape single quote marks in the function generated by the --obfuscated-string-code command-line tool
|
6 years ago |
ed
|
97922ff129
|
Projucer: Avoid hitting an assertion in Random::nextInt() when using the --obfuscated-string-code command-line tool with strings containing fewer than 3 sections
|
6 years ago |
ed
|
da4c1eaf31
|
Projucer: Remove the option to specify multiple global user module paths which was causing issues on other OSes
|
6 years ago |
ed
|
9c7273e8aa
|
Projucer: Made it possible to set the VST (legacy) global search path from the command line
|
6 years ago |
ed
|
b8a4e00cb4
|
Projucer: Make the source code editor respect line endings when loading and saving a file and add an option to set the preferred line feed for a project
|
6 years ago |
jules
|
768139a298
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
6 years ago |
jules
|
302019dd43
|
Tidied up some comments and usage of File::createOutputStream() and createInputStream()
|
6 years ago |
ed
|
6a3825f88f
|
Projucer: Fixed a potential crash when setting a global path from the command line
|
6 years ago |
ed
|
856d7dc333
|
Projucer: Only scan module paths on command-line when re-saving projects using global paths
|
6 years ago |
ed
|
9761a03334
|
Projucer: Made it possible to specify a semicolon-separated list of user modules paths to override the global default when generating a project from a PIP using the "--create-project-from-pip" command-line option
|
6 years ago |
ed
|
c50b0c2660
|
Projucer: Allow a semicolon-separated list of multiple paths when setting defaultUserModulePath via the --set-global-search-path command line option
|
6 years ago |
ed
|
cd8c25b0c1
|
Projucer: Added an optional command-line argument when generating a project from a PIP to specify a JUCE modules directory to be used instead of the global default
|
6 years ago |
ed
|
f77c995b4d
|
Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning
|
6 years ago |
jules
|
8c9315ab12
|
Fix for projucer's command-line option handling
|
6 years ago |
jules
|
064656e2fb
|
Added classes ArgumentList and ConsoleApplcation which are helpers for writing console applications that parse and resolve command-line arguments
|
6 years ago |
Tom Poole
|
235bbd46cf
|
Projucer: Code tidy up
|
6 years ago |
Tom Poole
|
0b442c3036
|
Projucer: Added a check for unknown command line arguments
|
6 years ago |
ed
|
11e790094e
|
Projucer: Fix a typo in the --set-global-search-path help text and allow quoted paths
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
jules
|
8faeecec28
|
Fixed a bug in the Projucer where the --lf command line option wouldn't work
|
7 years ago |
jules
|
aeee6f4c33
|
Projucer: added a command-line flag --lf to make the whitespace and other file-generating tools use LF as linefeeds rather than CRLF
|
7 years ago |
ed
|
ef2d1fa9fd
|
Projucer: Various fixes and improvements to PIPGenerator
|
7 years ago |
ed
|
47af78fe0b
|
Projucer: Implement PIPGenerator
|
7 years ago |
ed
|
58c02823c5
|
Projucer: Moved some methods into MiscUtilities
|
7 years ago |
Tom Poole
|
5d2ffe1ffc
|
Fixed whitespace in Doxygen files
|
7 years ago |
jules
|
3ec5c17bb1
|
Misc cleanups relating to ScopedPointer
|
7 years ago |
ed
|
b72a626516
|
Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class
|
7 years ago |
Tom Poole
|
ea81467377
|
Fixed a Projucer string obfuscation bug
|
7 years ago |