Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 0 additions & 52 deletions .github/workflows/main_ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-16 -style=file -i

- name: Glob files
run: python ${{ github.workspace }}/scripts/cmake_generate.py
run: python ${{ github.workspace }}/res/scripts/generate_headers.py

- uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down
148 changes: 0 additions & 148 deletions CMakeLists.txt

This file was deleted.

72 changes: 0 additions & 72 deletions CMakePresets.json

This file was deleted.

15 changes: 0 additions & 15 deletions CMakeSettings.json

This file was deleted.

10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# `CommonLibSSE`
[![C++23](https://img.shields.io/static/v1?label=standard&message=C%2B%2B20&color=blue&logo=c%2B%2B&&logoColor=white&style=flat)](https://en.cppreference.com/w/cpp/compiler_support)
[![Platform](https://img.shields.io/static/v1?label=platform&message=windows&color=dimgray&style=flat)](#)
[![Main CI](https://github.com/dann1/CommonLibSSE/actions/workflows/main_ci.yml/badge.svg?branch=dev)](https://github.com/dann1/CommonLibSSE/actions/workflows/main_ci.yml?branch=dev)


## Build Dependencies
* [spdlog](https://github.com/gabime/spdlog)
* [Visual Studio Community 2019 16.10.0 Preview 3.0](https://visualstudio.microsoft.com/vs/preview/)
* [Visual Studio Community 2022 Preview](https://visualstudio.microsoft.com/vs/preview/)
* Desktop development with C++

## End User Dependencies
Expand All @@ -15,9 +14,4 @@

## Development
* [Address Library for SKSE Plugins](https://www.nexusmods.com/skyrimspecialedition/mods/32444)
* [clang-format 12.0.0](https://github.com/llvm/llvm-project/releases)
* [CMake](https://cmake.org/)
* [vcpkg](https://github.com/microsoft/vcpkg)

## Notes
* CommonLib is incompatible with SKSE and is intended to replace it as a static dependency. However, you will still need the runtime component.
* [xmake](https://xmake.io/)
5 changes: 0 additions & 5 deletions cmake/config.cmake.in

This file was deleted.

Loading