1. 05 May, 2019 2 commits
  2. 26 Apr, 2019 2 commits
  3. 19 Apr, 2019 10 commits
  4. 17 Apr, 2019 9 commits
  5. 08 Apr, 2019 2 commits
  6. 07 Apr, 2019 13 commits
  7. 30 Mar, 2019 2 commits
    • David Reid's avatar
      Whitespace. · 9a2020b8
      David Reid authored
      9a2020b8
    • David Reid's avatar
      Fix a potential bug with context configs. · e915a827
      David Reid authored
      This issue is related to how strings for select backends are not deeply
      copied, but rather only have their pointers copied. This results in a
      situation where the client may delete the strings they passed to the
      context config assuming miniaudio makes a copy of it when in fact it
      hasn't.
      e915a827