.appveyor.yml
.coveragerc
.travis.yml
AUTHORS
ChangeLog
LICENSE.txt
README.rst
requirements.txt
setup.cfg
setup.py
clang_build/__init__.py
clang_build/build_type.py
clang_build/clang_build.py
clang_build/dependency_tools.py
clang_build/dialect_check.py
clang_build/errors.py
clang_build/io_tools.py
clang_build/logging_stream_handler.py
clang_build/platform.py
clang_build/progress_bar.py
clang_build/project.py
clang_build/single_source.py
clang_build/target.py
clang_build.egg-info/PKG-INFO
clang_build.egg-info/SOURCES.txt
clang_build.egg-info/dependency_links.txt
clang_build.egg-info/entry_points.txt
clang_build.egg-info/not-zip-safe
clang_build.egg-info/pbr.json
clang_build.egg-info/requires.txt
clang_build.egg-info/top_level.txt
docs/Defaults.md
docs/Subprojects.md
test/__init__.py
test/test.py
test/external_scripts/after_build.py
test/external_scripts/before_compile.py
test/external_scripts/before_link.py
test/external_scripts/clang-build.toml
test/external_scripts/main.cpp
test/multi_target_external/clang-build.toml
test/multi_target_external/myexe/main.cpp
test/multi_target_external/mylib/include/DLL_Define_Export.h
test/multi_target_external/mylib/include/DLL_Undefine_Export.h
test/multi_target_external/mylib/include/mylib.hpp
test/multi_target_external/mylib/src/mylib.cpp
test/mwe/hello.cpp
test/mwe_build_error/hello.cpp
test/mwe_with_default_folders/main.cpp
test/mwe_with_default_folders/include/smallfunctions.hpp
test/mwe_with_default_folders/thirdparty/ExternalLib/super_useful_header.hpp
test/openmp/clang-build.toml
test/openmp/main.cpp
test/subproject/clang-build.toml
test/subproject/myexe/main.cpp
test/subproject/mylib/clang-build.toml
test/subproject/mylib/include/DLL_Define_Export.h
test/subproject/mylib/include/DLL_Undefine_Export.h
test/subproject/mylib/include/mylib.hpp
test/subproject/mylib/src/mylib.cpp
test/toml_mwe/clang-build.toml
test/toml_mwe/include/main.hpp
test/toml_mwe/src/main.cpp
test/toml_with_custom_folder/clang-build.toml
test/toml_with_custom_folder/include_custom/main.hpp
test/toml_with_custom_folder/src_custom/main.cpp