Skip to content

Tags: jart/cosmopolitan

Tags

3.9.2

Toggle 3.9.2's commit message

Verified

This commit was signed with the committer’s verified signature.
jart Justine Tunney
Release Cosmopolitan v3.9.2

3.9.1

Toggle 3.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jart Justine Tunney
Release Cosmopolitan v3.9.1

3.9.0

Toggle 3.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jart Justine Tunney
Release Cosmopolitan v3.9.0

3.8.0

Toggle 3.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jart Justine Tunney
Release Cosmopolitan v3.8.0

This change switches c++ exception handling from sjlj to standard dwarf.
It's needed because clang for aarch64 doesn't support sjlj. It turns out
that libunwind had a bare-metal configuration that made this easy to do.

This change gets the new experimental cosmocc -mclang flag in a state of
working so well that it can now be used to build all of llamafile and it
goes 3x faster in terms of build latency, without trading away any perf.

The int_fast16_t and int_fast32_t types are now always defined as 32-bit
in the interest of having more abi consistency between cosmocc -mgcc and
-mclang mode.

redbean-3.0.0

Toggle redbean-3.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jart Justine Tunney
Release redbean v3.0.0

3.7.1

Toggle 3.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jart Justine Tunney
Release Cosmopolitan v3.7.1

3.7.0

Toggle 3.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jart Justine Tunney
Release Cosmopolitan v3.7.0

3.6.2

Toggle 3.6.2's commit message

Verified

This commit was signed with the committer’s verified signature.
jart Justine Tunney
Release Cosmopolitan v3.6.2

3.6.1

Toggle 3.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jart Justine Tunney
Release Cosmopolitan v3.6.1

3.6.0

Toggle 3.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jart Justine Tunney
Release Cosmopolitan v3.6.0

This release is an atomic upgrade to GCC 14.1.0 with C23 and C++23