mirror of
https://github.com/boostorg/build.git
synced 2026-02-11 11:42:14 +00:00
76d041d7c10938adbefd6fa045231ccfa79b3fc1
Notable changes: 1. There's no need to cast header to the PCHHEADER type. 2. There are two separate type "C_PCH" and "CPP_PCH", that use C and C++ compilation respectively. Most of the patch sumbitted by Ilya Sokolov. tools/ * builtin.jam (class dummy-generator): New. * gcc.jam: Override extension of the PCH type. (class gcc-pch-generator): New. Register generators for C_PCH and CPP_PCH. (compile.c++.pch, compile.c.pch): New. * msvc.jam (class msvc-pch-generator): New. Register generators for C_PCH and CPP_PCH. * pch.jam: Remove 'PCHHEADER' type. (pch-generator): Fail unlress it's used at top-level generator. Register catch-all produce-nothing generators for PCH-less toolsets. [SVN r35508]
Description
Mirrored via gitea-mirror
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%