30 Commits (bf0881bfb2a0f3a6b64fcbd27af3dcfcb4197184)

Author SHA1 Message Date
  jules d4a7afa73f Replaced some old juce-style sort operations with std::sort and lambdas 7 years ago
  jules 2ee168ad46 Deprecated File::separator and File::separatorString, replacing them by static getter functions, so that File methods can be safely used in static constructors without order-of-initialisation problems 7 years ago
  tpoole e85d3aaf1f Renamed XCode to Xcode in multiple places 7 years ago
  hogliux 54029e776d Projucer: Re-factored source code groups and general code clean-up 7 years ago
  ed b9ea65b0c1 Projucer: Fixed a couple of potential race conditions when saving a project 7 years ago
  ed 41d571800a Projucer: Added juce_dsp to the list of JUCE module IDs 7 years ago
  ed df06909979 Projucer: Added juce_dsp to the list of JUCE module IDs 7 years ago
  ed 2e81e8a0dc Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 8 years ago
  ed 18c0e37f43 Projucer: Always initially disable "Use global path" when adding a module from a specified folder 8 years ago
  ed 2540725b6a Projucer: Fixed a bug where modules added from the global user module path weren't being added to generated projects correctly 8 years ago
  tpoole 4965cdf030 Android: Added support for static libraries in modules 8 years ago
  ed 26596fbfad Projucer: Added default module search paths to the Projucer 8 years ago
  hogliux 14d7675c48 Projucer: Source code files for browsing are now added to the individual VS projects instead of the VS solution 8 years ago
  hogliux c4cf336a56 Projucer: Only attempt building the standalone target of audio plug-ins when building inside the live build engine 8 years ago
  jules 1820b41e77 Made the proxy module include files start with "include_" to distinguish them from the files they're including 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux 750ab85fe9 Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model. 8 years ago
  tpoole 0b2257c53d Added Rez files to JuceLibraryCode so that they are compiled when not browsable 8 years ago
  jules 44cd80969d A few C++11 modernisations and comment corrections 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  tpoole c563d840da Fixed a bug when looking for a module header in an invalid module 8 years ago
  hogliux 0117aace01 Added support for multi-target exporters and standalone plug-in format 8 years ago
  stefan 8f1d37a72e Fix addAllModulesInFolder to scan only 2 subfolder levels 8 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
  hogliux c9aca28d00 Add pkg-config support for linux 9 years ago
  hogliux 993a2e4fef Do not allow specifying the JUCE folder as a modules folder 9 years ago
  hogliux 7196e57f4d Don't try to build VST/VST3 hosting code on iOS and add missing header 9 years ago
  jules b6e88694d1 Projucer: Fixed module dependency checker 9 years ago
  jules fad8d0526e Projucer: improved the set of browsable files that are added to target projects for each module 9 years ago
  jules e1098c834a Projucer: Fixed failure to scan deep file hierarchies when building browsable files 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 8e9ed0d0a9 Introjucer: more refactoring 9 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 9 years ago
  jules 3aa3ebff91 Introjucer: Added option to avoid overwriting changes to local module files 9 years ago
  jules 9ff92b8002 Introjucer: tweaked whitespace in generated headers to not have an extra trailing line, and resaved all projects using it 9 years ago
  jules f8c90cebe4 Introjucer: Improved error messages when module paths are invalid 9 years ago
  jules 7c96b6e999 Updated various project files. 9 years ago
  jules 3cad25f231 Introjucer: Fix for some Windows paths in the JuceHeader.h file 9 years ago
  jules 4c6be5671e Introjucer: if groups are sorted, then adding new files retains the sort order. 9 years ago
  jules e12b3ed774 Fixed an old but harmess typo in the introjucer that was using slightly odd names in the project file. 10 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  jules dab1a549b9 Introjucer: some internal refactoring. 10 years ago
  jules 43ce64a099 Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. 10 years ago
  jules 1952ed195e Whitespace 10 years ago
  Timur Doumler 898e3c3796 Introjucer: added Linux Code::Blocks project export. 10 years ago
  jules bbc3a56b84 Introjucer: added module option flags for OSXLibs and iOSLibs 10 years ago
  jules 4b28a4bb23 more auto-update work 10 years ago
  jules 9191455677 Introjucer: avoided adding unnecessary .r files in plugin builds that don't target RTAS or AU. 10 years ago
  jules 3b88555140 Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this. 11 years ago
  jules 9342cdcc5b Introjucer: fix for MSVC builds creating duplicate files in some situations 11 years ago