-
Notifications
You must be signed in to change notification settings - Fork 123
[release] v1.0.0 #79
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
Draft
simogasp
wants to merge
380
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[release] v1.0.0 #79
Conversation
This file contains hidden or 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
Improved resource releasing
First-order CUDA follow-up fix: do not use NVTX
typo correction accepted Co-authored-by: Copilot <[email protected]>
Adding a VLFeat-compliant feature descriptor
Co-authored-by: simogasp <[email protected]>
Co-authored-by: simogasp <[email protected]>
Co-authored-by: simogasp <[email protected]>
…cation This commit significantly refactors the GitHub Actions CI workflow to improve efficiency and maintainability while preserving granular step visibility. Key changes: • **Reduced matrix complexity**: Eliminated build_type matrix dimension - Before: 7 total jobs (3 Linux + 4 Windows with matrix combinations) - After: 4 total jobs (2 Linux + 2 Windows containers/CUDA versions) - Each job now builds both Release and Debug configurations sequentially • **Created reusable composite action** (.github/actions/build-config/action.yml) - Single parameterized action handles both Linux and Windows builds - Platform-specific logic controlled by conditional steps - Accepts build-type, platform, and platform-specific parameters • **Extracted build logic into modular scripts**: - .github/scripts/build-linux.sh: Bash functions for Linux builds - .github/scripts/build-windows.ps1: PowerShell functions for Windows builds - Functions: setup_directories, configure_cmake, build_and_install, build_as_third_party • **Preserved step granularity**: Each configuration still shows 4 clear steps - Setup directories → Configure CMake → Build & Install → Test as 3rd party - Failure points remain easily identifiable for debugging • **Maintained conditional logic**: Debug builds still skipped for cuda11.8.0 due to segfault [ci] Add workflow_dispatch trigger for manual workflow execution [ci] Add missing composite action file for build-config The composite action was created but not committed in the previous refactoring commit, causing the workflow to fail with 'action.yml not found'. [ci] Remove unused build-all scripts These scripts were replaced by the composite action approach that calls individual functions to preserve step granularity in CI.
In vcpkg manifest mode, dependencies are installed locally in vcpkg_installed/ Since src/application doesn't have vcpkg.json, we need to point to the main project's vcpkg_installed directory so the third-party build can find the dependencies mainProjectVcpkgInstalled = "$WorkspaceDir/vcpkg_installed"
[CI] Add GitHub Actions CI for Windows and refactoring
fix compile for CUDA 13
* update changelog for v0.10 * project version 0.10.0 in CMakeLists.txt * [doc] update changelog * [doc] markdown fixes * added markdownlint rules
Add scheduled workflow to run every Monday at 8 UTC
…ilding * [debug] adding 3 tiny test images * [debug] write pyramid images after horizontal sweeps --------- Co-authored-by: Carsten Griwodz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
closes #15