1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core
hogliux 8c242b7547 Fix warnings on linux
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
2015-05-05 10:57:50 +01:00
..
containers Added a method ReferenceCountedArray::clearQuick() 2015-04-20 11:10:22 +01:00
files Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
javascript Added support to the Javascript parser for invoking custom methods via DynamicObject::invokeMethod 2015-04-27 11:14:05 +01:00
logging Added a public method FileLogger::trimFileSize() 2014-11-28 10:40:08 +00:00
maths Add ignoreUnused utility function as a tool to avoid unused variables warning 2015-04-10 11:12:50 +01:00
memory Minor clean-ups. 2015-04-27 12:18:22 +01:00
misc Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 2014-03-31 10:43:13 +01:00
native Fix warnings on linux 2015-05-05 10:57:50 +01:00
network Fix warnings on Mac and Linux 2015-04-29 15:21:29 +01:00
streams Optimisation to XML parsing of documents that contain large text sections. 2015-01-10 11:40:09 +00:00
system Added detection for SSSE3 and AVX instructions to the SystemStats class. 2015-04-27 15:43:50 +01:00
text Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
threads Minor documentation cleanups. 2015-03-07 17:45:45 +00:00
time Workarounds for build problems with mingw in C++11 mode. 2014-12-23 15:34:32 +00:00
unit_tests Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 2013-09-11 10:29:48 +01:00
xml Minor documentation fix. 2015-03-12 09:42:26 +00:00
zip Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
juce_core.cpp Add JUCE_STANDALONE_APPLICATION pre-processor macro 2015-04-20 15:49:43 +01:00
juce_core.h Tweaked a few MSVC warning suppressants. 2015-01-06 09:49:26 +00:00
juce_core.mm Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_module_info Version number update 2014-12-16 17:21:34 +00:00