ed
7d1918b385
macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword
3 years ago
Tom Poole
79fbde7099
Added preliminary support for FreeBSD
4 years ago
reuk
799c5ef51b
BasicNativeHeaders: Increment minimum required IE version on Windows
This ensures the function IUnknown_GetWindow is declared in shlwapi.h
when building against the Windows 7 SDK.
4 years ago
reuk
6e02c45d37
FileChooser: Fix build compatibility issue with MinGW
The recent IFileChooser update to the JUCE FileChooser meant that
Windows build machines must be running Vista or newer.
For compilers other than MinGW, we were already requiring that the build
machine must be running Windows 8 or newer.
4 years ago
Tom Poole
894e7d2bd2
Updated all license headers
5 years ago
Tom Poole
2d16374b14
Updated all license headers
5 years ago
ed
59a058fdc6
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
5 years ago
ed
5bda9de977
Windows: Fixed some build errors and warnings when using Clang in Visual Studio
5 years ago
ed
b857f965ce
Replaced select() calls with poll()
5 years ago
ed
bdeaeaf368
macOS: Fixed some deprecation warnings and silenced some others for the time being
5 years ago
hogliux
06d20b20c0
Files: Added support for creating and reading relative or special path symbolic link files
7 years ago
jules
7c847e7126
Added some BSD target support
7 years ago
hogliux
c63fd17568
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
8 years ago
hogliux
7031f595d2
Fixed an issue where thread names were not set on Android
8 years ago
hogliux
b5afccc37c
Updated file headers and the README with the JUCE 5 license
8 years ago
ed
e09c2b65a1
Added IPv6 support to the IPAddress class
8 years ago
hogliux
2da1bc5f41
Replace include guards with "#pragma once"
8 years ago
jules
e040353898
Cleaned up a few old bits of VC2005 support code
8 years ago
tpoole
2e84129479
Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license
8 years ago
tpoole
8e7ed3ae7d
Fixed MacOS 10.12 deprecations
8 years ago
hogliux
b5fb095696
Fixed a few VS2008 build errors
8 years ago
ed
7bd5c05216
Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open.
8 years ago
jules
a604c03bd2
Added a definition that's missing in some very obscure win32 setups
8 years ago
jules
08b853ee35
Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public
9 years ago
Timur Doumler
5ada47aa6f
Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling.
9 years ago
jules
18de8b36c1
Avoided defining alloca on MINGW if there's already a definition for it
9 years ago
jules
b2ddfe67a8
Fixes for mingw headers.
9 years ago
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
9 years ago
hogliux
c7b8e77031
Update copyright notice
9 years ago
jules
0e32a71644
Fix for MinGW builds.
11 years ago
jules
5a1112ab94
Updated the format of the header include guard macros.
12 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
3a9cad8f2c
Enabled some code that was disabled for mingw, but which will work with the latest version.
12 years ago
jules
976be45c2a
Minor updates for mingw compatibility.
12 years ago
jules
2cf53557f6
Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this.
13 years ago
jules
584c444ffd
Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class.
13 years ago
jules
bb2d7683e5
Linux VST header fix.
13 years ago
jules
83b35eba25
Minor tweaks to help support mingw, and to avoid namespace issues with assertions.
13 years ago
jules
5435bfcb26
win32 revealToUser improvement. TextEditor fix. Supprt for cut/copy/paste shortcuts when OSX file browsers are visible. iOS embedded window positioning fix.
13 years ago
Julian Storer
4fcd1e3384
New class: ChildProcess. Fixed android build problems with paths.
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