معرفی شرکت ها


blister-cpp-0.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Conventions-over-configuration C++/modules project manager.
ویژگی مقدار
سیستم عامل -
نام فایل blister-cpp-0.0.1
نام blister-cpp
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Eduardo Costa
ایمیل نویسنده m4c0@users.noreply.github.com
آدرس صفحه اصلی https://github.com/m4c0/blister
آدرس اینترنتی https://pypi.org/project/blister-cpp/
مجوز -
# blister Conventions-over-configuration C++/modules project manager. This is a simple approach to deal with C++ modules. By using a bunch of conventions, this Python module scans for all files and generates a `build.ninja` to compile the code. Currently, it is personal endeavor to use C++ modules with some dependency management, which (as of 2019) is not provided by existing building systems. Hacks and non-sense may be included. Requires a folder structure like this: * root * includes * h-files and subfolders * sources * common * cppm-files and subfolders * osx-metal * cppm-files * mm-files * ... * tests * app-folder-1 * cppm-files * cpp-files * app-folder-2 * ... * tools * cpp-files * unit-tests * cpp-files * bli.yaml `includes` is added as part of the include path. `sources/common` contains CPP modules (using `cppm` as extension). They will be scanned, with all `cppm` files added to the build. The module name is independent of the file name, being extracted from the `export module` statement. `sources/osx-metal` is a hack to build Apple-compatible folders. It also compiles `metal` files. `tests` creates one standalone application per folder. Every linked application will contains all objects from `sources` folders. `unit-tests` are compiled independently and liked with `sources/common` objects and run as part of the `test` target. Dependencies are calculated from both `cppm` and `cpp` files, by parsing the `import` statements. `bli.yaml` identifies the root folder and contains configuration to override global and per-file flags.


نیازمندی

مقدار نام
>=5.1.2 PyYAML


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl blister-cpp-0.0.1:

    pip install blister-cpp-0.0.1.whl


نصب پکیج tar.gz blister-cpp-0.0.1:

    pip install blister-cpp-0.0.1.tar.gz