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
/
driver.c
Age
Commit message (
Expand
)
Author
2022-07-12
driver: Pass -iquote through to preprocessor
Michael Forney
2022-06-06
Rename x86_64 target to include ABI
Michael Forney
2022-05-19
Add unreachable returns to silence compiler warnings
Michael Forney
2022-04-23
Remove use of C11 noreturn
Michael Forney
2022-01-22
Port to C99
Michael Forney
2021-09-14
driver: Pass -nostdinc on to preprocessor
Michael Forney
2021-09-06
driver: Pass -P through to the pre-processor
Michael Forney
2021-04-21
Add support for riscv64 target
Michael Forney
2020-12-07
Support -pthread compiler flag.
Érico Rolim
2020-04-21
driver: Print unknown option before usage message
Michael Forney
2020-03-23
driver: Handle -isystem
Michael Forney
2020-01-30
driver: Allow preprocessing C headers
Michael Forney
2019-11-20
driver: Pass -std=* through to the preprocessor
Michael Forney
2019-11-17
driver: phase -> stage
Michael Forney
2019-11-17
driver: Preprocess assembly files with .S extension
Michael Forney
2019-08-17
driver: Use LEN(phases) instead of NPHASES
Michael Forney
2019-07-07
driver: Print error message when run with unsupported target
Michael Forney
2019-07-05
Rename to cproc
Michael Forney
2019-07-05
driver: Ignore -P flag
Michael Forney
2019-06-27
Pass target to cc-qbe
Michael Forney
2019-06-17
driver: Add some more dependency handling options
Michael Forney
2019-05-20
driver: Avoid pipe2 for now, it is not yet standardized
Michael Forney
2019-05-14
driver: Allow empty start/end files
Michael Forney
2019-05-13
driver: Add verbose mode
Michael Forney
2019-04-26
Remove compilecmd from config.h
Michael Forney
2019-04-17
driver: Use arrayforeach
Michael Forney
2019-04-07
driver: Use argv[0] to determine cc-qbe path if /proc/self/exe is not available
Michael Forney
2019-04-07
driver: Make sure we have room for the '\0' byte
Michael Forney
2019-04-06
driver: Include signal.h for kill(2)
Michael Forney
2019-03-01
Add -M and -MM to support our own makefile.
Andrew Chambers
2019-02-24
driver: Fix -E with no output specified
Michael Forney
2019-02-21
driver: Create output files in current directory
Michael Forney
2019-02-21
driver: Fix -o -
Michael Forney
2019-02-20
driver: Various improvements
Michael Forney
2019-02-13
driver: Remove debug printf
Michael Forney
2019-02-13
driver: Ignore -std= and -pedantic
Michael Forney
2019-02-13
driver: Pass -idirafter to preprocessor
Michael Forney
2019-02-12
driver: Ignore -pipe flag
Michael Forney
2019-02-12
driver: Ignore -g flag
Michael Forney
2019-02-12
Initial import
Michael Forney