hogliux
4fa0516f40
Revised multibus API and added support for multibus hosting
8 years ago
hogliux
ebf19aa61a
Re-save all projects
8 years ago
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
stefan
8ec9443543
Projucer various fixes
* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces
8 years ago
hogliux
d73f776370
Fixed a bug where FlexBox would still be compiled on older versions of VS
8 years ago
jules
a9d843414a
Resaved all projects
8 years ago
luigisambuy
6547452fd3
Fixed a leak of bubbleMessage object in juce demo
8 years ago
jules
8994f37dd0
Added some FlexBox layout classes, and a demo page for this in the big juce demo app
8 years ago
hogliux
c9aca28d00
Add pkg-config support for linux
9 years ago
hogliux
630ab88f8b
Version number update
9 years ago
jules
e4592d132f
Projucer: tweak to the way GCC -D flags are generated
9 years ago
jules
8a9fbc38f9
Resaved some project files
9 years ago
hogliux
3ddd2db037
Allow access to all URLs in the JUCE Demo
9 years ago
jules
74554a206c
Improved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms
9 years ago
hogliux
cf39ad4b02
Fix multiple compile errors on older gcc versions
9 years ago
Timur Doumler
d6ed722d76
Updated Android Studio build settings in projects.
9 years ago
Timur Doumler
908e1e93b9
Android Studio exporter: changed default toolchain back to clang (works again after Android Studio issue 207585 has been fixed in gradle-experimental wrapper version 0.7.0-rc1, and is the toolchain recommended by Google).
9 years ago
jules
6fc08dd1cd
Added a workaround for Android GL glitches when pausing the app
9 years ago
jules
0b3a11ee07
Updated version number to 4.2.1
9 years ago
Timur Doumler
60478175d6
Android Studio exporter: changed default toolchain to gcc, as clang/libc++ seems to be broken with Android Studio 2.1 Beta 3 (at least on OS X and Windows).
9 years ago
jules
8920e1b1d2
Resaved projects
9 years ago
jules
325aeb1fc8
Resaved projects
9 years ago
Timur Doumler
8462849955
Re-saved projects.
9 years ago
Timur Doumler
f5c19ef612
Fixed Android build settings of all .jucer files to use new default values instead of hard-coded old values (gradle version etc.)
9 years ago
jules
f74338aab6
Resaved projects
9 years ago
jules
8343f3468c
Found a few missing 'override' specifiers
9 years ago
jules
e9edeccc20
Resaved projects
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
ed067801eb
Tidied up some demo code
9 years ago
Timur Doumler
942d269edb
JuceDemo: removed an unnecessary capture-by-reference from a lambda.
9 years ago
Timur Doumler
497f286b53
Added new helper function MidiMessage::getDescription(), replacing some code that was previously in the Juce Demo.
9 years ago
jules
7c1d3e3074
Fixed a URL in the demo app
9 years ago
jules
dea899741d
Resaved example projects
9 years ago
Timur Doumler
1762cdc9c9
Added runtime permissions request to JUCE Demo (recording tab) and MidiTest example app, added matching permissions to manifest, removed ant exporter, and re-saved both projects.
9 years ago
jules
d788e10eb4
Resaved projects
9 years ago
jules
60e072f3c4
Added a new class: StatisticsAccumulator
9 years ago
jules
e1ba584203
Whitespace
9 years ago
jules
6957a9e3a4
Fix to video demo
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
hogliux
fa1ad90386
Fix black teapot issue
9 years ago
Timur Doumler
783d892359
JuceDemo: Reverted local path that accidentally ended up in Builds/Android/local.properties.
9 years ago
hogliux
0874d5d7e6
Re-save JUCE demo after changing Java files
9 years ago
Timur Doumler
f72bd28ea5
JuceDemo: fixed wrong Android app activity classname in Android Studio exporter.
9 years ago
Timur Doumler
f1373fcfa6
Re-saved JuceDemo project due to changes in Android exporter.
9 years ago
jules
47ab7aa885
Added a new example project: Networked graphics demo.
9 years ago
hogliux
e6b4dcb6a2
Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo
9 years ago
jules
a6afb208c6
Android: removed the action bar
9 years ago
Timur Doumler
668d9c5f69
JuceDemo: set Android API level to 23 jucer project so it compiles out of the box with Android Studio.
9 years ago
jules
9d7571fdc2
Resaved all example projects
9 years ago
jules
8a9322456f
Replaced the now-deprecated iOS audio code with a new AVSession-based version.
9 years ago