1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
JUCE/modules/juce_core
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
2016-09-15 17:13:41 +02:00
..
containers Added a standard iterator to NamedValueSet 2016-09-14 09:26:48 +01:00
files Projucer various fixes 2016-09-15 17:13:41 +02:00
javascript Added support for accessing the properties of a javascript object via the subscript operator 2016-09-08 10:49:31 +01:00
logging Update copyright notice 2015-07-22 15:59:34 +01:00
maths Fixed incorrect comparison in right shift operator of BigInteger 2016-09-09 14:49:10 +01:00
memory Fixed a potential leak in ScopedPointer 2016-08-30 16:30:50 +01:00
misc 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. 2016-04-06 18:31:24 +01:00
native Projucer various fixes 2016-09-15 17:13:41 +02:00
network Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 2016-08-03 09:43:07 +01:00
streams Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
system Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX 2016-08-11 09:26:56 +01:00
text Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not. 2016-06-08 20:42:19 +01:00
threads Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 2016-08-03 09:43:07 +01:00
time 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. 2016-04-06 18:31:24 +01:00
unit_tests Whitespace. 2016-06-02 15:23:43 +01:00
xml Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 2016-08-03 09:43:07 +01:00
zip Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 2016-08-03 09:43:07 +01:00
juce_core.cpp Add some minor changes to stay compatible with GCC 4.4 2016-05-05 16:35:38 +01:00
juce_core.h Add pkg-config support for linux 2016-07-07 10:37:58 +01:00
juce_core.mm Update copyright notice 2015-07-22 15:59:34 +01:00