descriptionTiny C Compiler main repository
homepage URLhttp://www.tinycc.org/
ownergr1008@gmail.com
last changeFri, 13 Dec 2024 02:25:20 +0000 (12 18:25 -0800)
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://[email protected]/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
82 min ago Keith ThompsonDefine LDBL_MAX_10_EXP for aarch64, riscvmob
7 hours ago herman ten... Add symver support for FreeBSD >= 14
7 hours ago Scott Grahamadd AddVectoredContinueHandler and AddVectoredException...
8 hours ago herman ten... Avoid Invalid relocation and section conflict on bsd.
6 days ago Avi Halachmi... lib/Makefile: fix out-of-tree build of lib/bt-exe.c
6 days ago grischkatccpe.c: never assume static system libtaries
8 days ago Avi Halachmi... configure: --config-mingw32: clarify values, simplify...
8 days ago Avi Halachmi... configure: win32: error only once about 'ln failed'
8 days ago Avi Halachmi... configure: handle spaces correctly in $source_path
8 days ago Avi Halachmi... configure: confvars: warn/error on bad key or value
8 days ago Avi Halachmi... configure: avoid boilerplate: confvars="$confvars ..."
8 days ago Avi Halachmi... configure: avoid boilerplate: var=`echo $opt | ...`
8 days ago Avi Halachmi... configure: avoid non-POSIX: local var=...
8 days ago Avi Halachmi... configure: avoid non-POSIX: test ... -a/-o ...
8 days ago Avi Halachmi... configure: win32: don't fail when building using tcc
12 days ago grischkamake: make shorter command lines
...
tags
7 years ago release_0_9_27
11 years ago release_0_9_26 Release TinyCC 0.9.26
15 years ago release_0_9_25
16 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
82 min ago mob
7 years ago master
forks
Cached version (2848s old)
tinycc/nsauzede.git Colored fork of Tinycc nicolas.sauzede... 7 months ago
tinycc/tinycc.git matroxmike@icloud.com 10 months ago
tinycc/self_contained.git tiny c that doesn't need to have include... Joshuascholar@gmail.com 3 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 10 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