kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2025-02-27 15:13Update documentation[email protected]4+246-20
2025-01-13 11:006.1.1[email protected]2+8-1
2025-01-13 10:45Improve dft performance on arm64[email protected]3+44-11
2024-11-21 18:21Workaround MSVC 19.42.34433 ICE[email protected]1+1-2
2024-11-18 13:466.1.0[email protected]2+14-2
2024-11-18 13:40Add multidimensional DFT to C API[email protected]4+683-377
2024-11-10 16:28Source groups in cxxdox.yml[email protected]1+36-23
2024-11-09 18:46Update to latest CxxDox, capi section[email protected]4+92-82
2024-11-09 18:35Update documentation[email protected]3+531-129
2024-11-01 19:28Update README.md[email protected]1+11-1
2024-10-28 09:19KFR 6.0.4[email protected]3+16-10
2024-10-05 18:41Fix incorrect field access[email protected]1+1-1
2024-09-17 13:41KFR 6.0.3[email protected]2+15-1
2024-09-17 07:57Direct initialization of atomics[email protected]1+4-4
2024-09-13 02:54Leave stdlib unspecified for Android[email protected]1+2-3
2024-09-03 18:19CMake configuration fixes for Android[email protected]1+15-2
2024-08-12 11:03Remove Big Sur: no longer supported by GA[email protected]1+0-23
2024-08-12 10:53Upgrade to Ubuntu 24 for gcc tests[email protected]1+2-2
2024-08-12 10:52Disable test that causes ICE in MSVC[email protected]1+3-0
2024-08-09 15:20More detailed comments for examples[email protected]6+365-94
2024-05-07 08:13Fix Stateless parameter[email protected]1+14-14
2024-04-28 18:14Merge pull request #226 from jcelerier/patch-2Dan L Cazarín1+1-1
2024-04-28 18:07Another Win32 CMake portability fixJean-Michaël Celerier1+1-1
2024-04-28 17:28Merge pull request #225 from jcelerier/patch-1Dan L Cazarín1+1-1
2024-04-28 16:26Fix build with non-MSVC on Win32Jean-Michaël Celerier1+1-1
2024-04-04 14:23Update README.md[email protected]1+3-3
2024-03-26 19:36Merge pull request #221 from Jalmenara/improve-iir-filters-docsDan L Cazarín2+33-1
2024-03-26 13:11Add separate IIR doxygen group for "Docs/Reference"Jesus Almenara R2+2-1
2024-03-26 13:09Add doxygen tags to `iir_design.hpp`Jesus Almenara R1+31-0
2024-02-14 09:00Android binaries[email protected]1+38-0
2024-02-14 08:48Documentation update[email protected]5+134-30
2024-02-14 08:356.0.2[email protected]1+1-1
2024-02-14 08:35fmt argument for complex_size_for[email protected]2+7-4
2024-02-14 07:48windows arm64 build[email protected]3+38-0
2024-02-13 21:05KFR_DEBUG_INSTALL_SUFFIX[email protected]5+14-12
2024-02-13 18:55EMSCRIPTEN support in cmake[email protected]3+15-29
2024-02-13 18:49Merge pull request #187 from jcelerier/emscriptenDan L Cazarín2+30-4
2024-02-12 14:31Move dft_plan::execute to src[email protected]4+246-167
2024-02-12 14:306.0.1[email protected]1+1-1
2024-02-12 14:30/Zc:lambda as generated expression[email protected]1+2-2
2024-02-05 20:16Small documentation fixes[email protected]2+3-0
2024-02-05 19:54Fix version[email protected]1+3-3
2024-02-05 19:42Add auto/base.md to nav[email protected]1+1-0
2024-02-05 19:20Fix edit url in mkdocs.yml[email protected]1+1-1
2024-02-05 19:10Fix GitHub markdown format[email protected]1+7-7
2024-02-05 18:48Update documentation[email protected]11+452-289
2024-02-05 11:14Update dsp examples[email protected]13+117-120
2024-02-05 08:40DSP refactoring[email protected]14+634-233
2024-02-05 08:38array_ref refactoring[email protected]1+12-121
2024-02-05 08:37Disallow const T in univector[email protected]1+4-0
2024-02-01 10:42Fix complex operators[email protected]1+3-0
2024-02-05 08:36CMT_HAS_DATA_SIZE[email protected]1+4-0
2024-02-01 15:03inline_vector[email protected]2+133-0
2024-02-01 10:24Update README.md[email protected]1+11-7
2024-01-30 10:32Build for macos-arm64[email protected]2+29-0
2024-01-30 10:24Cross compiling to arm64[email protected]1+3-0
2024-01-30 09:54GitHub Actions: macOS11 with sde[email protected]1+23-0
2024-01-26 17:42dr_flac: disable SSE4.1 if not enabled in compiler[email protected]1+3-0
2024-01-26 15:35Arch tests: embed dsp sources[email protected]3+16-167
2024-01-26 14:50Migrate to Github Actions[email protected]3+243-329
2024-01-26 14:46Remove KFR_ENABLE_DFT_NP[email protected]1+0-7
2024-01-26 13:39Set CMAKE_INSTALL_PREFIX in ci/run[email protected]2+4-2
2024-01-26 13:37CMake config tweaks and fixes[email protected]5+22-17
2024-01-25 06:01Set up GitHub Actions[email protected]1+19-0
2024-01-24 08:45Add /Zc:lambda to kfr interface[email protected]2+1-4
2024-01-24 08:44Simpler CMT_CVAL macro[email protected]1+1-1
2024-01-24 08:43explicit casts to prevent warnings[email protected]1+5-2
2024-01-24 07:11Use LINKER prefix[email protected]1+2-4
2024-01-23 08:37iir_design: explicit casts[email protected]1+22-22
2024-01-23 07:33macOS: use sse4.1+ for multiarch and tests[email protected]2+8-4
2024-01-23 07:18GCC7,8: _mm512_set_epi16 may be missing[email protected]1+16-0
2024-01-23 03:30Remove graphics[email protected]10+0-1326
2024-01-22 01:46cmake: BITNESS64 and cross compilation fix[email protected]3+27-3
2024-01-20 01:00ci/run.sh: work out of tree[email protected]1+3-2
2024-01-19 22:42CI tweaks[email protected]1+9-23
2024-01-22 07:30Multidimensional DFT[email protected]7+821-156
2024-01-17 06:57dft_stage_real_repack: inplace[email protected]1+12-6
2024-01-13 02:59maximum_dims = 16[email protected]1+2-1
2024-01-16 23:24Multidimensional reference DFT[email protected]1+111-110
2024-01-09 17:07call_with_temp[email protected]1+32-2
2023-12-23 07:02Cross compilation refactoring[email protected]3+105-64
2023-12-23 09:05Code generation bug in Clang 13+[email protected]2+9-0
2023-12-21 13:10.npy reading/writing[email protected]316+625-0
2023-12-21 13:09strides_for_shape fortran_order[email protected]1+3-3
2023-12-16 04:27Remove kfr::complex (use std::complex instead)[email protected]5+6-253
2023-12-14 07:14CMake config generation[email protected]7+61-15
2023-12-14 07:13Module versions[email protected]4+21-0
2023-12-14 03:34KFR_VERSION for cmake[email protected]1+45-16
2023-12-14 00:07KFR_WITH_CLANG[email protected]1+45-0
2023-12-13 07:11Pass scalars directly[email protected]5+139-123
2023-12-08 15:59matrix_transpose[email protected]5+570-199
2023-12-03 23:49Move some tests to internal/[email protected]38+716-758
2023-12-03 23:40Refactor tests[email protected]10+185-333
2024-01-17 07:13Multiarch refactoring[email protected]34+1355-962
2023-12-02 01:25C API: enable for non-x86[email protected]1+14-8
2023-12-02 01:00Move dft and io to src/[email protected]44+4300-4167
2023-12-01 22:18convert_endianess[email protected]1+47-0
2023-11-26 15:11transpose[email protected]5+429-1
2023-11-26 15:09allow_copy = true by default[email protected]1+2-2
2023-11-26 10:21read_group[email protected]3+50-57
2023-11-26 09:29KFR 6.0.0[email protected]2+3-3
2024-02-01 10:42Fix complex operators[email protected]1+2-0
2024-01-27 08:42Use _mm256_insertf128_si256 in KFR_mm256_setr_m128i[email protected]1+1-2
2024-01-27 08:37Fix counter(T)[email protected]1+1-2
2024-01-27 07:20string_view representation[email protected]1+9-0
2024-01-22 08:45Update clang-format to 17, reformat code[email protected]35+135-147
2024-01-22 08:11convolution codestyle fixes[email protected]2+2-2
2024-01-22 07:30array_to_string: use Fmt[email protected]2+3-3
2024-01-19 22:42Use errorln in KFR_PRINT_AND_ABORT[email protected]1+2-4
2024-01-19 22:42flush in errorln[email protected]1+1-0
2023-12-01 22:18Generic swapbyteorder[email protected]1+2-17
2023-11-26 18:04More vec tests[email protected]1+9-0
2023-11-26 17:59histogram_data::total() and fixes[email protected]2+62-8
2023-11-26 17:18More tests in reduce.cpp[email protected]1+12-0
2023-11-26 10:53lowhalf, highhalf[email protected]1+24-0
2024-01-17 07:40Merge branch 'dev' of https://github.com/kfrlib/kfr into dev[email protected]1+32-0
2023-12-03 16:54override_cpu[email protected]1+7-0
2024-01-17 06:39Constructors for dft_plan[email protected]3+27-5
2023-12-23 07:01open_file_for_* should return nullptr if failed[email protected]1+12-6
2023-12-21 13:09custom assign operators for tensor[email protected]1+1-1
2023-12-14 00:39ctranspose: cast ps/pd[email protected]1+8-8
2023-11-26 15:10Fix flatten()[email protected]1+1-1
2023-12-01 22:17compound_type_traits for std::complex[email protected]1+24-0
2023-12-16 04:35Remove accepts_any[email protected]1+1-5
2023-12-21 13:08is_between[email protected]1+12-6
2023-12-21 13:09is_complex[email protected]1+4-0
2024-01-13 02:40Fixes for representation[email protected]2+11-1
2023-12-01 21:31Merge pull request #203 from reFX/mainDan L Cazarín1+32-0
2023-12-01 19:03Fix ARM buildRoland Rabien1+32-0
2023-11-29 16:29Add link commands in docs[email protected]1+99-8
2023-11-27 14:19KFR 5.2.0[email protected]3+30-1
2023-11-25 16:58Fix x86-use-vzeroupper[email protected]1+5-1
2023-11-25 15:09Fix fft on avx512[email protected]1+7-7
2023-11-15 10:33fft_algorithm_selection[email protected]1+48-21
2023-11-15 09:46CMT_CVAL[email protected]1+2-0
2023-11-15 09:46KFR_NO_PERF_TESTS to disable performance tests[email protected]2+7-1
2023-11-12 06:46Remove quotes[email protected]1+2-2
2023-11-12 05:59DFT: template for use_table[email protected]2+29-13
2023-11-10 08:44DFT performance improvements[email protected]10+1250-312
2023-11-22 15:31Force linking in correct order[email protected]2+17-0
2023-11-22 14:05Revert "Set VISIBILITY_INLINES_HIDDEN for DFT"[email protected]1+0-1
2023-11-22 09:47Set VISIBILITY_INLINES_HIDDEN for DFT[email protected]1+1-0
2023-11-21 13:02Remove -flto for DFT binaries[email protected]1+0-1
2023-11-10 04:57Fix for MSVC 19.37 ICE[email protected]1+4-0
2023-11-06 00:18trig_fold: simplify to fix MSVC ICE[email protected]1+4-4
2023-11-05 23:28Add -Wno-unknown-warning-option[email protected]1+1-1
2023-10-16 08:39Fix ambiguities with std::identity (c++20)[email protected]1+2-0
2023-10-16 08:18Fix typo in epsilon[email protected]8+19-19
2023-10-16 08:17Fix Goertzel[email protected]2+42-8
2023-10-16 07:44KFR_USE_STD_ALLOCATION test[email protected]1+17-0
2023-10-16 07:44Disable operators if KFR_STD_COMPLEX defined[email protected]1+2-0
2023-10-16 07:16Fix indexing in nearest_real_or_complex[email protected]1+1-1
2023-10-16 07:14DFT: support degenerate sizes, more DFT tests[email protected]4+56-45
2023-10-11 21:33Update Changelog[email protected]1+21-0
2023-10-11 21:28Warning-free build on MSVC[email protected]20+59-16
2023-10-11 20:34Fix root and cbrt[email protected]2+18-2
2023-10-11 20:18Remove is_pod_like[email protected]4+0-17
2023-10-11 20:18KFR 5.1.0[email protected]1+2-2
2023-10-11 16:25Workaround for MSVC2019 Internal compiler error[email protected]1+7-1
2023-10-11 13:30Remove unnecessary unwrap_bit_value[email protected]1+13-15
2023-10-11 13:13Remove 32-bit MinGW from CI tests[email protected]1+3-18
2023-10-11 13:13Fix vec<bit<>> for GCC[email protected]1+6-12
2023-10-11 08:26Fix vec<bit<>> in MSVC and GCC[email protected]10+133-64
2023-10-11 08:05fix geometry constructors for MSVC[email protected]1+19-3
2023-09-15 19:31Fix copy constructors for geometry.hpp[email protected]1+4-4
2023-09-15 18:52vec::element enhancements[email protected]1+26-16
2023-09-15 12:24Use special_constants for allones etc[email protected]3+35-35
2023-09-14 16:10Merge branch 'dev' of https://github.com/kfrlib/kfr into dev[email protected]6+26-15
2023-09-14 16:08Fix transpose(vec)[email protected]1+1-1
2023-09-14 16:08Fix subscript for nested vec[email protected]1+4-2
2023-08-24 10:06bittestany/bittestall for i32 on ARM64[email protected]1+2-0
2023-08-24 09:58Fix missing copy constructor for MSVC[email protected]2+10-4
2023-08-10 03:22Use ±0.1 threshold from tech 3341 for multichannel[email protected]1+4-4
2023-08-10 02:53Fix shape::adapt[email protected]2+10-7
2023-08-04 16:34Enable the library to build against WebAssembly SIMD support of EmscriptenJean-Michaël Celerier2+30-4
2023-08-04 01:44color.hpp/geometry.hpp refactoring[email protected]6+530-229
2023-07-30 07:51Fix for DFT with KFR_DFT_NO_NPo2[email protected]1+6-0
2023-06-27 19:29Tukey window[email protected]2+36-1
2023-06-27 19:12Ignore Wpass-failed[email protected]3+14-0
2023-06-27 18:54Cast constant to T to fix warning[email protected]1+1-1
2023-06-27 18:53Merge pull request #124 from seanlikeskites/devDan L Cazarín2+5-4
2023-06-27 18:48DFT: Add constructors taking cpu_t[email protected]1+11-14
2023-06-26 18:46Update CHANGELOG[email protected]1+106-2
2023-06-26 18:31Copyright: fix year, change url to https[email protected]208+271-273
2023-06-26 05:50KFR 5.0.3[email protected]1+1-1
2023-06-26 03:29Fix zero-padding in SRC[email protected]1+4-2
2023-06-25 16:21Planck-taper window[email protected]3+44-1
2023-06-25 10:53Replace outdated CI images[email protected]1+9-11
2023-06-25 10:36Add .cache dir to gitignore[email protected]1+4-2
2022-12-13 04:13merge with origingopher20082+33-12
2023-06-03 20:20Add options for installing libraries and headers (on by default)Nicholas Corgan1+20-14
2023-03-05 10:20Fix gen_sin[email protected]2+24-10
2023-01-25 15:05Fix clang version suffix[email protected]1+1-1
2023-01-25 14:56CLANG_SUFFIX instead of update-alternatives[email protected]3+10-10
2023-01-25 14:31KFR 5.0.2[email protected]1+1-1
2023-01-25 14:31Update ARM builds to use Ubuntu 20[email protected]1+12-12
2023-01-24 05:23Fix neon register count setting[email protected]1+1-0
2022-12-27 16:10Fix sine and others not accepting scalar refs[email protected]4+26-19
2022-12-15 07:37Fix typo in bq_gallery.md[email protected]1+1-1
2022-12-14 07:12Prefix fmt with namespace to avoid conflicts[email protected]3+9-9
2022-12-06 08:49Merge branch 'dev'[email protected]8+126-6
2022-12-06 01:59Fixes for MSVC: multiple versions of a defaulted special member functions[email protected]2+20-3
2022-12-06 01:34KFR 5 upgrade guide[email protected]3+99-1
2022-12-06 00:25KFR 5.0.1[email protected]1+1-1
2022-12-06 00:24Allow writing to slice only if arg is writable[email protected]1+1-1
2022-12-06 00:23Fix ambiguous assign operator for univector[email protected]1+5-0
2022-12-06 00:21Change range for packet_size_factor in ebu_r128[email protected]1+2-2
2022-12-01 02:40v4 documentation links[email protected]2+11-13
2022-11-30 10:28Merge branch 'v5.x'[email protected]244+70853-18495
2022-11-30 05:48Fix random generator tests[email protected]1+1-1
2022-11-30 03:54Histograms[email protected]6+149-79
2022-11-30 03:24Normal distribution for random number generator[email protected]2+149-0
2022-11-29 21:50Fix dark mode for docs[email protected]2+21-11
2022-11-29 21:26Update documentation[email protected]34+855-571
2022-11-24 07:21Reduce number of ninja jobs for MSVC2022[email protected]2+2-1
2022-11-24 07:11Fix get_arg: incorrect VecAxis[email protected]2+13-9
2022-11-24 07:11Testo: flush stdout[email protected]1+2-0
2022-11-24 07:10Supress Wpass-failed warning[email protected]1+5-0
2022-11-24 07:09Move c++ flag to CMAKE_CXX_FLAGS[email protected]1+2-2
2022-11-22 21:02Disable generic tests in clang/msvc due to miscompilation[email protected]1+1-1
2022-11-22 20:59Fix tensor constructor conflict in MSVC[email protected]8+49-18
2022-07-14 18:35Use std::invoke_result[email protected]1+5-0
2022-11-22 19:28Revert "Generic backend refactoring" because of ICE in MSVC[email protected]19+823-949
2022-11-17 21:39Generic backend refactoring[email protected]19+949-823
2022-11-17 21:14Paths for RelWithDebInfo[email protected]3+5-0
2022-11-15 07:11Fix for GCC[email protected]1+6-6
2022-11-15 06:44Tensor small refactoring[email protected]8+233-153
2022-11-15 06:27Remove GCC12/avx512 from CI due to compiler bug[email protected]1+1-1
2022-11-12 23:21Fixes for MSVC2019 and MSVC2022[email protected]2+52-66
2022-11-12 23:20Enable VS2022 CI[email protected]3+36-33
2022-11-12 22:48Rename shapeof -> get_shape[email protected]16+142-136
2022-11-12 22:40Use KFR_REPORT_LOGIC_ERROR instead of throw[email protected]3+13-8
2022-11-12 22:34Documentation: expressions[email protected]1+160-7
2022-11-12 21:56Disable generic cpu tests on x32 due to ICE in Clang[email protected]1+1-1
2022-11-12 21:01Documentation[email protected]37+56288-10184
2022-11-12 18:13get_element, indices and select[email protected]4+50-2
2022-11-12 17:40Fix tensor_subscript template argument[email protected]1+1-1
2022-11-11 19:45Fix size_min[email protected]1+1-1
2022-11-11 19:43Fix index_t type cast[email protected]1+1-1
2022-11-11 19:40complex comparison methods must be const[email protected]1+2-2
2022-11-11 19:10Fix common_type for GCC[email protected]9+56-83
2022-11-10 19:34Fix expression_handle[email protected]1+10-8
2022-11-10 19:08GCC 9 fixes[email protected]10+46-21
2022-11-10 18:23Fix for clang 9 and older[email protected]2+12-20
2022-11-10 18:10Disable forced inlining for NDEBUG builds[email protected]2+20-8
2022-11-10 17:15Use sized int for index_t[email protected]1+2-1
2022-11-10 16:10Fixes for older compilers: counter and memory_finalizer[email protected]4+56-25
2022-11-10 15:17has_expression_traits[email protected]1+6-0
2022-11-10 12:42Remove duplicated function[email protected]1+0-7
2022-11-09 19:29Fixes for GCC and MSVC[email protected]10+38-18
2022-11-09 15:45Fix DFT fallback algorithm tests[email protected]3+8-5
2022-11-09 10:50Fix ARCH_LIST[email protected]1+1-1
2022-11-09 08:56Fix expression_handle for large N[email protected]1+3-2
2022-11-09 08:56Fix #include[email protected]2+2-1
2022-11-08 11:52Update CI[email protected]6+44-42
2022-11-08 11:15Fixes for GCC: constexpr, common_type etc[email protected]10+37-25
2022-11-04 18:49Fixes for MSVC[email protected]6+51-27
2022-11-04 17:46Remove std aliases[email protected]38+415-330
2022-11-03 11:07Fix cometa ambiguities[email protected]34+305-273
2022-11-03 10:20IO refactoring[email protected]8+290-151
2022-11-02 14:04Warn about CPU_ARCH[email protected]2+41-20
2022-11-02 08:28Rename pointer -> handle[email protected]24+540-547
2022-11-02 08:19expression_trace[email protected]2+39-4
2022-11-01 15:26Runtime checks[email protected]10+167-48
2022-10-28 09:26Expressions refactoring[email protected]122+4690-3913
2022-10-28 09:22Source location for tests[email protected]2+30-18
2022-10-14 11:13Remove unused variable[email protected]1+0-1
2022-10-14 10:01Merge master[email protected]180+357-283
2022-10-14 03:32Fix MSVC2019 ICE[email protected]6+145-73
2022-10-12 16:45Update SDE version[email protected]1+2-2
2022-10-12 15:36Fix gather namespace[email protected]1+2-2
2022-10-12 15:30Fix scatter namespace[email protected]1+5-2
2022-10-12 15:20KFR 4.3.0[email protected]1+1-1
2022-10-12 15:08Upgrade Azure Pipelines images[email protected]1+14-14
2022-10-12 15:04Fix note_to_hertz tests for clang 14[email protected]1+1-1
2022-09-19 13:44Fix read/write with stride[email protected]1+2-2
2022-08-03 17:55Add .editorconfig[email protected]1+12-0
2022-07-18 17:09Fix for recent GCC[email protected]1+86-48
2022-07-18 17:06Remove inline specifier for KFR_FUNCTION[email protected]6+9-19
2022-07-14 18:40Fix gather_helper and scatter_stride[email protected]1+32-10
2022-10-12 13:48Update copyright headers[email protected]180+180-180
2022-10-12 13:40Refactoring[email protected]49+2199-1994
2022-10-04 07:11Rename files[email protected]8+502-1216
2022-08-03 17:59Update mkdocs.yml[email protected]1+10-7
2022-08-02 19:23Update cxxdox.yml[email protected]1+4-5
2022-09-28 18:53update expressions[email protected]9+758-983
2022-09-19 18:32Complex number support for tensors[email protected]7+84-41
2022-09-19 13:49Init tensor from initializer_list, slicing[email protected]6+527-100
2022-09-19 13:44Fix read/write with stride[email protected]1+2-2
2022-08-31 16:09CMT_COMPILER_IS_MSVC[email protected]4+11-5
2022-08-31 16:04Ability to select axis[email protected]5+664-172
2022-08-04 13:08Multidimensional expressions[email protected]5+353-71
2022-08-04 12:06Construct vec from lambda[email protected]1+10-0
2022-08-04 10:03Move expressions handling to base[email protected]35+1148-976
2022-08-03 18:02Header for shape.hpp[email protected]1+27-0
2022-08-03 18:01Header for static_array[email protected]1+27-0
2022-08-03 18:01Move is_numeric to Cometa[email protected]2+8-8
2022-08-03 18:00CMT_PRAGMA[email protected]1+2-0
2022-08-03 17:59Update mkdocs.yml[email protected]1+10-7
2022-08-03 17:55Add .editorconfig[email protected]1+12-0
2022-08-02 19:23Fix includes[email protected]2+2-0
2022-08-02 19:23Update cxxdox.yml[email protected]1+4-5
2022-08-02 16:54Tensor tests[email protected]3+588-0
2022-08-02 16:53kfr::tensor[email protected]4+1887-26
2022-08-02 16:49is_simd_float_type and is_simd_int_type[email protected]1+13-0
2022-08-02 16:18Move KFR_COMPONENTWISE_RET to simd.hpp[email protected]2+17-16
2022-08-02 16:16CMT_INTRINSIC for cometa functions[email protected]1+142-121
2022-08-02 16:16CMT_NO_FORCE_INLINE to disable inlining[email protected]1+21-3
2022-07-18 18:16Use CMT_LIKELY where it's profitable[email protected]12+30-29
2022-07-18 17:09Fix for recent GCC[email protected]1+86-48
2022-07-18 17:06Remove inline specifier for KFR_FUNCTION[email protected]6+9-19
2022-07-14 18:42CTAD for vec{}, writable front/back[email protected]1+107-40
2022-07-14 18:40Fix gather_helper and scatter_stride[email protected]1+32-10
2022-07-14 18:40representation<std::shared_ptr<void>>[email protected]1+13-0
2022-07-14 18:39padhigh/padlow with constant, enumerate with step[email protected]1+49-0
2022-07-14 18:38Output expressions must use set_elements functions[email protected]6+49-41
2022-07-14 18:35Use std::invoke_result[email protected]1+5-0
2022-07-14 18:34CMT_LIKELY and CMT_UNLIKELY[email protected]1+6-0
2022-07-14 18:33Prefix CMake variables with KFR_[email protected]3+61-68
2022-07-14 18:40KFR 5.0.0[email protected]1+2-2
2021-11-11 11:24Clean up azure pipelines[email protected]1+0-16
2021-11-11 11:14CLANG_ARG_PREFIX[email protected]9+26-20
2021-11-11 10:19Workaround for clang bug[email protected]6+64-14
2021-11-11 10:19Fix CI and arm toolchains[email protected]3+19-11
2021-11-11 06:53CI: Add new compilers[email protected]1+100-21
2021-04-29 16:15Add test for cometa::type_name[email protected]2+11-3
2021-04-29 07:40Fix ctype_name for clang[email protected]1+1-1
2021-04-28 18:34Add KFR_STD_COMPLEX cmake option, fix std::complex issue[email protected]4+23-1
2021-04-15 11:57Clean up CMake files[email protected]2+8-30
2021-04-15 11:52Fix field order in convolve_filter[email protected]2+4-3
2021-04-15 11:47Load twiddles using functions[email protected]1+16-7
2021-03-31 22:50Fix x86 cross building on Apple Silicon[email protected]2+6-5
2021-03-31 22:08Include cometa:: to distinguish fmt from namespace[email protected]1+2-2
2021-03-31 22:04Make weighting gain constant[email protected]1+3-3
2021-01-12 17:20fix inverse DCTSean Enderby2+5-4
2020-10-20 15:27ARM builds require Clang compiler[email protected]1+4-0
2020-10-20 15:12arm builds require neon support[email protected]1+4-0
2020-10-20 15:05Make global constants inline[email protected]1+6-6
2020-10-20 15:01Remove cmake debug[email protected]1+2-2
2020-10-20 15:00Clang 8.0 fix: disable for non-x86[email protected]1+1-1
2020-10-20 15:00Fix python 3.7 compatibility[email protected]1+2-2
2020-10-15 10:42Merge pull request #101 from purpl3F0x/masterDan Levin1+16-16
2020-10-13 11:35DFT: calculate width from vector capacity[email protected]7+121-66
2020-10-13 11:22MSVC2019 fixes[email protected]3+19-5
2020-10-13 11:20Fix size_t alias[email protected]1+3-0
2020-10-13 11:19Increase timeoutInMinutes[email protected]1+20-20
2020-10-13 09:47Merge pull request #105 from xnorpx/fix123Dan Levin1+4-0
2020-10-08 01:32Fix CMake 3.18 behavior for CMAKE_LINKER[email protected]1+2-2
2020-10-08 00:38Add -DDEBUG_CMAKE=ON[email protected]2+47-38
2020-10-07 23:53Use MSVC2019 environment for Clang tests[email protected]1+4-20
2020-10-07 23:11Fix azure-pipelines.yml[email protected]1+0-32
2020-10-07 23:08Disable sde on MacOS 15[email protected]1+47-0
2020-10-07 21:49Update license header[email protected]136+136-136
2020-10-07 21:32Set CMAKE_LINKER, update azure images[email protected]1+18-19
2020-10-07 21:17Fix carg and tests[email protected]2+7-1
2020-09-18 00:17Use new lambda processor in vs2019 to fix compiler error in vec unaligned_readMarcus Asteborg1+4-0
2020-08-24 07:35Update AVX512 Intrinsics to support all compilersStavros Avramidis1+16-16
2020-03-26 04:42Merge pull request #85 from acxz/archlinux_packageDan Levin1+12-2
2020-03-24 12:25Rename test[email protected]1+1-1
2020-03-24 12:05Additional test for AVX512[email protected]2+6-0
2020-03-24 11:47Set arch for kfr_io[email protected]1+1-0
2020-03-24 06:07Check USE_SDE[email protected]1+5-1
2020-03-24 05:56Arch tests and fixes for multi arch DFT[email protected]4+76-47
2020-03-24 05:37Don't check sse3 due to xcode bug[email protected]1+1-1
2020-03-24 04:51Downgrade Intel SDE[email protected]1+3-1
2020-03-24 04:16Prepare macOS for SDE checks[email protected]1+2-2
2020-03-22 21:03Use SDE for macOS[email protected]2+20-20
2020-03-22 20:49Update SDE[email protected]1+8-8
2020-03-18 19:31Fix typo[email protected]1+9-9
2020-03-17 14:45Use macOS-10.14 for azure pipelines[email protected]1+11-24
2020-03-17 13:09KFR 4.2.0[email protected]3+18-2
2020-03-17 11:29Skip kfr_dft defines[email protected]1+3-1
2020-03-17 11:27cmake install: DFT multi arch and C API[email protected]4+77-12
2020-03-17 09:22Multiple architectures for DFT[email protected]8+222-141
2020-03-17 09:18cmake-format.yml[email protected]2+69-0
2020-03-16 05:27Add instructions for archlinux packageacxz1+12-2
2020-03-04 13:00KFR 4.1[email protected]4+27-4
2020-03-03 12:51Fix accuracy test for expj[email protected]1+2-1
2020-03-02 11:35Merge pull request #82 from slarew/devDan Levin2+25-0
2020-02-29 02:04add stateless short_fir expressionStephen Larew2+25-0
2020-02-27 09:31Merge pull request #80 from BenjaminNavarro/biquad_filter_ctorDan Levin1+6-0
2020-02-27 09:30Merge pull request #79 from BenjaminNavarro/devDan Levin1+4-2
2020-02-26 10:03Add biquad_filter ctor for ease of useBenjamin Navarro1+6-0
2020-02-25 17:18Fix compilation in debug with GCCBenjamin Navarro1+4-2
2020-02-25 06:32Allow invert_t in real dft execute/refactoring[email protected]3+31-48
2020-02-25 06:30Fix expj tests[email protected]1+1-1
2020-02-25 06:26Fix fir_state for older compilers[email protected]1+1-1
2020-02-24 13:19Merge pull request #76 from slarew/updatesDan Levin16+701-116
2020-02-20 21:09Add MSVC2019 to CI[email protected]1+16-0
2020-02-20 20:54Fix is_invocable_r fallback[email protected]1+3-3
2020-02-20 20:30add cabssqrStephen Larew1+33-0
2020-02-20 20:30add moving_sum expressionStephen Larew2+111-2
2020-02-20 20:30factor out delay_state from delay expressionStephen Larew4+131-40
2020-02-20 20:28add gen_expjStephen Larew2+53-0
2020-02-20 20:28add complex support to convolve_filterStephen Larew6+356-58
2020-02-20 20:26fix std::complex compatibilityStephen Larew4+20-19
2020-02-20 19:04Fixes for new Azure Pipelines images[email protected]1+6-6
2020-02-03 18:32Make vec constructor constexpr[email protected]1+1-1
2019-12-09 15:05MSVC2019 fixes[email protected]13+91-67
2019-12-05 23:00Changelog[email protected]1+89-0
2019-12-05 22:31Add logo to README.md[email protected]3+597-0
2019-12-05 22:06Update docs[email protected]1+14-2
2019-12-04 21:46make fp_precision_limit inline[email protected]2+3-2
2019-12-04 20:50Make c_sin_table inline[email protected]1+2-2
2019-12-04 20:01add_test: full path[email protected]2+57-14
2019-12-04 19:46faligned-allocation for macOS[email protected]1+1-1
2019-12-04 19:45Use atomic_uint[email protected]1+4-4
2019-12-04 19:29Upgrade Windows CI to Clang 9, C API tests[email protected]6+262-29
2019-12-04 18:23C API: memory functions namespace[email protected]2+12-8
2019-12-04 18:21Support for alignment > 255[email protected]1+12-9
2019-12-04 18:18Add KFR_API_SPEC for memory functions[email protected]1+10-8
2019-12-03 21:44Fix dr_flac SSE4.1[email protected]1+8-0
2019-12-03 20:56Code formatting, fix include[email protected]9+19-17
2019-12-03 19:29Build time optimizations[email protected]1+4-7
2019-12-03 19:16Build time optimizations[email protected]4+54-54
2019-12-03 13:55Tests for absminof, absmaxof[email protected]2+38-31
2019-12-02 21:41Documentation files[email protected]62+131201-3
2019-12-02 20:52DSP tests[email protected]1+36-0
2019-12-02 20:52Fix generators[email protected]1+1-1
2019-12-02 20:47Remove KFR_ARCH_DEP[email protected]8+14-16
2019-12-02 19:43Fix nullptr for clang on linux[email protected]1+1-1
2019-12-02 19:36bitwise for bit<T>[email protected]1+21-0
2019-12-02 19:20is_invocable_r[email protected]3+28-6
2019-12-02 18:54is_invocable fallback[email protected]1+20-4
2019-12-02 18:30is_invocable[email protected]2+8-5
2019-12-02 18:24Move memory.hpp to cometa[email protected]7+300-265
2019-12-02 17:00SDE: set arch[email protected]1+17-1
2019-12-02 16:44Detect SSE4.2, detect_cpu executable[email protected]2+6-0
2019-12-02 16:26Rename convert to cast[email protected]1+6-6
2019-12-02 16:11fraction tests[email protected]10+97-12
2019-11-29 11:24New implementation for cometa::function[email protected]2+60-74
2019-11-29 09:09test for mask operators[email protected]1+22-0
2019-11-28 10:36iOS C++17 fix[email protected]3+9-2
2019-11-27 17:174.0 readme[email protected]1+3-3
2019-11-27 17:094.0 readme[email protected]1+32-3
2019-11-27 16:40Remove avx512 for GCC, arch tests for Xcode[email protected]1+18-5
2019-11-27 15:54sde for linux[email protected]1+15-3
2019-11-27 12:25Build C API script[email protected]1+29-0
2019-11-27 10:51C API: Detect cpu at runtime[email protected]5+58-10
2019-11-27 10:47C API for macOS[email protected]2+26-38
2019-11-27 09:39Add .DS_Store to .gitignore[email protected]1+2-0
2019-11-26 15:24Fix conv filter for ARM[email protected]1+1-1
2019-11-26 15:15Fix for convolve_filter[email protected]2+5-5
2019-11-26 15:03Chebyshev filters[email protected]2+363-293
2019-11-26 09:45C API: refactoring, filters[email protected]19+877-487
2019-11-26 09:45dct multiarch, fix includes, sse3 and ssse3[email protected]1+27-0
2019-11-26 09:44Aligned reallocate[email protected]1+31-0
2019-11-26 06:50Disable Clang 8.0 workaround for latest Clang[email protected]1+9-4
2019-11-25 15:24zip & column[email protected]2+35-0
2019-11-25 13:20-faligned-allocation for iOS[email protected]1+3-0
2019-11-25 12:53deleter for shared_ptr[email protected]1+2-2
2019-11-25 12:33Workaround for aligned new[email protected]1+2-2
2019-11-25 11:57Fix for limited C++17[email protected]1+6-4
2019-11-25 09:07Fix Xcode path[email protected]1+2-2
2019-11-25 09:01Provide aligned new for expression_resource[email protected]1+9-0
2019-11-25 08:45Provide aligned new for expression_resource[email protected]2+1-9
2019-11-25 08:30Avoid undefined behavior in absmin and absmax[email protected]1+19-2
2019-11-25 08:21cpu data alignment, _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS[email protected]2+4-3
2019-11-25 07:10iOS on Xcode 11.2[email protected]1+4-4
2019-11-25 06:59cometa invoke_result[email protected]2+3-1
2019-11-25 06:59Disable dr_mp3 SSE2 if not available[email protected]2+10-0
2019-11-25 06:48Use result_of[email protected]2+8-2
2019-11-25 06:28Fix type deduction/C++17 inline variables[email protected]3+22-27
2019-11-25 06:20Disable some optimizations on AVX-512[email protected]1+2-0
2019-11-25 06:10Move cconj to simd module[email protected]3+14-13
2019-11-25 05:594.0 (WIP)[email protected]34+1632-124
2019-11-22 04:09Fix typo[email protected]1+1-1
2019-11-21 21:31KFR_FUNCTION for reduce.hpp[email protected]1+10-10
2019-11-21 21:29inline variables[email protected]63+694-726
2019-11-21 16:29vec<vec<vec<T>>> support[email protected]3+183-154
2019-11-19 22:12Fix real DFT bug[email protected]1+1-1
2019-11-19 22:11color spaces[email protected]1+120-0
2019-11-19 21:59graphics[email protected]9+861-1
2019-11-19 20:59Remove deprecated in C++17[email protected]3+13-26
2019-11-19 17:16Reading MP3 (using dr_libs)[email protected]16+16255-5532
2019-11-19 15:35Fix typo and format code[email protected]10+36-26
2019-11-19 15:18KFR 4.0[email protected]13+921-44
2019-11-14 20:59Fix GCC bug[email protected]3+7-0
2019-11-14 20:24bitcast<bit<>>[email protected]1+21-21
2019-11-14 19:57Remove debug lines in target_set_arch[email protected]1+0-3
2019-11-14 17:03Optimizations for MSVC/GCC[email protected]9+131-21
2019-11-13 16:09Clang with MSVC2019[email protected]1+3-6
2019-11-13 15:06Add Linux Clang 8[email protected]1+11-1
2019-11-13 15:00Add new Xcode & MSVC2019[email protected]1+38-4
2019-11-13 14:53Format source using clang-format 9[email protected]22+289-243
2019-11-13 14:45Don't install LLVM if not needed, increase timeout[email protected]1+17-6
2019-11-12 16:13Disable DFT for GCC9[email protected]1+1-1
2019-11-12 15:24GCC9 CI[email protected]1+10-0
2019-11-12 15:00Add GCC 9 to CI[email protected]1+4-4
2019-11-12 14:50Remove debug code[email protected]1+0-1
2019-11-12 14:40Merge pull request #46 from bmanga/dft-gccDan Levin7+16-12
2019-11-12 13:52Uninstall MinGW for MSVC builds[email protected]1+3-3
2019-11-12 13:38Remove mingw and perl from PATH[email protected]1+12-0
2019-11-12 13:17Uninstall MinGW[email protected]1+6-0
2019-11-12 12:52Install LLVM using choco[email protected]1+22-12
2019-11-12 12:36Update CI[email protected]1+58-32
2019-08-26 07:09move enum out of arch namespace[email protected]5+14-11
2019-08-21 05:53make_univector for containers and arrays[email protected]3+47-1
2019-08-21 13:35Merge branch 'dev' into dft-gccbmanga8+79-40
2019-08-19 13:23explicit copy assignment operator for Xcode[email protected]1+2-0
2019-08-19 12:28Fix NaNs in amp_to_dB[email protected]2+13-2
2019-08-14 10:09Fix target_set_arch outside project scope[email protected]1+30-27
2019-07-24 10:52Remove special_constant::undefined[email protected]2+0-10
2019-07-24 09:56Add library destination for install[email protected]1+2-2
2019-07-24 09:42Merge pull request #61 from acxz/uninstallDan Levin2+32-0
2019-07-09 15:11Additional fixesbmanga4+10-9
2019-07-09 15:11Added gcc 9 workaround for lambda attributesbmanga1+3-1
2019-07-09 13:23Added workaround for gcc9 alignas bugbmanga3+8-4
2019-04-12 11:28Make DFT compile with GCCbmanga3+6-10
2019-07-21 21:04add uninstall targetacxz2+32-0
2019-06-17 21:05Copy constructor optimization[email protected]1+16-0
2019-06-17 20:09fir_filter alias[email protected]1+3-0
2019-06-17 16:56Workaround for Clang 8.0[email protected]7+20-60
2019-06-14 12:51Merge pull request #50 from ncorgan/consistencyDan Levin2+10-2
2019-06-14 09:36DFT shared library[email protected]9+274-51
2019-06-05 06:05Set ABI for multi arch dft[email protected]1+32-4
2019-05-23 10:11Change coefficients for flat top window[email protected]1+5-5
2019-05-12 20:30Fixed window and complex_math API consistencyNicholas Corgan2+10-2
2019-04-16 15:00DFT refactoring[email protected]12+465-307
2019-04-15 10:17Pass -mstackrealign to clang-cl[email protected]1+6-2
2019-04-15 10:12Fix cpuid for x86_64[email protected]1+12-0
2019-04-10 07:04Custom assertion_failed function[email protected]1+4-0
2019-04-01 23:34Update README and CHANGELOG[email protected]2+38-2
2019-04-01 20:23Install LLVM 7.0.1[email protected]1+6-3
2019-04-01 19:01Disable additional intrinsics for 32-bit clang[email protected]1+1-1
2019-04-01 18:07Add MSVC2017 32-bit to tests[email protected]1+7-0
2019-04-01 18:04MSVC2017 32-bit fixes[email protected]1+17-0
2019-04-01 17:25reduce: support for different types and non-univector[email protected]1+44-15
2019-04-01 17:22univector: +=, -= etc[email protected]1+72-9
2019-04-01 17:21expression_scalar: support for vec<T>[email protected]2+10-28
2019-04-01 17:20concatenate[email protected]1+71-14
2019-04-01 17:14Sample Rate Converter: use read_channels/write_channels[email protected]1+4-13
2019-04-01 17:14Audio file IO: read_channels/write_channels[email protected]1+20-0
2019-04-01 17:12is_vec_element[email protected]1+5-0
2019-04-01 17:11Remove __unaligned keyword[email protected]1+2-8
2019-04-01 17:11KFR 3.0.9[email protected]1+1-1
2019-04-01 17:10as_string: support for std::vector[email protected]1+10-0
2019-03-20 14:23CMake: fix cpu detection[email protected]1+2-2
2019-03-15 01:39Test iOS build in Xcode 10.1[email protected]1+0-4
2019-03-15 01:09iOS tests[email protected]5+536-4
2019-03-14 23:05KFR 3.0.8[email protected]1+3-3
2019-03-14 23:05Add tests, update license header[email protected]13+143-0
2019-03-14 23:04Add more overloads to random_bit_generator, fix for ubuntu, disable cycle counter for arm[email protected]1+34-14
2019-03-14 23:01FIR example: use initialized random generator[email protected]1+1-1
2019-03-13 03:11Move kfr::complex out of arch namespace[email protected]2+100-85
2019-03-13 01:10short_fir: change default vector width[email protected]3+9-8
2019-03-11 19:28Enable C++14 for cpu detection tool[email protected]2+43-12
2019-03-11 19:26Fix bug with Intellisense[email protected]2+14-7
2019-03-11 15:54Add AArch64 tests[email protected]1+9-0
2019-03-11 15:54make mask<> a specialization of vec<>[email protected]25+589-418
2019-03-11 15:51Remember detected cpu[email protected]1+1-1
2019-03-07 23:45Merge pull request #44 from Jman420/fix/detect_cpu_build_errorDan Levin1+1-1
2019-03-07 23:37Use CMAKE_CURRENT_SOURCE_DIR to support add_subdirectory()Justin Giannone1+1-1
2019-03-07 18:38Workaround: create empty .android\repositories.cfg[email protected]1+2-2
2019-03-07 17:27Workaround: create empty .android\repositories.cfg[email protected]1+4-0
2019-03-07 17:03Remove --install[email protected]1+2-2
2019-03-07 16:49Add quotes[email protected]1+8-8
2019-03-07 16:35Install latest Android NDK[email protected]1+8-2
2019-03-07 15:38Add Android armv7 and aarch64 to Azure Pipelines[email protected]3+20-3
2019-03-07 15:18Change version to 3.0.6[email protected]1+1-1
2019-03-07 15:14Detect cpu by default on x86[email protected]1+2-2
2019-03-07 15:11Add stdio to cometa.hpp[email protected]1+1-0
2019-03-07 14:24Merge pull request #42 from Jman420/fix/android-supportDan Levin1+7-1
2019-03-03 13:54Fix build support for Android (no pthread library in Android, included in STL libs)Justin Giannone1+7-1
2019-03-01 15:58Update README.md[email protected]2+12-9
2019-03-01 14:17Unaligned read[email protected]15+696-198
2019-02-21 19:51Call val_of with type, not value[email protected]2+3-3
2019-02-21 18:52Fix missing AVX2 intrinsics for GCC7[email protected]1+4-4
2019-02-21 18:14Add GCC7&8 and MSVC2017[email protected]1+27-0
2019-02-21 01:43Pass -m64 for clang-cl[email protected]1+2-4
2019-02-21 01:26KFR 3.0.5[email protected]325+21331-15841
2019-02-20 23:35Switch to self-hosted MinGW[email protected]1+14-24
2019-02-20 17:18MSYS2: Save/restore directory[email protected]1+4-0
2019-02-20 17:02MSYS2: Run script in MSYS2 bash[email protected]1+4-6
2019-02-20 16:44Set up MSYS2[email protected]1+4-0
2019-02-20 16:18Install MSYS2[email protected]2+5-2
2019-02-19 20:19Merge pull request #38 from ermito/devDan Levin1+20-17
2019-02-19 20:18Merge pull request #39 from ermito/fix_generatorsDan Levin1+1-1
2019-02-19 16:36fix generators usageermito1+1-1
2019-02-15 21:39fix resampler for complex signalermito1+20-17
2019-01-08 06:42Update CHANGELOG[email protected]1+17-1
2019-01-08 06:31Ability to redefine KFR_READCYCLECOUNTER[email protected]3+32-5
2018-12-27 01:55KFR 3.0.3[email protected]1+1-1
2018-12-27 01:31Partial compatibility for Visual Studio 2017[email protected]17+103-47
2018-12-24 18:22Support for KFR_USE_STD_ALLOCATION[email protected]2+11-2
2018-12-20 17:55Fix typo[email protected]1+1-1
2018-12-20 17:51Merge branch 'dev' of https://github.com/kfrlib/kfr into dev[email protected]1+26-5
2018-12-20 17:51univector support for read/write[email protected]2+26-0
2018-12-20 17:28abstract_vector<T>[email protected]1+26-5
2018-12-20 16:35Fix CMake paths[email protected]1+6-6
2018-12-20 16:26Make audio_reader/audio_writer methods virtual[email protected]1+29-18
2018-12-19 20:22Revert formatting for dr_libs[email protected]2+3965-5648
2018-12-19 20:09Code formatting[email protected]72+5918-4214
2018-12-19 16:53Add CHANGELOG[email protected]1+76-0
2018-12-19 15:29Fix resampler test[email protected]1+1-1
2018-12-19 15:13KFR 3.0.2[email protected]16+332-171
2018-12-18 21:17Fix amp_to_dB[email protected]1+4-3
2018-12-18 11:48Fix references to scale[email protected]1+1-1
2018-12-18 11:40Fix 24-bit files[email protected]2+6-1
2018-12-18 11:39univector_type[email protected]12+48-40
2018-12-12 13:28Fix header inclusion order[email protected]1+2-1
2018-12-12 12:56Documentation[email protected]26+295-114
2018-12-07 06:44Fix resampling building[email protected]1+0-11
2018-12-07 06:23Add cstdlib[email protected]1+1-0
2018-12-07 05:11Sample Rate Convertor refactoring and fixes[email protected]10+353-142
2018-12-06 02:13IO refactoring[email protected]16+10663-354
2018-12-05 19:14sample conversion/interleaving/deinterleaving[email protected]5+200-5
2018-12-04 22:21Assignment to an empty vector should resize it[email protected]2+18-1
2018-11-28 19:32Update README.md[email protected]1+9-4
2018-11-28 16:08Benchmark results[email protected]10+1318-9
2018-11-28 12:21Change version to 3.0.1[email protected]1+2-2
2018-11-28 12:20Workaround for Azure Pipelines outage[email protected]1+0-9
2018-11-28 11:51Change test config[email protected]1+6-4
2018-11-28 09:40Add apt-get update[email protected]1+7-7
2018-11-28 09:31Fix FFT size=128 sse[email protected]1+3-3
2018-11-27 21:45Refactor DFT sources[email protected]15+4307-4134
2018-11-27 20:04Non-power of 2 DFT[email protected]6+723-247
2018-11-27 18:36Small fixes for kfr::complex[email protected]1+45-21
2018-11-27 18:35groupsize support for gather/scatter[email protected]1+41-7
2018-11-27 18:33Ability to make sized linspace[email protected]1+15-7
2018-11-27 18:32fraction type[email protected]2+138-0
2018-11-26 13:02New specializations for FFT, always_inline[email protected]1+54-24
2018-11-25 17:52Merge branch 'dft' into dev[email protected]5+562-176
2018-11-25 17:51Optimize final FFT butterflies[email protected]3+32-37
2018-11-23 11:11Place debug binaries to bin[email protected]1+1-1
2018-11-23 10:58Fix to_fmt[email protected]1+2-1
2018-11-23 09:25Fix real DFT memory error[email protected]2+3-3
2018-11-23 07:33Debug builds[email protected]1+64-16
2018-11-23 06:58Fix YAML[email protected]1+2-2
2018-11-23 06:57Split into steps[email protected]1+6-0
2018-11-23 06:38Add debug builds[email protected]1+7-0
2018-11-23 06:30Pass all arguments[email protected]2+5-5
2018-11-23 06:17Use scripts for automated tests[email protected]4+37-43
2018-11-23 04:50DFT C API[email protected]3+40-21
2018-11-22 18:18Add stddef[email protected]1+1-0
2018-11-22 18:10DFT C API[email protected]3+198-1
2018-11-22 17:37Non-power of 2 DFT (WIP)[email protected]5+560-174
2018-11-20 09:03DFT refactoring[email protected]2+78-89
2018-11-20 06:56Fix for GCC[email protected]3+15-8
2018-11-20 06:26Fix std::complex[email protected]2+28-0
2018-11-20 06:11More tests for FIR filters[email protected]1+54-0
2018-11-20 06:04Merge pull request #19 from fbbdev/devDan Levin3+39-35
2018-11-20 05:56Change README.md[email protected]4+1-172
2018-11-20 05:49Change README.md[email protected]1+2-1
2018-11-19 08:22Update README.md[email protected]2+176-38
2018-11-19 06:52Fix flags for AppleClang[email protected]1+1-1
2018-11-19 06:41Ability to include kfr using add_subdirectory[email protected]2+37-15
2018-11-19 06:22CMake fixes[email protected]3+18-10
2018-11-19 06:02Change README.md/License[email protected]3+300-631
2018-11-19 05:46CMake refactoring/FindGMP[email protected]10+100-183
2018-11-19 04:55Split implementation into impl[email protected]33+2880-2335
2018-11-19 03:00Perform arch tests only on AVX-512 machine[email protected]3+6-9
2018-11-19 02:41KFR 3.0 fixes/tests[email protected]24+484-205
2018-11-16 02:14Fix process() alignment[email protected]1+2-2
2018-11-16 01:56Merge branch 'building_dft' into 3.0[email protected]6+1132-1005
2018-11-16 01:42Merge branch 'ci' into 3.0[email protected]21+594-246
2018-11-16 01:41Change version to 3.0[email protected]1+2-2
2018-11-16 01:36FFT: support for AVX-512[email protected]2+101-112
2018-11-13 23:09partition test[email protected]1+4-4
2018-11-13 21:56Fix partition[email protected]2+13-12
2018-11-13 21:17AVX-512 fixes[email protected]4+50-26
2018-11-13 20:22Merge branch 'avx512' into ci[email protected]11+315-53
2018-11-13 20:14Test AVX512[email protected]1+13-0
2018-11-13 19:48Fix multiarch test[email protected]1+1-1
2018-11-13 19:44Add MSVC32[email protected]1+17-1
2018-11-13 19:35Fix MSVC compatibility[email protected]3+39-4
2018-11-13 18:59New Paths for ARM[email protected]1+3-3
2018-11-13 18:49Fix indent[email protected]1+33-33
2018-11-13 18:47set -e[email protected]1+33-31
2018-11-13 18:38Azure pipelines[email protected]2+67-61
2018-11-13 16:41AVX512 support[email protected]11+315-53
2018-11-12 20:06Merge branch 'dev'[email protected]4+33-13
2018-11-12 19:58Add ARM cpu names[email protected]1+5-0
2018-11-12 19:40Initial AVX-512 support[email protected]4+28-13
2018-11-12 18:26Split DFT into dft-src.cpp[email protected]5+1146-1014
2018-11-12 13:24Merge branch 'dev'[email protected]14+743-23
2018-11-12 12:51Optimize EBU R128[email protected]1+44-41
2018-11-12 12:49Fix error with parameter order[email protected]1+2-1
2018-11-12 12:47Explicit alignment for vec[email protected]1+3-3
2018-10-21 16:31safe_cast, small fixes[email protected]4+50-15
2018-10-21 16:11EBU R128[email protected]8+685-4
2018-10-21 15:55Merge branch 'dev'[email protected]9+318-151
2018-10-21 15:15biquad_filter<T> implementation[email protected]2+39-10
2018-10-21 15:00Fix building in MSYS2[email protected]1+4-1
2018-10-21 14:46Replace std::index_sequence by csizes_t[email protected]1+3-3
2018-10-21 14:39Example for expression_filter and placeholder[email protected]1+15-1
2018-10-21 14:39Tests for placeholders[email protected]1+20-4
2018-10-21 14:38Optimize expression_vtable, add substitute[email protected]2+214-123
2018-10-21 14:37Fix building in MSYS2[email protected]1+1-1
2018-10-21 14:36Ability to call dspplot from source[email protected]2+17-11
2018-10-21 09:30Add new exceptions to .gitignore[email protected]1+6-2
2018-10-21 09:30Add Xcode 10[email protected]1+5-1
2018-08-29 21:21Merge pull request #29 from kfrlib/devDan Levin5+19-9
2018-08-29 21:11Fix complex<T> pointer in goertzel.hppDan Levin1+1-1
2018-08-29 21:05Workaround for Clang bugDan Levin1+5-5
2018-08-29 19:11Update .travis.ymlDan Levin1+6-2
2017-11-16 20:02Fix clamp and pow functionsDan Levin2+7-1
2017-09-01 10:12FIR filters with different tap and sample typesFabio Massaioli3+39-35
2017-08-31 18:14Merge pull request #18 from fbbdev/patch-1Dan Levin1+1-1
2017-08-30 16:29fir.hpp: remove unused template parameterFabio Massaioli1+1-1
2017-06-28 13:52Merge pull request #15 from josephsmeng/masterDan Levin1+2-2
2017-06-27 17:15change lambda function arg type as float for making msvc happyjosephshen1+2-2
2017-06-06 18:47More tests for real dft and wrapper functions[email protected]1+19-0
2017-06-06 18:45Different alignment for real fft, fixes #14[email protected]1+1-0
2017-06-06 18:44irealdft: fix incorrect size detection in wrapper[email protected]1+1-1
2017-06-06 18:42println: fix void* and const void* types[email protected]1+3-0
2017-04-03 23:48Mark run_all as unused[email protected]1+1-1
2017-04-03 23:48Lock-free ring buffer[email protected]1+65-0
2017-04-03 23:47convolution.hpp: reorder fields[email protected]1+2-2
2017-04-03 23:46Visual Studio: cast uint to atomic_uint to fix alignment issues[email protected]1+16-12
2017-04-03 23:40Fixes for Visual Studio[email protected]2+10-5
2017-04-03 23:37Macro for right/left shift[email protected]1+12-0
2017-04-03 23:36Update documentation[email protected]8+41-10
2017-04-03 23:35Pass build.py arguments to cmake[email protected]2+3-3
2017-03-31 20:27Memory allocated using aligned_malloc is now shared[email protected]1+16-5
2017-03-31 20:23CoMeta: overloads for standard types and smart pointers[email protected]1+86-5
2017-03-31 20:22Testo: add ASSERT, refactor comparisons[email protected]4+303-223
2017-03-31 20:04biquad.hpp: Check size of input expression. Fixes #10[email protected]1+1-1
2017-03-31 20:02Visual Studio: suppress warnings in cstring.hpp[email protected]1+5-0
2017-03-31 20:01Travis CI no longer supports Xcode 7 and Xcode 6.3[email protected]1+0-8
2017-03-31 19:54Visual Studio: suppress warnings[email protected]1+6-0
2017-03-31 19:51CoMeta: is_sequence function[email protected]1+21-0
2017-03-31 19:51Visual Studio: __forceinline implies inline[email protected]1+1-1
2016-11-23 14:47biquad: Fix input vector index. (Fixes #8 )[email protected]1+2-2
2016-11-09 10:14Tests for FFT based zero latency convolution[email protected]1+10-0
2016-11-09 10:13FFT based zero latency convolution[email protected]1+103-0
2016-11-09 10:12Filter API: Add functions to apply filter to arrays[email protected]1+13-1
2016-11-09 09:58filter_fir: FIR filter using new API[email protected]1+28-0
2016-11-09 09:55New filter API[email protected]4+88-1
2016-11-09 08:25biquad filter: set zero latency version as default[email protected]1+11-11
2016-11-09 08:01Refactor operators.hpp[email protected]4+214-113
2016-11-09 07:47Remove bind_expression in expression operators[email protected]1+7-7
2016-11-09 07:40bind_expression: remove internal::arg<>[email protected]1+5-8
2016-11-09 07:40Code formatting[email protected]10+33-39
2016-11-09 07:34Refactor operators.hpp[email protected]5+268-197
2016-11-09 07:09Move cpuid.hpp and cpuid_auto.hpp to cpuid folder[email protected]8+322-295
2016-11-09 06:46Rename expression to expression_base[email protected]7+53-51
2016-11-08 10:56Add new files to sources.cmake[email protected]1+3-0
2016-11-08 10:51Tests for updated FIR filter[email protected]1+20-0
2016-11-08 10:43FIR filter with external state[email protected]2+85-36
2016-11-08 10:31Tests refactoring[email protected]15+835-851
2016-11-08 05:27Rename conv.hpp -> convolution.hpp[email protected]4+93-92
2016-11-08 05:18Remove resample.hpp[email protected]2+0-29
2016-11-08 05:13Remove impulse.hpp, Add special.hpp[email protected]6+93-73
2016-11-08 04:56expression_pointer: size function and other improvements[email protected]1+38-10
2016-11-08 04:55Extended precision type double_double[email protected]1+79-0
2016-11-08 03:51waveshaper.hpp: add two saturation algorithms[email protected]1+47-0
2016-11-08 03:49expression.hpp: Add CHECK_EXPRESSION macro[email protected]1+64-0
2016-11-08 03:41random.hpp: Add KFR_ENABLE_IF[email protected]1+6-6
2016-11-08 03:41operators.hpp: horner_even, horner_odd[email protected]1+60-0
2016-11-08 03:40operators.hpp: bitwise and comparison functions[email protected]1+24-13
2016-11-08 03:38Remove internal::arg[email protected]4+14-16
2016-11-08 03:35python_plot.hpp: flush_to_zero function[email protected]1+7-1
2016-11-08 03:25univector: more documentation[email protected]1+36-0
2016-11-08 03:24vec.hpp: optvec<T> for vector with optimal width[email protected]1+3-0
2016-11-08 03:22CoMeta: more documentation, small improvements[email protected]1+16-7
2016-11-08 03:19split: call shuffle directly[email protected]1+1-1
2016-11-08 03:19widen: fix ambiguous function call[email protected]1+1-1
2016-11-08 03:11Replace CMT_FUNC by KFR_FUNC[email protected]12+169-169
2016-11-08 03:05kfr.h: Include CMT_OS_NAME in version string[email protected]1+5-2
2016-11-08 03:04Version 2.0.0[email protected]1+3-3
2016-11-08 03:03define CMT_OS_NAME[email protected]1+14-0
2016-11-08 02:53Calculate loop unroll count based on total SIMD register count[email protected]1+2-2
2016-11-08 02:52window.hpp: convert constants to T[email protected]1+2-2
2016-11-04 04:44Allow vec<T> for vectors of native SIMD width[email protected]2+5-5
2016-11-04 04:17Tests for inrange[email protected]1+4-0
2016-11-04 00:13New function: inrange[email protected]1+6-0
2016-11-04 00:12expression_pointer: pass vec by reference[email protected]1+11-7
2016-11-04 00:09Specialize cometa::representation for mask<>[email protected]1+13-0
2016-11-04 00:03Subscript operator for mask[email protected]1+9-1
2016-11-03 05:16Detect clang in CMakeLists.txt[email protected]7+126-105
2016-11-03 05:08expression_test: Allow sum to be greater than expected[email protected]1+6-6
2016-11-03 05:04simd_intrin.hpp: Small fixes[email protected]1+2-2
2016-11-03 04:58Include x86intrin.h in GCC[email protected]1+4-0
2016-11-03 04:49Forward declaration for low/high[email protected]1+13-4
2016-11-03 04:47process: Inline for-loops and make the function static[email protected]1+11-21
2016-11-03 04:42Update dspplot python library[email protected]2+25-11
2016-11-03 04:39Make library_version function static[email protected]1+1-1
2016-11-03 04:38Set size in upsample/downsample[email protected]1+8-1
2016-11-03 04:36Fix biquad_zl[email protected]1+4-4
2016-11-03 04:35Remove template parameter names in declaration[email protected]1+2-2
2016-11-03 04:29Fix cpu_name function[email protected]1+1-1
2016-11-03 04:28Make read/write functions static[email protected]1+2-2
2016-10-24 10:50New implementation for vec<>[email protected]27+1865-1312
2016-10-17 04:51cometa.hpp: map, scale and new CMT_ENABLE_IF_IMPL[email protected]1+15-2
2016-10-17 04:44Don't use vec<>::data()[email protected]1+2-2
2016-10-17 04:40sqrt.hpp: use constructor instead of tovec[email protected]1+2-2
2016-10-17 04:34Fix asymmetric FIR filter and define value_type[email protected]1+4-1
2016-10-17 04:25Replace KFR_INTRIN by CMT_FUNC[email protected]4+50-48
2016-10-17 04:17cident.h: Add CMT_FUNC and CMT_GNU_NOEXCEPT[email protected]1+4-0
2016-10-17 04:07random.hpp: use static const instead of constexpr[email protected]1+2-2
2016-10-17 04:06expression_pointer.hpp: use vec<>[email protected]1+6-8
2016-10-17 03:55intrinsic_test: Remove unused typedefs[email protected]1+1-23
2016-10-17 03:54Add *.inc to list of source files[email protected]1+1-1
2016-10-17 03:42Ignore Wformat-security in GCC[email protected]1+3-2
2016-10-17 03:40Add noexcept for mpfr::number constructor[email protected]1+1-1
2016-10-17 03:39dB_to_string[email protected]1+17-1
2016-10-17 03:35Ignore overflow warning for allones[email protected]1+4-0
2016-10-17 03:29New implementation for acos[email protected]1+1-1
2016-10-11 01:07Move simd and related functions to kfr::internal[email protected]3+15-11
2016-10-11 00:29Constants refactoring, macros for pragma, MSVC support[email protected]73+1887-1362
2016-10-08 01:40Add generic compiler-independent SIMD functions[email protected]10+228-18
2016-10-08 00:36Move vec_op to vec.hpp[email protected]2+79-83
2016-10-08 00:26Make simd type opaque[email protected]1+9-6
2016-10-08 00:07New implementation for SIMD read/write[email protected]5+115-172
2016-10-08 00:06build.py: Detect cpu count[email protected]1+6-1
2016-10-07 21:30Expand macro KFR_ASGN_OP[email protected]1+51-18
2016-10-06 02:07MSVC compatibility fixes[email protected]3+52-86
2016-10-06 01:34Code formatting[email protected]4+11-18
2016-10-06 00:54Detect SSE/SSE2 in MSVC[email protected]1+4-2
2016-10-06 00:00Various fixes for MSVC[email protected]1+9-8
2016-10-05 23:59GNU builtins in MSVC[email protected]1+23-0
2016-10-05 23:56MSVS-compatible implementations of and_t and or_t[email protected]1+21-5
2016-10-05 23:53CMT_UNUSED for __attribute__((unused))[email protected]1+2-0
2016-10-05 22:46New function: padded for padding expression[email protected]2+69-0
2016-10-05 05:13Expression refactoring[email protected]2+11-24
2016-10-05 04:57Refactor kfr::expression[email protected]1+1-25
2016-10-05 04:04Code formatting[email protected]2+1-3
2016-10-05 03:33Move cinput_t/coutput_t from types.hpp to expression.hpp[email protected]2+18-17
2016-10-05 02:13Deduce value_type in process function[email protected]6+12-33
2016-10-05 00:48Add reference_dft_plan class[email protected]1+19-0
2016-10-05 00:45Remove maxwidth template parameter[email protected]1+24-28
2016-09-29 13:10Implement context passing[email protected]13+196-127
2016-09-28 15:41intrinsic_test: Remove unused typedefs[email protected]1+0-6
2016-09-28 15:40Change expression_test[email protected]1+6-4
2016-09-28 15:39Disable some warnings in MSVC[email protected]1+5-0
2016-09-26 06:48static_assert for checking size of random_state[email protected]1+2-0
2016-09-26 06:45Fix incorrect vec<> size in MSVC2015 Update 2[email protected]1+1-1
2016-09-26 06:39CoMeta: Implement __declspec(empty_bases)[email protected]1+7-0
2016-09-26 05:59cmake: Generate only Debug and Release configs[email protected]1+3-0
2016-09-12 17:16Operators for complex numbers of different types[email protected]3+94-4
2016-09-12 16:18Remove dft dependency from CTTI[email protected]1+4-6
2016-09-12 16:12Implement cabs and carg for real numbers[email protected]3+19-1
2016-09-12 13:01New functions: realdft and irealdft[email protected]1+20-0
2016-09-12 12:26Cache for real FFT[email protected]1+36-3
2016-09-12 12:18Variable length biquad[email protected]1+18-0
2016-09-12 12:08Expression for horner function[email protected]1+7-1
2016-09-12 12:06Version 1.3.0[email protected]1+3-3
2016-09-09 18:25Tests for partition function[email protected]1+38-0
2016-09-09 17:24New expressions: printer and debug_printer[email protected]1+44-0
2016-09-09 17:05New function partition for parallel expression execution[email protected]1+37-0
2016-09-09 16:41process function now supports subranges[email protected]2+15-11
2016-09-09 15:16Fix fn_noop in cometa::function[email protected]1+2-2
2016-09-09 14:45Travis-CI: Test cmake before executing brew install cmake[email protected]1+1-1
2016-09-09 14:05operators.hpp: pass arguments by const reference[email protected]1+43-42
2016-09-08 17:36Add KFR_ENABLE_IF for mix/mixs overloads[email protected]1+2-2
2016-09-08 16:18Expressions for mix/mixs[email protected]2+23-0
2016-09-08 15:34New implementation for sequence[email protected]1+5-5
2016-09-08 15:24Expressions refactoring[email protected]8+115-173
2016-09-08 14:55Move expression types to expression.hpp[email protected]4+183-182
2016-09-08 14:40Move alignment and casting functions from types.hpp to cometa.hpp[email protected]3+132-134
2016-09-08 14:28Macro refactoring[email protected]13+104-129
2016-09-08 14:02Remove unused structs and enums[email protected]1+0-36
2016-09-08 13:58Extract platform specific constants and functions into platform.hpp[email protected]4+193-156
2016-09-08 13:46Remove deprecated ioratio[email protected]2+1-32
2016-09-08 13:34Add is_incremental property to indicate incremental expressions[email protected]2+6-0
2016-09-07 17:16Automatically get the size of expression rather than pass it as an argument[email protected]5+12-12
2016-09-07 16:02Add autocorrelate function[email protected]1+8-0
2016-09-07 15:58Add idft function[email protected]1+10-0
2016-09-07 14:11DFT plan cache[email protected]3+112-10
2016-09-07 12:32Cross correlation of two vectors[email protected]2+31-3
2016-09-07 12:20New function: reverse(Expr)[email protected]2+30-0
2016-09-07 12:00New function: truncate(Expr, size)[email protected]7+35-17
2016-09-07 11:48Fix wrong size in slice function (+test)[email protected]4+32-10
2016-09-07 11:20Remove infinite structure[email protected]2+0-13
2016-09-07 11:08Code formatting[email protected]1+4-4
2016-09-07 10:09Tests for real FFT[email protected]1+34-13
2016-09-07 09:51FFT: real-to-complex and complex-to-real transforms[email protected]1+142-0
2016-09-07 09:40Fix cmul_conj functions[email protected]1+5-5
2016-09-06 13:50Add block_process function[email protected]1+15-0
2016-09-06 13:44Fix double percent symbol in value_fmt[email protected]1+2-1
2016-09-06 13:43cstring: Add slice member function[email protected]1+18-0
2016-09-06 13:19Add reference_fft for real FFT[email protected]1+35-0
2016-09-06 11:35Fix complex number printing[email protected]1+1-1
2016-09-06 10:47basic_expressions.hpp: Include <algorithm>[email protected]1+1-0
2016-09-06 10:46Define KFR_SHUFFLE_SPECIALIZATIONS[email protected]1+1-0
2016-09-06 10:45Implement copy_n[email protected]1+12-6
2016-09-06 10:28Refactor string conversion functions[email protected]19+107-130
2016-09-06 09:41Code formatting[email protected]4+8-5
2016-09-05 09:43Merge branch 'dev'[email protected]18+749-614
2016-09-05 09:24Fix GCC 4.8 incompatibility[email protected]1+2-0
2016-09-05 09:13Ubuntu: Fix missing ptrdiff_t definition[email protected]1+2-2
2016-09-05 08:59Include <vector> and implement addressof from <memory>[email protected]2+12-1
2016-09-05 08:37Split and refactor CoMeta, remove unused includes[email protected]18+735-613
2016-09-05 08:26Short FFT test on ARM[email protected]1+7-1
2016-09-05 08:17tests: include testo/testo.hpp in cmake[email protected]1+12-8
2016-09-05 08:11macOS builds: install cmake only if missing[email protected]1+1-2
2016-09-05 08:03Remove constructor vec(array_ref)[email protected]1+0-8
2016-09-05 07:51fir.hpp: Use read function for reading vector[email protected]1+2-2
2016-09-05 07:49Supress -Wshift-count-negative[email protected]1+1-0
2016-09-05 07:32Update CoMeta to latest version[email protected]4+42-48
2016-09-01 11:37select: add overload for vec parameter[email protected]1+6-0
2016-09-01 11:36New implementation for add expression[email protected]1+8-13
2016-09-01 05:25Fix alignment issues for expression_resource_impl[email protected]1+7-7
2016-08-31 06:46Verbose tests[email protected]1+1-1
2016-08-31 06:35Fix include order[email protected]1+2-4
2016-08-31 06:27Refactor tests and examples[email protected]16+422-497
2016-08-31 06:15library_version should return const char*[email protected]2+8-6
2016-08-30 05:22Mark CoMeta functions as CMT_INTRIN[email protected]1+75-65
2016-08-29 02:53Refactoring: Add slice and unpack function, remove typed and skip functions and many more[email protected]17+176-204
2016-08-29 02:47cforeach: faster implementation[email protected]1+3-9
2016-08-29 02:44Add is_output_expressions[email protected]1+4-0
2016-08-29 01:39Filter design functions shouldn't be inline[email protected]2+14-16
2016-08-29 01:37Version 1.2.0[email protected]1+3-3
2016-08-29 01:37Mark more functions as inline[email protected]3+8-8
2016-08-29 01:32Compile times have been reduced by 10 times in Debug mode[email protected]1+7-2
2016-08-29 01:17Specify value_type for all expressions[email protected]10+140-139
2016-08-29 00:39Fix __builtin_readcyclecounter()[email protected]1+1-1
2016-08-29 00:32Initial support for GCC and other compilers[email protected]11+565-408
2016-08-26 21:44Add phasor function[email protected]2+20-0
2016-08-26 21:04New implementation of counter functions[email protected]1+4-18
2016-08-26 20:33Change default type for swept and jaehne[email protected]2+5-5
2016-08-26 19:59Add virtual base classes for expressions[email protected]1+29-0
2016-08-24 23:17Zero latency biquad filter[email protected]1+115-13
2016-08-24 23:17Code formatting[email protected]3+35-36
2016-08-24 23:13Add test for replacing an argument[email protected]1+13-0
2016-08-24 23:10dspplot: add parameter div_by_N[email protected]2+5-2
2016-08-24 19:31Access to arguments in expression class[email protected]2+16-2
2016-08-24 19:09Add new function: rebind[email protected]5+33-3
2016-08-24 01:50Add documentation for DSP functions[email protected]6+139-3
2016-08-19 21:01Add expression_adjacent[email protected]2+38-0
2016-08-19 19:10Add documentation for biquad filter functions[email protected]2+64-0
2016-08-19 14:36Fix includes[email protected]8+23-23
2016-08-19 14:19Added documentation for generators[email protected]1+40-0
2016-08-19 13:32Code formatting[email protected]64+256-257
2016-08-19 13:29Added documentation for all functions in reduce.hpp[email protected]1+72-4
2016-08-19 13:25Added documentation for math functions[email protected]11+282-64
2016-08-18 15:40Update documentation[email protected]80+1882-1602
2016-08-16 10:10Update badges[email protected]1+1-1
2016-08-12 07:46Update Readme[email protected]5+9-6
2016-08-12 06:58Small improvements and fixes[email protected]3+15-15
2016-08-12 06:36Version 1.0.0.[email protected]14+270-288
2016-08-11 05:50Merge branch 'dev'[email protected]7+299-13
2016-08-11 05:41Downsample/upsample by 2 and 4[email protected]1+114-10
2016-08-11 05:33Delay line[email protected]4+118-0
2016-08-11 05:23fir_design.hpp: functions now can take univector_ref[email protected]1+25-0
2016-08-11 05:21univector.hpp: read/write vectors to ring buffer[email protected]1+42-3
2016-08-10 08:21Merge branch 'dev'[email protected]1+33-8
2016-08-10 08:21Update list of the tests and minimal requirements[email protected]1+33-8
2016-08-10 07:18Merge branch 'dev'[email protected]20+592-280
2016-08-10 07:07Tests for ARM NEON (qemu)[email protected]2+55-3
2016-08-10 06:09intrinsic_test: use fbase[email protected]1+3-3
2016-08-10 05:59vec_test: change double to fbase[email protected]1+4-4
2016-08-10 05:47Use size_t for mask template parameter[email protected]1+1-1
2016-08-10 05:43Use tovec to convert vec to mask[email protected]2+10-5
2016-08-10 05:28Small internal changes and fixes[email protected]13+479-242
2016-08-10 05:22Move operators for cval_t and cvals_t to ops namespace[email protected]1+13-4
2016-08-10 02:38Use qemu-arm to test arm binaries[email protected]1+20-11
2016-08-10 01:10Fix neon saturated subtraction for i64[email protected]1+8-10
2016-08-10 00:58Fix sqrt returning zero instead of nan[email protected]1+1-1
2016-08-10 00:04Add missing function max(i64neon, i64neon)[email protected]1+4-2
2016-08-09 05:58Merge remote-tracking branch 'origin/dev'[email protected]88+2861-2061
2016-08-09 05:15Fix i64 and long long mismatch on Ubuntu[email protected]1+3-3
2016-08-09 03:49Use float instead of double if double is not supported in simd[email protected]10+110-82
2016-08-09 03:33New cpu code: neon64 for neon on aarch64[email protected]1+3-2
2016-08-09 03:32fracdelay.hpp: don't limit delay[email protected]1+0-2
2016-08-09 03:31ARM NEON: fix select(mf64neon, f64neon, f64neon)[email protected]1+14-4
2016-08-09 02:56biquad.hpp: conversion for biquad_params[email protected]2+17-4
2016-08-09 02:31window.hpp: use fbase by default[email protected]1+6-6
2016-08-09 02:29biquad_design.hpp: use fbase by default[email protected]1+16-16
2016-08-09 02:27python_plot: supress deprecation warning[email protected]1+5-0
2016-08-09 02:26to_pointer: use std::array for vtable[email protected]1+12-10
2016-08-09 02:24atan2: use mask instead of vec[email protected]1+3-3
2016-08-09 02:21cident.h: KFR_NO_NATIVE_F64 for ARM NEON[email protected]1+10-0
2016-08-09 02:20Update CMakeLists.txt[email protected]3+39-33
2016-08-08 05:22ARM NEON fixes[email protected]2+18-18
2016-08-08 03:47Add xcode6.3 to travis.yml[email protected]1+2-0
2016-08-08 03:39Xcode 6.3 support[email protected]11+65-54
2016-08-08 02:15CMake 2.8: target_include_directories[email protected]1+1-1
2016-08-08 02:10CMake 2.8[email protected]3+9-3
2016-08-08 02:08travis-ci: switch to container-based workers[email protected]2+5-14
2016-08-08 01:37GCC 4.8 support[email protected]3+19-3
2016-08-07 23:28fix ambiguous conversion[email protected]2+32-6
2016-08-07 23:13macro refactoring[email protected]51+990-1074
2016-08-07 22:24update vec_test[email protected]1+13-6
2016-08-07 22:23add mixdown_stereo[email protected]1+27-0
2016-08-07 22:22expression_pack: small fixes[email protected]1+11-8
2016-08-07 22:21typedefs for matrix types[email protected]1+24-1
2016-08-07 22:20vector_width: return 1 if type doesn't fit into register[email protected]1+3-2
2016-08-07 22:18transpose for vec<vec<>>[email protected]1+5-0
2016-08-07 20:28rename sample rate converter[email protected]6+331-293
2016-08-07 20:08bitcast: small improvements and fixes[email protected]2+21-7
2016-08-07 20:05print matrices in multiple lines[email protected]1+1-1
2016-08-07 05:40replace tuple with array in make_vector_impl[email protected]2+2-6
2016-08-07 04:43new algorithm: mixdown[email protected]3+37-0
2016-08-07 04:38new algorithm: dcremove[email protected]3+40-0
2016-08-07 04:28new tests: conversion functions, matrices, packs[email protected]1+71-0
2016-08-07 04:24new test: multiarch[email protected]4+104-3
2016-08-07 04:20KFR_ARCH_DEP for kfr::resampler[email protected]1+1-1
2016-08-07 04:19cometa::repr() for kfr::cpu_t[email protected]1+4-0
2016-08-07 04:18add reverse function for vec<vec<>>[email protected]1+7-2
2016-08-07 04:17Add const to expression_iterator and expression_reader[email protected]1+7-7
2016-08-07 04:09New conversion functions and refactoring[email protected]22+417-322
2016-08-03 21:29Add tests for transcendental functions using MPFR[email protected]5+844-2
2016-08-02 20:19Fix cpuid code for old cpus[email protected]1+2-8
2016-08-02 20:19Fix cpuid code for old cpus[email protected]1+2-8
2016-08-02 19:33empty_test: Include all headers[email protected]3+6-7
2016-08-02 19:31Goertzel algorithm has been fixed[email protected]1+69-78
2016-08-02 19:22Auto-generate sources.cmake[email protected]2+61-42
2016-08-02 19:21Add base.hpp, dft.hpp, dsp.hpp, io.hpp[email protected]6+170-92
2016-08-02 18:52Improve ARM NEON support[email protected]7+205-4
2016-08-02 14:44Don't use thread_local in older macOS[email protected]1+1-0
2016-08-02 14:22Add tests for transcendental functions using MPFR[email protected]5+843-2
2016-08-02 13:55testo: Reduce build time[email protected]1+10-10
2016-07-31 19:55update build script[email protected]1+33-8
2016-07-31 19:46step for make_range[email protected]1+28-10
2016-07-31 14:28merge base and expressions folders[email protected]25+460-459
2016-07-31 14:19merge base and dispatch folders[email protected]4+4-4
2016-07-31 14:13merge misc and base folders[email protected]15+483-484
2016-07-31 13:14use internal::expression_function instead of expr_func[email protected]22+123-125
2016-07-30 20:11Construct function wrapper[email protected]26+145-139
2016-07-30 18:33Pass vec by const reference (intrinsics)[email protected]27+464-396
2016-07-30 17:54Pass vec by const reference[email protected]3+148-125
2016-07-30 16:57Travis CI: Test in Xcode 7, 7.1, 7.2, 7.3, 8[email protected]1+19-4
2016-07-30 16:37FFT: Pass size as int (improve build speed)[email protected]1+26-26
2016-07-30 16:32Emulate __builtin_{add/sub}_overflow on old compilers[email protected]1+43-2
2016-07-30 14:26Use _mm_testc_ps/_mm_testc_pd if AVX is enabled[email protected]1+10-5
2016-07-30 14:09const specifier for all input expressions[email protected]3+4-4
2016-07-30 14:08Remove diagnostic ignored -Winaccessible-base[email protected]3+0-19
2016-07-30 12:25Better type deduction for expressions[email protected]1+1-1
2016-07-27 18:01Revert "Better type deduction for expressions"[email protected]1+3-3
2016-07-27 17:55Generators: linear/exp/exp2/sin/sincos[email protected]1+166-190
2016-07-27 17:53Weighting functions[email protected]1+33-18
2016-07-27 17:53Better type deduction for expressions[email protected]1+3-3
2016-07-27 17:52Allow even/odd mask to be of any width[email protected]1+2-2
2016-07-27 16:57Return infinity if available for min/max[email protected]1+6-3
2016-07-27 16:08Add tests for all x86 architectures (x87, SSE2, SSE4, AVX and AVX2, both x32 and x64)[email protected]1+73-0
2016-07-27 16:07Code formatting[email protected]8+5-12
2016-07-27 16:06Hardcode vector widths (for build speed)[email protected]1+36-36
2016-07-27 15:45Move all intrinsics into separate namespace[email protected]25+272-264
2016-07-27 15:43Include intrinsic headers only if needed[email protected]1+4-2
2016-07-27 15:41Add ability to define architecture from cmake command line[email protected]2+10-2
2016-07-27 12:05vec_test: Tests for common_type[email protected]1+18-0
2016-07-27 12:04intrinsic_test: Tests for type conversion[email protected]1+6-0
2016-07-27 12:03Any argument types for all functions[email protected]20+194-187
2016-07-27 11:49Specialize std::common_type for vec[email protected]1+14-0
2016-07-27 11:48pack now is an alias for make_vector[email protected]1+10-1
2016-07-27 10:24ifloor, iceil, iround, itrunc[email protected]2+82-0
2016-07-26 19:15expression_file_reader: mutable position[email protected]1+1-1
2016-07-26 17:49Remove kfr::native namespace[email protected]1+0-2
2016-07-26 17:46data/sincos.hpp: Reduce table size[email protected]1+12-197
2016-07-26 17:24Remove duplicate of vec.hpp[email protected]7+0-36
2016-07-26 17:17bitness_const for const char*[email protected]1+11-0
2016-07-26 17:11library_version: new version format[email protected]1+2-2
2016-07-26 17:10bitness_const: return const T&[email protected]1+1-1
2016-07-26 17:06speaker.hpp: Add None[email protected]1+2-0
2016-07-26 16:36Add intrinsic_test[email protected]2+262-0
2016-07-26 16:36New version of logical.hpp[email protected]1+71-122
2016-07-26 16:35Integer arguments for asin/acos[email protected]1+14-12
2016-07-26 16:19absmin / absmax[email protected]1+15-4
2016-07-26 16:19New version of saturated arithmetic functions[email protected]1+23-14
2016-07-26 16:17expand_simd with param[email protected]1+6-0
2016-07-26 16:17Fix TESTO_CHECK[email protected]1+2-1
2016-07-26 12:52vec.hpp: decay instead of remove_reference[email protected]1+3-3
2016-07-26 12:51CoMeta: repr() for std::pair[email protected]1+7-0
2016-07-26 12:16Small improvements and fixes[email protected]3+11-11
2016-07-26 11:55Add files to sources.cmake[email protected]1+3-0
2016-07-26 11:46Fix round functions and other small fixes[email protected]4+126-55
2016-07-26 10:42using testo::assert_is_same[email protected]1+1-0
2016-07-26 10:36Move assert_is_same to Testo[email protected]2+11-6
2016-07-26 10:18Fix infinite recursion in abs(i64)[email protected]1+1-5
2016-07-26 10:17Code formatting[email protected]2+3-6
2016-07-26 10:15CoMeta: faster compilation of cforeach[email protected]1+11-12
2016-07-26 10:13CoMeta: cconcat for ctypes_t[email protected]1+24-20
2016-07-25 11:27ARM NEON: abs[email protected]1+1-1
2016-07-25 11:02Initial support for ARM NEON[email protected]3+69-6
2016-07-25 11:01Old stdlibc++ support[email protected]2+4-4
2016-07-25 10:58#include arm_neon.h[email protected]1+0-137
2016-07-25 10:56function.hpp defines[email protected]1+0-80
2016-07-25 10:53Code formatting[email protected]9+13-23
2016-07-25 10:52Remove retarget[email protected]14+12-448
2016-07-25 10:45stat_test: test complex numbers[email protected]2+10-0
2016-07-25 10:44Remove expressions/operators.hpp[email protected]1+0-66
2016-07-25 10:42Add operators to kfr::complex[email protected]1+21-0
2016-07-25 10:36Remove test_output.py[email protected]1+0-34
2016-07-25 10:36Reorder tests[email protected]1+2-2
2016-07-25 10:35Add basic_vector_test[email protected]1+2-0
2016-07-25 10:34Add new files to all.hpp[email protected]1+2-1
2016-07-25 10:28Refactoring: Improve compilation time[email protected]44+3271-4444
2016-07-25 10:01Move platform specific types to function.hpp[email protected]2+143-48
2016-07-25 09:57Internal function wrapper[email protected]1+10-0
2016-07-25 09:51CoMeta: Fix args_and[email protected]2+2-2
2016-07-22 16:50Added test: stat_test[email protected]3+78-2
2016-07-22 14:33don't define CID_CDECL[email protected]1+4-0
2016-07-22 14:30__builtin_prefetch[email protected]1+11-0
2016-07-22 12:43generic cpu support[email protected]11+52-2
2016-07-22 07:36code formatting[email protected]2+7-4
2016-07-22 07:31Fix x87 compilation[email protected]3+9-3
2016-07-22 07:15generic cpu support[email protected]10+259-90
2016-07-21 15:11interpolation functions[email protected]1+32-49
2016-07-20 17:45new line at the end[email protected]1+1-0
2016-07-20 17:44dspplot: Changed url[email protected]1+3-3
2016-07-20 17:22Waveshaper[email protected]3+44-0
2016-07-20 17:11Code cleanup and formatting[email protected]16+38-151
2016-07-20 16:41Small refactoring[email protected]6+44-11
2016-07-20 16:31Split filter design into separate headers[email protected]8+443-297
2016-07-20 12:09Added more hyperbolic functions[email protected]6+190-150
2016-07-20 11:05Code formatting[email protected]7+12-41
2016-07-20 11:04Format all files[email protected]1+5-6
2016-07-20 11:01Prevent comments from being formatted[email protected]1+1-1
2016-07-20 10:58#include cpuid_auto.hpp[email protected]1+1-1
2016-07-20 10:45use std::complex if defined KFR_STD_COMPLEX[email protected]1+17-3
2016-07-19 12:59Split cpuid.hpp into two headers[email protected]2+53-25
2016-07-19 12:56detect_cpu: default value for template parameter[email protected]1+1-1
2016-07-19 12:55CMake: Set target cpu[email protected]4+10-7
2016-07-19 10:58more benchmark results in README.md[email protected]2+10-5
2016-07-19 08:21Fixed biquad titles[email protected]1+2-2
2016-07-19 07:49biquad example: set titles[email protected]1+8-8
2016-07-19 07:47Parallel build (-j4) by default[email protected]2+3-2
2016-07-18 13:280.9.1 version[email protected]1+3-3
2016-07-18 13:26Feature added: Fractional delay[email protected]5+90-0
2016-07-18 13:25Added scalar versions of round functions[email protected]1+15-0
2016-07-18 13:24Fixed short FIR filter with long vector size[email protected]1+14-35
2016-07-18 11:21Updated README.md[email protected]1+1-0
2016-07-18 11:14Feature added: Convolution[email protected]5+98-0
2016-07-18 11:08Biquad: one version for all lengths[email protected]1+7-59
2016-07-18 11:06Default width if width==0[email protected]1+3-3
2016-07-18 06:43Visual Studio support[email protected]12+131-81
2016-07-18 04:46tostring.hpp: change namespace[email protected]1+26-10
2016-07-18 04:43Biquad: use array instead of vector and fix initialization[email protected]1+14-15
2016-07-18 04:32Reorder includes in all.hpp[email protected]1+22-17
2016-07-18 04:30carray: constructor must be called only for the callables[email protected]1+1-1
2016-07-18 04:27Fixed compiler attribute detection[email protected]1+2-4
2016-07-18 04:26Better detection of clang[email protected]1+2-2
2016-07-18 04:23univector: detect if the parent's constructor is noexcept[email protected]1+1-1
2016-07-18 04:18use allocate_shared instead of make_shared to consider alignment[email protected]1+3-2
2016-07-18 04:16Define NOMINMAX before including windows.h[email protected]1+3-0
2016-07-11 09:21Added link to fft benchmark repository[email protected]1+1-0
2016-07-08 21:23Update README.md[email protected]2+2-1
2016-07-01 13:28Update README.md[email protected]2+3-2
2016-07-01 13:16Enable testing on travis-ci[email protected]1+5-2
2016-07-01 13:07New test: vec_test[email protected]2+118-0
2016-07-01 13:00Merge remote-tracking branch 'refs/remotes/origin/master' into dev[email protected]6+27-21
2016-07-01 12:58kfr::broadcast now takes the width of the result vector[email protected]5+13-13
2016-07-01 11:55Fix building on Ubuntu with non-default clang[email protected]1+2-2
2016-07-01 11:43Updated CMakeLists.txt[email protected]1+16-10
2016-06-30 11:30Update and rename readme.md to README.mdkfrlib2+106-104
2016-06-30 11:06Update travis-ci script[email protected]1+3-1
2016-06-30 10:56Add travis-ci build[email protected]1+24-0
2016-06-30 10:18Updated README.md to include Ubuntu specific requirement[email protected]1+5-2
2016-06-30 10:08link against libm[email protected]2+2-1
2016-06-30 09:44Various small fixes and improvements[email protected]3+20-16
2016-06-29 17:59Initial commit[email protected]96+25231-0