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 |
| .. |
|
00-OVERVIEW.md
|
Add standalone core library with kimath and sexpr (Phase 2 Step 1)
|
2025-11-26 17:39:53 +01:00 |
|
01-KNOWLEDGE-BASE-FULL.md
|
Add standalone core library with kimath and sexpr (Phase 2 Step 1)
|
2025-11-26 17:39:53 +01:00 |
|
01-KNOWLEDGE-BASE.md
|
Add standalone core library with kimath and sexpr (Phase 2 Step 1)
|
2025-11-26 17:39:53 +01:00 |
|
02-PHASE2-CORE-EXTRACTION.md
|
Add standalone core library with kimath and sexpr (Phase 2 Step 1)
|
2025-11-26 17:39:53 +01:00 |
|
03-PHASE3-WXWIDGETS-WASM.md
|
Update wxWidgets WASM documentation
|
2025-11-27 15:30:23 +01:00 |
|
04-COMPREHENSIVE-WASM-TEST.md
|
Add wxGLCanvas WASM implementation and documentation
|
2025-11-28 16:42:35 +01:00 |
|
05-WXGLCANVAS-WASM-IMPLEMENTATION.md
|
Add wxGLCanvas WASM implementation and documentation
|
2025-11-28 16:42:35 +01:00 |
|
06-WXGLCANVAS-CANVAS-ELEMENT-FIX.md
|
Fix wxChoice/wxComboBox dropdown rendering and add tests
|
2025-11-29 10:08:42 +01:00 |
|
07-KICAD-WASM-BUILD-PLAN.md
|
Add KiCad WASM build infrastructure and dependency scripts
|
2025-12-04 13:15:04 +01:00 |
|
ccache-benchmark.md
|
Add ccache and incremental build system for faster development
|
2025-12-26 20:51:58 +01:00 |
|
KICAD_WASM_BUILD.md
|
Add KiCad PCBnew WASM build support and documentation
|
2025-12-08 18:26:57 +01:00 |
|
PTHREADS.md
|
Threading research.
|
2025-12-04 08:33:45 +01:00 |
|
THREADING_RESEARCH.md
|
Threading research.
|
2025-12-04 08:33:45 +01:00 |
|
WXWIDGETS-WASM-PORT-PROGRESS.md
|
Update wxWidgets WASM documentation
|
2025-11-27 15:30:23 +01:00 |