45 Commits (bb724761f22a2b51a17205c07ed2343e56e67298)

Author SHA1 Message Date
  reuk 31a7c62baf
Windows: Fix and suppress some analysis warnings 4 years ago
  Tom Poole ee76137441 Fixed some compiler warnings 4 years ago
  jules a9b5fe3a39 Tweaks for emscripten support 4 years ago
  ed 009d685179 Updated all license headers 4 years ago
  ed d9093c87d6 Removed some cross-module relative includes 5 years ago
  ed b57509c4a2 Removed some cross-module relative includes 5 years ago
  reuk 51e8450026
Zlib: Make declarations match when including zlib code 5 years ago
  reuk e13901d912 ClangCl: Silence code which warns when building on Windows with Clang 5 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  reuk 5f348c3040 Warnings: Add warning-wrangling header 5 years ago
  reuk 327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 5 years ago
  ed 59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 5 years ago
  Tom Poole 0e00e83944 Removed some `extern "C"` declarations from libpng 5 years ago
  Tom Poole 1c9cea431d PNG: Switched to inline libpng linkage to prevent symbol collisions 5 years ago
  Tom Poole 7e52198ee1 Updated the internal PNG library 5 years ago
  Tom Poole 16dd26649a Fixed some GCC compiler warnings and removed deprecated functions 6 years ago
  jules 6fda0bffca Fixed some stray zeros that were still being passed as null pointers 6 years ago
  jules 369d59f656 Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 7 years ago
  jules eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
  tpoole a05362d46b Projucer: Xcode exporter: Updated to support Xcode 9 7 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  jules b90077c85f Cleaned up some warnings in the PNG code 8 years ago
  hogliux 27c353ca3f Fixed an issue when compiling with newer external png libraries 8 years ago
  jules 99ebba4e4c Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check" 9 years ago
  hogliux c17c4ec43b Fix Android build errors in libpng and libflac 9 years ago
  jules 5cef7c8e79 Reworked the PNG loader 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
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules 6f6d0d201d Avoided a couple of obscure gcc warnings 10 years ago
  jules fc772941d6 Fixed some pedantic warnings. 11 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules bf3cb2e29b Avoided some strict compiler warnings. 12 years ago
  jules 536bfddef4 Made PNG loader ignore warnings. 12 years ago
  jules 9ba2079603 update of libpng to 1.6.1 12 years ago
  jules 6b6c4a3eab Minor clean-ups. 12 years ago
  jules a54d8f8098 Minor clean-ups. 12 years ago
  jules bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 12 years ago
  jules dbaa9b9cc1 Prevented zlib headers messing-up use of the fdopen() function. 12 years ago
  jules 6b1654e1d2 Fixed some more warnings. 12 years ago
  jules 6b679bb46b New methods in ImageFileFormat for checking file extensions. 12 years ago
  jules d4deecb2f2 Cleaned up a few warnings generated by clang -Wall. 13 years ago
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules 87d3acf19f Message leak fix. Android repaint fix. Minor clean-ups. 13 years ago
  jules 295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 13 years ago
  Julian Storer 24d40bdbb0 A few minor tweaks to ZipFile. Handling for aliased folders in OSX file chooser. 13 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
  Julian Storer a07b719501 More structural reorganisation. 14 years ago
  Julian Storer 67e22bbb56 Added selection to treeview persistent state. Minor optimisations to AudioThumbnail. Added FTP password support for win32 networking. Cleaned up some file dependencies and altered some return value types to allow better c++0x forwarding behaviour. 14 years ago
  Julian Storer 5d98779f19 Updated the date in the copyright notice. 14 years ago