Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/openfl/libopenal


https://github.com/openfl/libopenal

Fix build using newer GCC version

9b3a80d8a87831be66f7130d582b7ad92f82f054 authored about 3 years ago by Joshua Granick <[email protected]>
Add Android log2f patch

d66ef73a926e846ffae215c55c8abbc93bf6373a authored over 5 years ago by Joshua Granick <[email protected]>
Minor fix for newer Android NDK

f7b3962cdd38728fd81c7fe37d9c7bd1371c2e78 authored over 5 years ago by Joshua Granick <[email protected]>
Remove SSE4.1 instructions from file list

3f732355f078ea8fd226b70b4ccdb428d6453c0d authored about 6 years ago by Joshua Granick <[email protected]>
Enable SSE3 and lower on macOS and Linux

30d8d36eea65bc770b11a30eed8c2eb906ce3f4a authored about 6 years ago by Joshua Granick <[email protected]>
Silence "device not closed" warning

e5b5a559075eff71b899094c19d887aec96e1ff3 authored about 6 years ago by Joshua Granick <[email protected]>
Disable some methods for older MSVC CRT versions

96e6f02f6f94d76ad4b11d666b2fe9aa3078f1ef authored about 6 years ago by Joshua Granick <[email protected]>
Android compile fix

005a7789245f0286186a2c02e5507882f65d0c3b authored over 6 years ago by Joshua Granick <[email protected]>
Minor compile fix

00173ec5ca35c25985e64081400767411e7fabeb authored over 6 years ago by Joshua Granick <[email protected]>
Compile fixes

cbe48385a8e61145a0fc971172275d784d5229b6 authored over 6 years ago by Joshua Granick <[email protected]>
Minor fixes

22c5f18dc8240f4c1def556de25c8ee5100192d9 authored over 6 years ago by Joshua Granick <[email protected]>
Update to 0.19.0

852713dc08ca66388b4f6bdde2d315ba25f5eabf authored over 6 years ago by Joshua Granick <[email protected]>
Silence AL cleanup warning

d599b3a44247a43e102f9e280e830d97b09356b4 authored over 6 years ago by Joshua Granick <[email protected]>
Improve backward compatibility, disable SSE 4.1

806867f198dfeb12de2f9f61c5aadd041eb544c3 authored about 8 years ago by Joshua Granick <[email protected]>
Fix warning

29128d5f8b26134fbc60b6eef5f138858376447c authored about 8 years ago by Joshua Granick <[email protected]>
Fix warning

81f8a8afe6baf795b602f748c1b6fb1b8cf1268b authored over 8 years ago by Joshua Granick <[email protected]>
Fix RPi config

e73ff17d05c1255923f13136f255428027ad8142 authored over 8 years ago by jgranick <[email protected]>
Update for older MSVC

5c19cebe760558771317b3562b8a1acab2653495 authored over 8 years ago by Joshua Granick <[email protected]>
Update for older MSVC

0533429b10a863407c9ded645460febd4a8e389c authored over 8 years ago by Joshua Granick <[email protected]>
Update config-windows-x86.h

b6e94dca2d7f27816d306d55164f2a813ab7b4b0 authored over 8 years ago by Joshua Granick <[email protected]>
Restore pulse and alsa headers

6a405717a1429bc68407765410cf9dbcb8a6b36d authored over 8 years ago by jgranick <[email protected]>
Initial work on Mac config (going to switch to OpenAL.framework instead)

01961754dc212f523ff5f64c126d1fd6e3f080be authored over 8 years ago by Joshua Granick <[email protected]>
Update Linux config

f09c9ca6ded5880676d6617dd670b85252f50803 authored over 8 years ago by jgranick <[email protected]>
Disable aligned_alloc on linux x86_64

196541d60e0e52c78e9f350861b3e465c1ba4c4d authored over 8 years ago by vroad <[email protected]>
define HAVE_ALSA and HAVE_PULSEAUDIO on linux

9748f2f87adf10730ecceadf65515fee5dd244db authored over 8 years ago by vroad <[email protected]>
Fix file.xml for linux

