index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README.md
Age
Commit message (
Collapse
)
Author
2024-04-22
README: Add riscv64 to supported targets
Michael Forney
2024-04-19
implement _Thread_local storage class
Drew DeVault
Implements: https://todo.sr.ht/~mcf/cproc/8
2024-04-15
README: Remove mention of trigraphs (they were removed in C23)
Michael Forney
2024-04-12
README: Update builds.sr.ht badge to only consider master branch
Michael Forney
2024-03-23
README: Fix issue tracker link
Jason Lenz
2024-03-23
Remove qbe submodule
Michael Forney
2022-11-29
README.md: Remove outdated note about gmake
Josiah Frentsos
2022-02-10
README: Remove recommendation of qbe branch
Michael Forney
2022-01-22
Port to C99
Michael Forney
2021-10-21
Document the C23 features we implement
Michael Forney
2021-10-20
expr: Add support for wide string literals
Michael Forney
Thanks to Nihal Jere for his initial patches implementing this feature. Fixes #35.
2019-12-19
Fix issue links in README
Michael Forney
2019-12-14
Update issue tracker link
Michael Forney
2019-08-11
Update wiki URLs
Michael Forney
2019-07-06
Mention mailing list in README.md
Michael Forney
2019-07-05
Rename to cproc
Michael Forney
Fixes #4
2019-07-02
README: Wide character constants are implemented
Michael Forney
2019-05-20
Mention GitHub mirror at the top of README
Michael Forney
2019-05-19
Add supported targets to README
Michael Forney
2019-05-19
Most of the code is not so rough anymore
Michael Forney
2019-05-19
Add notes about building gcc 4.7
Michael Forney
2019-05-13
Most known problems with arm64 have been resolved
Michael Forney
2019-05-13
Add qbe submodule to make it easy to build
Michael Forney
2019-05-11
Include lacc in related compilers
Michael Forney
2019-05-08
README: Mention that aarch64 mostly works
Michael Forney
2019-05-08
Recommend my QBE branch for now
Michael Forney
2019-04-26
Replace config.def.h with a configure script
Michael Forney
2019-04-24
Implement _Generic selection
Michael Forney
2019-04-23
doc/software: Add sections for mcpp and zstd
Michael Forney
2019-04-20
README: Fix DYNAMICLINKER define
Michael Forney
2019-04-20
Minor style fixes
Michael Forney
2019-04-20
Add contributing section to README
Michael Forney
2019-04-18
Mirror repository at man.sr.ht to get rendered markdown documents
Michael Forney
2019-04-18
Add some documentation about building various software
Michael Forney
2019-04-18
Add some documentation about implemented extensions
Michael Forney
2019-04-17
More README updates
Michael Forney
2019-04-17
Use smaller headings
Michael Forney
2019-04-17
Update README
Michael Forney
2019-02-22
Simplify build status URL
Michael Forney
2019-02-21
Emit complete union type definitions instead of just using the first member
Michael Forney
2019-02-12
Add continuous build status
Michael Forney
2019-02-12
Fix README list formatting
Michael Forney
2019-02-12
Initial import
Michael Forney