- Added support for .gitignore patterns to the build_cleaner script, allowing it to respect ignored files during maintenance tasks. - Implemented auto-discovery of CMake libraries marked for auto-maintenance, improving the automation of source list updates. - Introduced functions for extracting includes and symbols from source files to suggest missing headers based on usage. - Updated README to reflect new features and usage instructions. Benefits: - Streamlines the build process by automating maintenance tasks and ensuring proper header management. - Enhances code organization and maintainability by integrating with existing project structures.
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
# Python dependencies for YAZE build scripts
|
|
# Install with: pip3 install -r scripts/requirements.txt
|
|
|
|
# For .gitignore pattern matching in build_cleaner.py
|
|
pathspec>=0.11.0
|
|
|