5 Commits (b36b64a4822ec42c44682bc15c0f69b46d3812b5)

Author SHA1 Message Date
  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
  tpoole 9f31d6498a Use a bespoke VST2 interface 8 years ago
  hogliux c9aca28d00 Add pkg-config support for linux 8 years ago
  jules 025d04cbd1 Projucer: Added warning when trying to load projects with out-of-date build scripts 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 f618963530 Introjucer: Simplified VST include path generation. Resaved projects. 9 years ago
  jules 89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 9 years ago
  jules 810f2bfb2a Introjucer: Added Android Studio exporter 9 years ago
  jules f47e10375b Introjucer: fixed issue with non CR-LF in linker setting fields 9 years ago
  Timur Doumler 7ea0ab19fd Refactoring: moved getVST/AAX/RTASFolder() into Exporter so it can use a DependencyPathValueSource instead of the project setting. 9 years ago
  Timur Doumler c922162b03 Introjucer: added global preferences window and global SDK path settings. 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 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 95e94bc8dd Fixed a problem compiling introjucer on linux. 10 years ago
  Timur Doumler 898e3c3796 Introjucer: added Linux Code::Blocks project export. 10 years ago
  jules 31f0d5e239 Introjucer: added more options for optimisation levels on GCC/LLVM targets. 10 years ago
  jules bbc3a56b84 Introjucer: added module option flags for OSXLibs and iOSLibs 10 years ago
  jules 5ba9d83209 Implemented exporter creation in new project wizard 10 years ago
  jules 811258e72b Introjucer: made the iOS build spit out some .xcassets resources, to force it to launch correctly on iOS8 10 years ago
  jules eee868ae02 Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. 11 years ago
  jules d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 11 years ago
  jules 2c3d639d91 Introjucer: fix for RTAS path when exporting VC projects. 11 years ago
  jules 20fa1be6ed Introjucer: fix for finding modules on linux. 11 years ago
  jules a9aae9651b Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules. 11 years ago
  jules f196f88330 Introjucer: added a menu to choose which IDE to launch when there's more than one. 12 years ago
  jules ddc1524742 Updated headers in demo project files. 12 years ago
  jules f45a311d97 Introjucer: handling newlines in extra compiler flags setting. 12 years ago
  jules 5601c4d189 Introjucer: Added an exporter for Code::Blocks projects 12 years ago
  jules 22b98217d8 Introjucer: fix for android not using external libraries setting. 12 years ago
  jules 84e87f7391 Introjucer: tidied up optimisation level descriptions. 12 years ago
  jules 69a08e3fb2 Removed some superfluous semicolons. 12 years ago
  jules 234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 12 years ago
  jules 54eebff76d Introjucer: added custom external libraries to link. 12 years ago
  jules ab7c03a99e Introjucer: Added MSVC option for using DLL runtime lib. 12 years ago
  jules e8131455d5 Introjucer: added some comment fields to the config pages. 12 years ago
  jules b11527d751 Introjucer: launching a project now opens the first possible exporter in the list. 12 years ago
  jules e875ddc3a1 Introjucer: optimised some unnecessary project copying. 13 years ago
  jules 17e59cf95f Introjucer: made sure the new project wizard creates an exporter for the current OS. 13 years ago
  jules ead42bd39a Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item. 13 years ago
  jules 463d2b3289 Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs. 13 years ago
  jules 1089e3df86 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 13 years ago
  jules 5509a4f950 Introjucer: more AAX work. 13 years ago
  jules 54bdb48972 Introjucer: minor internal changes. 13 years ago
  jules ff3b616759 Introjucer: better icon generation. 13 years ago
  jules 4e1a9f6526 better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates. 13 years ago
  jules b69b7c7647 Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe. 13 years ago
  jules 1c55b28390 Introjucer: fix for MSVC post build events in RTAS. 13 years ago
  jules d3d391ae7f Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures. 13 years ago