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

Proposed build wrapper script for static libs macOS / iOS / Android platforms #1717

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
fe998df
Working script to build liboqs for TripleCyber with OpenSSL 3.2.1
Feb 28, 2024
f9ee377
Error detection
Feb 28, 2024
c4823a6
Debugging
Feb 29, 2024
fac39e2
First successful creation
Feb 29, 2024
93b773a
Updated and added documentation
Mar 1, 2024
bd99f9e
Merge remote-tracking branch 'upstream/main'
Mar 1, 2024
b617c1d
Merge branch 'open-quantum-safe:main' into main
andybrucenet Mar 4, 2024
b5b3230
Updated script for dynamic builds
Mar 6, 2024
85a1188
Merge branch 'open-quantum-safe:main' into main
andybrucenet Mar 6, 2024
9bcd8d5
Ignore _build folder
Mar 6, 2024
cb429fd
Merge branch 'open-quantum-safe:main' into main
andybrucenet Mar 7, 2024
0d33024
Linux build support
Mar 7, 2024
5a75b31
Merge branch 'main' of https://github.com/andybrucenet/liboqs
Mar 7, 2024
7b11adc
Merge branch 'open-quantum-safe:main' into main
andybrucenet Mar 19, 2024
ba53456
Updates to handle single folder publishing default
Mar 19, 2024
ba31513
Fixes for linux build
Mar 25, 2024
d85c369
Windows updates
Mar 25, 2024
7ae9162
Show options
Mar 25, 2024
52f8173
Updates
Mar 25, 2024
da7a48c
Updates
Mar 25, 2024
ee0d9c7
Updates
Mar 25, 2024
473d22b
Merge branch 'open-quantum-safe:main' into main
andybrucenet Mar 25, 2024
937242c
Merge branch 'open-quantum-safe:main' into main
andybrucenet Apr 25, 2024
e71bf5b
foo
andybrucenet Apr 25, 2024
ca2c619
Patches for windows compile
andybrucenet Apr 25, 2024
f4911c0
Rename macosx to macos
Apr 26, 2024
ba127a7
Rename macosx to macos
Apr 26, 2024
fc05c2d
Merge branch 'open-quantum-safe:main' into main
andybrucenet May 6, 2024
5527abb
Yet more reqs from oqs-provider
May 6, 2024
58e9b1a
Yet more reqs from oqs-provider
May 6, 2024
eaa1949
/MT updates
May 16, 2024
e6e0cab
Leaving compiler options at /MT
May 16, 2024
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tags
.tags*

# CMake & testing
/_build*
/build*
/tmp*

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[CircleCI](https://circleci.com/gh/open-quantum-safe/liboqs/tree/main): ![Build status image](https://circleci.com/gh/open-quantum-safe/liboqs/tree/main.svg?style=svg), [TravisCI](https://travis-ci.com/github/open-quantum-safe/liboqs): [![Build Status](https://travis-ci.com/open-quantum-safe/liboqs.svg?branch=main)](https://travis-ci.com/open-quantum-safe/liboqs)

liboqs
liboqsfoo
======================

liboqs is an open source C library for quantum-safe cryptographic algorithms.
Expand Down
Loading