.ci/jenkins/tests.jenkins | |
|
|
.codeclimate.yml | |
|
|
.editorconfig | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/ISSUE_TEMPLATE/bug.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/ISSUE_TEMPLATE/question.md | |
|
|
.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 | 1 |
|
|
conan/errors.py | 3 |
|
|
conan/tools/__init__.py | 2 |
|
|
conan/tools/_check_build_profile.py | 7 |
|
|
conan/tools/_compilers.py | 359 | F 2 wks |
|
conan/tools/apple/__init__.py | 4 |
|
|
conan/tools/apple/apple.py | 150 |
|
|
conan/tools/apple/xcodebuild.py | 30 |
|
|
conan/tools/apple/xcodedeps.py | 223 | C 1 day |
|
conan/tools/apple/xcodetoolchain.py | 107 | A 2 hrs |
|
conan/tools/build/__init__.py | 4 |
|
|
conan/tools/build/cppstd.py | 150 | C 1 day |
|
conan/tools/build/cpu.py | 30 |
|
|
conan/tools/build/cross_building.py | 29 | B 5 hrs |
|
conan/tools/cmake/__init__.py | 5 |
|
|
conan/tools/cmake/cmake.py | 121 |
|
|
conan/tools/cmake/cmakedeps/__init__.py | 4 |
|
|
conan/tools/cmake/cmakedeps/cmakedeps.py | 75 |
|
|
conan/tools/cmake/cmakedeps/templates/__init__.py | 86 | B 4 hrs |
|
conan/tools/cmake/cmakedeps/templates/config.py | 72 | 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 | 170 |
|
|
conan/tools/cmake/cmakedeps/templates/target_data.py | 213 | B 5 hrs |
|
conan/tools/cmake/cmakedeps/templates/targets.py | 79 |
|
|
conan/tools/cmake/file_api.py | 118 |
|
|
conan/tools/cmake/layout.py | 59 |
|
|