This project is a fork of the tinycc.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/tinycc.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptiontiny c that doesn't need to have include directories or run time libraries on disk
ownerJoshuascholar@gmail.com
last changeWed, 30 Dec 2020 15:24:15 +0000 (30 16:24 +0100)
content tags
add:
readme
As the first feature I'm adding, hoping to make Tiny C a more complete jit, I'm adding the ability to keep include files and library files in memory. I intend to add more features later, but this repository is just in order to add that one feature then do a pull request.
shortlog
2020-12-30 herman ten... Fix include SHT_NOTE sections everywheremob
2020-12-30 herman ten... text relocation for netbsd
2020-12-30 Christian JullienFix warnings detected by clang when compiling c2str.
2020-12-25 Michael MatzFix errors with parallel make
2020-12-24 Christian JullienNetBSD: longjmp(jmp_buf, 0) is not supported.
2020-12-24 Christian JullienNetBSD: arm64 prevent use of __asm.
2020-12-24 Michael MatzELF: include SHT_NOTE sections everywhere
2020-12-24 Christian JullienNetBSD: arm64 fix int64_t/uint64_t definitions.
2020-12-23 Christian JullienNetBSD: arm64 requires at least gcc 4.1 to work
2020-12-23 Christian JullienNetBSD: arm64 is curiously detected as evbarm. Struct...
2020-12-22 herman ten... Fix include/tccdefs.h
2020-12-22 herman ten... add R_ARM_GOT_PREL for clang
2020-12-22 grischkainclude/tccdefs.h: moved and use it
2020-12-22 herman ten... more bsd updates
2020-12-22 Christian JullienFreeBSD (aarch64): fix relocation error.
2020-12-20 Christian JullienNetBSD: define __amd64__ which is sometimes used in...
...
tags
6 years ago release_0_9_27
11 years ago release_0_9_26 Release TinyCC 0.9.26
14 years ago release_0_9_25
16 years ago release_0_9_24
18 years ago release_0_9_23
19 years ago release_0_9_22
20 years ago release_0_9_20
20 years ago release_0_9_19
21 years ago release_0_9_18
22 years ago initial
heads
3 years ago mob
6 years ago master