15 Commits

Author SHA1 Message Date
orange d90164cab8 added opengl hook 2026-05-06 20:05:45 +03:00
orange 232b48c3dd fixed dx12 hook 2026-05-04 00:10:53 +03:00
orange f188257e0f added stuff 2026-03-13 21:28:16 +03:00
orange 260b3b97f9 fix 2026-02-20 08:53:03 +03:00
orange 862d52593a retructurized examples 2026-02-20 07:48:19 +03:00
Saikari 58801bfab3 Add one more example 2026-02-20 02:43:27 +03:00
orange 6d0109edbc fix 2026-02-08 20:57:10 +03:00
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
orange bc902a37f1 Auto stash before merge of "main" and "origin/main" 2025-11-30 01:32:25 +03:00
orange 8ff358df82 fixed somebugs, improved tests 2025-11-29 21:24:45 +03:00
orange 47b16a4fea Adds PE signature scanner example
Implements a basic example demonstrating how to scan for a given pattern within a PE file.

The example takes a file path, section, and signature as input and utilizes the `omath::PePatternScanner` to locate the signature within the specified section of the PE file.
2025-11-08 14:34:14 +03:00
orange faa258ade0 fixed name 2025-03-21 04:45:02 +03:00
orange adab187ce7 added example 2025-03-19 19:16:22 +03:00
Vladislav Alpatov 00a9e41477 added some files 2025-03-19 18:58:35 +03:00