jules
|
55ff9a57be
|
Changed the Atomic class to use compiler intrinsics directly when using Clang, rather than the OSX functions.
|
11 years ago |
jules
|
c8779f4192
|
Put back some atomics workaround functions for PPC.
|
11 years ago |
jules
|
ad324efc01
|
Removed some old iOS workarounds from the atomic class.
|
11 years ago |
jules
|
61d1e1b7ba
|
Avoiding a few MSVC warnings
|
11 years ago |
jules
|
5f00e94f3e
|
Fixed a string allocation problem.
|
11 years ago |
jules
|
59b9b0ccaf
|
Couple of minor fixes to CharacterFunctions, and added a find-character method.
|
11 years ago |
jules
|
19425a4502
|
Optimised a couple of XML and memory block functions.
|
11 years ago |
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.
|
11 years ago |
jules
|
f28cea034d
|
Typo fixes in ReferenceCountedObject.
|
11 years ago |
jules
|
22139761dc
|
Couple of MSVC warning clean-ups.
|
11 years ago |
jules
|
954312b23c
|
Changes to ReferenceCountedObject to support more flexible deletion via ContainerDeletePolicy.
|
11 years ago |
jules
|
5ae7353443
|
Minor clean-ups + optimisations.
|
11 years ago |
jules
|
508e25afbb
|
Cleared-out the last batch of unnecessary includes.
|
11 years ago |
jules
|
2786eadaf9
|
Removed a few pedantic warnings.
|
11 years ago |
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.
|
11 years ago |
jules
|
15c6cbc026
|
Added some 64-bit byte order converter functions.
|
11 years ago |
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
12 years ago |
jules
|
516bddabcc
|
Misc minor clean-ups.
|
12 years ago |
jules
|
e49f40ac05
|
Made Atomic constructor explicit. Cleared TreeViewItem parent pointers when they are removed.
|
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
|
693ebab706
|
Avoided some MSVC warnings
|
12 years ago |
jules
|
abde049bf0
|
Whitespace cleanup.
|
12 years ago |
jules
|
a92c7502b4
|
Added a move operator to ScopedPointer.
|
12 years ago |
jules
|
71358e7f38
|
Added a flag that can be used to disable overloaded new + delete in DLL builds.
|
12 years ago |
jules
|
97ed2ac915
|
Introjucer: code editor popup menu helper function to insert a new class declaration.
|
12 years ago |
jules
|
eeb59c57a9
|
Documentation fixes.
|
12 years ago |
jules
|
3cb35daab7
|
JUCE_AUTORELEASEPOOL fix.
|
12 years ago |
jules
|
ba2dc52b34
|
Made use of @autoreleasepool for clang builds.
|
12 years ago |
jules
|
136041daa7
|
Fixed a couple of base-class copying typos and prevented copying of ReferenceCountedObject bases.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
8e8dc5667f
|
Renamed a few old references to "iPhoneOS" as "iOS".
|
12 years ago |
jules
|
4ef89c890f
|
Avoided a few gcc compiler warnings.
|
12 years ago |
jules
|
07e7188eb1
|
Tidied up a few compiler warnings.
|
12 years ago |
jules
|
2cf131f0a6
|
Audio plugin fixes.
|
12 years ago |
jules
|
b305389d46
|
Changes for DLL build.
|
12 years ago |
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
12 years ago |
jules
|
bb37710eca
|
Introjucer: shutdown fix.
|
12 years ago |
jules
|
2b7b01632f
|
A couple of fixes for win32 DLL builds.
|
12 years ago |
jules
|
06e2a667fb
|
Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins.
|
12 years ago |
jules
|
d9f0ac29b6
|
Fixed a few documentation typos. Tweaked positioning logic for CallOutBox.
|
12 years ago |
jules
|
b0b6a7ca25
|
Introjucer: added command to open counterpart files.
|
12 years ago |
jules
|
842d30fbfa
|
Minor tidying-up.
|
12 years ago |
jules
|
d7cea05104
|
Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer.
|
12 years ago |
jules
|
976be45c2a
|
Minor updates for mingw compatibility.
|
12 years ago |
jules
|
cf959decce
|
Minor string optimisation.
|
12 years ago |
jules
|
0ce65462af
|
Translation of OSX app menu strings. Minor misc changes and documentation fixes.
|
12 years ago |
jules
|
8664fdc862
|
AAX: got basic audio + gui working.
|
13 years ago |
jules
|
5001ead53a
|
OSX 10.5 SDK and GCC fixes.
|
13 years ago |
jules
|
b3556f720e
|
Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros.
|
13 years ago |
jules
|
9b8a39e27c
|
Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read().
|
13 years ago |