52 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  tpoole f4046909ab Added an OS X 10.5 compatible std::function replacement 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  ed e09c2b65a1 Added IPv6 support to the IPAddress class 8 years ago
  tpoole 2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 8 years ago
  tpoole d438fa59e8 Fixed issues with AudioProcessorValueTreeState parameter synchronization 8 years ago
  hogliux 3b630f3281 Added new WebInputStream class for more fine-grained control on retrieving URLs 8 years ago
  hogliux 6b6dedbfd1 Add some minor changes to stay compatible with GCC 4.4 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
  Timur Doumler 9ea874428c Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above). 9 years ago
  hogliux 644a34da84 Fix linux compile error in setting file limit 9 years ago
  jules 08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 9 years ago
  jules 923e8fabdb Removed some unnecessary includes of AppConfig.h 9 years ago
  jules c95253fad0 Cleaned out some old amalgamated build references. 9 years ago
  jules 99ebba4e4c Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check" 9 years ago
  jules 4907ad4156 Added some cunning sentinel classes to make sure that if you accidentally mix up debug/release compile units, you'll get a link error rather than memory corruption bugs. 9 years ago
  jules b57e8e3db4 Added Base64 class 9 years ago
  Timur Doumler dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  hogliux c2c0795aea Add https/SSL support for Linux (via libcurl) 9 years ago
  hogliux 123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro 10 years ago
  jules 7d4273f9d4 A couple of small changes that seem to be needed for some Android builds. 10 years ago
  jules 574241650e Improved MAC address detection on linux. 10 years ago
  jules ba2fff9c63 Avoided some win32 warnings. 10 years ago
  jules 4889822eaf Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page. 11 years ago
  jules 21d4a82002 Added ChildProcess::getExitCode() 11 years ago
  jules 5cabff2ac2 Moved FileFilter and WildcardFileFilter into the juce_core module. 11 years ago
  jules 6c5c461d73 New class: JavascriptEngine! 11 years ago
  jules b11a88bc01 Moved some duplicated linux/android code into a shared file. Added a method File::isLink() 11 years ago
  jules 1a2aff80a7 Moved some JSON formatting logic into DynamicObject::writeAsJSON 11 years ago
  jules 5051b2ffcc Optimised some number streaming functions. 11 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules 31747486ff New class: IPAddress. 12 years ago
  jules 2451b3762c Some mingw compatibility tweaks. 12 years ago
  jules a432669a0b New debugging functions: SystemStats::getStackBacktrace() and setApplicationCrashHandler(). 12 years ago
  jules 359be4dc0c New class: HighResolutionTimer 12 years ago
  jules 9caac6d44e New class: TextDiff 12 years ago
  jules ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 13 years ago
  jules 44ac462768 New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 13 years ago
  jules 562282c06d Changed some String methods to avoid using locale-specific characters in decimal conversions, and to stick to a dot in all cases. 13 years ago
  jules 3a7989ad7c Android: added OpenSLES audio device type. 13 years ago
  jules 83b35eba25 Minor tweaks to help support mingw, and to avoid namespace issues with assertions. 13 years ago
  jules a6c9992957 Updated some module usage warning code. 13 years ago
  jules 582d554d20 Reordered includes to make amalgamtion easier. 13 years ago
  jules d2a4173ab4 Android: better logging, more GL work. 13 years ago
  jules 5308aef329 Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer. 13 years ago
  jules 295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 13 years ago
  jules 6b07bfb51b Finally turned off the T wide-char string macro by default. If you've used it in your code, I'd recommend just skimming through and simply removing it. Any ascii strings will work fine without it; any strings containing extended chars are NOT PORTABLE and shouldn't be embedded anyway, but will work just as well if you replace the T with an 'L' prefix (much better to re-encode them as escaped UTF-8 though). If you really must keep using the macro, you can set the JUCE_DEFINE_T_MACRO flag to 1, and it will still be available as before. 13 years ago
  Julian Storer 4fcd1e3384 New class: ChildProcess. Fixed android build problems with paths. 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