aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* Make al::optional constexprChris Robinson2021-11-071-80/+80
* Remove an unnecessary noexceptChris Robinson2021-10-231-7/+4
* Add more noexceptChris Robinson2021-10-141-8/+8
* Properly noexcept the destroy methodsChris Robinson2021-10-141-5/+6
* Explicitly declare optional_storage's default constructorChris Robinson2021-10-101-0/+9
* Try again to satisfy MSVCChris Robinson2021-10-091-12/+12
* Explicitly initialize the first union memberChris Robinson2021-10-091-5/+3
* Add more noexcept when possibleChris Robinson2021-10-091-24/+34
* Always define optional::operator=.Chris Robinson2021-10-091-4/+2
* Make optional more trivial when possibleChris Robinson2021-10-081-49/+177
* Make a construct_at method amd use itChris Robinson2021-10-082-3/+8
* Add the gnu::malloc attribute to al_malloc and al_callocChris Robinson2021-10-071-2/+4
* Make simpler likely/unlikely functions and use them in some placesChris Robinson2021-10-031-0/+4
* Add PipeWire capture supportChris Robinson2021-08-211-0/+2
* Fix al::optional operator*Chris Robinson2021-07-311-1/+1
* Handle the listener position separate from the rotation matrixChris Robinson2021-05-251-0/+7
* Don't bother with al string typesChris Robinson2021-04-241-13/+0
* Make an inverted atomic flag type and use itChris Robinson2021-04-151-0/+21
* Move the UHJ phase shifter to a common headerChris Robinson2021-03-281-0/+347
* Move the ComPtr wrapper to a common headerChris Robinson2021-03-081-0/+70
* Use a fast native type for the backup popcountChris Robinson2021-03-021-7/+20
* Calculate the square root after checking the limitChris Robinson2021-01-291-4/+5
* Add a panning "deadzone" for spatialized sourcesChris Robinson2021-01-281-2/+3
* Move al::deque to a common headerChris Robinson2021-01-251-0/+16
* Remove some unnecessary function attributesChris Robinson2021-01-231-4/+4
* Don't bother checking for std::aligned_allocChris Robinson2021-01-221-5/+2
* Fix __cplusplus value checkChris Robinson2021-01-221-1/+1
* Use if constexpr when possibleChris Robinson2021-01-222-2/+9
* Make PopCount and CountTrailingZeros more standard-likeChris Robinson2021-01-223-87/+110
* Use a standard bitset for bitfield flagsChris Robinson2021-01-221-47/+0
* Make the endian test more C++-likeChris Robinson2021-01-212-15/+35
* Remove the invalid noexcept specificationChris Robinson2021-01-081-1/+1
* Ensure the endian test is constexprChris Robinson2021-01-061-5/+6
* Make optional trivially destructible if the stored type isChris Robinson2021-01-021-43/+70
* Fix comment typoChris Robinson2021-01-011-1/+1
* Don't use templates unnecessarilyChris Robinson2021-01-011-19/+0
* Remove some unnecessary constructorsChris Robinson2020-12-272-25/+12
* Make FlexArray trivially destructible when possibleChris Robinson2020-12-271-42/+89
* Move alexcpt to coreChris Robinson2020-12-242-62/+0
* fast_roundf implementations in asm for ARM64. (#511)David CARLIER2020-12-241-0/+6
* Move the AL error enum out of base_exceptionChris Robinson2020-12-171-5/+1
* Avoid using a hidden unnamed template parameterChris Robinson2020-12-151-2/+4
* Reorder definitions to keep them near each otherChris Robinson2020-12-051-13/+13
* Remove some unnecessary inlines and includesChris Robinson2020-12-051-8/+6
* Avoid a REQUIRES macro for SFINAEChris Robinson2020-12-051-31/+34
* Move the ringbuffer to commonChris Robinson2020-12-052-0/+337
* Move lerp/cubic to alnumeric.hChris Robinson2020-12-041-0/+13
* Add a close method to the win32 ifstreamChris Robinson2020-11-162-5/+12
* Use doubles to calculate the listener matrix translationChris Robinson2020-11-131-39/+70
* Avoid bitshifts for loop countingChris Robinson2020-11-081-11/+21