6 Commits (4c59a920b43641b39cc5da06e234684bcc6f90d5)

Author SHA1 Message Date
  tpoole e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 8 years ago
  stefan 8f1d37a72e Fix addAllModulesInFolder to scan only 2 subfolder levels 8 years ago
  hogliux c9aca28d00 Add pkg-config support for linux 8 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
  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 3aa3ebff91 Introjucer: Added option to avoid overwriting changes to local module files 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules dab1a549b9 Introjucer: some internal refactoring. 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 63cb062d35 Initial commit of VST3 hosting. 11 years ago
  jules 5ffd878ebc Introjucer: made modules work better when the project doesn't contain any targets that will build on the current OS. 11 years ago
  jules 172f19f4a4 Introjucer: fix for module deletion bug, and some clean-ups. 11 years ago
  jules 14cb377f77 Introjucer: fix to paths when copying modules locally. 11 years ago
  jules 03e14b7851 Introjucer: fixed a bug when deleting modules; added a button to set copying mode for all modules. 11 years ago
  jules cb2e2aa607 Introjucer: added a "defines" parameter to the module manifest format, to allow it to set modules to set project-wide preprocessor defs. 11 years ago
  jules c6becf2532 Introjucer: stopped the modules panel from hammering the website. 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 3ab3c79589 Introjucer: avoided some MSVC warnings. 11 years ago
  jules 64391b7552 Introjucer: began refactoring some module-management code. 11 years ago
  jules fc79df875f Refactoring of some glypharrangement code. 12 years ago
  jules ddc1524742 Updated headers in demo project files. 12 years ago
  jules d47ac98318 Introjucer: checking for out-of-date introjucer binary. 12 years ago
  jules 4d61bfd8a3 Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro. 12 years ago
  jules db5c92f760 Introjucer: module error handling. 12 years ago
  jules e00bfdc1df A couple of minor introjucer changes. 12 years ago
  jules 40183ecd74 Introjucer: following aliases in modules folder. 12 years ago
  jules 514ed0f30d Introjucer: avoid unnecessary file deletions when saving. 12 years ago
  jules 54bdb48972 Introjucer: minor internal changes. 13 years ago
  jules a25bddb7ff Introjucer: fix for projects without an export target that can be launched on the current OS. 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 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
  jules 10a388a9e8 Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling. 13 years ago
  jules 5567e16566 Introjucer fix for plugin builds in MSVC. 13 years ago
  jules 8dd0a7e7f2 Fix for misaligned AIFF files. Introjucer fix for locally-copied files and MSVC optimisation. 13 years ago
  jules c7354b927e Introjucer updates to the new project wizard and module update system. 13 years ago
  Julian Storer 2d56bedab5 Introjucer update to provide downloading of new modules directly from the website. 13 years ago
  Julian Storer 8aa60b9361 Minor URL additions and introjucer work. 13 years ago
  Julian Storer 81da96f1a2 Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules. 13 years ago
  Julian Storer 693132a6e5 Changed the way module code is wrapped by the Introjucer. 13 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
  Julian Storer 0853a9b686 Removed const-ness from some return types to take advantage of future c++0x advantages. 14 years ago
  Julian Storer f04309f44a Added fake placeholder versions of the new c++0x 'noexcept' and 'nullptr' keywords, and altered the library classes to use these instead of 'throw()' and '0'. This shouldn't make any difference at all to existing code, but will enable better static checking with future c++0x compilers. 14 years ago
  Julian Storer 5d98779f19 Updated the date in the copyright notice. 14 years ago
  Julian Storer a5cf4030f5 New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 14 years ago
  Julian Storer 266494a1b9 Minor code clean-ups. 15 years ago
  Julian Storer 27506c2120 Copyright notice update. 15 years ago
  Julian Storer 7bc8db2ff4 Minor code style tweaks. 15 years ago