descriptionTiny C Compiler main repository
homepage URLhttp://www.tinycc.org/
ownergr1008@gmail.com
last changeFri, 28 Mar 2025 20:23:19 +0000 (28 21:23 +0100)
content tags
add:
readme
This is our current working repository for the Tiny C Compiler.
If you have questions or suggestions, please write to the TinyCC mailing list.
If you want to contribute patches, push them directly here on our "mob" branch.
 
How to contribute patches to our "mob" patchwork (what's mob?):
  1. If you haven't done before, clone our tinycc repository: "git clone git://repo.or.cz/tinycc.git"
  2. Fetch the latest changes: "git fetch origin"
  3. Create a new branch on top of origin/mob: "git checkout -b mypatch origin/mob".
  4. Commit your patches to this new branch ("git gui") and verify ("gitk --all").
  5. Push your changes to here: "git push ssh://mob@repo.or.cz/tinycc.git mypatch:mob"
  6. In case meanwhile someone else did push: "git fetch origin" and "git rebase origin/mob" and try again.
  7. Don't forget to talk about on the TinyCC mailing list.
However if your patch is still rather work in progress while you wish to get some feedback
from other people already, then you might want to create a personal mob branch at first.
shortlog
6 days ago grischkalinker options & tcc_load_ldscript() reworkedmob
8 days ago grischkapp-expression numbers always long long
8 days ago grischkaRevert "Fix `tcc -run` on Windows" (almost)
2025-03-19 Detlef Riekenberglibtcc: Remove unrelated debug code
2025-03-19 waterlensFix `tcc -run` on Windows
2025-03-18 waterlensAdd fake `_Float16` type to enable the latest `math...
2025-03-11 grischkaarm bits
2025-03-11 grischkacleanups & stuff
2025-03-11 Reini Urbantcc -hh: missing \n
2025-02-16 remphProcess linker directives beginning with a colon
2025-02-16 remphFix -Wl,-nostdlib behaviour for compatibility with...
2025-02-16 remphAdd -Wl,-I and -Wl,-dynamic-linker options
2025-02-13 remphUpdate tcc-doc.texi: bring in line with `tcc -hh' output
2025-01-06 herman ten... Use TOK_PPNUM/TOK_PPSTR instead of TOK_CINT/TOK_STR
2025-01-05 herman ten... Allow macro in #line directive
2024-12-30 herman ten... Print correct values for testcase 134 on all targets
...
tags
7 years ago release_0_9_27
12 years ago release_0_9_26 Release TinyCC 0.9.26
15 years ago release_0_9_25
17 years ago release_0_9_24
19 years ago release_0_9_23
20 years ago release_0_9_22
21 years ago release_0_9_20
21 years ago release_0_9_19
21 years ago release_0_9_18
23 years ago initial
heads
6 days ago mob
7 years ago master
forks
Cached version (2299s old)
tinycc/nsauzede.git Colored fork of Tinycc nicolas.sauzede... 10 months ago
tinycc/tinycc.git matroxmike@icloud.com 14 months ago
tinycc/self_contained.git tiny c that doesn't need to have include... Joshuascholar@gmail.com 4 years ago
tinycc/tcc_android_arm.git dima13230@gmail.com 4 years ago
tinycc/jakubkaszycki.git My fork of TCC kuba@kaszycki.net.pl 8 years ago
tinycc/kirr.git kirr's tinycc tree kirr@navytux.spb.ru 11 years ago
tinycc/miki.git tinycc fork to help me test changes before... jovanovic.milutin... 12 years ago
tinycc/k1w1.git Improvements to libtcc API. k1w1@k1w1.org 15 years ago
tinycc/daniel.git Various TinyCC modifications daniel-gl@gmx.net 16 years ago