Skip to content

Commit

Permalink
Support using human readable date instead of time stamps
Browse files Browse the repository at this point in the history
It is easier to fill the date with human readable format instead of the
unit time epoch
  • Loading branch information
ChuanqiXu9 committed May 22, 2024
1 parent 7e6e138 commit f82efe2
Show file tree
Hide file tree
Showing 6 changed files with 4,887 additions and 4,887 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

This website will track the most popular C++ libraries, compilers and build systems. We use vcpkg to get a rough idea on how popular a library is via how many revisions the port has. For more information, checkout the python script that parses the data: `generate_vcpkg_usage_stats.py`.



## Legend for `progress_overwrite.yml`

Example port
Expand All @@ -12,8 +10,8 @@ ports:
- name: fmt
# Can be different from lib name. For example vulkan-cpp uses vulkan_cpp!
import_statement: fmt
# Unix timestamp, since when the lib has modules support. Used for extrapolating finish date
modules_support_date: 1665476134
# Date since when the lib has modules support. Used for extrapolating finish date
modules_support_date: 2024/5/22
status:
help_wanted:
current_min_cpp_version: 11
Expand Down
Loading

0 comments on commit f82efe2

Please sign in to comment.