101 Commits (ddcd78eae8f126dbde48e112d10aee9b64e784d0)

Author SHA1 Message Date
  jules 399e248488 Added new module: juce_osc 9 years ago
  jules 13af784d03 Fix for mingw64 9 years ago
  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. 9 years ago
  jules 6db05a6100 Tweaked some syntax to help with Clang/Windows compatibility 9 years ago
  hogliux 359f6e29aa Fix multiple warnings in VS 2015 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  hogliux 2f2c8436b8 Add utility functions to access un-aligned memory 10 years ago
  jules 65ba31731a Added a copy constructor to SharedResourcePointer 10 years ago
  jules 43283b3d03 Added a couple of methods to Rectangle to return its limits as Range objects. 10 years ago
  Timur Doumler f3e2ea6b14 Added compile-time check to juce_ContainerDeletePolicy to catch undefined behaviour due to deletion of pointer to incomplete type. 10 years ago
  hogliux 0fa2b1ca56 Fix warnings on gcc on linux 10 years ago
  jules c17a72e5b1 Minor clean-ups. 10 years ago
  jules f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 10 years ago
  jules f6139cee55 Minor documentation cleanups. 10 years ago
  jules 7b1e821800 Spelling correction. 10 years ago
  jules aae0690b7c Fixed a false-alarm assertion in ScopedPointer. 10 years ago
  jules 46dfd54d9a Minor cleanups. 10 years ago
  jules f376a82a56 Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS 10 years ago
  jules 3e7d305094 A few minor whitespace cleanups. 10 years ago
  jules e3d7ec1827 Cleaned up a couple of parameter types in byte order conversion. 11 years ago
  jules 3b2538313a Better misalignment-proofing in SharedResourcePointer. 11 years ago
  jules d7d662bb38 Documentation improvement. 11 years ago
  jules 75770f293c New class: SharedResourcePointer 11 years ago
  jules 5ede2da44b Improved some MemoryBlock comments and gave the class a reset() method. 11 years ago
  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