descriptiontinycc git repository
homepage URLhttp://www.tinycc.org/
ownergr1008@gmail.com
last changeSun, 5 May 2013 21:55:16 +0000
Push URLssh://repo.or.cz/srv/git/tinycc.git
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/srv/git/tinycc.git mypatch:mob"
  6. Don't forget to talk about on the TinyCC mailing list.
shortlog
2013-05-05 Shinichiro... Relicensing TinyCC mob
2013-05-05 Thomas Preud... Relicensing TinyCC
2013-05-05 grischkaRelicensing TinyCC
2013-05-01 Daniel GlöcknerARM hardfloat: fix struct return with float/double...
2013-04-29 grischkaavoid "decl after statement" please
2013-04-27 James LyonImproved variable length array support.
2013-04-26 James LyonFixed x86-64 long double passing.
2013-04-26 James LyonFixed silly error in Windows build of tests (abitest...
2013-04-25 James LyonFixed i386 calling convention issue and CMake build...
2013-04-25 James LyonSorted out CMake on x86-64 and fixed silly XMM# bug...
2013-04-25 James LyonAdded cross compilation to CMake build system.
2013-04-24 James Lyon64-bit tests now pass (well, nearly).
2013-04-21 James LyonAdded CMake build system (to facilitate Win64 builds)
2013-04-19 James LyonWorkaround for MinGWs use of 80-bit long double on...
2013-04-19 James LyonFixed 64-bit integer bug introduced by x86-64 ABI work.
2013-04-19 James LyonImproved x86-64 XMM register argument passing.
...
tags
3 months ago release_0_9_26 Release TinyCC 0.9.26
4 years ago release_0_9_25
5 years ago release_0_9_24
7 years ago release_0_9_23
8 years ago release_0_9_22
9 years ago release_0_9_20
9 years ago release_0_9_19
10 years ago release_0_9_18
11 years ago initial
heads
2 weeks ago mob
3 months ago master
3 years ago tcc-xref
3 years ago mob-stuff
forks
tinycc/kirr.git kirr's tinycc tree kirr@navytux.spb.ru 4 months ago
tinycc/miki.git tinycc fork to help me test... jovanovic.milutin... 10 months ago
tinycc/k1w1.git Improvements to libtcc API. k1w1@k1w1.org 3 years ago
tinycc/daniel.git Various TinyCC modifications daniel-gl@gmx.net 4 years ago