Skip to content

Commit

Permalink
Fix progress data
Browse files Browse the repository at this point in the history
  • Loading branch information
kelteseth committed May 9, 2024
1 parent ff7b601 commit 2f556d8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
24 changes: 12 additions & 12 deletions data/progress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,14 +461,15 @@ ports:
status: ❔
tracking_issue: ''
version: '20190702'
- current_min_cpp_version: Unknown
- current_min_cpp_version: 17
help_wanted: ❔
homepage: https://github.com/p-ranav/argparse
modules_support_date: 0
import_statement: argparse
modules_support_date: 1697382000
name: argparse
revision_count: 10
status:
tracking_issue: ''
status:
tracking_issue: https://github.com/p-ranav/argparse/pull/290
version: '3.0'
- current_min_cpp_version: Unknown
help_wanted: ❔
Expand Down Expand Up @@ -6926,14 +6927,15 @@ ports:
status: ❔
tracking_issue: ''
version: 2.78.1
- current_min_cpp_version: Unknown
- current_min_cpp_version: 11
help_wanted: ❔
homepage: https://glm.g-truc.net
modules_support_date: 0
import_statement: glm
modules_support_date: 1703948400
name: glm
revision_count: 27
status:
tracking_issue: ''
status:
tracking_issue: https://github.com/g-truc/glm/pull/1208
version: 1.0.1
- current_min_cpp_version: Unknown
help_wanted: ❔
Expand Down Expand Up @@ -8579,8 +8581,8 @@ ports:
modules_support_date: 0
name: kangaru
revision_count: 11
status:
tracking_issue: ''
status: ⚙️
tracking_issue: https://github.com/gracicot/kangaru/issues/124
version: 4.3.1
- current_min_cpp_version: Unknown
help_wanted: ❔
Expand Down Expand Up @@ -21864,5 +21866,3 @@ ports:
modules_support_date: 1679636937
name: seastar
status: ✅
tracking_issue: ''
version: ''
32 changes: 16 additions & 16 deletions data/progress_overwrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,19 @@ ports:
- name: kangaru
status: ⚙️
tracking_issue: https://github.com/gracicot/kangaru/issues/124
- name: glm
import_statement: glm
modules_support_date: 1703948400
status:
current_min_cpp_version: 11
tracking_issue: "https://github.com/g-truc/glm/pull/1208"
- name: argparse
import_statement: argparse
modules_support_date: 1697382000
status:
current_min_cpp_version: 17
tracking_issue: "https://github.com/p-ranav/argparse/pull/290"


###############################################################################
# Libraries that are not part of vcpkg
Expand All @@ -96,7 +109,8 @@ ports:
current_min_cpp_version: 17


# This is Qt6
###############################################################################
# This is Qt6 and currently all of them share the same issue
- name: qtbase
tracking_issue: "https://bugreports.qt.io/browse/QTBUG-103271"
status: ⚠️
Expand Down Expand Up @@ -253,18 +267,4 @@ ports:
- name: qt5-virtualkeyboard
status:
- name: qt5-websockets
status:
- name: glm
import_statement: glm
modules_support_date: 1703948400
status:
help_wanted:
current_min_cpp_version: 11
tracking_issue: "https://github.com/g-truc/glm/pull/1208"
- name: argparse
import_statement: argparse
modules_support_date: 1697382000
status:
help_wanted:
current_min_cpp_version: 17
tracking_issue: "https://github.com/p-ranav/argparse/pull/290"
status:

0 comments on commit 2f556d8

Please sign in to comment.