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 |
|
jules
|
bb5b534ab8
|
Added a couple more file types to the projucer's list when stripping whitespace
|
2019-05-09 09:52:50 +01:00 |
|
ed
|
5666d5b1b0
|
Projucer: Escape single quote marks in the function generated by the --obfuscated-string-code command-line tool
|
2019-03-11 12:38:21 +00:00 |
|
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
|
2019-03-11 10:28:09 +00:00 |
|
ed
|
da4c1eaf31
|
Projucer: Remove the option to specify multiple global user module paths which was causing issues on other OSes
|
2019-02-18 14:19:25 +00:00 |
|
ed
|
9c7273e8aa
|
Projucer: Made it possible to set the VST (legacy) global search path from the command line
|
2019-01-10 12:13:18 +00:00 |
|
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
|
2018-11-27 17:28:36 +00:00 |
|
jules
|
768139a298
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
2018-10-15 16:08:25 +01:00 |
|
jules
|
302019dd43
|
Tidied up some comments and usage of File::createOutputStream() and createInputStream()
|
2018-10-04 11:29:55 +01:00 |
|
ed
|
6a3825f88f
|
Projucer: Fixed a potential crash when setting a global path from the command line
|
2018-09-25 09:55:45 -07:00 |
|
ed
|
856d7dc333
|
Projucer: Only scan module paths on command-line when re-saving projects using global paths
|
2018-09-10 14:56:45 +01:00 |
|
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
|
2018-09-06 17:10:20 +01:00 |
|
ed
|
c50b0c2660
|
Projucer: Allow a semicolon-separated list of multiple paths when setting defaultUserModulePath via the --set-global-search-path command line option
|
2018-09-05 17:31:47 +01:00 |
|
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
|
2018-08-23 15:53:08 +01:00 |
|
ed
|
f77c995b4d
|
Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning
|
2018-08-23 14:15:28 +01:00 |
|
jules
|
8c9315ab12
|
Fix for projucer's command-line option handling
|
2018-08-17 18:46:08 +01:00 |
|
jules
|
064656e2fb
|
Added classes ArgumentList and ConsoleApplcation which are helpers for writing console applications that parse and resolve command-line arguments
|
2018-08-17 15:20:44 +01:00 |
|
Tom Poole
|
235bbd46cf
|
Projucer: Code tidy up
|
2018-07-12 10:07:50 +01:00 |
|
Tom Poole
|
0b442c3036
|
Projucer: Added a check for unknown command line arguments
|
2018-07-03 12:07:02 +01:00 |
|
ed
|
11e790094e
|
Projucer: Fix a typo in the --set-global-search-path help text and allow quoted paths
|
2018-05-25 11:52:08 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
jules
|
8faeecec28
|
Fixed a bug in the Projucer where the --lf command line option wouldn't work
|
2018-04-16 12:27:09 +01:00 |
|
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
|
2018-04-03 12:58:12 +01:00 |
|
ed
|
ef2d1fa9fd
|
Projucer: Various fixes and improvements to PIPGenerator
|
2018-03-15 12:10:36 +00:00 |
|
ed
|
47af78fe0b
|
Projucer: Implement PIPGenerator
|
2018-03-15 12:10:35 +00:00 |
|
ed
|
58c02823c5
|
Projucer: Moved some methods into MiscUtilities
|
2018-03-12 15:16:26 +00:00 |
|
Tom Poole
|
5d2ffe1ffc
|
Fixed whitespace in Doxygen files
|
2018-02-19 16:26:47 +00:00 |
|
jules
|
3ec5c17bb1
|
Misc cleanups relating to ScopedPointer
|
2018-01-08 18:03:26 +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 |
|
Tom Poole
|
ea81467377
|
Fixed a Projucer string obfuscation bug
|
2017-11-29 09:18:02 +00:00 |
|
ed
|
198b5bf55a
|
Projucer: Added a set-global-search-path command line option
|
2017-11-06 16:42:48 +00:00 |
|
jules
|
2dc9316420
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
2017-11-01 17:41:06 +00:00 |
|
tpoole
|
eb8fecf816
|
Formatting improvements
|
2017-10-23 15:03:25 +01:00 |
|
hogliux
|
54029e776d
|
Projucer: Re-factored source code groups and general code clean-up
|
2017-09-29 14:55:01 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
jules
|
44cd80969d
|
A few C++11 modernisations and comment corrections
|
2017-03-28 12:31:51 +01:00 |
|
jules
|
4fa73d7bb6
|
Minor clean-ups in projucer translation code
|
2017-03-13 17:35:50 +00:00 |
|
Christopher Fonseka
|
405b589f3f
|
Fixed issue where return and newline characters were not being removed when using the —trans-finish command
|
2017-03-13 17:13:01 +00:00 |
|
hogliux
|
eb89d1ab31
|
Added a new command line argument to create a finished translation file
|
2017-03-10 10:54:09 +00:00 |
|
hogliux
|
bd217cf158
|
Added trans Projucer command line option to generate translation files from the command line
|
2017-03-06 09:29:30 +00:00 |
|
hogliux
|
c64dc65be2
|
Whitespace clean-up
|
2017-03-06 09:19:09 +00:00 |
|
hogliux
|
cc5e5bb43a
|
Made sure that whitespace clean-up tool can clean it's own code
|
2017-03-06 09:11:02 +00:00 |
|
tpoole
|
51adfb8afd
|
Enabled multiple arguments for the Projucer whitespace cleaning commands
|
2017-02-10 12:24:10 +00:00 |
|
jules
|
dffeeb9b61
|
Projucer: Added an --encode-binary command-line option
|
2017-01-26 12:39:44 +00:00 |
|
jules
|
8920e1b1d2
|
Resaved projects
|
2016-04-20 11:37:18 +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 |
|