Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-24 | CMake: Improve install instructions (#244) | Michael Keck | |
2024-04-18 | CMake: Enable shared builds (#242) | Michael Keck | |
2024-04-17 | CMake: Fix linking for Windows builds on non-mingw compilers (#241) | Michael Keck | |
2022-10-17 | Merge pull request #82 from JonnyPtn/master | Lee Salzman | |
Add install target to CMakeLists.txt | |||
2022-01-19 | future proof cmake minimum version | metaquarx | |
2021-05-14 | Add install target to CMakeLists.txt | [email protected] | |
2021-04-26 | fix minimum cmake version | Lee Salzman | |
2017-10-15 | CMake source groups added for cleaner VS solutions. | Lukasz Fronc | |
2017-07-12 | Fix mingw compilation | James Rowe | |
In order to compile enet on mingw, you need to link against winmm and ws2_32. This explicitly makes those libraries required on mingw | |||
2017-05-22 | Don't treat warnings as errors | Cong | |
When enet is included as a child CMake project in a parent that has warnings treated as errors, enet fails to build. This ensures that the compiler doesn't treat warnings as errors for enet. | |||
2017-05-21 | MSVC only warn up to level 3 | Cong | |
enet produces warnings at level 4, which can interrupt compiles if warnings are treated as errors. Turning down the warning level resolves the issue. | |||
2015-05-11 | use getaddrinfo and getnameinfo where available | Lee Salzman | |
2014-12-02 | add cmake support | Lee Salzman | |