pcbjam/scripts/common
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Viktor Vaczi 5b919ef66f Add ccache and incremental build system for faster development
- Add ccache to Docker image for compiled object caching
- Change build defaults: incremental by default, skip deps by default
- Add new flags: --full, --clean-kicad, --build-deps
- Skip wxWidgets configure if already configured (check Makefile timestamps)
- Remove unused source hash stamp functions (make handles dependencies)
- Update build.md with new build system documentation

Performance improvements:
- Single file change: 7:35 → 1:34 (4.8x faster)
- No-change rebuild: 7:35 → 1:31 (5x faster)
- Asyncify post-processing (~1 min) is now the bottleneck

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 20:51:58 +01:00
..
apply-asyncify.sh Fix KiCad WASM build and runtime errors 2025-12-22 16:30:53 +01:00
apply-finalize.sh Fix KiCad WASM build and runtime errors 2025-12-22 16:30:53 +01:00
env.sh Add ccache and incremental build system for faster development 2025-12-26 20:51:58 +01:00
functions.sh Add ccache and incremental build system for faster development 2025-12-26 20:51:58 +01:00
get-wasm-opt.sh Add two-phase build with host asyncify transformation 2025-12-13 22:13:31 +01:00
inject-dyncall-shims.sh Fix KiCad WASM build and runtime errors 2025-12-22 16:30:53 +01:00
versions.sh Add KiCad WASM build infrastructure and dependency scripts 2025-12-04 13:15:04 +01:00