Skip to content
Snippets Groups Projects
  1. Dec 15, 2023
  2. Nov 05, 2023
  3. Sep 18, 2023
  4. Apr 28, 2023
  5. Mar 31, 2023
  6. Mar 23, 2023
  7. Mar 14, 2023
  8. Mar 01, 2023
  9. Feb 27, 2023
  10. Feb 25, 2023
  11. Feb 21, 2023
  12. Jan 27, 2023
    • James R.'s avatar
      cmake: move ACSVM fetch to cpm-acsvm.cmake · 7092f112
      James R. authored
      Remove SRB2_CONFIG_SYSTEM_LIBRARIES condition. This is
      because I am lazy and don't want to write
      a FindACSVM.cmake. I also don't think it will be common
      for it to be installed at the system level.
      7092f112
  13. Jan 15, 2023
  14. Jan 04, 2023
  15. Jan 01, 2023
  16. Dec 28, 2022
  17. Dec 23, 2022
  18. Dec 22, 2022
    • Sal's avatar
      Add ACSVM building to CMake · 88ffab9f
      Sal authored
      Currently this breaks some parts of the ACS functionality ... before I made a handful of small extensions to ACSVM's slightly-limited C API myself, and I didn't get them into the actual repo yet.
      
      But now that we've moved to actual C++ compiling, I will likely just flat-out rewrite the SRB2 side of the code in C++ so it can use the library directly.
      88ffab9f
  19. Dec 12, 2022
    • Eidolon's avatar
      cmake: Fix png and openmpt builds in clean envs · b9f277df
      Eidolon authored
      In environments without zlib installed, png would fail to build since
      it can't find zlib.h. The zlib build's generated public include dir
      needs zlib.h to work.
      
      openmpt fails to build because it can't find Rpcrt4, which is not a
      necessary link under mingw, but exists in some mingw-w64 toolchains.
      It is only needed for MSVC.
      
      (cherry picked from commit fcf69001ada08077f82d3fc8510dcd24b4433e64)
      b9f277df
    • Eidolon's avatar
      cmake: Use MAME YM2612 emu in GME · 1f9b97a0
      Eidolon authored
      (cherry picked from commit fb0f0c5e6c161b4b88439cda84c8b6cae9d236cc)
      1f9b97a0
    • Eidolon's avatar
      Cherry-pick internal zlib MR from SRB2/next · 0d49cc17
      Eidolon authored
      cmake: build zlib manually in internal build
      
      See merge request STJr/SRB2!1856
      
      (cherry picked from commit 3597957af13878854c02305a0aec5ca744209ef2)
      
      # Conflicts:
      #	thirdparty/CMakeLists.txt
      0d49cc17
  20. Nov 27, 2022
Loading