.flake8
.gitattributes
.gitignore
README.md
pyproject.toml
.github/workflows/xmsconan-ci.yaml
tests/__init__.py
tests/conftest.py
tests/test_build_file_generator.py
tests/test_build_library.py
tests/test_ci_file_generator.py
tests/test_ci_yaml_validation.py
tests/test_cli.py
tests/test_conan_deploy.py
tests/test_conan_setup.py
tests/test_credentials.py
tests/test_docker_run.py
tests/test_packager.py
tests/test_printer.py
tests/test_publish.py
tests/test_wheel_deploy.py
tests/test_wheel_repair.py
tests/test_xms_conan2_file.py
xmsconan/__init__.py
xmsconan/build_helpers.py
xmsconan/cli.py
xmsconan/xms_conan2_file.py
xmsconan/xms_conan_file.py
xmsconan.egg-info/PKG-INFO
xmsconan.egg-info/SOURCES.txt
xmsconan.egg-info/dependency_links.txt
xmsconan.egg-info/entry_points.txt
xmsconan.egg-info/requires.txt
xmsconan.egg-info/top_level.txt
xmsconan/build_tools/__init__.py
xmsconan/build_tools/build_library.py
xmsconan/build_tools/profiles/base/armv8
xmsconan/build_tools/profiles/base/clang_16
xmsconan/build_tools/profiles/base/clang_17
xmsconan/build_tools/profiles/base/clang_9
xmsconan/build_tools/profiles/base/debug
xmsconan/build_tools/profiles/base/dynamic
xmsconan/build_tools/profiles/base/gcc_13
xmsconan/build_tools/profiles/base/gcc_5
xmsconan/build_tools/profiles/base/gcc_6
xmsconan/build_tools/profiles/base/gcc_7
xmsconan/build_tools/profiles/base/pybind
xmsconan/build_tools/profiles/base/release
xmsconan/build_tools/profiles/base/static
xmsconan/build_tools/profiles/base/testing
xmsconan/build_tools/profiles/base/vs_2019
xmsconan/build_tools/profiles/base/vs_2022
xmsconan/build_tools/profiles/base/x64
xmsconan/build_tools/profiles/base/x86
xmsconan/build_tools/profiles/base/xms
xmsconan/build_tools/profiles/debug/CLANG16_D
xmsconan/build_tools/profiles/debug/CLANG16_TESTING_D
xmsconan/build_tools/profiles/debug/CLANG9_D
xmsconan/build_tools/profiles/debug/CLANG9_TESTING_D
xmsconan/build_tools/profiles/debug/GCC13_D
xmsconan/build_tools/profiles/debug/GCC13_TESTING_D
xmsconan/build_tools/profiles/debug/GCC5_D
xmsconan/build_tools/profiles/debug/GCC5_TESTING_D
xmsconan/build_tools/profiles/debug/GCC6_D
xmsconan/build_tools/profiles/debug/GCC6_TESTING_D
xmsconan/build_tools/profiles/debug/GCC7_D
xmsconan/build_tools/profiles/debug/GCC7_TESTING_D
xmsconan/build_tools/profiles/debug/VS2019_D
xmsconan/build_tools/profiles/debug/VS2019_TESTING_D
xmsconan/build_tools/profiles/debug/VS2019_TESTING_DYNAMIC_D
xmsconan/build_tools/profiles/debug/VS2022_TESTING_D
xmsconan/build_tools/profiles/release/CLANG16_PYBIND
xmsconan/build_tools/profiles/release/CLANG16_TESTING
xmsconan/build_tools/profiles/release/CLANG17_PYBIND
xmsconan/build_tools/profiles/release/CLANG9
xmsconan/build_tools/profiles/release/CLANG9_PYBIND
xmsconan/build_tools/profiles/release/CLANG9_TESTING
xmsconan/build_tools/profiles/release/GCC13
xmsconan/build_tools/profiles/release/GCC13_PYBIND
xmsconan/build_tools/profiles/release/GCC13_TESTING
xmsconan/build_tools/profiles/release/GCC5
xmsconan/build_tools/profiles/release/GCC5_PYBIND
xmsconan/build_tools/profiles/release/GCC5_TESTING
xmsconan/build_tools/profiles/release/GCC6
xmsconan/build_tools/profiles/release/GCC6_PYBIND
xmsconan/build_tools/profiles/release/GCC6_TESTING
xmsconan/build_tools/profiles/release/GCC7
xmsconan/build_tools/profiles/release/GCC7_PYBIND
xmsconan/build_tools/profiles/release/GCC7_TESTING
xmsconan/build_tools/profiles/release/VS2019
xmsconan/build_tools/profiles/release/VS2019_PYBIND
xmsconan/build_tools/profiles/release/VS2019_TESTING
xmsconan/build_tools/profiles/release/VS2019_TESTING_DYNAMIC
xmsconan/build_tools/profiles/release/VS2022_TESTING
xmsconan/ci_tools/__init__.py
xmsconan/ci_tools/conan_deploy.py
xmsconan/ci_tools/conan_setup.py
xmsconan/ci_tools/credentials.py
xmsconan/ci_tools/docker_run.py
xmsconan/ci_tools/publish.py
xmsconan/ci_tools/wheel_deploy.py
xmsconan/ci_tools/wheel_repair.py
xmsconan/generator_tools/__init__.py
xmsconan/generator_tools/build_file_generator.py
xmsconan/generator_tools/ci_file_generator.py
xmsconan/generator_tools/version.py
xmsconan/generator_tools/ci_templates/github-ci.yaml.jinja
xmsconan/generator_tools/ci_templates/gitlab-ci.yml.jinja
xmsconan/generator_tools/templates/.flake8.jinja
xmsconan/generator_tools/templates/CMakeLists.txt.jinja
xmsconan/generator_tools/templates/build.py.jinja
xmsconan/generator_tools/templates/conanfile.py.jinja
xmsconan/generator_tools/templates/pytest.ini.jinja
xmsconan/generator_tools/templates/_package/pyproject.toml.jinja
xmsconan/package_tools/__init__.py
xmsconan/package_tools/packager.py
xmsconan/package_tools/printer.py