202 Commits (4b96ffbf6f49518df1eceeb1d70b26088897380e)

Author SHA1 Message Date
  hogliux e14895e5bd Added macOS version 12 to SystemStats 8 years ago
  hogliux 4eb89336f9 Bump version number to 4.2.4 8 years ago
  jules 8f7d9f7522 Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX 9 years ago
  hogliux 630ab88f8b Version number update 9 years ago
  hogliux cf39ad4b02 Fix multiple compile errors on older gcc versions 9 years ago
  Timur Doumler fe3765308c Fixed JUCE_BUILDNUMBER which was not correctly updated to 4.2.2. 9 years ago
  jules 0b3a11ee07 Updated version number to 4.2.1 9 years ago
  jules 9678eef688 Stripped out some defunct VS2003 code 9 years ago
  hogliux f6efbedee7 Remove default symbol visibility for JUCE shared code 9 years ago
  jules 4c0bc70411 Deleted some defunct Mac PowerPC code 9 years ago
  jules 1182aecf00 Improved a comment 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 2ecbe54c45 Added an include of <memory> for the android build 9 years ago
  jules 60e072f3c4 Added a new class: StatisticsAccumulator 9 years ago
  jules 876b4ae1d3 Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags 9 years ago
  Timur Doumler 5ada47aa6f Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling. 9 years ago
  hogliux e6b4dcb6a2 Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo 9 years ago
  jules 9241028eda Added a flag JUCE_DISABLE_ASSERTIONS to allow assertions to be disabled even in a debug build 9 years ago
  jules 923e8fabdb Removed some unnecessary includes of AppConfig.h 9 years ago
  jules 86a745dc35 Deduplicated some native code and stopped the OSX juce_isRunningUnderDebugger function from caching its result. 9 years ago
  jules 8c5f433691 Standardised the names of some old macros in PlatformDefs.h 9 years ago
  jules 2a1234b6ac Simplified some inter-module dependencies and exception-catching fallbacks 9 years ago
  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. 10 years ago
  jules 9080a51367 Added an #undef to work around a macro in the FLTK headers 10 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