forked from conan-io/conan-center-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of octocat.dlogics.com:datalogics/conan-center…
…-index * 'develop' of octocat.dlogics.com:datalogics/conan-center-index: (259 commits) Allow empty keys in dlproject.yaml for merging tasks (conan-io#15093) [libjpeg] Update sha256 for 9e (conan-io#15123) faac: add Visual Studio support + drop 1.28 (conan-io#14103) gmp: conan v2 support (conan-io#14982) rapidyaml: add version 0.5.0 (conan-io#15122) m4: use positional arguments when calling self.run() (conan-io#15091) catch2.x.x: Fix test_package for v2 (conan-io#12938) capnproto: conan v2 support (conan-io#15097) http_parser: modernize (conan-io#15096) perlinnoise: add recipe (conan-io#15088) Make openexr v2 compatible (conan-io#15056) qt5: Apple OSs don't require CROSS_COMPILE option (conan-io#14974) libxshmfence: generate gcc11 binaries (conan-io#14903) arrow: remove patch for CMake (conan-io#14874) faac: conan v2 support (conan-io#13896) [gcc] Migrate recipe to conan v2, add gfortran to compilation Revert "(conan-io#14221) [config] Use larger resources to build cppfront packages" (conan-io#14953) (conan-io#15086) openh264: fix tools legacy (conan-io#15085) Make xkeyboard-config v2 compatible (conan-io#15089) Raise required_conan_version for xorg/system ...
- Loading branch information
Showing
946 changed files
with
16,218 additions
and
7,473 deletions.
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
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
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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: 'ConanCenter: Web UI Bugs Or Requests' | ||
description: Bugs or feature requests for the Web UI of ConanCenter at https://conan.io/center | ||
title: '[conan.io/center] SHORT DESCRIPTION' | ||
labels: 'conan.io/center' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit a report. | ||
**Please don't forget to update the issue title.** | ||
- type: textarea | ||
id: contents | ||
attributes: | ||
label: What is your problem/feature request? | ||
description: Please be as specific as possible! | ||
placeholder: Hi! I would like for ConanCenter to ... | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: 'Package: Completely New Recipe' | ||
description: If you would like to see a completely new recipe | ||
title: '[request] <LIBRARY-NAME>/<LIBRARY-VERSION>' | ||
labels: 'library request' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit your request. | ||
**Please don't forget to update the issue title.** | ||
- type: input | ||
id: package | ||
attributes: | ||
label: Package Name/Version | ||
placeholder: cmake/3.25.1 | ||
validations: | ||
required: true | ||
- type: input | ||
id: website | ||
attributes: | ||
label: Webpage | ||
placeholder: https://cmake.org | ||
validations: | ||
required: true | ||
- type: input | ||
id: sources | ||
attributes: | ||
label: Source code | ||
placeholder: https://github.com/Kitware/CMake | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description of the library/tool | ||
description: | | ||
Give us some context about this library/tool. | ||
What is it about? | ||
placeholder: | | ||
CMake is an open-source, cross-platform family of tools designed to build, test and package software. | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: 'Package: New Version' | ||
description: If an existing package recipe needs an update for a new upstream version | ||
title: '[request] <LIBRARY-NAME>/<LIBRARY-VERSION>' | ||
labels: 'upstream update' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit your request. | ||
**Please don't forget to update the issue title.** | ||
- type: input | ||
id: package | ||
attributes: | ||
label: Package Name/Version | ||
placeholder: cmake/3.25.1 | ||
validations: | ||
required: true | ||
- type: input | ||
id: changelog | ||
attributes: | ||
label: Changelog | ||
placeholder: https://cmake.org/cmake/help/latest/release/3.25.html | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Context about the new update | ||
value: | | ||
The above-mentioned version is newly released by the upstream project and not yet available as a recipe. | ||
Please add this version. | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Question | ||
description: If something needs clarification | ||
title: '[question] SHORT DESCRIPTION' | ||
labels: 'question' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill your question. | ||
**Please don't forget to update the issue title.** | ||
- type: textarea | ||
id: question | ||
attributes: | ||
label: What is your question? | ||
description: Please be as specific as possible! | ||
placeholder: Hi! I have a question regarding ... | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: 'Service: Infrastructure Bugs Or Requests' | ||
description: Bug or feature requests for Conan Center Index itself | ||
title: '[service] SHORT DESCRIPTION' | ||
labels: 'service' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit a report. | ||
**Please don't forget to update the issue title.** | ||
- type: textarea | ||
id: contents | ||
attributes: | ||
label: What is your problem/feature request? | ||
description: Please be as specific as possible! | ||
placeholder: Hi! I would like for Conan Center Index to ... | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: "[linter] Markdown links" | ||
|
||
on: | ||
pull_request: | ||
paths: | ||
- '**.md' | ||
|
||
jobs: | ||
markdown-link-check-pr: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: gaurav-nelson/github-action-markdown-link-check@v1 | ||
with: | ||
config-file: .github/workflows/mlc_config.json | ||
use-quiet-mode: 'yes' | ||
use-verbose-mode: 'yes' | ||
check-modified-files-only: 'yes' |
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
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
Oops, something went wrong.