Skip to content
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

Add project: Tiny C Compiler #235

Merged
merged 3 commits into from
Jan 3, 2025
Merged

Conversation

MattTheCuber
Copy link
Contributor

Basic info

Closes #137

Project name: Tiny C Compiler
Project link: https://repo.or.cz/tinycc.git

Qualifications

ZeroVer's patent-pending zero-based versioning
scheme can obviously be used by everyone, but not every usage is
necessarily notable. Check that the first and at least one other
criterion apply:

  • A current ZeroVer-compliant version (0.*) or long history of ZeroVer usage, and
  • Very wide exposure (i.e., 1,000+ GitHub stars), or
  • Active promotion as part of a paid product or service (e.g., Hashicorp Vault), or
  • Relative maturity and infrastructural importance (e.g., Compiz, docutils)

Additional notability info

See #137

Citation info

https://bellard.org/tcc/


@@ -706,3 +706,11 @@ projects:
first_release_version: 0.1.0-rc.0 # https://github.com/thanos-io/thanos/releases/tag/v0.1.0-rc.0
latest_release_date: 2023-08-01
release_count: 122
- name: Tiny C Compiler
url: https://repo.or.cz/tinycc.git
Copy link
Contributor Author

@MattTheCuber MattTheCuber Dec 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you rather the url be https://bellard.org/tcc/?

Suggested change
url: https://repo.or.cz/tinycc.git
url: https://bellard.org/tcc/

Comment on lines +713 to +715
first_release_version: release_0_9_18
latest_release_date: 2017-12-12
latest_release_version: release_0_9_27
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this break the 0ver tools? I could change to:

Suggested change
first_release_version: release_0_9_18
latest_release_date: 2017-12-12
latest_release_version: release_0_9_27
first_release_version: 0.9.18
latest_release_date: 2017-12-12
latest_release_version: 0.9.27

@MattTheCuber
Copy link
Contributor Author

@mahmoud can you review and/or merge the open merge requests (except for any that you decide don't fit like possibly Phoenix live view)

@mahmoud mahmoud merged commit 5d6a5b2 into mahmoud:master Jan 3, 2025
3 checks passed
@mahmoud
Copy link
Owner

mahmoud commented Jan 3, 2025

@mahmoud can you review and/or merge the open merge requests (except for any that you decide don't fit like possibly Phoenix live view)

Sure! I was kind of waiting for CI to settle. Protip: Throw new projects in the arbitrary middle of the list instead of all at the end to avoid conflicts (and having to rebase/merge)

@MattTheCuber MattTheCuber deleted the add-project-tcc branch January 3, 2025 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tcc (tiny c compiler)
2 participants