Commit Graph

8 Commits

Author SHA1 Message Date
Saikari
32b3113556 Add initial project configuration and build scripts for omath library
- Created pixi.toml for project metadata and dependencies management.
- Added formatting script (fmt.cmake) to ensure consistent CMake file formatting.
- Implemented benchmark execution script (run.benchmark.cmake) to run benchmark tests.
- Developed example execution script (run.examples.cmake) to run example applications.
- Created unit test execution script (run.unit.tests.cmake) to run unit tests.

removed lock file
2026-01-30 02:36:34 +03:00
Saikari
241492c007 Use LLVM coverage and LCOV genhtml on Windows OS (#131) 2025-12-29 21:11:13 +03:00
bcbe90737f added some comments 2025-10-27 11:25:31 +03:00
62010ae7be Update build system and enable VCPKG
Migrates to CMake presets and enables VCPKG to manage dependencies.
Removes explicit submodule configuration.
Updates benchmark and googletest to be integrated or linked properly.
The goal is to ease the build process and reduce complexity related to linking and dependency management.
2025-10-27 08:34:05 +03:00
f6254c6a8c patch 2025-09-17 20:22:42 +03:00
e0c5c1c56b added benchmark submodule 2025-09-17 20:14:33 +03:00
e090ac1d9a added benchmark 2025-09-17 19:56:50 +03:00
eb0ca6627f renamed folder 2025-09-17 18:07:28 +03:00