mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-19 04:12:12 +00:00
* Make the library modular usable * Move inter-lib dependencies to a project variable and into the build targets * Bump B2 require to 5.2 * Update dependencies used in CI: compiler versions, tools, etc. --------- Co-authored-by: Hans Dembinski <hans.dembinski@gmail.com>
36 lines
398 B
Plaintext
36 lines
398 B
Plaintext
build*
|
|
*.gcov
|
|
doc/html
|
|
doc/reference.xml
|
|
doc/reference_pp.xml
|
|
__pycache__
|
|
*.pyc
|
|
.DS_Store
|
|
.vs*
|
|
*.info
|
|
tools/lcov-*
|
|
tools/codecov
|
|
coverage-report
|
|
.cache
|
|
venv
|
|
.pytest_cache
|
|
!*.jam
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.sln
|
|
BoostFetch.cmake
|
|
cmake_install.cmake
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
*.cmake
|
|
DartConfiguration.tcl
|
|
_deps
|
|
*.obj
|
|
*.recipe
|
|
*.ilk
|
|
*.pdb
|
|
*.lastbuildstate
|
|
*.tlog
|
|
*.exe
|
|
CTestCostData.txt
|
|
LastTest.log |