180 Commits (a99d78318bbeaa11da97f11e67b2c254c1f978b0)

Author SHA1 Message Date
  jules 19d0c71050 Version number update 9 years ago
  jules 428c8a79a5 Version number update 9 years ago
  jules 51165c0f6b Added enum SystemStats::MacOSX_10_11 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 31381c6864 Stripped out some defunct OSX 10.4 fallback code 9 years ago
  jules 064e45bc85 Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects 9 years ago
  jules c35ed85677 Version number update 9 years ago
  jules 4e4f8767fe Fix for use of static_assert on C++11 compilers 9 years ago
  jules 89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 9 years ago
  jules 02041328dc Misc minor fix-ups 9 years ago
  jules 12447ba38f Version 4.0.1 9 years ago
  jules c74d3cc12a Workaround for problems with Xcode 7 SDK headers. 9 years ago
  jules 4bb13a0d7e Removed trailing semicolons from JUCE_COMPILER_WARNING macros 9 years ago
  jules 9c13257da2 Added flag JUCE_EXCEPTIONS_DISABLED to detect compiling with exceptions turned off, and removed internal exception use from a few places in the codebase. 9 years ago
  jules b2ddfe67a8 Fixes for mingw headers. 9 years ago
  jules 9080a51367 Added an #undef to work around a macro in the FLTK headers 9 years ago
  jules 861d3d9710 Version 3.2.0 10 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  hogliux 0e7729590f Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. 10 years ago
  jules 8c64ab5391 Reverted a mistake in a win32 file chooser function. 10 years ago
  jules e19abddeb1 Spelling correction 10 years ago
  jules c42428d067 Made JUCE_DELETED_FUNCTION available on VC2013 10 years ago
  jules 7e51e64422 Added detection for SSSE3 and AVX instructions to the SystemStats class. 10 years ago
  jules 19b2beec63 Added OperatingSystemType::MacOSX for checking whether any version of OSX is running, and also Windows 10 detection. 10 years ago
  jules 3ced35439c Added compiler support detection for variadic templates 10 years ago
  jules f72d65ce84 Moved around some includes to make sure definitions are in place for compiler feature detection. 10 years ago
  jules d14267981a Better detection of some c++11 support. 10 years ago
  jules aa1cbafd10 Fix for targeting older versions of OSX that don't support initializer_list 10 years ago
  jules 8c66a5e767 Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists. 10 years ago
  jules d30b22e459 Updated a system header name for Android. 10 years ago
  jules 91b5d77477 Version number update 10 years ago
  jules 0d989638cc Version 3.1.0 10 years ago
  jules 40fe2186d2 Added a 10.10 entry in the SystemStats OS version list. 10 years ago
  jules dd678f7e82 Added some VC14 feature support, and moved C++11 detection into its own header file. 10 years ago
  jules c3694572ae Added a workaround for an MSVC warning. 10 years ago
  jules 80e7a36691 Modified the DBG and jassert macros to force users to follow them with a semi-colon. This can avoid some nasty and subtle mistakes when the macros are elided in a release build. 10 years ago
  jules b9dc8f8ea9 Avoided enabling lambdas on builds for older versions of iOS. 10 years ago
  jules b0cbaea4f5 Updated lambda compatibility on OSX to only be enabled on 10.9 and above (sigh..) 10 years ago
  jules d0cbe7a642 Tweaked the JUCE_COMPILER_SUPPORTS_LAMBDAS flag to avoid backwards-compatibility problems with OSX 10.5 10 years ago
  jules 89854c55b9 Added flag JUCE_COMPILER_SUPPORTS_LAMBDAS 10 years ago
  jules fbc5c76544 Added missing header that was needed for MSVC. 10 years ago
  jules acdb9eb653 Added a test to set up the JUCE_64BIT flag if __arm64__ is set. 10 years ago
  jules a9ab93128c doxygen formatting workaround. 10 years ago
  jules f1f51f261a Added the JUCE_COMPILER_WARNING macro, which is a handy cross-compiler way to generate custom warning messages in your code. 10 years ago
  jules f376a82a56 Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS 10 years ago
  jules 99e8445b96 Version number update 10 years ago
  jules d2e1c7f679 Version number update 11 years ago
  jules 71eafe439c Split the SystemStats::Windows8 enum into 8.0 and 8.1 values. 11 years ago
  jules f8e9a13f1d Version number update 11 years ago
  jules 4721d75cc1 Clarified documentation for SystemStats::getDisplayLanguage(), to make clear that it may return a multi-part region name. Updated the win32 implementation of this method to include the region code. 11 years ago