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 |
jules
|
7c6f3d40b6
|
Tidied up some method calls involving HeapBlock
|
7 years ago |
jules
|
637367959c
|
Whitespace
|
7 years ago |
tpoole
|
9b687968db
|
Fixed some g++ compiler warnings
|
7 years ago |
hogliux
|
a2a0a2cae6
|
Fixed compiler errors when compiling with GNU libstdc++
|
7 years ago |
tpoole
|
9600016294
|
Fixed some undefined (or implementation defined) behavior
|
7 years ago |
hogliux
|
8e7a2072eb
|
Wav format reader: fixed an issue where JUCE would assert when reading wave files with a large number of channels
|
7 years ago |
hogliux
|
0fd1a69525
|
AU/Auv3: Added workaround for compiler issue when initialising CoreAudio's AudioChannelLayout structure using braces
|
7 years ago |
hogliux
|
c02ef79fd6
|
Bump version number to 5.1.1
|
7 years ago |
tpoole
|
7c4a23bac7
|
Documentation fixes
|
7 years ago |
hogliux
|
74fcce88ba
|
Wav file format: Added legacy RIFF chunk tags to remain compatible with older wav files
|
7 years ago |
hogliux
|
fb310f7876
|
WaveAudioFormatWriter: Don't add an extended format chunk if the wav file only has one or two channels
|
7 years ago |
hogliux
|
0cf21a4b72
|
WavAudioFormatWriter: Fixed an issue where wav files with large channel counts could no longer be created
|
7 years ago |
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
7 years ago |
hogliux
|
7ca5ad001e
|
Added multichannel file io readers and writers
|
7 years ago |
ed
|
6bfcd820b4
|
Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories.
|
8 years ago |
tpoole
|
98cb1011bb
|
JUCE Demo: Increased the compiler warning level
|
8 years ago |
tpoole
|
680a0d671c
|
Fixed a build warning on older gcc versions
|
8 years ago |
tpoole
|
10b7aa3c16
|
MinGW: Fixed some build warnings
|
8 years ago |
jules
|
74c96208fe
|
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
|
8 years ago |
jules
|
57120b39c0
|
Tweaked some whitespace to avoid false-alarm warnings in GCC
|
8 years ago |
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
8 years ago |
hogliux
|
8413614744
|
Bump version number to 5.0.1
|
8 years ago |
ed
|
fa0b097652
|
Fixed some Projucer live-build errors on Windows and added an option to set the Windows target platform
|
8 years ago |
jules
|
025513c5d3
|
Made MemoryMappedAudioFormatReader::mapSectionOfFile() virtual
|
8 years ago |
hogliux
|
9d81c5066a
|
Bump version number to 5.0.0
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
jules
|
e0698daaca
|
Tidied up a couple of comments, warnings and did a bit of code modernisation
|
8 years ago |
jules
|
5b39a8f607
|
Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17
|
8 years ago |
tpoole
|
122f0b0c47
|
Fixed wav file reader unit tests
|
8 years ago |
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
8 years ago |
hogliux
|
23b6450e62
|
Fixed a typo in recent commit to address an armeabi internal compiler bug
|
8 years ago |
hogliux
|
80a226204a
|
Added workarounds for an internal compiler error bug on armeabi Android
|
8 years ago |
jules
|
e16554abb3
|
Added packing when WaveAudioFormat writes SMPL chunks with zero loops
|
8 years ago |
tpoole
|
1e2f6fec5c
|
Restored module header #defines
|
8 years ago |
hogliux
|
6559b3e185
|
Fixed multiple harmless warnings in Android builds
|
8 years ago |
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
8 years ago |
hogliux
|
e0aff606a8
|
Bump version number to 4.3.1
|
8 years ago |
ed
|
e75128a878
|
Added a second createMemoryMappedReader method to AudioFormat and its derived classes that creates a MemoryMappedAudioFormatReader from a FileInputStream
|
8 years ago |
hogliux
|
61fd2a339d
|
Fixed a MSVC 2015 warning in mp3 audio decoder
|
8 years ago |
hogliux
|
363ceb08cf
|
Bump version number to 4.3.0
|
8 years ago |
hogliux
|
1fcae3675c
|
Changed flac writer to respect the current stream position when writing the flac header
|
8 years ago |
jules
|
14957e7c99
|
Avoided some FLAC debug output being printed if your app defines the DEBUG macro
|
8 years ago |
hogliux
|
4eb89336f9
|
Bump version number to 4.2.4
|
8 years ago |
tpoole
|
c23e95d4b6
|
Defined HAVE_LROUND for non-MSVC compilers when building FLAC libs
|
8 years ago |
hogliux
|
630ab88f8b
|
Version number update
|
9 years ago |
jules
|
ec40f0940c
|
Updated version numbers in modules, and resaved example projects
|
9 years ago |
hogliux
|
cf39ad4b02
|
Fix multiple compile errors on older gcc versions
|
9 years ago |
jules
|
f5324afd8b
|
Added some defenses against parsing corrupted metadata blocks in WAV files
|
9 years ago |
jules
|
51889049c4
|
Avoided a conversion warning
|
9 years ago |