Commit Graph

58 Commits

Author SHA1 Message Date
gogacoder 5317575aeb build error fix & CMakeLists.txt simplified v1.0.0 2024-07-09 22:41:59 +07:00
gogacoder c0e3c1257d .gitognore update 2024-07-09 22:18:35 +07:00
gogacoder 088004d494 .gitignore was added and Makefile was deleted 2024-07-09 22:17:01 +07:00
Alexey Fedoseev 6bcfd52b07 calculate SM bound rectangles + test 2024-05-11 10:33:24 +03:00
Alexey Fedoseev 630ac70c2e separate graphml format & format string 2024-05-10 22:28:34 +03:00
Alexey Fedoseev 8444ed38e0 correct meta time format in tests 2024-05-10 21:50:34 +03:00
Alexey Fedoseev ecde0c9b6a extend Transition API 2024-05-10 21:16:28 +03:00
Alexey Fedoseev f7e5909a17 extend Comment API 2024-05-10 20:36:56 +03:00
Alexey Fedoseev 6d6be0667d extend geometry API 2024-05-10 19:48:29 +03:00
Alexey Fedoseev 02fbc97101 correct find elements recursion + test 2024-05-10 19:00:35 +03:00
Alexey Fedoseev 7f861c9fd3 dump elements to std::string 2024-05-10 18:36:12 +03:00
Alexey Fedoseev 345847ce2d extend C++ library API 2024-05-10 18:08:01 +03:00
Alexey Fedoseev 0b974d4c1b correct CMake c++ config + test executables symlink 2024-05-09 23:12:34 +03:00
Alexey Fedoseev 5747c45ab5 Change build system to CMake 2024-05-09 23:09:07 +03:00
Alexey Fedoseev 510a3ddea9 extend Element API 2024-05-09 16:46:15 +03:00
Alexey Fedoseev 8938d86717 correct tests for mandatory SM key in Cyberiada format export 2024-05-06 13:27:24 +03:00
Alexey Fedoseev 02b6a62268 add YED geometry import tests 2024-04-27 11:52:42 +03:00
Alexey Fedoseev 7e684b7f30 correct num regexp 2024-04-27 11:49:28 +03:00
Alexey Fedoseev b9f95a25dd correct label geometry in the legacy test 2024-04-25 16:15:58 +03:00
Alexey Fedoseev cb79de3674 add legacy YED format tests 2024-04-25 13:51:19 +03:00
Alexey Fedoseev bc54a6a152 Berloga Autoborder default program test 2024-04-25 11:13:49 +03:00
Alexey Fedoseev 9d19020fe0 use test utils 2024-04-25 11:13:21 +03:00
Alexey Fedoseev cab6585b01 add geometry tests 2024-04-25 10:54:23 +03:00
Alexey Fedoseev d4d7872713 comment test 2024-04-25 10:06:47 +03:00
Alexey Fedoseev 1a593a5954 correct the graphml export of comment subjects 2024-04-25 10:06:20 +03:00
Alexey Fedoseev 76e79a0bc0 add transitions test 2024-04-25 09:30:25 +03:00
Alexey Fedoseev 3bbb990cc9 add terminate pseudostate + test 2024-04-25 09:25:02 +03:00
Alexey Fedoseev ebf818e0a1 correct graphml output testing 2024-04-25 09:24:25 +03:00
Alexey Fedoseev dbcc4751a8 check non-empty names in named elements 2024-04-24 20:40:09 +03:00
Alexey Fedoseev 73f4a02704 add comment subjects doc interface 2024-04-24 20:32:01 +03:00
Alexey Fedoseev ea23b917c0 add event argument to test 2024-04-24 18:35:38 +03:00
Alexey Fedoseev fd3f995dc6 add new comments doc interface 2024-04-24 18:25:46 +03:00
Alexey Fedoseev 4a78440667 add event argument to test 2024-04-24 18:25:18 +03:00
Alexey Fedoseev 6fda6817f4 new transitions interface 2024-04-24 11:52:00 +03:00
Alexey Fedoseev 6611fda149 TODO for future 2024-04-23 21:22:57 +03:00
Alexey Fedoseev 5714ae66bf state actions test 2024-04-23 13:52:18 +03:00
Alexey Fedoseev 83e7bfe997 correct state actions initialization, add new transitions to the doc interface 2024-04-23 13:51:53 +03:00
Alexey Fedoseev 7fab5056e0 choice in the doc interface + tests 2024-04-23 12:13:20 +03:00
Alexey Fedoseev 8b0db7081f initial & final vertexes in the doc interface + tests 2024-04-23 11:37:39 +03:00
Alexey Fedoseev a2c1e41e5c state hierarchy test 2024-04-22 22:08:02 +03:00
Alexey Fedoseev 38fbc8e9db vertex name generation bug 2024-04-22 22:07:34 +03:00
Alexey Fedoseev c2436868f5 add new single state test 2024-04-22 21:51:59 +03:00
Alexey Fedoseev 05f4a074fb add new states by the doc interface 2024-04-22 21:50:47 +03:00
Alexey Fedoseev d5ba4ae523 add useful functions for testing programs 2024-04-22 21:49:57 +03:00
Alexey Fedoseev d80ff13eb9 continue tests in case of failed one 2024-04-22 21:48:38 +03:00
Alexey Fedoseev 04d87a3566 break compilation on warnings as well 2024-04-22 21:47:17 +03:00
Alexey Fedoseev 54e2adc0fd correct SM dump output 2024-04-22 21:16:22 +03:00
Alexey Fedoseev cbd47c1e37 rebuild tests on library update 2024-04-22 21:16:03 +03:00
Alexey Fedoseev 6dbfbb1291 two empty SMs test 2024-04-22 20:51:29 +03:00
Alexey Fedoseev 7c48a28e06 allow output text tests w/o input graph 2024-04-22 20:50:25 +03:00