mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
d4e260045f6d6dd6497a407f16e7803c2d8466dd
The targets (both abstract and virtual) used to refer to project there belong to using the name of Jamfile module corresponding to the project. That was a bit messy, and whatevet it was necessary to get any project attribute, one had to call 'project.attribute', which was messy too. Now, projects are identified by instance of project-target class, and attributes are obtained via 'get' method in that class. [SVN r23001]
Description
Mirrored via gitea-mirror
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%