44 Commits (31f6f9993b91c0e83ea59bc1b96f514b2ed63e22)

Author SHA1 Message Date
  ed 5666d5b1b0 Projucer: Escape single quote marks in the function generated by the --obfuscated-string-code command-line tool 7 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 7 years ago
  ed da4c1eaf31 Projucer: Remove the option to specify multiple global user module paths which was causing issues on other OSes 7 years ago
  ed 9c7273e8aa Projucer: Made it possible to set the VST (legacy) global search path from the command line 7 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 7 years ago
  jules 768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 7 years ago
  jules 302019dd43 Tidied up some comments and usage of File::createOutputStream() and createInputStream() 7 years ago
  ed 6a3825f88f Projucer: Fixed a potential crash when setting a global path from the command line 7 years ago
  ed 856d7dc333 Projucer: Only scan module paths on command-line when re-saving projects using global paths 7 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 7 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 7 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 7 years ago
  ed f77c995b4d Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 7 years ago
  jules 8c9315ab12 Fix for projucer's command-line option handling 7 years ago
  jules 064656e2fb Added classes ArgumentList and ConsoleApplcation which are helpers for writing console applications that parse and resolve command-line arguments 7 years ago
  Tom Poole 235bbd46cf Projucer: Code tidy up 7 years ago
  Tom Poole 0b442c3036 Projucer: Added a check for unknown command line arguments 7 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 8 years ago
  ed 47af78fe0b Projucer: Implement PIPGenerator 8 years ago
  ed 58c02823c5 Projucer: Moved some methods into MiscUtilities 8 years ago
  Tom Poole 5d2ffe1ffc Fixed whitespace in Doxygen files 8 years ago
  jules 3ec5c17bb1 Misc cleanups relating to ScopedPointer 8 years ago
  ed b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 8 years ago
  Tom Poole ea81467377 Fixed a Projucer string obfuscation bug 8 years ago
  ed 198b5bf55a Projucer: Added a set-global-search-path command line option 8 years ago
  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) 8 years ago
  tpoole eb8fecf816 Formatting improvements 8 years ago
  hogliux 54029e776d Projucer: Re-factored source code groups and general code clean-up 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  jules 44cd80969d A few C++11 modernisations and comment corrections 9 years ago
  jules 4fa73d7bb6 Minor clean-ups in projucer translation code 9 years ago
  Christopher Fonseka 405b589f3f Fixed issue where return and newline characters were not being removed when using the —trans-finish command 9 years ago
  hogliux eb89d1ab31 Added a new command line argument to create a finished translation file 9 years ago
  hogliux bd217cf158 Added trans Projucer command line option to generate translation files from the command line 9 years ago
  hogliux c64dc65be2 Whitespace clean-up 9 years ago
  hogliux cc5e5bb43a Made sure that whitespace clean-up tool can clean it's own code 9 years ago
  tpoole 51adfb8afd Enabled multiple arguments for the Projucer whitespace cleaning commands 9 years ago
  jules dffeeb9b61 Projucer: Added an --encode-binary command-line option 9 years ago
  jules 8920e1b1d2 Resaved projects 9 years ago
  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. 9 years ago
  jules 5ba43d6125 Introjucer: added new command-line utility: --obfuscated-string-code 10 years ago
  jules 8e9ed0d0a9 Introjucer: more refactoring 10 years ago
  jules b3f4be1646 Introjucer: Slight improvement to --fix-broken-include-paths 10 years ago
  jules 35ee44df80 Added a new command-line option to the Introjucer: --fix-broken-include-paths, which will fix the relative #includes for all files within a folder. Very handy if you have a large project and are restructuring it by shuffling files around. 10 years ago
  Joshua Gerrard 67efb5852b Updated Introjucer to use appName rather than hard coding Introjucer 10 years ago
  jules 2cade63021 Introjucer: added a -tidy-divider-comment command-line option 10 years ago