Go to file
StillHammer 5bdd072117 Complete 10-engine architecture with CMake build system
 All 10 engines now build successfully:
- Designer, Economy, Event, Factory, Intelligence
- Logistic, MacroEntity, Map, Operation, War

🚀 Features implemented:
- FAST_BUILD vs FULL_BUILD presets for efficient development
- Comprehensive defensive programming (sanitizers, contracts)
- 16 C++ libraries integrated via FetchContent
- GCC-compatible configuration with stack protection
- Unified CMake system across all engines

🛠️ Build commands:
- Fast: cmake -DFAST_BUILD=ON .. && make claude-workflow-fast
- Full: cmake .. && make (all sanitizers + validation)
- Single engine: make economy-engine

🔧 Development workflow optimized for daily iteration.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-19 14:19:25 +08:00
client Add complete C++ structure for all 10 engines 2025-09-19 02:07:17 +08:00
cmake Complete 10-engine architecture with CMake build system 2025-09-19 14:19:25 +08:00
core Add project structure with engines, core, client 2025-09-19 01:40:53 +08:00
docs Add project structure with engines, core, client 2025-09-19 01:40:53 +08:00
engines Complete 10-engine architecture with CMake build system 2025-09-19 14:19:25 +08:00
examples Complete 10-engine architecture with CMake build system 2025-09-19 14:19:25 +08:00
helpers Add comprehensive test structure for all engines 2025-09-19 02:12:44 +08:00
include/warfactory Complete 10-engine architecture with CMake build system 2025-09-19 14:19:25 +08:00
scripts Complete 10-engine architecture with CMake build system 2025-09-19 14:19:25 +08:00
server Add complete C++ structure for all 10 engines 2025-09-19 02:07:17 +08:00
shared Add complete C++ structure for all 10 engines 2025-09-19 02:07:17 +08:00
tests Add comprehensive test structure for all engines 2025-09-19 02:12:44 +08:00
.gitignore Complete 10-engine architecture with CMake build system 2025-09-19 14:19:25 +08:00
ADVANCED_TESTING.md Complete 10-engine architecture with CMake build system 2025-09-19 14:19:25 +08:00
AUTOMATION_GUIDE.md Complete 10-engine architecture with CMake build system 2025-09-19 14:19:25 +08:00
CLAUDE.md Add project structure with engines, core, client 2025-09-19 01:40:53 +08:00
CMakeLists.txt Complete 10-engine architecture with CMake build system 2025-09-19 14:19:25 +08:00
cppcheck-suppressions.txt Complete 10-engine architecture with CMake build system 2025-09-19 14:19:25 +08:00

Warfactory - Documentation

Structure de la documentation