COMMITS
/ make.bat March 27, 2026
M
make.bat: bootstrap from v_win.c only (#26779)
Mike committed
March 13, 2026
A
make.bat: keep TCC bootstrap path relative
Alexander Medvednikov committed
A
v2: fix test regressions and MSVC bootstrap
Alexander Medvednikov committed
February 26, 2026
A
build: combine the v.c and v_win.c (fixes #4868)
Alexander Medvednikov committed
November 24, 2025
July 23, 2025
D
make.bat: add `/F 16777216` option to cl.exe, to fix msvc v.exe bootstrapping
Delyan Angelov committed
January 26, 2025
D
make.bat: add note about antivirus programs on windows and compilation slowdowns (#23586)
Delyan Angelov committed
November 7, 2024
D
ci: add a problem matcher support, to get error/warning/notice annotations in V CI jobs (#22790)
Delyan Angelov committed
November 7, 2023
D
os: implement os.fd_is_pending/1, os.Process.pipe_read/1, os.Process.is_pending/1 (#19787)
Delyan Angelov committed
October 22, 2023
T
make.bat: use uniform indentation throughout file (#19612)
Turiiya committed
February 2, 2023
December 14, 2022
November 8, 2022
R
make: add 'rebuild' target (clean and reset sub-repos, then rebuild V) (#16357)
Roy Ivy III committed
November 7, 2022
R
make.bat: fix use of `make.bat` from `v up` (#16348)
Roy Ivy III committed
October 29, 2022
D
all: add support for `enum Xyz as u64 {` + tests (#16246)
Delyan Angelov committed
August 22, 2022
D
make.bat: add a small delay between `del v.exe` and `move v2.exe v.exe`, to make CI runs more robust
Delyan Angelov committed
May 1, 2022
D
make files: add a `make check` target, that runs `v test-all` locally
Delyan Angelov committed
April 20, 2022
D
bootstrap: remove -I ./thirdparty/stdatomic/nix from make files (#14111)
Delyan Angelov committed
February 17, 2022
D
ci: be more verbose when running make.bat on the CI
Delyan Angelov committed
January 23, 2022
D
ci: separate other_ci.yml and paths_ci.yml; simplify make.bat (#13254)
Delyan Angelov committed
January 18, 2022
D
make: improve diagnostic messages when the prebuilt tcc executable does not work/is missing
Delyan Angelov committed
November 22, 2021
D
make.bat: add -g flag to improve diagnostics reports on windows
Delyan Angelov committed
D
ci: add -ladvapi32 for bootstrapping with gcc/clang on windows
Delyan Angelov committed
D
ci: improve diagnostic messages for cloning tcc on windows
Delyan Angelov committed
September 28, 2021
D
ci: simplify make.bat, make it verbose to fix errors easier
Delyan Angelov committed
C
cgen: parallelize (#10844)
crthpl committed
July 31, 2021
L
make.bat: clean-all --> cleanall (#11011)
Lukas Neubert committed
July 19, 2021
D
make.bat: remove even more >NUL redirects, that HIDE USEFUL error info
Delyan Angelov committed
D
ci: DO NOT HIDE the output of the C compilers on Windows while bootstrapping
Delyan Angelov committed
April 17, 2021
D
ci: debug msvc v build failure 3
Delyan Angelov committed
April 4, 2021
D
all: support `v -watch run` (#9577)
Delyan Angelov committed
March 9, 2021
D
make.bat: cleanup obsolete warning when tcc is used by default
Delyan Angelov committed
Y
make.bat: fix error of `make --local` (#9212)
yuyi committed
March 8, 2021
D
make.bat: change the default compiler to tcc (which we have prebuilt in a known location)
Delyan Angelov committed
March 6, 2021
D
make.bat: allow customisation of vc_url, using env variable VC_GIT, simillar to TCC_GIT
Delyan Angelov committed
February 27, 2021
R
make/test: clean 32-bit detection and test tcc32/tcc64 CI run (#9001)
Ruofan XU committed
February 25, 2021
R
ci: add tcc32 CI on windows (#8922)
Ruofan XU committed
February 20, 2021
S
builder: use stable MSVC version instead preview (#8867)
Stanislav Ershov committed
January 29, 2021
R
make.bat: simplify tcc backend compilation flags (#8414)
Ruofan XU committed
December 31, 2020
Y
make: fix make.bat (#7736)
yuyi committed
December 11, 2020
Y
make.bat: fix --local mode (#7255)
yuyi committed
December 10, 2020
H
make.bat: fix regression for directory path with spaces (#7253)
heronwr committed
December 9, 2020
D
make.bat: improve messages accuracy; use v_win.c instead of v.c
Delyan Angelov committed
November 30, 2020
H
H
make.bat: bootstrap TCC by default and fix miscellaneous bugs (#7027)
heronwr committed
November 29, 2020
D
compiler: use thirdparty/tcc/tcc.exe by default, when no explicit -cc is given (#6598)
Delyan Angelov committed
November 27, 2020
H
make.bat: parsing block revision (#6990)
heronwr committed
November 25, 2020
H
November 21, 2020
H
make.bat: refactor for better param parsing and usage help (#6893)
heronwr committed
August 24, 2020
S
make.bat: quote paths when cloning `tcc` (#6209)
spaceface777 committed