Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-add an option for installing the main lib | Chris Robinson | 2020-05-07 | 1 | -28/+29 |
| | |||||
* | Avoid unnecessary PATH_SUFFIXES | Chris Robinson | 2020-04-26 | 1 | -13/+12 |
| | |||||
* | Remove some hopefully unneeded macros | Chris Robinson | 2020-04-25 | 1 | -7/+1 |
| | |||||
* | Simplify some install statements | Chris Robinson | 2020-04-19 | 1 | -32/+19 |
| | |||||
* | Use an import target for libsndfile | Chris Robinson | 2020-04-19 | 1 | -35/+25 |
| | |||||
* | Fix some message formatting | Chris Robinson | 2020-04-19 | 1 | -1/+1 |
| | |||||
* | Make sure HAVE_OBOE is cleared before checking | Chris Robinson | 2020-04-19 | 1 | -26/+27 |
| | |||||
* | Correctly test for SSE switches | Chris Robinson | 2020-04-19 | 1 | -25/+33 |
| | |||||
* | Rename install options for consistency | Chris Robinson | 2020-04-19 | 1 | -14/+23 |
| | |||||
* | Don't explicitly link libpthread | Chris Robinson | 2020-04-19 | 1 | -5/+0 |
| | | | | Compiling and linking with -pthread is apparently enough. | ||||
* | Build Oboe with hidden visibility | Chris Robinson | 2020-04-18 | 1 | -0/+10 |
| | |||||
* | Add an Oboe backend stub | Chris Robinson | 2020-04-18 | 1 | -0/+29 |
| | |||||
* | 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 |
| | |