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 |
|