aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* | Silence a couple specific warning instancesChris Robinson2019-09-181-1/+1
* | Enable and fix some more warningsChris Robinson2019-09-181-0/+1
* | Disable warnings 4268 and 4324 on MSVCChris Robinson2019-09-181-1/+1
* | Enable some more MSVC warningsChris Robinson2019-09-181-1/+5
* | Some cleanup for CMakeLists.txtChris Robinson2019-09-181-130/+87
* | Remove unnecessary long long checksChris Robinson2019-09-161-8/+0
* | Add preprocessor defines for the common libChris Robinson2019-09-161-1/+2
* | Add a missing include directory for the common libChris Robinson2019-09-161-1/+1
* | Remove the last uses of the system's str[n]casecmpChris Robinson2019-09-161-20/+0
* | Use our case-insensitive compare functions in makemhrChris Robinson2019-09-161-1/+1
* | Make the common code a separate static libraryChris Robinson2019-09-161-8/+11
* | Add and use custom string types and functionsChris Robinson2019-09-161-0/+2
* | Build with -WunusedChris Robinson2019-09-141-1/+1
* | Enable and fix more warningsChris Robinson2019-09-141-5/+2
* | Enable -Wconversion warningsChris Robinson2019-09-141-1/+1
* | Only pass -Wold-style-cast for C++Chris Robinson2019-09-111-1/+1
* | Avoid C-style casts in C++Chris Robinson2019-09-111-1/+1
* | Move UID definitions to a separate sourceChris Robinson2019-08-121-17/+18
* | Add methods to get env vars as an optionalChris Robinson2019-08-121-0/+1
* | Move vector.h to commonChris Robinson2019-08-111-1/+1
* | Move the wstr converters to a separate headerChris Robinson2019-08-111-0/+1
* | Move the dynload decls and defs to commonChris Robinson2019-08-101-0/+2
* | Move some declarations out of alcmain.hChris Robinson2019-08-051-0/+2
* | Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-0/+1
* | Move another function to a ALCcontext methodChris Robinson2019-07-301-1/+0
* | Rename al/* sources to avoid camel-caseChris Robinson2019-07-291-17/+17
* | Move the event declarations to a separate headerChris Robinson2019-07-291-0/+1
* | Rename the OpenAL32 directory to alChris Robinson2019-07-291-18/+18
* | Remove some unnecessary cmake checksChris Robinson2019-07-291-31/+16
* | Move some headers out of the Include subdirectoryChris Robinson2019-07-281-8/+8
* | Rename Alc to alcChris Robinson2019-07-281-86/+86
* | Rename alMain.h to alcmain.hChris Robinson2019-07-281-3/+2
* | Move the ADPCM decoders to alBuffer.cppChris Robinson2019-07-281-2/+0
* | Remove a couple more cmake checksChris Robinson2019-07-281-4/+0
* | Remove some unnecessary header checksChris Robinson2019-07-281-19/+5
* | Use more proper cmake to set the C/C++ standard versionChris Robinson2019-07-271-13/+6
* | Don't explicitly check for standard functionsChris Robinson2019-07-261-1/+0
* | Add the Windows SDK for the winmm library pathChris Robinson2019-07-101-1/+11
* | Get rid of the custom CHECK_SHARED_FUNCTION_EXISTS functionChris Robinson2019-07-101-12/+9
* | Use a find module for OpenSLChris Robinson2019-07-101-11/+9
* | vocal morpher implementation (#312)Lopuska2019-07-091-0/+1
* | Added rc scripts for dll (#306)Philip Muzzall2019-06-301-1/+6
* | Add a simple optional<> implementationChris Robinson2019-06-301-0/+1
* | Don't warn about standard functions with MSVCChris Robinson2019-06-061-1/+1
* | Disable MSVC warning 4200 againChris Robinson2019-06-061-1/+1
* | Remove the unused ALIGN macroChris Robinson2019-06-061-12/+0
* | Don't disable some MSVC warningsChris Robinson2019-06-061-2/+2
* | Properly search for prebuilt native-toolsChris Robinson2019-06-011-2/+13
* | Add a unique byte type for dealing with raw bytesChris Robinson2019-05-241-0/+1
* | Add a span class to act as a view to contiguous dataChris Robinson2019-05-231-0/+1