.ci/jenkins/tests.jenkins | |
|
|
.codeclimate.yml | |
|
|
.editorconfig | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/ISSUE_TEMPLATE/bug.yml | |
|
|
.github/ISSUE_TEMPLATE/feature_request.yml | |
|
|
.github/ISSUE_TEMPLATE/question.yml | |
|
|
.github/PR_INCREASE_TESTING.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/stale.yml | |
|
|
.gitignore | |
|
|
LICENSE.md | |
|
|
MANIFEST.in | |
|
|
README.rst | |
|
|
conans/requirements.txt | |
|
|
conans/requirements_dev.txt | |
|
|
conans/requirements_server.txt | |
|
|
contributors.txt | |
|
|
pytest.ini | |
|
|
setup.cfg | |
|
|
tox.ini | |
|
|
.ci/__init__.py | 0 |
|
|
.ci/bump_dev_version.py | 17 |
|
|
conan/__init__.py | 4 |
|
|
conan/errors.py | 3 |
|
|
conan/tools/__init__.py | 2 |
|
|
conan/tools/_check_build_profile.py | 7 |
|
|
conan/tools/_compilers.py | 406 | F 1 wk |
|
conan/tools/android/__init__.py | 1 |
|
|
conan/tools/android/utils.py | 27 |
|
|
conan/tools/apple/__init__.py | 4 |
|
|
conan/tools/apple/apple.py | 203 |
|
|
conan/tools/apple/xcodebuild.py | 30 |
|
|
conan/tools/apple/xcodedeps.py | 231 | A 3 hrs |
|
conan/tools/apple/xcodetoolchain.py | 107 | A 2 hrs |
|
conan/tools/build/__init__.py | 6 |
|
|
conan/tools/build/cppstd.py | 165 | F 3 days |
|
conan/tools/build/cpu.py | 30 |
|
|
conan/tools/build/cross_building.py | 32 | B 5 hrs |
|
conan/tools/build/flags.py | 14 |
|
|
conan/tools/build/stdcpp_library.py | 15 | A 3 hrs |
|
conan/tools/cmake/__init__.py | 5 |
|
|
conan/tools/cmake/cmake.py | 129 |
|
|
conan/tools/cmake/cmakedeps/__init__.py | 4 |
|
|
conan/tools/cmake/cmakedeps/cmakedeps.py | 107 |
|
|
conan/tools/cmake/cmakedeps/templates/__init__.py | 85 | B 4 hrs |
|
conan/tools/cmake/cmakedeps/templates/config.py | 77 | A 1 hr |
|
conan/tools/cmake/cmakedeps/templates/config_version.py | 38 | A 1 hr |
|
conan/tools/cmake/cmakedeps/templates/macros.py | 64 |
|
|
conan/tools/cmake/cmakedeps/templates/target_configuration.py | 159 |
|
|