jules
|
4c0bc70411
|
Deleted some defunct Mac PowerPC code
|
2016-04-19 16:46:45 +01:00 |
|
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
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.
|
2016-04-06 18:31:24 +01:00 |
|
jules
|
876b4ae1d3
|
Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags
|
2016-02-12 17:03:21 +00:00 |
|
jules
|
0294e772dd
|
Added some safety-checking to stop people accidentally passing a ScopedPointer to an OptionalScopedPointer
|
2016-01-27 16:03:15 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
Timur Doumler
|
6986010bb7
|
Whitespace.
|
2015-12-09 15:43:24 +00:00 |
|
jules
|
99ebba4e4c
|
Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check"
|
2015-12-07 19:31:05 +00:00 |
|
jules
|
31381c6864
|
Stripped out some defunct OSX 10.4 fallback code
|
2015-12-01 12:48:01 +00:00 |
|
jules
|
399e248488
|
Added new module: juce_osc
|
2015-11-02 11:48:01 +00:00 |
|
jules
|
13af784d03
|
Fix for mingw64
|
2015-10-05 09:18:38 +01:00 |
|
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.
|
2015-09-06 15:42:34 +01:00 |
|
jules
|
6db05a6100
|
Tweaked some syntax to help with Clang/Windows compatibility
|
2015-08-08 12:54:59 +01:00 |
|
hogliux
|
359f6e29aa
|
Fix multiple warnings in VS 2015
|
2015-07-28 18:11:50 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
hogliux
|
2f2c8436b8
|
Add utility functions to access un-aligned memory
|
2015-06-26 17:14:57 +01:00 |
|
jules
|
65ba31731a
|
Added a copy constructor to SharedResourcePointer
|
2015-06-15 10:03:44 -05:00 |
|
jules
|
43283b3d03
|
Added a couple of methods to Rectangle to return its limits as Range objects.
|
2015-06-11 09:13:13 -07:00 |
|
Timur Doumler
|
f3e2ea6b14
|
Added compile-time check to juce_ContainerDeletePolicy to catch undefined behaviour due to deletion of pointer to incomplete type.
|
2015-06-10 22:40:56 +01:00 |
|
hogliux
|
0fa2b1ca56
|
Fix warnings on gcc on linux
|
2015-05-27 16:32:52 +01:00 |
|
jules
|
c17a72e5b1
|
Minor clean-ups.
|
2015-04-27 12:18:22 +01:00 |
|
jules
|
f6395d4cda
|
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 |
|
jules
|
f6139cee55
|
Minor documentation cleanups.
|
2015-03-07 17:45:45 +00:00 |
|
jules
|
7b1e821800
|
Spelling correction.
|
2014-10-20 13:06:54 +01:00 |
|
jules
|
aae0690b7c
|
Fixed a false-alarm assertion in ScopedPointer.
|
2014-09-10 06:47:19 -07:00 |
|
jules
|
46dfd54d9a
|
Minor cleanups.
|
2014-09-01 20:59:57 +01:00 |
|
jules
|
f376a82a56
|
Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS
|
2014-08-17 11:47:55 +01:00 |
|
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
2014-08-16 21:06:27 +01:00 |
|
jules
|
e3d7ec1827
|
Cleaned up a couple of parameter types in byte order conversion.
|
2014-07-04 21:02:18 +01:00 |
|
jules
|
3b2538313a
|
Better misalignment-proofing in SharedResourcePointer.
|
2014-04-20 10:19:27 +01:00 |
|
jules
|
d7d662bb38
|
Documentation improvement.
|
2014-04-14 16:53:16 +01:00 |
|
jules
|
75770f293c
|
New class: SharedResourcePointer
|
2014-04-14 13:13:07 +01:00 |
|
jules
|
5ede2da44b
|
Improved some MemoryBlock comments and gave the class a reset() method.
|
2014-03-14 10:15:35 +00:00 |
|
jules
|
55ff9a57be
|
Changed the Atomic class to use compiler intrinsics directly when using Clang, rather than the OSX functions.
|
2013-11-18 14:57:38 +00:00 |
|
jules
|
c8779f4192
|
Put back some atomics workaround functions for PPC.
|
2013-11-14 16:29:22 +00:00 |
|
jules
|
ad324efc01
|
Removed some old iOS workarounds from the atomic class.
|
2013-11-05 18:01:09 +00:00 |
|
jules
|
61d1e1b7ba
|
Avoiding a few MSVC warnings
|
2013-10-22 19:29:04 +01:00 |
|
jules
|
5f00e94f3e
|
Fixed a string allocation problem.
|
2013-10-17 17:34:22 +01:00 |
|
jules
|
59b9b0ccaf
|
Couple of minor fixes to CharacterFunctions, and added a find-character method.
|
2013-10-15 19:44:37 +01:00 |
|
jules
|
19425a4502
|
Optimised a couple of XML and memory block functions.
|
2013-10-02 22:25:26 +01:00 |
|
jules
|
435089e89b
|
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 |
|
jules
|
f28cea034d
|
Typo fixes in ReferenceCountedObject.
|
2013-09-04 21:53:22 +01:00 |
|
jules
|
22139761dc
|
Couple of MSVC warning clean-ups.
|
2013-09-04 16:50:50 +01:00 |
|
jules
|
954312b23c
|
Changes to ReferenceCountedObject to support more flexible deletion via ContainerDeletePolicy.
|
2013-09-04 14:28:18 +01:00 |
|
jules
|
5ae7353443
|
Minor clean-ups + optimisations.
|
2013-09-02 14:08:39 +01:00 |
|
jules
|
508e25afbb
|
Cleared-out the last batch of unnecessary includes.
|
2013-08-29 12:44:00 +01:00 |
|
jules
|
2786eadaf9
|
Removed a few pedantic warnings.
|
2013-08-26 14:58:23 +01:00 |
|
jules
|
65c155e372
|
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
|
2013-08-23 12:08:31 +01:00 |
|
jules
|
15c6cbc026
|
Added some 64-bit byte order converter functions.
|
2013-08-11 11:06:17 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|