Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Combine multiple target installs | Chris Robinson | 2020-04-15 | 1 | -27/+19 |
| | |||||
* | Fix installing alsoft-config | Chris Robinson | 2020-04-15 | 1 | -4/+4 |
| | |||||
* | Combine utility target installs | Chris Robinson | 2020-04-14 | 1 | -6/+6 |
| | |||||
* | Always define install targets for the main library | Chris Robinson | 2020-04-14 | 1 | -67/+53 |
| | | | | Examples and utilities now have separate install options. | ||||
* | Simplify some indentation | Chris Robinson | 2020-04-14 | 1 | -25/+22 |
| | |||||
* | Remove some unnecessary cmake checks | Chris Robinson | 2020-04-14 | 1 | -5/+0 |
| | |||||
* | Ignore "attribute '...' is not recognized" MSVC warning | Chris Robinson | 2020-04-10 | 1 | -1/+1 |
| | |||||
* | Remove an unused cmake variable | Chris Robinson | 2020-04-10 | 1 | -9/+0 |
| | |||||
* | Apply static-link flags directly to the target | Chris Robinson | 2020-04-10 | 1 | -11/+12 |
| | |||||
* | Merge pull request #167 from aaronmjacobs/build-version-option | kcat | 2020-04-05 | 1 | -1/+2 |
|\ | | | | | Add option to disable "build_version" cmake target | ||||
| * | Add option to disable "build_version" cmake target | Aaron Jacobs | 2018-01-28 | 1 | -1/+2 |
| | | |||||
* | | Use a cmake script to convert a binary file to a header file | Chris Robinson | 2020-04-04 | 1 | -35/+4 |
| | | |||||
* | | Remove the now-unused bsincgen | Chris Robinson | 2020-04-02 | 1 | -19/+5 |
| | | |||||
* | | Generate the bsinc tables using constexpr methods | Chris Robinson | 2020-04-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | All the methods used should be compliant with C++14 constexpr rules. However, the number of scales and phases cause GenerateBSincCoeffs to reach the allowed step limit, preventing full compile-time generation. It's not a terribly big deal, it'll generate them very quickly when loading, but it does prevent using shared read-only memory pages. | ||||
* | | Move the FrontStablizer definition to its own header | Chris Robinson | 2020-03-30 | 1 | -0/+1 |
| | | |||||
* | | Remove the QSA backend | Chris Robinson | 2020-03-29 | 1 | -18/+0 |
| | | | | | | | | | | It's been broken for who knows how long, and could really do with a rewrite for the new interface anyway. | ||||
* | | Convert the examples from SDL_sound to libsndfile | Chris Robinson | 2020-03-24 | 1 | -57/+40 |
| | | |||||
* | | Use libsndfile for the alplay example | Chris Robinson | 2020-03-24 | 1 | -7/+17 |
| | | |||||
* | | Update to C++14 | Chris Robinson | 2020-03-22 | 1 | -2/+2 |
| | | |||||
* | | Remove the check for stat() | Chris Robinson | 2020-03-21 | 1 | -2/+0 |
| | | | | | | | | It's POSIX-2001 standard | ||||
* | | Move CPUCapFlags and FillCPUCaps to their own source | Chris Robinson | 2020-03-20 | 1 | -0/+1 |
| | | |||||
* | | Move the FPUCtl methods to its own source | Chris Robinson | 2020-03-20 | 1 | -1/+2 |
| | | |||||
* | | Add a streaming example using a callback buffer | Chris Robinson | 2020-02-20 | 1 | -0/+6 |
| | | |||||
* | | Set static MSVC runtim for cpp files when FORCE_STATIC_VCRT is ON. | Sergey Karchevsky | 2020-01-26 | 1 | -1/+3 |
| | | | | | | | | Fixes #384 | ||||
* | | Release 1.20.1 | Chris Robinson | 2020-01-23 | 1 | -1/+1 |
| | | |||||
* | | Don't hardcode the system paths for searching frameworks | Chris Robinson | 2019-12-29 | 1 | -15/+8 |
| | | |||||
* | | Move duplicate SOFA-related functions to a reusable library | Chris Robinson | 2019-12-11 | 1 | -4/+13 |
| | | |||||
* | | Rename the default HRTF | Chris Robinson | 2019-11-28 | 1 | -3/+3 |
| | | |||||
* | | Don't keep a resampled default HRTF | Chris Robinson | 2019-11-28 | 1 | -2/+1 |
| | | |||||
* | | Move the polyphase resampler to the common lib | Chris Robinson | 2019-11-28 | 1 | -0/+2 |
| | | |||||
* | | Release 1.20.0v1.20.0-upstream | Chris Robinson | 2019-11-28 | 1 | -2/+2 |
| | | |||||
* | | Put the pragma defines in a separate header | Chris Robinson | 2019-10-07 | 1 | -0/+1 |
| | | |||||
* | | Move ALvoice from alu.h to a separate header | Chris Robinson | 2019-10-02 | 1 | -0/+1 |
| | | |||||
* | | Rename mixvoice.cpp to voice.cpp | Chris Robinson | 2019-10-02 | 1 | -1/+1 |
| | | |||||
* | | Check for librt earlier | Chris Robinson | 2019-10-01 | 1 | -8/+8 |
| | | |||||
* | | Link the examples with librt if it exists | Chris Robinson | 2019-10-01 | 1 | -2/+12 |
| | | |||||
* | | Only build ex-common as needed | Chris Robinson | 2019-09-24 | 1 | -8/+7 |
| | | |||||
* | | Move the ifstream wrapper to common | Chris Robinson | 2019-09-22 | 1 | -0/+2 |
| | | |||||
* | | Remove large file macros | Chris Robinson | 2019-09-22 | 1 | -13/+0 |
| | | | | | | | | | | Large file offsets aren't being utilized, and C++ seems to use to 64-bit offsets anyway. | ||||
* | | Remove deprecated CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS | Chris Robinson | 2019-09-19 | 1 | -2/+0 |
| | | |||||
* | | Work around MSVC's lack of standard _Pragma support | Chris Robinson | 2019-09-18 | 1 | -1/+1 |
| | | |||||
* | | Silence a couple specific warning instances | Chris Robinson | 2019-09-18 | 1 | -1/+1 |
| | | |||||
* | | Enable and fix some more warnings | Chris Robinson | 2019-09-18 | 1 | -0/+1 |
| | | |||||
* | | Disable warnings 4268 and 4324 on MSVC | Chris Robinson | 2019-09-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | warning C4268: 'const' static/global data initialized with compiler generated default constructor fills the object with zeros warning C4324: structure was padded due to alignment specifier | ||||
* | | Enable some more MSVC warnings | Chris Robinson | 2019-09-18 | 1 | -1/+5 |
| | | |||||
* | | Some cleanup for CMakeLists.txt | Chris Robinson | 2019-09-18 | 1 | -130/+87 |
| | | |||||
* | | Remove unnecessary long long checks | Chris Robinson | 2019-09-16 | 1 | -8/+0 |
| | | |||||
* | | Add preprocessor defines for the common lib | Chris Robinson | 2019-09-16 | 1 | -1/+2 |
| | | |||||
* | | Add a missing include directory for the common lib | Chris Robinson | 2019-09-16 | 1 | -1/+1 |
| | | |||||
* | | Remove the last uses of the system's str[n]casecmp | Chris Robinson | 2019-09-16 | 1 | -20/+0 |
| | |