This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Release v0.27.0 #108
Merged
Merged
Release v0.27.0 #108
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
7a12dc8
Convert libndt to use mkbuild
bassosimone 7fc2a7e
Try to understand how choco works
bassosimone 4d3f1de
attempt to download also libressl
bassosimone 7f25c94
Got the naming wrong
bassosimone b70ce2e
Repair build with Win32 and Win64
bassosimone f7baf4f
Use std::unique_ptr and allocate on the heap.
robertodauria 41e93c6
Merge branch 'master' into release/v0.27.0
bassosimone 4a089a9
MKBuild.yaml: enable all tests that were enabled before
bassosimone File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule common
deleted from
46845c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1 @@ | ||
/.ninja_deps | ||
/.ninja_log | ||
/.vs | ||
/ALL_BUILD.vcxproj | ||
/ALL_BUILD.vcxproj.filters | ||
/argh.h | ||
/build.ninja | ||
/catch.hpp | ||
/cmake_install.cmake | ||
/CMakeCache.txt | ||
/CMakeFiles/ | ||
/CTestTestfile.cmake | ||
/html | ||
/INSTALL.vcxproj | ||
/INSTALL.vcxproj.filters | ||
/install_manifest.txt | ||
/json.hpp | ||
/latex | ||
/libndt.a | ||
/libndt.dylib | ||
/libndt.sln | ||
/libndt-client | ||
/libndt-client.dir/ | ||
/libndt-client.vcxproj | ||
/libndt-client.vcxproj.filters | ||
/Makefile | ||
/MK_DIST/ | ||
/Release/ | ||
/rules.ninja | ||
/RUN_TESTS.vcxproj | ||
/RUN_TESTS.vcxproj.filters | ||
/Testing/ | ||
/tests-curl | ||
/tests-curl.dir/ | ||
/tests-curl.vcxproj | ||
/tests-curl.vcxproj.filters | ||
/tests-libndt | ||
/tests-libndt.dir/ | ||
/tests-libndt.vcxproj | ||
/tests-libndt.vcxproj.filters | ||
/windows-curl-7.61.0-1.tar.gz | ||
/x64/ | ||
/ZERO_CHECK.vcxproj | ||
/ZERO_CHECK.vcxproj.filters | ||
/build | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Simplified like we go in github.com/measurement-kit/mkcurl |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ matrix: | |
- env: BUILD_TYPE="ubsan" | ||
- env: BUILD_TYPE="vanilla" | ||
script: | ||
- ./.ci/common/script/travis $BUILD_TYPE | ||
- ./docker.sh $BUILD_TYPE | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Now using the script generated by |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is exactly how we do it for github.com/measurement-kit/mkcurl