mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-12 22:53:27 +00:00
- 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
13 lines
150 B
Plaintext
13 lines
150 B
Plaintext
/cmake-build/
|
|
/out
|
|
*.DS_Store
|
|
/extlibs/vcpkg
|
|
.idea/workspace.xml
|
|
/build/
|
|
/clang-coverage/
|
|
*.gcov
|
|
*.bin
|
|
# pixi environments
|
|
.pixi/*
|
|
!.pixi/config.toml
|