c71ae26b22fbed7a47b5855047dc76d79fc9231d authored over 8 years ago by vroad <[email protected]>
Update to 1.17.2

daa3a4afc38e78576500e12c5a213a055c97eb0d authored over 8 years ago by vroad <[email protected]>
Update to 2730d8e76f5155e6c28ddc028a8553b40326f97d

7c9054d152b0ebf848bfbf4a8a593121a165d27c authored about 9 years ago by vroad <[email protected]>
Minor update for tvOS

77986fa62e2218cf3d6a85198a0bbe6f1cfc0677 authored about 9 years ago by Joshua Granick <[email protected]>
Merge pull request #1 from madrazo/patch-1

rebuild windows compilation fix for VS2015

af000b4b1f4485e63963c2aa1011ef7c5e3dd621 authored over 9 years ago by Joshua Granick <[email protected]>
rebuild windows compilation fix for VS2015

snprintf is already defined in VS2015 (_MSC_VER == 1900).
See reference http://stackoverflow.c...

09d44184c7243637c2fe0b8f17d8ac7aabd72f86 authored over 9 years ago by Carlos Madrazo <[email protected]>
ARM improvements

28b69bc3e6e5fa6bef8cc20ae65345dcce4c9772 authored over 9 years ago by jgranick <[email protected]>
library.xml finish linux

e053a9f7418fea54d7d7c6a3e714ebd6d2ff3048 authored almost 10 years ago by underscorediscovery <[email protected]>
library.xml updated for windows

6f1608f65d825151af5b51fe1b79bf43e30686a8 authored almost 10 years ago by underscorediscovery <[email protected]>
Properly shield static link flags. static_link does not work for this, because it becomes ambiguous when adding two libraries with differing type, and even more so when the application is linking the code (static_link turns the application into static instead). Thus, it needs a specific define. in your overarching build.xml do <set name=".." if="static_link" instead like library.xml does because it can make the assumption.

b39009c8db71e3e6b9e5e93aa369da630f900afb authored almost 10 years ago by underscorediscovery <[email protected]>
add library.xml for building separate library versions. windows and linux flags incoming.

note that I added mac but generally on mac you link against
OpenAL.framework. iOS/mac use system...

1cf5358a519850b85f95b8c472bf2b9aff10764d authored almost 10 years ago by underscorediscovery <[email protected]>
Create LICENSE.md

e1e53d7be15f04b366985a67ee330653e6e5c710 authored almost 10 years ago by Joshua Granick <[email protected]>
minor patch on minor patch for x64

cac2f091f4665649defe346a11dcf4f3b4a9f77e authored about 10 years ago by underscorediscovery <[email protected]>
minor patch for x64

8c5b84f9d4afe661c5f645098e782fceab12edbd authored about 10 years ago by underscorediscovery <[email protected]>
putting log level back to error only, and trace in debug mode

fab4412f6e421b8df8f5c860ed55377af498048c authored over 10 years ago by underscorediscovery <[email protected]>
updating to match openal purpose, removing android and adding defines.xml

14fa9bbc93ebc1c88e505f871b34cdea0c6d82bb authored over 10 years ago by underscorediscovery <[email protected]>
Add missing file

1367752d26f0dd83c3672ee0904d513b892ee4eb authored over 10 years ago by Joshua Granick <[email protected]>
Name changes

bcf8515b8ea375d50c3e33a55a9fbdcf5bd360a0 authored over 10 years ago by Joshua Granick <[email protected]>
Mirror the original file structure better

70448f8abe3a1e82c347b4bc704c630497cddfa7 authored over 10 years ago by Joshua Granick <[email protected]>
Initial commit

bdb8d26fae03cd6f0e56f0cf96f6c777701f6811 authored over 10 years ago by Joshua Granick <[email protected]>
Initial commit

e4d92600e840b84dc7ce2bad7f7a3a03434f4cc8 authored over 10 years ago by Joshua Granick <[email protected]>