-
342a8236a1
simplified libxml library build
main
v1.0.0
gogacoder
2024-07-09 22:34:36 +07:00
-
b87def5376
Makefile.old was deleted
gogacoder
2024-07-09 22:11:56 +07:00
-
4c0bbcabdc
Libxml was added from CPM
gogacoder
2024-07-09 20:09:27 +07:00
-
580c9e47dc
CPM was added to CMake
gogacoder
2024-07-09 16:00:04 +07:00
-
c705b07972
.gitignore was added
gogacoder
2024-07-09 15:59:14 +07:00
-
2e03fbe7f3
update empty geometry handling
Alexey Fedoseev
2024-06-13 19:15:31 +03:00
-
dcd373f3bd
hide debug
Alexey Fedoseev
2024-06-12 17:18:30 +03:00
-
d02851d5c8
correct trim
Alexey Fedoseev
2024-06-12 17:16:02 +03:00
-
f74369afb8
new geometry implementation + API update
Alexey Fedoseev
2024-06-12 17:15:40 +03:00
-
6cd92f21a4
correct debug output
Alexey Fedoseev
2024-06-12 17:14:01 +03:00
-
41b4982635
add cyberiadaml CMake package
Alexey Fedoseev
2024-05-09 21:52:58 +03:00
-
91339d4545
Change build system to CMake
Alexey Fedoseev
2024-05-09 18:08:18 +03:00
-
63ecacc177
get rid of stncpy warning
Alexey Fedoseev
2024-05-09 18:01:28 +03:00
-
ffa2d568b5
add mandatory SM key to cyberiada format export
Alexey Fedoseev
2024-05-06 13:02:59 +03:00
-
1e6ed1e2d2
YED geometry test
Alexey Fedoseev
2024-04-27 11:42:14 +03:00
-
5dd62ec86a
add YED geometry convertation + separate cyb string module
Alexey Fedoseev
2024-04-27 11:41:56 +03:00
-
44cce58179
add document deep copy interface
Alexey Fedoseev
2024-04-26 11:49:36 +03:00
-
f1f9b15b57
stop on warning
Alexey Fedoseev
2024-04-26 11:29:41 +03:00
-
dfa4c16a17
legacy YED geometry graph
Alexey Fedoseev
2024-04-25 17:33:29 +03:00
-
f6c142fb6c
handle label geometry in YED files
Alexey Fedoseev
2024-04-25 16:14:02 +03:00
-
dfe8a06102
handle empty action strings correctly
Alexey Fedoseev
2024-04-25 15:16:22 +03:00
-
a6502f922d
correct bug with the string trim algorithm
Alexey Fedoseev
2024-04-25 13:40:54 +03:00
-
91d362a968
add SM geometry export to Cyberiada-GraphML format
Alexey Fedoseev
2024-04-25 10:31:24 +03:00
-
aeff85570a
export meta init/destroy functions
Alexey Fedoseev
2024-04-24 20:44:33 +03:00
-
8d10fec4fa
correct document flags processing
Alexey Fedoseev
2024-04-14 11:21:46 +03:00
-
745362ec7c
correct writing entry/exit actions
Alexey Fedoseev
2024-04-13 22:27:28 +03:00
-
eee047577a
correct libxml memory management to avoid leaks on exit
Alexey Fedoseev
2024-04-13 19:04:53 +03:00
-
3900eb492f
simplify memory cleanup & free
Alexey Fedoseev
2024-04-13 18:46:33 +03:00
-
df900c7803
correct write xml error handling
Alexey Fedoseev
2024-04-13 16:12:55 +03:00
-
fbe0cb0251
check default SM while writing
Alexey Fedoseev
2024-04-13 16:08:28 +03:00
-
e950ed3116
correct indent
Alexey Fedoseev
2024-04-13 16:03:02 +03:00
-
03825c47b0
trim action strings
Alexey Fedoseev
2024-04-13 15:56:13 +03:00
-
b732093e8d
correct spacing
Alexey Fedoseev
2024-04-13 15:42:39 +03:00
-
ab13bbf4b1
export memory allocation functions
Alexey Fedoseev
2024-04-13 12:37:38 +03:00
-
65e1a88681
fix misprint in DEBUG flag
Alexey Fedoseev
2024-04-12 17:16:44 +03:00
-
71ff69e838
process node behavior for legacy Berloga-YED format
Alexey Fedoseev
2024-04-12 17:16:23 +03:00
-
b719676a44
read comment body bug
Alexey Fedoseev
2024-04-10 23:21:47 +03:00
-
4c64492a1f
new DEBUG flag
Alexey Fedoseev
2024-04-10 23:19:24 +03:00
-
dccd81af18
ASAN make target
Alexey Fedoseev
2024-04-10 23:17:28 +03:00
-
6781890bb1
correct platform name parameter
Alexey Fedoseev
2024-04-10 23:17:10 +03:00
-
aace5433c6
correct platform name parameter
Alexey Fedoseev
2024-04-10 23:16:46 +03:00
-
697cf93e09
correct node geometry
Alexey Fedoseev
2024-04-08 18:02:07 +03:00
-
61b5be4cd8
CyberiadaML-GraphML 1.0 read/write support according to the CyberiadaML-GraphML Primer document
Alexey Fedoseev
2024-04-08 17:36:34 +03:00
-
ef4c304e5e
new CyberiadaML-GraphML graph examples
Alexey Fedoseev
2024-04-08 17:35:44 +03:00
-
2dcb773997
add Cyberiada Document structure to allow multi-sm files
Alexey Fedoseev
2024-03-31 17:50:49 +03:00
-
235e91437a
rename types according to PRIMS standard wording
Alexey Fedoseev
2024-03-30 22:10:04 +03:00
-
7f76c45fc5
correct usage program output
Alexey Fedoseev
2024-03-23 20:37:47 +03:00
-
1d9065022f
update API according to the Cyberiada-GraphML-1.0 standard + write to YED format
Alexey Fedoseev
2024-03-23 20:33:10 +03:00
-
70bf382c73
update API accodring to the Cyberiada-GraphML-1.0 standard + write to YED format
Alexey Fedoseev
2024-03-23 20:29:34 +03:00
-
65407577ff
correct behavior in the sample program
Alexey Fedoseev
2024-03-23 20:28:40 +03:00
-
393bf5d2eb
UML 2.0 / CyberiadaML standatd compliance
Alexey Fedoseev
2024-03-03 14:58:08 +03:00
-
452eedc77c
utf8 statecharts behavior convertor
Alexey Fedoseev
2024-03-03 14:56:01 +03:00
-
64091ec142
correct the bevaiours of CyberiadaML graph samples
Alexey Fedoseev
2024-03-03 14:55:00 +03:00
-
6cd5abd2a3
Cyberida-GraphML format support
Alexey Fedoseev
2024-02-10 00:33:56 +03:00
-
d78e581306
correct edge source/target nodes constuction
Alexey Fedoseev
2024-01-08 23:26:45 +03:00
-
6258117906
correct tree reconstruction using a node stack
Alexey Fedoseev
2024-01-08 22:37:30 +03:00
-
084937b479
don't need an explicit start node in the SM struct
Alexey Fedoseev
2024-01-08 22:37:02 +03:00
-
fa80b5c2ef
correct build deps
Alexey Fedoseev
2024-01-06 15:35:09 +03:00
-
f0a0e416ae
autodetect graphml format
Alexey Fedoseev
2024-01-06 15:34:51 +03:00
-
e8e6c7229c
default version constants
Alexey Fedoseev
2024-01-06 10:44:02 +03:00
-
a3653b7dcc
correct gcc warnings
Alexey Fedoseev
2024-01-06 02:09:00 +03:00
-
57a52e6456
correct wording
Alexey Fedoseev
2024-01-06 01:50:36 +03:00
-
fc725a2042
yEd format decoder implementation
Alexey Fedoseev
2024-01-06 01:46:36 +03:00