pcbjam/scripts
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
..
common Add ccache and incremental build system for faster development 2025-12-26 20:51:58 +01:00
deps Fix KiCad WASM build and runtime errors 2025-12-22 16:30:53 +01:00
kicad Add ccache and incremental build system for faster development 2025-12-26 20:51:58 +01:00
build-core-wasm.sh Update core library to use real wxBase instead of wx_shim 2025-11-27 08:39:22 +01:00
build-kicad-wasm.sh Improve build system with debug symbols, clean modes, and parallel jobs 2025-12-12 14:51:38 +01:00
build-wasm-test.sh Fix pthread deadlock by using dynamic PTHREAD_POOL_SIZE 2025-12-15 11:47:50 +01:00
build-wxbase-wasm.sh Add board_model library and Phase 3 wxUniversal plan 2025-11-27 09:24:31 +01:00
build-wxuniversal-wasm.sh Add ccache and incremental build system for faster development 2025-12-26 20:51:58 +01:00
build-wxwidgets-wasm-clean.sh Add reproducible build system for wxWidgets WASM port 2025-11-27 15:30:10 +01:00
build.sh Complete Phase 1: Build KiCad with optional dependencies disabled 2025-11-26 16:33:48 +01:00
compare-screenshots.sh Add baseline screenshots and visual regression testing 2025-11-29 19:55:12 +01:00
generate-wxwidgets-patches.sh Add reproducible build system for wxWidgets WASM port 2025-11-27 15:30:10 +01:00
prepare.sh Complete Phase 1: Build KiCad with optional dependencies disabled 2025-11-26 16:33:48 +01:00
update-baseline-screenshots.sh Fix Asyncify and improve build process 2025-12-14 11:59:50 +01:00
update-kicad.sh Complete Phase 1: Build KiCad with optional dependencies disabled 2025-11-26 16:33:48 +01:00