mirror of
https://github.com/boostorg/gil.git
synced 2026-01-19 16:22:14 +00:00
* Make the library modular usable. * Add missing modular build.jam. And fix gitignore that caused it to be originally deleted! * Switch to library requirements instead of source. As source puts extra source in install targets. * Add missing import-search for cconfig/predef checks. * Add requires-b2 check to top-level build file. * Bump B2 require to 5.2 * Update copyright dates. * Move inter-lib dependencies to a project variable and into the build targets. * Update build deps.
46 lines
439 B
Plaintext
46 lines
439 B
Plaintext
*~
|
|
*.swp
|
|
*.log
|
|
|
|
# Boost.Build
|
|
stdcerr
|
|
/doc/*build*
|
|
/io/output
|
|
|
|
# Documentation and Sphinx
|
|
doc/html
|
|
doc/warnings.txt
|
|
|
|
# Visual Studio (Code)
|
|
/.vs
|
|
.vscode
|
|
*.code-workspace
|
|
out
|
|
|
|
# Clang/LLVM
|
|
/.clang-format
|
|
|
|
# CMake
|
|
/*build*
|
|
/cmake-build-debug/
|
|
/cmake-build-release/
|
|
/CMakeSettings.json
|
|
/cmake-variants.yaml
|
|
|
|
# JetBrains
|
|
/.idea
|
|
|
|
# Python
|
|
.venv*
|
|
.env*
|
|
|
|
# Conan
|
|
conaninfo.txt
|
|
graph_info.json
|
|
|
|
# clangd
|
|
compile_commands.json
|
|
.clangd/
|
|
|
|
!build.jam
|