hogliux
bf582f6c5b
Fix errors and warnings on mingw-w64
8 years ago
hogliux
d4933111db
Only reopen stdout, stderr, stdin if they haven't already been opened by a redirect
And fix a warning along the way
9 years ago
hogliux
c9aca28d00
Add pkg-config support for linux
9 years ago
hogliux
630ab88f8b
Version number update
9 years ago
hogliux
5e0d3fdcbe
Add possibility for an InterprocessConnectionServer to bind to a certain network address
9 years ago
jules
ec40f0940c
Updated version numbers in modules, and resaved example projects
9 years ago
Timur Doumler
4c900be00a
Added some init code to enable stdout, stderr, stdin in the special case that we run an non-console Windows app inside a Windows console such as cmd.exe or PowerShell.
9 years ago
jules
0b3a11ee07
Updated version number to 4.2.1
9 years ago
jules
c34f13a02d
Fixed a linkage problem in some release plugin builds
9 years ago
Timur Doumler
70949aa0c6
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.
9 years ago
jules
46dc76f993
Improved a comment
9 years ago
jules
6d710f3194
Added a null pointer check in linux message dispatching
9 years ago
jules
328652c3ad
Added some workarounds in the OSX windowing code to help keep window resizing smooth when components are repainting at high speeds (only seems to be an issue since OSX 10.11)
9 years ago
jules
b5907fa90d
Normalised some divider comments
9 years ago
jules
15d746cf6e
Added a safety mechanism for pathological cases where user code that repeatedly blocks in a timer callback could get the event loop stuck
9 years ago
jules
c2bd54aefc
Added some assertions to catch event-based objects being used before the message manager has been initialised
9 years ago
jules
11b652e35a
Refactored win32 broadcast message handling to avoid clashes with MS Word
9 years ago
jules
08b853ee35
Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public
9 years ago
jules
a8ca80a49d
Fixed a typo in some exception-logging code
9 years ago
jules
923e8fabdb
Removed some unnecessary includes of AppConfig.h
9 years ago
jules
c95253fad0
Cleaned out some old amalgamated build references.
9 years ago
jules
4583fa3fbf
Used the ignoreUnused() function to tidy up some old code
9 years ago
jules
2a1234b6ac
Simplified some inter-module dependencies and exception-catching fallbacks
9 years ago
jules
19d0c71050
Version number update
9 years ago
jules
82b0a3628b
Added some comments regarding MessageManagerLocks
9 years ago
jules
02492b36b9
Lots of small whitespace tweaks.
9 years ago
jules
428c8a79a5
Version number update
9 years ago
jules
afaaf00202
Moved ListenerList from the juce_events module into juce_core
9 years ago
jules
31381c6864
Stripped out some defunct OSX 10.4 fallback code
9 years ago
jules
781bef41ab
Added some defences in win32 against null LPARAM arguments
9 years ago
jules
c35ed85677
Version number update
9 years ago
jules
89ba69ab29
Android Bluetooth MIDI, pro-audio i/o and improved openGL support
9 years ago
jules
12447ba38f
Version 4.0.1
9 years ago
jules
4b4d21682e
More refactoring of Timer internals to reduce thread wake-up frequency
9 years ago
jules
0506bc6100
Tweaked Timer and TimeSliceThread to reduce the frequency of their calls to wait()
9 years ago
Joshua Gerrard
f0bb1ca635
Allowed the use of stream flags in launchSlaveProcess
9 years ago
jules
962e364010
Avoided some mingw errors and warnings.
9 years ago
jules
8883b1f9c1
Added a "mustNotExist" argument to NamedPipe creation
9 years ago
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
10 years ago
jules
861d3d9710
Version 3.2.0
10 years ago
hogliux
c7b8e77031
Update copyright notice
10 years ago
jules
490baecdc5
tweaks to avoid user code name clashes with Timer.
10 years ago
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
10 years ago
jules
4af50da9f7
Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method.
10 years ago
jules
afbec9cf3c
Updates to avoid pedantic warnings in gcc.
10 years ago
jules
3613542330
Updates to avoid pedantic warnings in gcc.
10 years ago
jules
0217203b50
Fixed a problem when calling JUCEApplication::quit() from a background thread on OSX
10 years ago
jules
726279be09
Fixes for iOS build with modal components disabled, and for some obj C problems with older SDKs.
10 years ago
jules
f799bb0d6b
Another fix for Windows builds with modal comps disabled.
10 years ago
jules
5fc76082e2
Fix for Windows builds with modal components disabled.
10 years ago