mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
1dc016b03e009a92ddec89400c29c11c0f9d7b8a
- create a b2.<whatever> index for O(1) package/module searching. - make the .pyc's sit next to their respective files; preventing pollution of workspace - restore the __file__ variable for imported files - prevent importing the same module twice under two separate names; also preventing running initialization code twice (registering types and features) - create an __init__.py for the contrib directory - requires Python 2.3 or newer for pkgutil
Description
Mirrored via gitea-mirror
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%