| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add an empty() method to FlexArray | Chris Robinson | 2019-06-29 | 1 | -2/+2 |
* | Fix ambiguous calls to destroy_at | geneotech | 2019-06-21 | 1 | -2/+2 |
* | Use a FlexArray for the context's voices | Chris Robinson | 2019-06-09 | 1 | -1/+1 |
* | Add and use proper types for FlexArray | Chris Robinson | 2019-06-07 | 1 | -20/+43 |
* | Remove a couple unused functions | Chris Robinson | 2019-06-06 | 1 | -8/+0 |
* | Remove the DEF_ALIGN macro | Chris Robinson | 2019-06-06 | 1 | -2/+0 |
* | Add methods to construct and destruct objects in-place | Chris Robinson | 2019-06-05 | 1 | -5/+73 |
* | Improve alignment handling for the alignment allocator | Chris Robinson | 2019-06-03 | 1 | -2/+2 |
* | Add front and back methods to FlexArray | Chris Robinson | 2019-01-17 | 1 | -0/+6 |
* | Add placement operator delete | Chris Robinson | 2019-01-11 | 1 | -3/+7 |
* | Add a missing include | Chris Robinson | 2019-01-11 | 1 | -0/+1 |
* | Add a flexible array template container | Chris Robinson | 2019-01-11 | 1 | -0/+42 |
* | Add and use a make_unique function | Chris Robinson | 2019-01-01 | 1 | -0/+7 |
* | Use static_cast instead of reinterpret_cast where possible | Chris Robinson | 2018-12-28 | 1 | -1/+1 |
* | Add an assume_aligned helper | Chris Robinson | 2018-12-20 | 1 | -0/+15 |
* | Add and use a macro to define placement-new-only allocators | Chris Robinson | 2018-11-22 | 1 | -0/+4 |
* | Move the alignment-aware allocator and vector to headers | Chris Robinson | 2018-11-18 | 1 | -0/+38 |
* | Use new/delete for ALCcontext objects | Chris Robinson | 2018-11-18 | 1 | -11/+12 |
* | Add a method to get the system's page size | Chris Robinson | 2018-01-16 | 1 | -0/+9 |
* | Move internal headers out of the include directory | Chris Robinson | 2017-04-14 | 1 | -0/+21 |