Skip to content

Commit

Permalink
[RMV] : removal of boost since its a very big and annoying lib, keepe…
Browse files Browse the repository at this point in the history
…d the demo file for custom fs btw : FileSystemBoost
  • Loading branch information
aiekick committed Mar 6, 2024
1 parent 9535d15 commit 2051d85
Show file tree
Hide file tree
Showing 409 changed files with 7 additions and 24,462 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Leak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
Leak_Sanitizer:
strategy:
matrix:
fs: [DIRENT, STD, BOOST]
fs: [DIRENT, STD]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux_Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
Linux_Clang:
strategy:
matrix:
fs: [DIRENT, STD, BOOST]
fs: [DIRENT, STD]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux_Gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
Linux_Gcc:
strategy:
matrix:
fs: [DIRENT, STD, BOOST]
fs: [DIRENT, STD]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Osx_Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
Osx_Clang:
strategy:
matrix:
fs: [DIRENT, STD, BOOST]
fs: [DIRENT, STD]
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Osx_Gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
Osx_Gcc:
strategy:
matrix:
fs: [DIRENT, STD, BOOST]
fs: [DIRENT, STD]
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Win_Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
Win_Clang:
strategy:
matrix:
fs: [DIRENT, STD, BOOST]
fs: [DIRENT, STD]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Win_Msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
Win_Msvc:
strategy:
matrix:
fs: [DIRENT, STD, BOOST]
fs: [DIRENT, STD]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand Down
16 changes: 0 additions & 16 deletions 3rdparty/boost/.circleci/config.yml

This file was deleted.

96 changes: 0 additions & 96 deletions 3rdparty/boost/.gitattributes

This file was deleted.

Loading

0 comments on commit 2051d85

Please sign in to comment.