Anthony Nicholls
36d07a6ce3
Docs: Replace doxygen preprocessor conditionals with @cond and @endconds
2025-07-21 18:11:43 +02:00
Sudara
f908e52bdf
Docs: Align FloatVectorOperations comments with parameter names
JUCE Private Push Trigger / JUCE Push Trigger (push) Has been cancelled
2025-05-08 16:33:24 +02:00
Sudara
9a4ab937ad
Docs: Fix a few tiny typos in comments
2025-05-08 16:33:24 +02:00
reuk
90f37e27ea
Windows: Fix DLL build
...
There were a few "ambiguous operator new/delete" errors that were due to
inheriting from a private base class that used the leak detector. These
errors are resolved by adding the leak detector to the derived classes.
JUCE_API was missing from a few useful types, notably the ARA hosting
types.
2024-10-22 13:24:46 +01:00
Tom Poole
94d98a2b10
Update licensing information
2024-04-16 11:39:35 +01:00
luzpaz
3c9645fa60
Docs: Fix typos
2023-08-02 11:20:44 +01:00
reuk
0774162691
FloatVectorOperations: Simplify NameForwarder
2023-01-04 12:47:23 +00:00
hogliux
2d42b9a44f
Windows: Added Windows ARM support to JUCE
2022-10-19 13:25:33 +02:00
Tom Poole
1a6e39e97e
FloatVectorOperations: Add method docstrings
2022-04-26 15:37:30 +01:00
Tom Poole
409a00e01e
FloatVectorOperations: Add methods to Doxygen
2022-04-26 15:37:24 +01:00
Tom Poole
dea3fe60e4
Update copyright banners
2022-04-04 12:36:32 +01:00
reuk
61eafdb7ee
Documentation: Avoid attempting to document implementation details
2022-01-17 10:58:18 +00:00
reuk
ca5c9fdae6
FloatVectorOperations: Add overloads accepting size_t element counts
2022-01-10 22:15:19 +00:00
Tom Poole
894e7d2bd2
Updated all license headers
2020-04-23 17:30:39 +01:00
ed
cdbc28c18b
Add documentation tags
2018-03-15 12:10:32 +00:00
ed
c1c325c782
Fixed a few typos
2017-12-28 16:31:09 +00:00
jules
59b7c943c8
Made it possible for users to override the definition of JUCE_SNAP_TO_ZERO
2017-11-06 10:59:45 +00:00
hogliux
2ac2a39a21
Added disableDenormalisedNumberSupport to query if denormals are disabled and improved documentation
2017-10-17 09:57:39 +01:00
hogliux
f59a5dfc7f
Fixed an issue where ScopedNoDenormals would do nothing on all platforms and added arm implementation
2017-10-02 18:23:51 +01:00
hogliux
e2c8e30d72
Added a ScopedNoDenormal class to temporarily disable denormals
2017-09-12 11:32:32 +01:00
jules
eda613c6db
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
2017-09-08 08:59:55 +01:00
hogliux
f516b97a25
Fixed some warnings when using JUCE_SNAP_TO_ZERO on non x86 processors
2017-08-21 11:06:51 +01:00
hogliux
244a944857
Added the JUCE DSP module
2017-07-27 12:39:07 +01:00
hogliux
b5afccc37c
Updated file headers and the README with the JUCE 5 license
2017-04-27 14:43:04 +01:00
hogliux
2da1bc5f41
Replace include guards with "#pragma once"
2017-02-01 17:18:07 +00:00
tpoole
2e84129479
Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license
2016-12-14 10:07:26 +00:00
jules
14ef8ee8b3
Fixed a missing 'const' in FloatVectorOperations
2016-03-05 13:51:22 +00:00
jules
beac2e4b3a
Removed some legacy support for non-SSE2 CPUs. Added function FloatVectorOperations::disableDenormalisedNumberSupport()
2016-03-01 16:32:08 +00:00
hogliux
c7b8e77031
Update copyright notice
2015-07-22 15:59:34 +01:00
Fabian Renn-Giles
e2302a246f
Add absolute value operation to FloatVectorOperations
2015-04-02 15:18:00 +01:00
jules
b640d965b7
Added a few new methods to FloatVectorOperations
2015-02-03 16:27:04 +00:00
jules
7e560f1133
Added some new methods to FloatVectorOperations for operating on separate source and destination vectors.
2014-10-06 14:26:22 +01:00
jules
d74bf3dca8
Added 64-bit double methods to FloatVectorOperations. Refactored some of the min/max methods in FloatVectorOperations to return a Range instead of getting the results as parameters.
2014-03-18 10:56:34 +00:00
jules
5601a244d3
Couple of fixes for FloatVectorOperations on NEON, and added a subtract() function.
2013-12-03 11:20:14 +00:00
jules
35286f06be
Added a method FloatVectorOperations::negate().
2013-09-30 13:55:04 +01:00
jules
239c15845a
New method: FloatVectorOperations::enableFlushToZeroMode()
2013-09-23 11:17:43 +01:00
jules
5a1112ab94
Updated the format of the header include guard macros.
2013-07-17 16:26:35 +01:00
jules
03c2801f3f
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
2013-06-13 13:17:12 +01:00
jules
408399ddff
Added FloatVectorOperations::findMinimum and findMaximum
2013-03-05 21:58:52 +00:00
jules
f1ef1a7178
MSVC function call convention fixes. AAX compile fix.
2013-02-27 16:29:56 +00:00
jules
6033581511
Additions and 64-bit fixes for FloatVectorOperations.
2013-02-25 16:23:04 +00:00
jules
b0ee49d537
New class FloatVectorOperations, with a bunch of SSE2-accelerated floating point functions.
2013-02-25 14:39:35 +00:00