Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-05 | pcb: Switch from CMake to Meson | xengineering | |
This allows to install the PCB-related files easier to the website which is built with Meson. | |||
2025-04-05 | web: Remove CMake | xengineering | |
Trying meson worked so well that CMake is no longer needed. | |||
2025-04-02 | web: Fix dependencies in CMake | xengineering | |
This makes sure incremental builds work properly for the web page. | |||
2025-04-01 | cmake: Provide based CMake integration for Hugo | xengineering | |
This is the starting point of making the Hugo static site generation part of the regular CMake build. | |||
2025-03-21 | cmake: kicad: Add missing license header | xengineering | |
2025-02-15 | cmake: kicad: Update selected BOM columns | xengineering | |
2025-02-14 | cmake: Add message after schematic export | xengineering | |
2025-02-14 | pcb: Rename targets, functions and output files | xengineering | |
This simplifies the CMake code and the paths inside the build folder. | |||
2025-02-14 | pcb: Export BOM as CSV with CMake | xengineering | |
2025-02-14 | cmake: Add module with kicad_schematic_to_pdf | xengineering | |
This CMake function integrates converting the schematic to PDF as part of the standard build. |