Small C++ builder tools
Project description
procxx
Simple C++ builder tools
About
procxx is a c++ builder tools for building c++ project.
If you want something with more features, you can use CMake.
procxx target is to make building c++ easier.
Supported Compilers
- gcc (g++)
- clang (clang++)
- other compilers that support gcc and clang flags
Example
from procxx import CXXProject
myproject = CXXProject("g++") # you can remove the g++ if you want it auto-detect compiler
myproject.add_include("include") # add include path
myproject.add_raw("src/*.cpp") # add raw argument. Usually for adding source file
myproject.autorun("main.cpp") # you can also use run method but autorun will automatically run the compiled executeable
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
procxx-0.1.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
procxx-0.1-py3-none-any.whl
(3.9 kB
view details)
File details
Details for the file procxx-0.1.tar.gz.
File metadata
- Download URL: procxx-0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
710bccc69b39bbacd81ef6a134dc8ee1c86271b5a4a0896e6a5cae488e214551
|
|
| MD5 |
de32ce012bac7f2582211e08014765dc
|
|
| BLAKE2b-256 |
ee4f9d0ee38f8f339a120a652baf57cab73b366aa0bdd994b9286b2718896f70
|
File details
Details for the file procxx-0.1-py3-none-any.whl.
File metadata
- Download URL: procxx-0.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32fb0e671ddd0affb51bdc4532afd15b4dbd8e0504bb650b543124b002d9c06d
|
|
| MD5 |
c1d97a11e7503056d3c4fb5ae9d8e4e4
|
|
| BLAKE2b-256 |
d7ed5afff57da2a064a7444449138be52e809c7cc6c967e6f921e46de5d5fb31
|