Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NC-15765: update zlib to v1.3 #327

Closed
wants to merge 45 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
4f2ae2f
NC-15765: adding zlib as external project via cmake
gangatp Nov 20, 2023
ec7ca4a
handle offline mode
gangatp Nov 21, 2023
09cd844
adding zlib as submodule
gangatp Nov 23, 2023
5d8a1f1
cpp-base64 updated
gangatp Nov 28, 2023
99c6e4c
updating zlib
gangatp Nov 28, 2023
f9a1bcc
updating libzip
gangatp Nov 29, 2023
03243c0
removed old googletest
gangatp Nov 29, 2023
10ee058
removed old libressl
gangatp Nov 29, 2023
1b9bdbf
updating googletest
gangatp Nov 30, 2023
91c8e05
libressl copied release version
gangatp Dec 5, 2023
534ab10
updating github workflows mac and ubuntu OS versions
gangatp Dec 6, 2023
2730971
checking mingw and unix build
gangatp Dec 6, 2023
83f3f71
adding platform specific libzip headers
gangatp Dec 6, 2023
b3adc8b
libzip unix compile options
gangatp Dec 6, 2023
fa968b0
fixing mac build
gangatp Dec 7, 2023
0c10465
fixing linux version
gangatp Dec 7, 2023
571028f
fixing win32 build
gangatp Dec 7, 2023
8132c1d
checking mingw build
gangatp Dec 7, 2023
3c25db4
fixing memory leak in linux build
gangatp Dec 7, 2023
a8027b5
Revert "fixing memory leak in linux build"
gangatp Dec 7, 2023
b9c3409
try mem leak linux fix
gangatp Dec 7, 2023
aa7ed43
try linux build mem leak using insert
gangatp Dec 7, 2023
811bc75
reserve vector size
gangatp Dec 8, 2023
b4cf5ee
checking valgrind in debug build
gangatp Dec 8, 2023
b5b014c
checking lib3mf ubuntu mem leak in debug mode
gangatp Dec 11, 2023
07211df
trigger GitHub actions
gangatp Dec 11, 2023
f0c221c
checking lib3mf ubuntu mem leak in debug mode
gangatp Dec 11, 2023
4dd84e7
updating with ubuntu latest
gangatp Dec 11, 2023
f697d3d
adding sudo apt update to ubuntu
gangatp Dec 11, 2023
a39c596
fixing decryption size in RSA
gangatp Dec 12, 2023
3e1af9b
try linux build mem leak using insert
gangatp Dec 12, 2023
dcf4a03
remove debug config
gangatp Dec 12, 2023
7dafc44
excluding 3rd parties in codecov
gangatp Dec 13, 2023
c52139b
excluding 3rd parties in codecov
gangatp Dec 13, 2023
874eb7e
using latest codecov
gangatp Dec 13, 2023
dcbec3b
using latest checkout actions
gangatp Dec 13, 2023
e1be4a3
using locv ignore errors
gangatp Dec 13, 2023
1a5b97a
using locv ignore errors
gangatp Dec 13, 2023
e0ae7a7
using locv ignore errors
gangatp Dec 13, 2023
6bd2878
using locv ignore errors
gangatp Dec 13, 2023
ae3c74a
fixing code coverage
gangatp Dec 14, 2023
c1dc55c
excluding more files
gangatp Dec 14, 2023
de54f00
adding fast_float as dependency lib
gangatp Dec 15, 2023
f0644da
update scripting
gangatp Dec 18, 2023
30d50c6
fixing broken gtest update
gangatp Dec 18, 2023
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
Prev Previous commit
Next Next commit
adding sudo apt update to ubuntu
  • Loading branch information
gangatp committed Dec 14, 2023
commit f697d3d291dfa038594eaf69a4c13ef3e128f227
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -2,14 +2,15 @@ on: [push, pull_request]
name: Build
jobs:
build-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- run: sudo apt update
- run: sudo apt install -y valgrind uuid-dev
- uses: actions/checkout@v2
with:
submodules: true
- run: sh cmake/GenerateMake.sh "-DCMAKE_BUILD_TYPE=Debug"
- run: cmake --build . --target lib3mf_memcheck
- run: cmake --build . --config Debug --target lib3mf_memcheck
working-directory: ./build
- run: ctest -V
working-directory: ./build
@@ -139,7 +140,7 @@ jobs:
- run: ctest -V
working-directory: ./build
assemble-sdk:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [build-windows-release, build-linux, build-macos]
steps:
- run: sudo apt install -y zip unzip
@@ -161,7 +162,7 @@ jobs:
name: lib3mf_sdk.zip
path: build/lib3mf_sdk.zip
deploy-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [assemble-sdk]
steps:
- run: sudo apt install -y zip unzip