Skip to content

Commit

Permalink
Update to version 3
Browse files Browse the repository at this point in the history
- changes:
    - New structure:
      There are no .cpp files anymore, everything is implemented in header directly

- improvements:
    - No linker flags must be included anymore as everything is now implemented in header
    - Installation process is simplified: Just call "make" or "make install" (with root privileges) in root folder to install (copy) library files
  • Loading branch information
nilshenrich committed Jun 21, 2024
2 parents 8e4897f + 240c004 commit f458f90
Show file tree
Hide file tree
Showing 46 changed files with 2,454 additions and 2,655 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get tag name
id: tag-name
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
sudo apt-get install -y build-essential cmake libssl-dev openssl
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -46,7 +46,7 @@ jobs:

- name: Upload test results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results-gtest_${{ matrix.protocol }}-${{ matrix.mode }}-${{ matrix.certType }}
path: test/gtest/results.json
Expand Down
7 changes: 0 additions & 7 deletions CMakeLists.txt

This file was deleted.

57 changes: 0 additions & 57 deletions Client/CMakeLists.txt

This file was deleted.

284 changes: 0 additions & 284 deletions Client/include/Client.h

This file was deleted.

Loading

0 comments on commit f458f90

Please sign in to comment.