diff --git a/.gitignore b/.gitignore index c002d455..38394541 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,14 @@ -*.scs~ \ No newline at end of file +<<<<<<< HEAD +kb.bin +sc-machine +scp-machine +sc-web +ims.ostis.kb +ims.ostis.kb_copy +geometry.drawings +web-scn-editor + +*.*~ +======= +*.scs~ +>>>>>>> a33b8f2fac80321695043fc4f6aa209b7a170f7b diff --git a/README b/README new file mode 100644 index 00000000..e69de29b diff --git a/config/sc-web.ini b/config/sc-web.ini new file mode 100644 index 00000000..3058f523 --- /dev/null +++ b/config/sc-web.ini @@ -0,0 +1,18 @@ +[Network] +Port = 55770 +[Repo] +Path = /home/shokalirina/newostis/ostis/kb.bin +SavePeriod = 3600 +[Extensions] +Directory = /home/shokalirina/newostis/ostis/sc-machine/bin/extensions +[Stat] +UpdatePeriod = 1800 +Path = /tmp/sctp_stat + +##### sc-memory +[memory] +max_loaded_segments = 100 + +[filememory] +engine = redis + diff --git a/config/server.conf b/config/server.conf new file mode 100644 index 00000000..861812ac --- /dev/null +++ b/config/server.conf @@ -0,0 +1,3 @@ + +static_path = "../client/static" +templates_path = "../client/templates" diff --git a/kb/Knowledge-base b/kb/Knowledge-base new file mode 160000 index 00000000..27166f8f --- /dev/null +++ b/kb/Knowledge-base @@ -0,0 +1 @@ +Subproject commit 27166f8f67154f495805c747ada54d0083091e44 diff --git a/kb/graph/graph0.scs b/kb/graph/graph0.scs new file mode 100644 index 00000000..6fb23cc2 --- /dev/null +++ b/kb/graph/graph0.scs @@ -0,0 +1,11 @@ +graph -> G0;; +G0 -> rrel_arcs: ..arcs;; +G0 -> rrel_nodes: ..nodes;; + +..nodes -> V1;; +..nodes -> V2;; +..nodes -> V3;; + +..arcs -> (V1 => V2);; +..arcs -> (V2 => V3);; +..arcs -> (V3 => V1);; diff --git a/kb/graph/graph1.scs b/kb/graph/graph1.scs new file mode 100644 index 00000000..a56ae231 --- /dev/null +++ b/kb/graph/graph1.scs @@ -0,0 +1,13 @@ +graph -> G1;; +G1 -> rrel_arcs: ..arcs;; +G1 -> rrel_nodes: ..nodes;; + +..nodes -> V1;; +..nodes -> V2;; +..nodes -> V3;; +..nodes -> V4;; + + +..arcs -> (V1 => V2);; +..arcs -> (V2 => V3);; +..arcs -> (V3 => V4);; diff --git a/kb/graph/graph2.scs b/kb/graph/graph2.scs new file mode 100644 index 00000000..84a6d3e1 --- /dev/null +++ b/kb/graph/graph2.scs @@ -0,0 +1,19 @@ +graph -> G2;; +G2 -> rrel_arcs: ..arcs;; +G2 -> rrel_nodes: ..nodes;; + +..nodes -> V1;; +..nodes -> V2;; +..nodes -> V3;; +..nodes -> V4;; +..nodes -> V5;; +..nodes -> V6;; + + +..arcs -> (V1 => V2);; +..arcs -> (V2 => V3);; +..arcs -> (V1 => V3);; +..arcs -> (V2 => V4);; +..arcs -> (V4 => V5);; +..arcs -> (V5 => V6);; +..arcs -> (V4 => V6);; diff --git a/kb/graph/graph3.scs b/kb/graph/graph3.scs new file mode 100644 index 00000000..fe392de7 --- /dev/null +++ b/kb/graph/graph3.scs @@ -0,0 +1,9 @@ +graph -> G3;; +G3 -> rrel_arcs: ..arcs;; +G3 -> rrel_nodes: ..nodes;; + +..nodes -> V1;; +..nodes -> V2;; + + +..arcs -> (V1 => V2);; diff --git a/kb/graph/graph4.scs b/kb/graph/graph4.scs new file mode 100644 index 00000000..0b8f9610 --- /dev/null +++ b/kb/graph/graph4.scs @@ -0,0 +1,16 @@ +graph -> G4;; +G4 -> rrel_arcs: ..arcs;; +G4 -> rrel_nodes: ..nodes;; + +..nodes -> V1;; +..nodes -> V2;; +..nodes -> V3;; +..nodes -> V4;; +..nodes -> V5;; + + +..arcs -> (V1 => V2);; +..arcs -> (V2 => V3);; +..arcs -> (V1 => V3);; +..arcs -> (V3 => V4);; +..arcs -> (V3 => V5);; diff --git a/kb/openstreetmap_view.scs b/kb/openstreetmap_view.scs new file mode 100644 index 00000000..6d4ee6a9 --- /dev/null +++ b/kb/openstreetmap_view.scs @@ -0,0 +1,17 @@ +ui_external_languages + -> openstreetmap_view;; + +openstreetmap_view => nrel_main_idtf: [Отображение Open Street Map] (* + <- lang_ru;; +*);; + +format_openstreetmap_view => nrel_main_idtf: [Формат Open Street Map] (* + <- lang_ru;; +*);; + +sc_node_norole_relation -> nrel_osm_query;; +sc_relation -> nrel_osm_query;; +nrel_osm_query + => nrel_main_idtf: + [ osm-запрос* ] (* <-lang_ru;; *); + [ osm-query* ] (* <-lang_en;; *);; diff --git a/kb/proc_find_diameter/menu/ui_main_menu.scs b/kb/proc_find_diameter/menu/ui_main_menu.scs new file mode 100644 index 00000000..d7cb392f --- /dev/null +++ b/kb/proc_find_diameter/menu/ui_main_menu.scs @@ -0,0 +1,12 @@ +ui_main_menu <- sc_node_not_relation;; + +ui_main_menu => nrel_main_idtf: [Главное меню] (* <- lang_ru;; *);; + +ui_main_menu <= nrel_ui_commands_decomposition: .ui_main_menu_decomposition +(* + -> ui_menu_na_view_kb;; + -> ui_menu_na_keynodes;; + -> ui_menu_run_scp_program;; +*);; + + diff --git a/kb/proc_find_diameter/menu/ui_menu_na_keynodes.scs b/kb/proc_find_diameter/menu/ui_menu_na_keynodes.scs new file mode 100644 index 00000000..32950aef --- /dev/null +++ b/kb/proc_find_diameter/menu/ui_menu_na_keynodes.scs @@ -0,0 +1,5 @@ +ui_menu_na_keynodes +<- ui_user_command_class_noatom; +=> nrel_main_idtf: + [Ключевые узлы навигации] (* <- lang_ru;; *); + [Keynodes for navigation] (* <- lang_en;; *);; diff --git a/kb/proc_find_diameter/menu/ui_menu_run_scp_program.scs b/kb/proc_find_diameter/menu/ui_menu_run_scp_program.scs new file mode 100644 index 00000000..94de58ed --- /dev/null +++ b/kb/proc_find_diameter/menu/ui_menu_run_scp_program.scs @@ -0,0 +1,17 @@ +ui_menu_run_scp_program <- ui_user_command_class_atom; ui_user_command_class_view_kb;; + +ui_menu_run_scp_program => nrel_main_idtf: [Запуск scp-программы] (* <- lang_ru;; *);; +ui_menu_run_scp_program => nrel_main_idtf: [Run scp-program] (* <- lang_en;; *);; +ui_menu_run_scp_program => ui_nrel_command_template: + [* + question_scp_interpretation_request _-> ._question_scp_interpretation_request_instance + (* + _-> rrel_1:: ui_arg_1;; + _-> rrel_2:: _...;; + *);; + ._question_scp_interpretation_request_instance _<- question;; + ._question_scp_interpretation_request_instance _<= nrel_authors:: _... (* _-> abstract_scp_machine;; *);; + *];; + +ui_menu_run_scp_program => ui_nrel_command_lang_template: [Запуск scp-программы: $ui_arg_1] (* <- lang_ru;; *);; +ui_menu_run_scp_program => ui_nrel_command_lang_template: [Run scp-program: $ui_arg_1] (* <- lang_en;; *);; diff --git a/kb/proc_find_diameter/print/proc_print_idtf.scs b/kb/proc_find_diameter/print/proc_print_idtf.scs new file mode 100644 index 00000000..4fe700c9 --- /dev/null +++ b/kb/proc_find_diameter/print/proc_print_idtf.scs @@ -0,0 +1,32 @@ +scp_program -> proc_print_idtf (* + + -> rrel_params: ... (* + -> rrel_1: rrel_in: _element;; + *);; + + -> rrel_operators: ... (* + + -> rrel_init: ..proc_print_idtf_operator1 (* + <- searchElStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _element;; + -> rrel_2: rrel_assign: rrel_common: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _element_idtf;; + -> rrel_4: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: nrel_system_identifier;; + + => nrel_then: ..proc_print_idtf_operator2;; + => nrel_else: ..proc_print_idtf_operator_return;; + *);; + + -> ..proc_print_idtf_operator2 (* + <- print;; + -> rrel_1: rrel_fixed: rrel_scp_var: _element_idtf;; + + => nrel_goto: ..proc_print_idtf_operator_return;; + *);; + + -> ..proc_print_idtf_operator_return (* + <- return;; + *);; + *);; +*);; diff --git a/kb/proc_find_diameter/print/proc_print_set.scs b/kb/proc_find_diameter/print/proc_print_set.scs new file mode 100644 index 00000000..3f7765bc --- /dev/null +++ b/kb/proc_find_diameter/print/proc_print_set.scs @@ -0,0 +1,105 @@ +scp_program -> proc_print_set (* + -> rrel_params: ... (* + -> rrel_1: rrel_in: _set;; + *);; + + -> rrel_operators: ... (* + + -> rrel_init: ..proc_print_set_operator1 (* + <- searchSetStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _set;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _element;; + -> rrel_set_3: rrel_assign: rrel_scp_var: _set_copy;; + + => nrel_goto: ..proc_print_set_operator2;; + *);; + + + -> ..proc_print_set_operator2 (* + <- print;; + -> rrel_1: rrel_fixed: rrel_scp_const: [{];; + + => nrel_goto: ..proc_print_set_operator3;; + *);; + + -> ..proc_print_set_operator3 (* + <- ifVarAssign;; + -> rrel_1: rrel_fixed: rrel_scp_var: _set_copy;; + + => nrel_then: ..proc_print_set_operator4;; + => nrel_else: ..proc_print_set_operator11;; + *);; + + -> ..proc_print_set_operator4 (* + <- searchElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _set_copy;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _element;; + + => nrel_then: ..proc_print_set_operator5;; + => nrel_else: ..proc_print_set_operator_return;; + *);; + + -> ..proc_print_set_operator5 (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_erase: rrel_scp_var: _arc2;; + + => nrel_goto: ..proc_print_set_operator6;; + *);; + + -> ..proc_print_set_operator6 (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_print_idtf;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_var: _element;; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_print_set_operator7;; + *);; + + -> ..proc_print_set_operator7 (* + <-waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_print_set_operator8;; + *);; + + -> ..proc_print_set_operator8 (* + <- searchElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _set_copy;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _element;; + + => nrel_then: ..proc_print_set_operator9;; + => nrel_else: ..proc_print_set_operator10;; + *);; + + -> ..proc_print_set_operator9 (* + <- print;; + -> rrel_1: rrel_fixed: rrel_scp_const: [, ];; + + => nrel_goto: ..proc_print_set_operator4;; + *);; + + -> ..proc_print_set_operator10 (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_erase: rrel_scp_var: _set_copy;; + + => nrel_goto: ..proc_print_set_operator11;; + *);; + + -> ..proc_print_set_operator11 (* + <- print;; + -> rrel_1: rrel_fixed: rrel_scp_const: [}];; + + => nrel_goto: ..proc_print_set_operator_return;; + *);; + + -> ..proc_print_set_operator_return (* + <-return;; + *);; + + *);; +*);; diff --git a/kb/proc_find_diameter/proc_find_periferal_vertex_for_graph.scs b/kb/proc_find_diameter/proc_find_periferal_vertex_for_graph.scs new file mode 100644 index 00000000..1136b971 --- /dev/null +++ b/kb/proc_find_diameter/proc_find_periferal_vertex_for_graph.scs @@ -0,0 +1,91 @@ +scp_program -> proc_find_periferal_vertex_for_graph (* + + -> rrel_params: ... (* + -> rrel_1: rrel_in: _graph;; + + -> rrel_2: rrel_out: _start_vertex;; + -> rrel_3: rrel_out: _last_vertex;; + *);; + + -> rrel_operators: ... (* + +// Создание узла для хранения минимального diametra. + -> rrel_init: ..proc_find_diametr_create_min_path (* + <- contAssign;; + -> rrel_1: rrel_assign: rrel_link: rrel_scp_var: _diametr;; + -> rrel_2: rrel_fixed: rrel_scp_const: [0];; + + => nrel_goto: ..proc_find_diametr_create_vertex_set;; + *);; + +// Создание множества всех вершин графа для поиска diametra. + -> ..proc_find_diametr_create_vertex_set (* + <- searchSetStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _graph;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _vertex;; + -> rrel_4: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_vertex;; + + -> rrel_set_3: rrel_assign: rrel_scp_var: _graph_vertex_set;; // множество вершин графа + + => nrel_then: ..proc_find_diametr_find_vertex_in_set;; + => nrel_else: ..proc_diametr_return;; + *);; + +// Поиск вершинки во множестве + -> ..proc_find_diametr_find_vertex_in_set (* + <- searchElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _graph_vertex_set;; + + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc1;; // ребро, соединяющее множество вершин графа с самими вершинами + -> rrel_3: rrel_assign: rrel_scp_var: rrel_node: _current_vertex;; // одна из вершин + + => nrel_then: ..proc_find_diametr_delete_current_vertex_from_vertex_set;; // вершина найдена, можем ее удалить из множества + => nrel_else: ..proc_diametr_return;; // печатаем нашу перефирийную вершину + *);; + +//---------------------------------------------------------------------------------------------- +// Удаляем вершинку из множества. + -> ..proc_find_diametr_delete_current_vertex_from_vertex_set (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _arc1;; + + => nrel_goto: ..proc_find_diametr_find_path_for_current_vertex;; + *);; + +// Находим diametr для текущей вершины. + -> ..proc_find_diametr_find_path_for_current_vertex (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_find_shortest_path_tree;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_var: _graph;; + -> rrel_2: rrel_fixed: rrel_scp_var: _current_vertex;; + + -> rrel_3: rrel_assign: rrel_scp_var: _last_vertex2;; + -> rrel_4: rrel_assign: rrel_scp_var: _length;; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_find_diametr_find_path_for_current_vertex_return;; + *);; + + -> ..proc_find_diametr_find_path_for_current_vertex_return (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_diametr_return;; + *);; + +// Выход из программы + -> ..proc_diametr_return (* + <- return;; + *);; + + *);; +*);; + + + + + diff --git a/kb/proc_find_diameter/proc_find_shortest_path_tree.scs b/kb/proc_find_diameter/proc_find_shortest_path_tree.scs new file mode 100644 index 00000000..04ac27a9 --- /dev/null +++ b/kb/proc_find_diameter/proc_find_shortest_path_tree.scs @@ -0,0 +1,446 @@ +scp_program -> proc_find_shortest_path_tree (* + + -> rrel_params: ... (* + -> rrel_1: rrel_in: _graph;; + -> rrel_2: rrel_in: _root_vertex;; + + -> rrel_3: rrel_out: _last_vertex;; + -> rrel_4: rrel_out: _length_of_diametr;; + *);; + + -> rrel_operators: ... (* + +//***************************************************************************** +// Вывод в консоль начальной вершины + + -> rrel_init: ..proc_find_diametr_print_start (* + <- print;; + -> rrel_1: rrel_fixed: rrel_scp_const: [Searching diametr from vertex ];; + + => nrel_goto: ..proc_find_diametr_print_start_vertex;; + *);; + + -> ..proc_find_diametr_print_start_vertex (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_print_idtf;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_var: _root_vertex;; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_find_diametr_print_start_vertex_return;; + *);; + + -> ..proc_find_diametr_print_start_vertex_return (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_find_diametr_print_delimiter;; + *);; + + -> ..proc_find_diametr_print_delimiter (* + <- printNl;; + -> rrel_1: rrel_fixed: rrel_scp_const: [;];; + + => nrel_goto: ..proc_find_diametr_set_diametr_length_to_zero;; + *);; + +//***************************************************************************** + +// Обнуляем начальное значение длины diametra + -> ..proc_find_diametr_set_diametr_length_to_zero (* + <- contAssign;; + -> rrel_1: rrel_assign: rrel_link: rrel_scp_var: _length_of_diametr;; + -> rrel_2: rrel_fixed: rrel_scp_const: [0];; + + => nrel_goto: ..proc_find_diametr_create_checked_vertexes;; + *);; + +// Создание множества использованных вершин. + -> ..proc_find_diametr_create_checked_vertexes (* + <- genEl;; + -> rrel_1: rrel_assign: rrel_const: rrel_node: rrel_scp_var: _used_vertexes;; + + => nrel_goto: ..proc_find_diametr_create_queue_front;; + *);; + +// Создание головы очереди _queue_front + -> ..proc_find_diametr_create_queue_front (* + <- genEl;; + -> rrel_1: rrel_assign: rrel_const: rrel_node: rrel_scp_var: _queue_front;; + + => nrel_goto: ..proc_find_diametr_create_queue_back;; + *);; + +// Создание хвоста очереди _queue_back +-> ..proc_find_diametr_create_queue_back (* + <- genEl;; + -> rrel_1: rrel_assign: rrel_const: rrel_node: rrel_scp_var: _queue_back;; + + => nrel_goto: ..proc_find_diametr_queue_add_root_vertex;; + *);; + +// Добавляем в очередь начальную вершину. + -> ..proc_find_diametr_queue_add_root_vertex (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_queue_add;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_var: _queue_front;; + -> rrel_2: rrel_fixed: rrel_scp_var: _queue_back;; + -> rrel_3: rrel_fixed: rrel_scp_var: _root_vertex;; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_find_diametr_queue_add_root_vertex_return;; + *);; + + -> ..proc_find_diametr_queue_add_root_vertex_return (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_find_diametr_add_root_vertex;; + *);; + +// Добавляем начальную вершину во множество использованных вершин. + -> ..proc_find_diametr_add_root_vertex (* + <- genElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _used_vertexes;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_fixed: rrel_scp_var: _root_vertex;; + + => nrel_goto: ..proc_find_diametr_main_loop_start;; + *);; + + +// Начинаем основной цикл обхода графа в ширину. +//#################################################################################### + +// Проверяем, пустая ли очередь. + -> ..proc_find_diametr_main_loop_start (* + <- searchElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _queue_front;; + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: rrel_node: _queue_element;; + + => nrel_then: ..proc_find_diametr_queue_pop;; // если очередь не пустая + => nrel_else: ..proc_find_diametr_print_calc_diametr;; // если очередь пустая + *);; + +// Извлекаем вершину из очереди. +//------------------------------------------------------------------- + -> ..proc_find_diametr_queue_pop (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_queue_pop;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_var: _queue_front;; + -> rrel_2: rrel_fixed: rrel_scp_var: _queue_back;; + -> rrel_3: rrel_assign: rrel_scp_var: _current_vertex;; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_find_diametr_queue_pop_return;; + *);; + + -> ..proc_find_diametr_queue_pop_return (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_find_diametr_set_last_vertex;; + *);; + +//^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +// Записываем в переменную _last_vertex значение текущей вершины +// таким образом мы запоминаем последнюю вершину пути + -> ..proc_find_diametr_set_last_vertex (* + <- varAssign;; + -> rrel_1: rrel_assign: rrel_scp_var: _last_vertex;; + -> rrel_2: rrel_fixed: rrel_scp_var: _current_vertex;; + + => nrel_goto: ..proc_find_diametr_create_edges_set ;; + *);; + +////^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +// Создание множества всех рёбер графа для поиска смежных вершин. + -> ..proc_find_diametr_create_edges_set (* + <- searchSetStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _graph;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _edge;; + -> rrel_4: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_edge;; + + -> rrel_set_3: rrel_assign: rrel_scp_var: _graph_edges_set;; + + => nrel_then: ..proc_find_diametr_find_adjacent_vertex;; + => nrel_else: ..proc_find_diametr_erase_used_vertexes;; + *);; + +// Цикл поиска вершин, смежных вершине _current_vertex +//================================================================== + + -> ..proc_find_diametr_find_adjacent_vertex (* + <- searchElStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _current_vertex;; + -> rrel_2: rrel_assign: rrel_scp_var: _adjacent_vertex_edge;; + -> rrel_3: rrel_assign: rrel_scp_var: rrel_node: _adjacent_vertex;; + -> rrel_4: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_var: _graph_edges_set;; + + => nrel_then: ..proc_find_diametr_delete_adjacent_vertex_edge;; + => nrel_else: ..proc_find_diametr_main_loop_start;; + *);; + +// Удаляем пройденное ребро из множества всех ребер + -> ..proc_find_diametr_delete_adjacent_vertex_edge (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _arc4;; + + => nrel_goto: ..proc_find_diametr_adjacent_vertex_is_used;; + *);; + +// Проверка на принадлежность смежной вершины множеству использованных вершин + -> ..proc_find_diametr_adjacent_vertex_is_used (* + <- searchElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _used_vertexes;; + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc2;; + -> rrel_3: rrel_fixed: rrel_scp_var: _adjacent_vertex;; + + => nrel_then: ..proc_find_diametr_find_adjacent_vertex;; + => nrel_else: ..proc_find_diametr_add_adjacent_vertex;; + *);; + +// Добавление смежную вершину в множество использованных вершин + -> ..proc_find_diametr_add_adjacent_vertex (* + <- genElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _used_vertexes;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_fixed: rrel_scp_var: _adjacent_vertex;; + + => nrel_goto: ..proc_find_diametr_queue_add_adjacent_vertex;; + *);; + +// Добавляем в очередь смежную вершину +//------------------------------------------------------------------- + -> ..proc_find_diametr_queue_add_adjacent_vertex (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_queue_add;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_var: _queue_front;; + -> rrel_2: rrel_fixed: rrel_scp_var: _queue_back;; + -> rrel_3: rrel_fixed: rrel_scp_var: _adjacent_vertex;; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_find_diametr_queue_add_adjacent_vertex_return;; + *);; + + -> ..proc_find_diametr_queue_add_adjacent_vertex_return (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_find_diametr_set_previous_vertex;; + *);; +//------------------------------------------------------------------- + +// Отмечаем предыдущую вершину для _adjacent_vertex + -> ..proc_find_diametr_set_previous_vertex (* + <- genElStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _adjacent_vertex;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_fixed: rrel_scp_var: _current_vertex;; + -> rrel_4: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_previous_vertex;; + + => nrel_goto: ..proc_find_diametr_find_adjacent_vertex;; + *);; + +//================================================================== +//#################################################################################### +//=================================================================== +// Нахождение длины пути + + -> ..proc_find_diametr_print_calc_diametr (* + <- printNl;; + -> rrel_1: rrel_fixed: rrel_scp_const: [Restoring diametr:];; + + => nrel_goto: ..proc_find_diametr_get_last_vertex;; + *);; + + -> ..proc_find_diametr_get_last_vertex (* + <- varAssign;; + -> rrel_1: rrel_assign: rrel_scp_var: _v;; + -> rrel_2: rrel_fixed: rrel_scp_var: _last_vertex;; + + => nrel_goto: ..proc_find_diametr_increment_length_of_diametr ;; + *);; + +// Инкрементируем длину пути + -> ..proc_find_diametr_increment_length_of_diametr (* + <- contAdd;; + -> rrel_1: rrel_fixed: rrel_scp_var: _length_of_diametr;; + -> rrel_2: rrel_fixed: rrel_scp_var: _length_of_diametr;; + + -> rrel_3: rrel_fixed: rrel_scp_const: [1];; + + => nrel_goto: ..proc_find_diametr_find_previous_for_vertex ;; + *);; + +// Нахождение предыдущей вершины для вершины _v. + -> ..proc_find_diametr_find_previous_for_vertex (* + <- searchElStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _v;; + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: rrel_node: _v;; + -> rrel_4: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_previous_vertex;; + + => nrel_goto: ..proc_find_diametr_print_diametr_vertex;; + *);; + + -> ..proc_find_diametr_print_diametr_vertex (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_print_idtf;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_var: _v;; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_find_diametr_print_diametr_vertex_return;; + *);; + + -> ..proc_find_diametr_print_diametr_vertex_return (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_find_diametr_print_space;; + *);; + + -> ..proc_find_diametr_print_space (* + <- print;; + -> rrel_1: rrel_fixed: rrel_scp_const: [ ];; + + => nrel_goto: ..proc_find_diametr_find_vertex_vertex_is_equal_to_root_vertex;; + *);; + +// Проверка не является ли текущая вершина _v начальной + -> ..proc_find_diametr_find_vertex_vertex_is_equal_to_root_vertex (* + <- ifCoin;; + -> rrel_1: rrel_fixed: rrel_scp_var: _root_vertex;; + + -> rrel_2: rrel_fixed: rrel_scp_var: _v;; + + => nrel_then: ..proc_find_diametr_print_newline;; + => nrel_else: ..proc_find_diametr_increment_length_of_diametr;; + *);; + + -> ..proc_find_diametr_print_newline (* + <- printNl;; + -> rrel_1: rrel_fixed: rrel_scp_const: [ ];; + + => nrel_goto: ..proc_find_diametr_create_vertex_set_for_clear_parent;; + *);; + +//=================================================================== + +// Удаление родителей(previous vertex) +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Создание множества всех вершин графа для удаления родителей. + -> ..proc_find_diametr_create_vertex_set_for_clear_parent (* + <- searchSetStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _graph;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _vertex;; + -> rrel_4: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_vertex;; + + -> rrel_set_3: rrel_assign: rrel_scp_var: _graph_vertex_set;; // множество вершин графа + + => nrel_then: ..proc_find_diametr_find_vertex_in_set_for_clear_parent;; + => nrel_else: ..proc_find_diametr_print_diametr_length_1;; + *);; + +// Поиск вершин во множестве + -> ..proc_find_diametr_find_vertex_in_set_for_clear_parent (* + <- searchElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _graph_vertex_set;; + -> rrel_2: rrel_assign: rrel_scp_var: _arc12;; // ребро, соединяющее множество вершин графа с самими вершинами + -> rrel_3: rrel_assign: rrel_scp_var: rrel_node: _cur_vertex;; // одна из вершин + + => nrel_then: ..proc_find_mm_delete_current_vertex_from_vertex_set_for_clear_parent;; // вершина найдена, можем ее удалить из множества + => nrel_else: ..proc_find_diametr_erase_used_vertexes;; // циклы найдены для всех вершин + *);; + +// Удаляем вершинку из множества. + -> ..proc_find_mm_delete_current_vertex_from_vertex_set_for_clear_parent (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _arc12;; + + /// неа, не туда + => nrel_goto: ..proc_find_diametr_find_parent_for_vertex_for_clear_parent;; + *);; + +// Находим предыдущую для нашей вершины. +-> ..proc_find_diametr_find_parent_for_vertex_for_clear_parent (* + <- searchElStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _graph_vertex_set;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc21;; + -> rrel_3: rrel_assign: rrel_scp_var: _cur_vertex;; + -> rrel_4: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc41;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_previous_vertex;; + + => nrel_then: ..proc_find_diametr_erase_parent_1;; + => nrel_else: ..proc_find_diametr_erase_used_vertexes;; + *);; + +// Удаляем связь с предыдущей вершиной. + -> ..proc_find_diametr_erase_parent_1 (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _arc21;; + + => nrel_goto: ..proc_find_diametr_erase_parent_2;; + *);; + + -> ..proc_find_diametr_erase_parent_2 (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _arc41;; + + => nrel_goto: ..proc_find_diametr_find_vertex_in_set_for_clear_parent;; + *);; + +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +// Удаление множества использованных вершин. + -> ..proc_find_diametr_erase_used_vertexes (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _used_vertexes;; + + => nrel_goto: ..proc_find_diametr_print_diametr_length_1;; + *);; + +//(((((((((((((((((((((((((((((((((((((((()))))))))))))))))))))))))))))))))))))))) +// Вывод длины найденного diametra + + +-> ..proc_find_diametr_print_diametr_length_1 (* + <- print;; + -> rrel_1: rrel_fixed: rrel_scp_const: [Diameter: ];; + + => nrel_goto: ..proc_find_diametr_print_diametr_length_2;; + *);; + + -> ..proc_find_diametr_print_diametr_length_2 (* + <- printNl;; + -> rrel_1: rrel_fixed: rrel_scp_var: _length_of_diametr;; + + => nrel_goto: ..proc_diametr_return;; + *);; + +// Выход из программы + -> ..proc_diametr_return (* + <- return;; + *);; + + *);; +*);; diff --git a/kb/proc_find_diameter/proc_get_edge_vertexes.scs b/kb/proc_find_diameter/proc_get_edge_vertexes.scs new file mode 100644 index 00000000..8dc9a811 --- /dev/null +++ b/kb/proc_find_diameter/proc_get_edge_vertexes.scs @@ -0,0 +1,30 @@ +// Процедура получения вершин, инцидентных ребру. +// Учитывает кратное вхождение вершин, т.е. петлю. +// +scp_program -> proc_get_edge_vertexes (* + + -> rrel_params: ... (* + -> rrel_1: rrel_in: _edge;; + -> rrel_2: rrel_out: _vertex1;; + -> rrel_3: rrel_out: _vertex2;; + *);; + + -> rrel_operators: ... (* + + -> rrel_init: ..proc_get_edge_vertexes_operator1 (* + + // Находим инцидентные вершины. + + <- searchElStr3;; + -> rrel_1: rrel_assign: rrel_scp_var: _vertex1;; + -> rrel_2: rrel_fixed: rrel_edge: rrel_scp_var: _edge;; + -> rrel_3: rrel_assign: rrel_scp_var: _vertex2;; + + => nrel_goto: ..proc_get_edge_vertexes_operator_return;; + *);; + + -> ..proc_get_edge_vertexes_operator_return (* + <- return;; + *);; + *);; +*);; diff --git a/kb/proc_find_diameter/proc_print_graph.scs b/kb/proc_find_diameter/proc_print_graph.scs new file mode 100644 index 00000000..01b85273 --- /dev/null +++ b/kb/proc_find_diameter/proc_print_graph.scs @@ -0,0 +1,220 @@ +scp_program -> proc_print_graph (* + -> rrel_params: ... (* + -> rrel_1: rrel_in: _graph;; + *);; + + -> rrel_operators: ... (* +// Формируем множество связок графа для итерации. + -> rrel_init: ..proc_print_graph_operator1 (* + <- searchSetStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _graph;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _el3;; + -> rrel_4: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_edge;; + + ->rrel_set_3: rrel_assign: rrel_scp_var: _edges_set;; + => nrel_then: ..proc_print_graph_operator2;; + => nrel_else: ..proc_print_graph_operator14;; + *);; +// Создаем множество уже выведенных вершин. + -> ..proc_print_graph_operator2 (* + <- genEl;; + -> rrel_1: rrel_assign: rrel_const: rrel_node: rrel_scp_var: _printed_vertexes;; + + => nrel_goto: ..proc_print_graph_operator3;; + *);; +// Вывод всех ребер графа. + -> ..proc_print_graph_operator3 (* + <- searchElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _edges_set;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _cur_edge;; + + => nrel_then: ..proc_print_graph_operator4;; + => nrel_else: ..proc_print_graph_operator14;; + *);; + + -> ..proc_print_graph_operator4 (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _arc2;; + + => nrel_goto: ..proc_print_graph_operator5;; + *);; +// Получаем вершины, инцидентные ребру. + -> ..proc_print_graph_operator5 (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_get_edge_vertexes;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_var: _cur_edge;; + -> rrel_2: rrel_assign: rrel_scp_var: _first_inc_vertex;; + -> rrel_3: rrel_assign: rrel_scp_var: _second_inc_vertex;; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_print_graph_operator6;; + *);; + + -> ..proc_print_graph_operator6 (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_print_graph_operator7;; + *);; +// Выводим идентификатор первой вершины. + -> ..proc_print_graph_operator7 (* + <- searchElStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _first_inc_vertex;; + -> rrel_2: rrel_assign: rrel_const: rrel_common: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _print_value;; + -> rrel_4: rrel_assign: rrel_pos: rrel_scp_var: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: nrel_system_identifier;; + + => nrel_then: ..proc_print_graph_operator8;; + => nrel_else: ..proc_print_graph_operator_return;; + *);; + + ->..proc_print_graph_operator8 (* + <-print;; + -> rrel_1: rrel_fixed: rrel_scp_var: _print_value;; + + =>nrel_goto: ..proc_print_graph_operator9;; + *);; + + ->..proc_print_graph_operator9 (* + <-print;; + -> rrel_1: rrel_fixed: rrel_scp_const: [ == ];; + + =>nrel_goto: ..proc_print_graph_operator10;; + *);; + +// Выводим идентификатор второй вершины. + -> ..proc_print_graph_operator10 (* + <- searchElStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _second_inc_vertex;; + -> rrel_2: rrel_assign: rrel_const: rrel_common: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _print_value;; + -> rrel_4: rrel_assign: rrel_pos: rrel_scp_var: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: nrel_system_identifier;; + + => nrel_then: ..proc_print_graph_operator11;; + => nrel_else: ..proc_print_graph_operator_return;; + *);; + + ->..proc_print_graph_operator11 (* + <-printNl;; + -> rrel_1: rrel_fixed: rrel_scp_var: _print_value;; + + =>nrel_goto: ..proc_print_graph_operator12;; + *);; + +// Добавляем вершины в множество выведенных. + -> ..proc_print_graph_operator12 (* + <- genElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _printed_vertexes;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_fixed: rrel_scp_var: _first_inc_vertex;; + + => nrel_goto: ..proc_print_graph_operator13;; + *);; + + -> ..proc_print_graph_operator13 (* + <- genElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _printed_vertexes;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_fixed: rrel_scp_var: _second_inc_vertex;; + + => nrel_goto: ..proc_print_graph_operator3;; + *);; + +// Удалим уже пустое множество выводимых ребер. + -> ..proc_print_graph_operator14 (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _edges_set;; + + => nrel_goto: ..proc_print_graph_operator15;; + *);; + +// Вывод всех вершин, которые не имеют инцидентных дуг. +// Формируем множество вершин графа для итерации. + -> ..proc_print_graph_operator15 (* + <- searchSetStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _graph;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _el3;; + -> rrel_4: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_vertex;; + + ->rrel_set_3: rrel_assign: rrel_scp_var: _vertexes_set;; + => nrel_then: ..proc_print_graph_operator16;; + => nrel_else: ..proc_print_graph_operator_return;; + *);; + +// Цикл по вершинам. + -> ..proc_print_graph_operator16 (* + <- searchElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _vertexes_set;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _cur_vertex;; + + => nrel_then: ..proc_print_graph_operator17;; + => nrel_else: ..proc_print_graph_operator21;; + *);; + + -> ..proc_print_graph_operator17 (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _arc2;; + + => nrel_goto: ..proc_print_graph_operator18;; + *);; +// Если вершина уже была выведена (т.е. она в множестве printed_vertexes) +// то переходим на следующую итерацию. + -> ..proc_print_graph_operator18 (* + <- searchElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _printed_vertexes;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _cur_vertex;; + + => nrel_then: ..proc_print_graph_operator16;; + => nrel_else: ..proc_print_graph_operator19;; + *);; + + -> ..proc_print_graph_operator19 (* + <- searchElStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: _visited_vertex;; + -> rrel_2: rrel_assign: rrel_const: rrel_common: rrel_scp_var: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: _print_value;; + -> rrel_4: rrel_assign: rrel_pos: rrel_scp_var: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: nrel_system_identifier;; + + => nrel_then: ..proc_print_graph_operator20;; + => nrel_else: ..proc_print_graph_operator_return;; + *);; + + ->..proc_print_graph_operator20 (* + <-print;; + -> rrel_1: rrel_fixed: rrel_scp_var: _print_value;; + + =>nrel_goto: ..proc_print_graph_operator16;; + *);; +// Подчистим память. + -> ..proc_print_graph_operator21 (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _vertexes_set;; + + => nrel_goto: ..proc_print_graph_operator22;; + *);; + + -> ..proc_print_graph_operator22 (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _printed_vertexes;; + + => nrel_goto: ..proc_print_graph_operator_return;; + *);; + + -> ..proc_print_graph_operator_return (* + <- return;; + *);; + + *);; +*);; diff --git a/kb/proc_find_diameter/queue/proc_queue_add.scs b/kb/proc_find_diameter/queue/proc_queue_add.scs new file mode 100644 index 00000000..7d8279cb --- /dev/null +++ b/kb/proc_find_diameter/queue/proc_queue_add.scs @@ -0,0 +1,111 @@ +// Добавление нового элемента в очередь + +scp_program -> proc_queue_add (* + + -> rrel_params: ... (* + -> rrel_1: rrel_in: _queue_head;; + -> rrel_2: rrel_in: _queue_tail;; + -> rrel_3: rrel_in: _element_value;; + *);; + + -> rrel_operators: ... (* + + // Создаём новый элемент очереди со значением _element_value + -> rrel_init: ..proc_queue_add_create_element (* + <- genElStr5;; + -> rrel_1: rrel_assign: rrel_node: rrel_const: rrel_scp_var: _new_element;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_fixed: rrel_scp_var: _element_value;; + -> rrel_4: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_queue_value;; + + => nrel_goto: ..proc_queue_add_queue_is_empty;; + *);; + + // Проверяем, является ли очередь пустой + -> ..proc_queue_add_queue_is_empty (* + <- searchElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_node: _queue_tail;; + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: rrel_node: _queue_last_element;; + + + => nrel_then: ..proc_queue_add_elements_connection;; // если очередь не пустая + => nrel_else: ..proc_queue_add_new_head;; // если очередь пустая + *);; + + // Связываем новый элемент очереди с первым элементом очереди + -> ..proc_queue_add_elements_connection (* + <- genElStr5;; + -> rrel_1: rrel_fixed: rrel_node: rrel_const: rrel_scp_var: _queue_last_element;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_fixed: rrel_node: rrel_const: rrel_scp_var: _new_element;; + -> rrel_4: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_queue_next;; + + => nrel_goto: ..proc_queue_add_new_tail;; + *);; + + // Устанавливаем конец очереди на новый элемент + -> ..proc_queue_add_new_tail (* + <- genElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _queue_tail;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_fixed: rrel_scp_var: _new_element;; + + => nrel_goto: ..proc_queue_add_print;; + *);; + + +// Если очередь пустая + // Устанавливаем начало очереди на новый элемент + -> ..proc_queue_add_new_head (* + <- genElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: _queue_head;; + -> rrel_2: rrel_assign: rrel_pos_const_perm: rrel_scp_var: _arc2;; + -> rrel_3: rrel_fixed: rrel_scp_var: _new_element;; + + => nrel_goto: ..proc_queue_add_new_tail;; + *);; + +// Вывод значения добавленного элемента +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + -> ..proc_queue_add_print (* + <- print;; + -> rrel_1: rrel_fixed: rrel_scp_const: [Element added to queue: ];; + + => nrel_goto: ..proc_queue_add_print_idtf;; + *);; + + -> ..proc_queue_add_print_idtf (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_print_idtf;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_var: _element_value;; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_queue_add_print_idtf_return;; + *);; + + -> ..proc_queue_add_print_idtf_return (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_queue_add_print_delimiter;; + *);; + + -> ..proc_queue_add_print_delimiter (* + <- printNl;; + -> rrel_1: rrel_fixed: rrel_scp_const: [;];; + + => nrel_goto: ..proc_queue_add_return;; + *);; +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + -> ..proc_queue_add_return (* + <-return;; + *);; + *);; +*);; diff --git a/kb/proc_find_diameter/queue/proc_queue_pop.scs b/kb/proc_find_diameter/queue/proc_queue_pop.scs new file mode 100644 index 00000000..f424a800 --- /dev/null +++ b/kb/proc_find_diameter/queue/proc_queue_pop.scs @@ -0,0 +1,186 @@ +// Удаление первого элемента очереди +// Возвращает значение удаляемого элемента + +scp_program -> proc_queue_pop (* + -> rrel_params: ... (* + ->rrel_1: rrel_in: _queue_head;; + ->rrel_2: rrel_in: _queue_tail;; + + ->rrel_3: rrel_out: _element_value;; + *);; + + -> rrel_operators: ... (* + + // Проверяем, является ли очередь пустой + -> rrel_init: ..proc_queue_pop_queue_is_empty (* + <- searchElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_node: _queue_head;; + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: rrel_node: _queue_first_element;; + + + => nrel_then: ..proc_queue_pop_erase_head;; // если очередь не пустая + => nrel_else: ..proc_queue_pop_return;; // если очередь пустая + *);; + + // Удаление связи между указателем на начало очереди и первым элементом + -> ..proc_queue_pop_erase_head (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _arc2;; + + => nrel_goto: ..proc_queue_pop_find_second_element;; + *);; + + // Находим второй элемент очереди + -> ..proc_queue_pop_find_second_element (* + <- searchElStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_node: _queue_first_element;; + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: rrel_node: _queue_second_element;; + -> rrel_4: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_queue_next;; + + => nrel_then: ..proc_queue_pop_erase_elements_connection;; // если в очереди несколько элементов + => nrel_else: ..proc_queue_pop_find_tail;; // если очередь состоит из одного элемента + *);; + + // Удаление связи между вторым и первым элементами + -> ..proc_queue_pop_erase_elements_connection (* + <- eraseElStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_node: _queue_first_element;; + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: rrel_erase: _arc2;; + -> rrel_3: rrel_fixed: rrel_scp_var: rrel_node: _queue_second_element;; + -> rrel_4: rrel_assign: rrel_scp_var: rrel_pos_const_perm: rrel_erase: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_queue_next;; + + => nrel_goto: ..proc_queue_pop_new_head;; + *);; + + // Установка начала очереди на второй элемент + -> ..proc_queue_pop_new_head (* + <- genElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_node: _queue_head;; + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc2;; + -> rrel_3: rrel_fixed: rrel_scp_var: rrel_node: _queue_second_element;; + + => nrel_goto: ..proc_queue_pop_find_element_value;; + *);; + + /*// Поиск дуги между указателем на конец очереди и единственным элементом + -> ..proc_queue_pop_find_tail (* + <- searchElStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_node: _queue_tail;; + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: rrel_node: _last_element;; + + => nrel_then: ..proc_queue_pop_delete_tail;; + => nrel_else: ..proc_queue_pop_find_element_value;; + *);; + + // Удаление связи между указателем на конец очереди и единственным элементом + -> ..proc_queue_pop_delete_tail (* + <- eraseEl;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_erase: _arc2;; + + => nrel_goto: ..proc_queue_pop_find_element_value;; + *);;*/ + + -> ..proc_queue_pop_find_tail (* + <- eraseSetStr3;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_node: _queue_tail;; + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: rrel_erase: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: rrel_node: _last_element;; + + => nrel_goto: ..proc_queue_pop_find_element_value;; + *);; + + // Поиск значения элемента очереди + -> ..proc_queue_pop_find_element_value (* + <- searchElStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_node: _queue_first_element;; + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc2;; + -> rrel_3: rrel_assign: rrel_scp_var: rrel_node: _element_value;; + -> rrel_4: rrel_assign: rrel_scp_var: rrel_pos_const_perm: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_queue_value;; + + => nrel_goto: ..proc_queue_pop_delete_element;; + *);; + + // Удаление самого элемента очереди + -> ..proc_queue_pop_delete_element (* + <- eraseElStr5;; + -> rrel_1: rrel_fixed: rrel_scp_var: rrel_node: _queue_first_element;; + -> rrel_2: rrel_assign: rrel_scp_var: rrel_pos_const_perm: rrel_erase: _arc2;; + -> rrel_3: rrel_fixed: rrel_scp_var: rrel_node: _element_value;; + -> rrel_4: rrel_assign: rrel_scp_var: rrel_pos_const_perm: rrel_erase: _arc4;; + -> rrel_5: rrel_fixed: rrel_scp_const: rrel_queue_value;; + + => nrel_goto: ..proc_queue_pop_print;; + *);; + +// Проверяет, вернет ли процедура какое-нибудь значение +/* + -> ..proc_queue_pop_check_value (* + <- ifVarAssign;; + -> rrel_1: rrel_fixed: rrel_scp_var: _element_value;; + + => nrel_then: ..proc_queue_pop_value_yes;; + => nrel_else: ..proc_queue_pop_value_no;; + *);; + + -> ..proc_queue_pop_operator_value_yes (* + <- printNl;; + -> rrel_1: rrel_fixed: rrel_scp_const: [Popping performed successful!];; + + => nrel_goto: ..proc_queue_pop_operator_return;; + *);; + + -> ..proc_queue_pop_operator_value_no (* + <- printNl;; + -> rrel_1: rrel_fixed: rrel_scp_const: [Popping has failed!];; + + => nrel_goto: ..proc_queue_pop_operator_return;; + *);; +*/ + +// Вывод значения удаляемого элемента +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + -> ..proc_queue_pop_print (* + <- print;; + -> rrel_1: rrel_fixed: rrel_scp_const: [Element popped from queue: ];; + + => nrel_goto: ..proc_queue_pop_print_idtf;; + *);; + + -> ..proc_queue_pop_print_idtf (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_print_idtf;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_var: _element_value;; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_queue_pop_print_idtf_return;; + *);; + + -> ..proc_queue_pop_print_idtf_return (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_queue_pop_print_delimiter;; + *);; + + -> ..proc_queue_pop_print_delimiter (* + <- printNl;; + -> rrel_1: rrel_fixed: rrel_scp_const: [;];; + + => nrel_goto: ..proc_queue_pop_return;; + *);; +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + -> ..proc_queue_pop_return (* + <- return;; + *);; + *);; +*);; diff --git a/kb/proc_find_diameter/testInfo/graph1.scs b/kb/proc_find_diameter/testInfo/graph1.scs new file mode 100644 index 00000000..bf66062e --- /dev/null +++ b/kb/proc_find_diameter/testInfo/graph1.scs @@ -0,0 +1,9 @@ +undirected_graph->graph1(* + ->rrel_vertex: V1;; + ->rrel_vertex: V2;; + ->rrel_vertex: V3;; + ->rrel_edge: ( V1 <=> V2 );; + ->rrel_edge: ( V2 <=> V3 );; + ->rrel_edge: ( V1 <=> V3 );; +*);; + diff --git a/kb/proc_find_diameter/testInfo/graph2.scs b/kb/proc_find_diameter/testInfo/graph2.scs new file mode 100644 index 00000000..43b725dd --- /dev/null +++ b/kb/proc_find_diameter/testInfo/graph2.scs @@ -0,0 +1,9 @@ +undirected_graph->graph2(* + ->rrel_vertex: V1;; + ->rrel_vertex: V2;; + ->rrel_vertex: V3;; + ->rrel_vertex: V4;; + ->rrel_edge: ( V1 <=> V2 );; + ->rrel_edge: ( V2 <=> V3 );; + ->rrel_edge: ( V3 <=> V4 );; +*);; diff --git a/kb/proc_find_diameter/testInfo/graph3.scs b/kb/proc_find_diameter/testInfo/graph3.scs new file mode 100644 index 00000000..dee28760 --- /dev/null +++ b/kb/proc_find_diameter/testInfo/graph3.scs @@ -0,0 +1,15 @@ +undirected_graph->graph3(* + ->rrel_vertex: V1;; + ->rrel_vertex: V2;; + ->rrel_vertex: V3;; + ->rrel_vertex: V4;; + ->rrel_vertex: V5;; + ->rrel_vertex: V6;; + ->rrel_edge: ( V1 <=> V2 );; + ->rrel_edge: ( V2 <=> V3 );; + ->rrel_edge: ( V3 <=> V6 );; + ->rrel_edge: ( V2 <=> V5 );; + ->rrel_edge: ( V1 <=> V4 );; + ->rrel_edge: ( V4 <=> V5 );; +*);; + diff --git a/kb/proc_find_diameter/testInfo/graph4.scs b/kb/proc_find_diameter/testInfo/graph4.scs new file mode 100644 index 00000000..c2ea65ba --- /dev/null +++ b/kb/proc_find_diameter/testInfo/graph4.scs @@ -0,0 +1,5 @@ +undirected_graph->graph4(* + ->rrel_vertex: V1;; + ->rrel_vertex: V2;; + ->rrel_edge: ( V1 <=> V2 );; +*);; diff --git a/kb/proc_find_diameter/testInfo/graph5.scs b/kb/proc_find_diameter/testInfo/graph5.scs new file mode 100644 index 00000000..5a224986 --- /dev/null +++ b/kb/proc_find_diameter/testInfo/graph5.scs @@ -0,0 +1,12 @@ +undirected_graph->graph5(* + ->rrel_vertex: V1;; + ->rrel_vertex: V2;; + ->rrel_vertex: V3;; + ->rrel_vertex: V4;; + ->rrel_vertex: V5;; + ->rrel_edge: ( V1 <=> V2 );; + ->rrel_edge: ( V2 <=> V3 );; + ->rrel_edge: ( V1 <=> V3 );; + ->rrel_edge: ( V3 <=> V4 );; + ->rrel_edge: ( V3 <=> V5 );; +*);; diff --git a/kb/proc_find_diameter/testInfo/keynodes.scs b/kb/proc_find_diameter/testInfo/keynodes.scs new file mode 100644 index 00000000..0bc9bfd5 --- /dev/null +++ b/kb/proc_find_diameter/testInfo/keynodes.scs @@ -0,0 +1,62 @@ +undirected_graph +=> nrel_main_idtf: [неориентированный граф] (* <- lang_ru;; *); +=> nrel_main_idtf: [undirected graph] (* <- lang_en;; *);; + + +rrel_vertex +=> nrel_main_idtf: [вершина'] (* <- lang_ru;; *); +=> nrel_main_idtf: [vertex'] (* <- lang_en;; *);; + +rrel_edge +=> nrel_main_idtf: [ребро'] (* <- lang_ru;; *); +=> nrel_main_idtf: [edge'] (* <- lang_en;; *);; + + + +queue +=> nrel_main_idtf: [очередь] (* <- lang_ru;; *); +=> nrel_main_idtf: [queue] (* <- lang_en;; *);; + +rrel_queue_value +=> nrel_main_idtf: [значение элемента очереди'] (* <- lang_ru;; *); +=> nrel_main_idtf: [queue element value'] (* <- lang_en;; *);; + +rrel_queue_next +=> nrel_main_idtf: [следующий элемент очереди'] (* <- lang_ru;; *); +=> nrel_main_idtf: [queue next element'] (* <- lang_en;; *);; + +//////////////////////////////////////////////////////////////////////////////////////////// +rrel_previous_vertex // new +=> nrel_main_idtf: [предыдущая вершина'] (* <- lang_ru;; *); +=> nrel_main_idtf: [previous vertex'] (* <- lang_en;; *);; + +rrel_last_vertex +=> nrel_main_idtf: [последняя вершина пути'] (* <- lang_ru;; *); +=> nrel_main_idtf: [last vertex'] (* <- lang_en;; *);; + +last_vertex +=> nrel_main_idtf: [последняя вершина пути'] (* <- lang_ru;; *); +=> nrel_main_idtf: [last vertex'] (* <- lang_en;; *);; + +diametr +=> nrel_main_idtf: [диаметр'] (* <- lang_ru;; *); +=> nrel_main_idtf: [diametr'] (* <- lang_en;; *);; +///////////////////////////////////////////////////////////////////////////////////////////// + +shortest_path_tree +=> nrel_main_idtf: [дерево кратчайших путей] (* <- lang_ru;; *); +=> nrel_main_idtf: [shortest-path tree] (* <- lang_en;; *);; + + +rrel_1 +=> nrel_main_idtf: [1'] (* <- lang_ru;; *); +=> nrel_main_idtf: [1'] (* <- lang_en;; *);; + +rrel_2 +=> nrel_main_idtf: [2'] (* <- lang_ru;; *); +=> nrel_main_idtf: [2'] (* <- lang_en;; *);; + +rrel_3 +=> nrel_main_idtf: [3'] (* <- lang_ru;; *); +=> nrel_main_idtf: [3'] (* <- lang_en;; *);; + diff --git a/kb/proc_find_diameter/testInfo/proc_run_all_tests.scs b/kb/proc_find_diameter/testInfo/proc_run_all_tests.scs new file mode 100644 index 00000000..f43404e2 --- /dev/null +++ b/kb/proc_find_diameter/testInfo/proc_run_all_tests.scs @@ -0,0 +1,109 @@ +scp_program -> proc_run_all_tests (* + + -> rrel_params: ... ;; + + -> rrel_operators: ... (* + + -> rrel_init: ..proc_run_test_1 (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_run_testcase;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_const: graph1;; + -> rrel_2: rrel_fixed: rrel_scp_const: [1];; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_run_all_tests_wait_test_1;; + *);; + + -> ..proc_run_all_tests_wait_test_1 (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_run_test_2;; + *);; + + + -> ..proc_run_test_2 (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_run_testcase;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_const: graph2;; + -> rrel_2: rrel_fixed: rrel_scp_const: [2];; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_run_all_tests_wait_test_2;; + *);; + + -> ..proc_run_all_tests_wait_test_2 (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_run_test_3;; + *);; + + -> ..proc_run_test_3 (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_run_testcase;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_const: graph3;; + -> rrel_2: rrel_fixed: rrel_scp_const: [3];; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_run_all_tests_wait_test_3;; + *);; + + -> ..proc_run_all_tests_wait_test_3 (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_run_test_4;; + *);; + + -> ..proc_run_test_4 (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_run_testcase;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_const: graph4;; + -> rrel_2: rrel_fixed: rrel_scp_const: [4];; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_run_all_tests_wait_test_4;; + *);; + + -> ..proc_run_all_tests_wait_test_4 (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_run_test_5;; + *);; + + -> ..proc_run_test_5 (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_run_testcase;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_const: graph5;; + -> rrel_2: rrel_fixed: rrel_scp_const: [5];; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_run_all_tests_wait_test_5;; + *);; + + -> ..proc_run_all_tests_wait_test_5 (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_run_all_tests_operator_return;; + *);; + + + + -> ..proc_run_all_tests_operator_return (* + <- return;; + *);; + *);; +*);; diff --git a/kb/proc_find_diameter/testInfo/proc_run_testcase.scs b/kb/proc_find_diameter/testInfo/proc_run_testcase.scs new file mode 100644 index 00000000..440ba4e6 --- /dev/null +++ b/kb/proc_find_diameter/testInfo/proc_run_testcase.scs @@ -0,0 +1,65 @@ +scp_program -> proc_run_testcase (* + + -> rrel_params: ... (* + -> rrel_1: rrel_in: _graph;; + -> rrel_2: rrel_in: _test_number;; + *);; + + -> rrel_operators: ... (* + + -> rrel_init: ..proc_print_test_start (* + <- print;; + -> rrel_1: rrel_fixed: rrel_scp_const: [---------------Test];; + + => nrel_goto: ..proc_print_test_number;; + *);; + + -> ..proc_print_test_number (* + <- printNl;; + -> rrel_1: rrel_fixed: rrel_scp_var: _test_number;; + + => nrel_goto: ..proc_run_testcase_operator1;; + *);; + + -> ..proc_run_testcase_operator1 (* + <- call;; + -> rrel_1: rrel_fixed: rrel_scp_const: proc_find_periferal_vertex_for_graph;; + -> rrel_2: rrel_fixed: rrel_scp_const: ... (* + -> rrel_1: rrel_fixed: rrel_scp_var: _graph;; + + -> rrel_2: rrel_assign: rrel_scp_var: _first_vertex;; + -> rrel_3: rrel_assign: rrel_scp_var: _second_vertex;; + *);; + -> rrel_3: rrel_assign: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_run_testcase_operator2;; + *);; + + -> ..proc_run_testcase_operator2 (* + <- waitReturn;; + -> rrel_1: rrel_fixed: rrel_scp_var: _descr;; + + => nrel_goto: ..proc_run_testcase_print_newline;; + *);; + + -> ..proc_run_testcase_print_newline (* + <- printNl;; + -> rrel_1: rrel_fixed: rrel_scp_const: [;];; + + => nrel_goto: ..proc_run_testcase_print_test_finish;; + *);; + +//***************************************************************************** + + -> ..proc_run_testcase_print_test_finish (* + <- printNl;; + -> rrel_1: rrel_fixed: rrel_scp_const: [---------------Test done!];; + + => nrel_goto: ..proc_run_testcase_operator_return;; + *);; + + -> ..proc_run_testcase_operator_return (* + <- return;; + *);; + *);; +*);; diff --git a/ostis-osm b/ostis-osm new file mode 160000 index 00000000..6dac396b --- /dev/null +++ b/ostis-osm @@ -0,0 +1 @@ +Subproject commit 6dac396bd9692a5038671000d8c260cd3940cb06 diff --git a/repo.path b/repo.path new file mode 100644 index 00000000..97ceeeb8 --- /dev/null +++ b/repo.path @@ -0,0 +1,8 @@ +# common +ims.ostis.kb_copy + +# private +kb + +# components +sc-web/components/scg/kb diff --git a/repo_add.path b/repo_add.path new file mode 100755 index 00000000..7ffda5d8 --- /dev/null +++ b/repo_add.path @@ -0,0 +1,2 @@ +# additional sources +kb_add \ No newline at end of file diff --git a/scripts/build_add_kb.sh b/scripts/build_add_kb.sh new file mode 100755 index 00000000..725b2a3c --- /dev/null +++ b/scripts/build_add_kb.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +#./copy_ims_kb.sh + +export LD_LIBRARY_PATH=../sc-machine/bin +if [ ! -d "../kb.bin" ]; then + mkdir ../kb.bin +fi + +cd .. +sc-machine/bin/sc-builder -f -i repo_add.path -o kb.bin -s config/sc-web.ini -e sc-machine/bin/extensions + + diff --git a/scripts/build_kb.sh b/scripts/build_kb.sh new file mode 100755 index 00000000..75d80ab8 --- /dev/null +++ b/scripts/build_kb.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +./copy_ims_kb.sh + +export LD_LIBRARY_PATH=../sc-machine/bin +if [ ! -d "../kb.bin" ]; then + mkdir ../kb.bin +fi + +cd .. +sc-machine/bin/sc-builder -f -c -i repo.path -o kb.bin -s config/sc-web.ini -e sc-machine/bin/extensions + + diff --git a/scripts/clean.sh b/scripts/clean.sh new file mode 100755 index 00000000..7522d108 --- /dev/null +++ b/scripts/clean.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +rm -rf ../sc-machine +rm -rf ../sc-web +rm -rf ../kb.bin +rm -rf ../geometry.drawings diff --git a/scripts/copy_ims_kb.sh b/scripts/copy_ims_kb.sh new file mode 100755 index 00000000..50ccff49 --- /dev/null +++ b/scripts/copy_ims_kb.sh @@ -0,0 +1,25 @@ +#!/bin/bash +export LD_LIBRARY_PATH=../sc-machine/bin +if [ ! -d "../ims.ostis.kb_copy" ]; then + mkdir ../ims.ostis.kb_copy +else + rm -rf ../ims.ostis.kb_copy/* +fi + +cd ../ + +cp -a ims.ostis.kb/ims/ostis_tech/semantic_network_represent/ ims.ostis.kb_copy/ +cp -a ims.ostis.kb/ims/ostis_tech/unificated_models/ ims.ostis.kb_copy/ +cp -a ims.ostis.kb/ims/ostis_tech/semantic_networks_processing/ ims.ostis.kb_copy/ +cp -a ims.ostis.kb/ims/ostis_tech/lib_ostis/sectn_lib_of_reusable_comp_ui/ui_menu/ ims.ostis.kb_copy/ +cp -a ims.ostis.kb/ims/ostis_tech/lib_ostis/sectn_lib_reusable_comp_kpm/reusable_sc_agents/lib_c_agents/ ims.ostis.kb_copy/ +cp -a ims.ostis.kb/ims/ostis_tech/lib_ostis/sectn_lib_reusable_comp_kpm/reusable_sc_agents/lib_scp_agents/search/ ims.ostis.kb_copy/search_agents/ +cp -a ims.ostis.kb/ims/ostis_tech/lib_ostis/sectn_lib_reusable_comp_kpm/programs_for_sc_text_processing/scp_program/ ims.ostis.kb_copy/ +cp -a ims.ostis.kb/to_check/ ims.ostis.kb_copy/ +cp -a ims.ostis.kb/ui/ ims.ostis.kb_copy/ +rm -rf ims.ostis.kb_copy/ui/menu + +cd - + + + diff --git a/scripts/install_scn.sh b/scripts/install_scn.sh new file mode 100755 index 00000000..aa4fd515 --- /dev/null +++ b/scripts/install_scn.sh @@ -0,0 +1,22 @@ +#!/bin/bash +#rst="\e[0m" # Text reset + +clone_project() +{ + if [ ! -d "../$2" ]; then + echo -en $green"Clone $2$rst\n" + git clone $1 ../$2 + cd ../$2 + git checkout $3 + cd - + else + echo -en "You can update "$green"$2"$rst" manualy$rst\n" + fi +} + +clone_project https://bitbucket.org/iit-ims-team/web-scn-editor web-scn-editor + +cd ../web-scn-editor +npm install +grunt build +grunt exec:renewComponentsHtml diff --git a/scripts/install_scp_component.sh b/scripts/install_scp_component.sh new file mode 100755 index 00000000..3a67f22c --- /dev/null +++ b/scripts/install_scp_component.sh @@ -0,0 +1,11 @@ +cd ../sc-web/components +git clone https://github.com/belya/scp-debugger-interface scp +mkdir ../client/static/common/cytoscape +mv scp/cytoscape.js ../client/static/common/cytoscape/cytoscape.js +cd ../client/templates +echo '' >> common.html +echo '' >> components.html +cd ../../scripts +python build_components.py -i -a +cd ../../kb +echo 'ui_external_languages -> scp_debugger_view;; scp_debugger_view => nrel_main_idtf: [Отладчик SCP] (* <- lang_ru;;*);; format_scp_debugger => nrel_main_idtf: [Формат SCP отладчика] (* <- lang_ru;; *);;' > scp_debugger_view.scs \ No newline at end of file diff --git a/scripts/kb.bin_backup.sh b/scripts/kb.bin_backup.sh new file mode 100755 index 00000000..4774bede --- /dev/null +++ b/scripts/kb.bin_backup.sh @@ -0,0 +1,21 @@ +#!/bin/bash + +export LD_LIBRARY_PATH=../sc-machine/bin + +if [ ! -d "../kb.bin_backup" ]; then + mkdir ../kb.bin_backup + cd ../kb.bin_backup + git init + cd - +fi + +cd ../ +rm -rf kb.bin_backup/kb.bin +cp -a kb.bin kb.bin_backup/ + +cd ./kb.bin_backup +git add --all && git commit -m "$(date)" + +cd - + + diff --git a/scripts/prepare.sh b/scripts/prepare.sh new file mode 100755 index 00000000..ea48285e --- /dev/null +++ b/scripts/prepare.sh @@ -0,0 +1,70 @@ +#!/bin/bash + +red="\e[1;31m" # Red B +blue="\e[1;34m" # Blue B +green="\e[0;32m" + +bwhite="\e[47m" # white background + +rst="\e[0m" # Text reset + +st=1 + +stage() +{ + echo -en "$green[$st] "$blue"$1...$rst\n" + let "st += 1" +} + +clone_project() +{ + if [ ! -d "../$2" ]; then + echo -en $green"Clone $2$rst\n" + git clone $1 ../$2 + cd ../$2 + git checkout $3 + cd - + else + echo -en "You can update "$green"$2"$rst" manualy$rst\n" + fi +} + +stage "Clone projects" + +clone_project https://github.com/ShunkevichDV/sc-machine.git sc-machine scp_stable +clone_project https://github.com/Ivan-Zhukau/sc-web.git sc-web master +clone_project https://github.com/ShunkevichDV/ims.ostis.kb.git ims.ostis.kb master + +stage "Prepare projects" + +prepare() +{ + echo -en $green$1$rst"\n" +} + +prepare "sc-machine" +cd ../sc-machine/scripts +./install_deps_ubuntu.sh + +sudo apt-get install redis-server + +./clean_all.sh +./make_all.sh +cd - + +prepare "sc-web" +sudo apt-get install python-dev # required for numpy module +cd ../sc-web/scripts +./install_deps_ubuntu.sh +./install_nodejs_dependence.sh +cd - +cd ../sc-web +npm install +grunt build +cd - +echo -en $green"Copy server.conf"$rst"\n" +cp -f ../config/server.conf ../sc-web/server/ + +stage "Build knowledge base" + +./build_kb.sh diff --git a/scripts/restart_sctp.sh b/scripts/restart_sctp.sh new file mode 100755 index 00000000..735d04a0 --- /dev/null +++ b/scripts/restart_sctp.sh @@ -0,0 +1,2 @@ +./build_kb.sh +../sc-machine/bin/sctp-server ../config/sc-web.ini diff --git a/scripts/run_sctp.sh b/scripts/run_sctp.sh new file mode 100755 index 00000000..b882229b --- /dev/null +++ b/scripts/run_sctp.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +export LD_LIBRARY_PATH=../sc-machine/bin +../sc-machine/bin/sctp-server ../config/sc-web.ini diff --git a/scripts/run_scweb.sh b/scripts/run_scweb.sh new file mode 100755 index 00000000..bac81ed5 --- /dev/null +++ b/scripts/run_scweb.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd ../sc-web/server/ +python app.py +cd - diff --git a/scripts/schedule_backup.sh b/scripts/schedule_backup.sh new file mode 100755 index 00000000..d295f3fd --- /dev/null +++ b/scripts/schedule_backup.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +task="*/$1 * * * * cd $PWD && ./kb.bin_backup.sh" +(crontab -l; echo "$task") | crontab - diff --git a/scripts/windows/3rd-party/numpy-1.9.3+vanilla-cp27-none-win_amd64.whl b/scripts/windows/3rd-party/numpy-1.9.3+vanilla-cp27-none-win_amd64.whl new file mode 100644 index 00000000..eddb9048 Binary files /dev/null and b/scripts/windows/3rd-party/numpy-1.9.3+vanilla-cp27-none-win_amd64.whl differ diff --git a/scripts/windows/bootstrap-ostis-win64.cmd b/scripts/windows/bootstrap-ostis-win64.cmd new file mode 100644 index 00000000..1da25b92 --- /dev/null +++ b/scripts/windows/bootstrap-ostis-win64.cmd @@ -0,0 +1,3 @@ +@echo off +cd /d %~dp0 +cmd /c powershell -ExecutionPolicy Bypass .\bootstrap-stage1.ps1 diff --git a/scripts/windows/bootstrap-stage1.ps1 b/scripts/windows/bootstrap-stage1.ps1 new file mode 100644 index 00000000..005eca6d --- /dev/null +++ b/scripts/windows/bootstrap-stage1.ps1 @@ -0,0 +1,118 @@ +. .\utils.ps1 + +# a PATH variable is changed during package installation, so we need to preserve it +$oldpath = $env:Path + +# is restart needed before advancing to a second stage +$restart = $false + +Try{ + # see if there is chocolatey installed on the machine + choco +} +Catch{ + # download chocolatey package manager + iex ((New-Object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) +} + +# install prerequisite software (except VS and Qt) +cinst packages.config -yr --allowemptychecksum + +# Detect available toolchains +$ms = "HKLM:\SOFTWARE\Wow6432Node\Microsoft" +if (Test-RegValue $ms\VisualStudio\12.0 InstallDir){ + $Toolchain = "VS12" + $qt_compiler = "msvc2013" +} +elseif (Test-RegValue $ms\VisualStudio\14.0 InstallDir){ + $Toolchain = "VS14" # Full Visual Studio 2015 + $qt_compiler = "msvc2015" +} +elseif (Test-RegValue $ms\VisualCppBuildTools\14.0 Installed){ + $Toolchain = "BT14" # Visual C++ 2015 Build Tools + $qt_compiler = "msvc2015" +} +else { + Write-Host "No suitable toolchain found" + Write-Host "The script will automatically install .NET 4.5.2 and Visual C++ 2015 Build Tools" + Read-Host "Press Enter to continue, Ctrl-C to abort" + + cinst dotnet4.5.2 -yr --allowemptychecksum + + (New-Object net.webclient).DownloadFile("http://go.microsoft.com/fwlink/?LinkId=691126", "vcpp15bt.exe") + Start-Process .\vcpp15bt.exe /Passive -Wait + Start-Sleep -Milliseconds 500 + del vcpp15bt.exe + $Toolchain = "BT14" + $qt_compiler = "msvc2015" + $restart = $true # both pieces of software require system reboot +} + +# Qt5 installation +while ($q = Read-Host -Prompt "Do you have Qt5 installed? [y/n]") { + if ($q -eq 'y'){ + $qtdir = Read-Host -Prompt "Qt5 install directory" + break + } + elseif ($q -eq 'n'){ + Write-Host "The script will automatically install Qt5 in C:\Qt" + (New-Object net.webclient).DownloadFile("http://download.qt.io/official_releases/online_installers/qt-unified-windows-x86-online.exe", "qt-online.exe") + Start-Process ".\qt-online.exe" "--script", "qt5-unattend.qs", "Compiler=$qt_compiler" -Wait + Start-Sleep -Milliseconds 500 + del qt-online.exe + $qtdir = "C:\Qt" + break + } + else{ + Write-Host "Please type y or n" + } +} + +# reinstall and restart redis service + +if ((Get-Service | %{$_.Name}) -contains "Redis") { + redis-server --service-stop + redis-server --service-uninstall +} +redis-server --service-install --maxheap 100m --dir $pwd +redis-server --service-start + +# update path variable so we can see a newly installed python interpreter +$p = $oldpath + ';' + [System.Environment]::GetEnvironmentVariable("Path","Machine") + ';' + [System.Environment]::GetEnvironmentVariable("Path","User") +$env:Path = ($p -Split ';' | select -Unique) -join ";" + +# install python modules for web interface +python -m pip install tornado sqlalchemy redis==2.9 configparser + +# install custom-built numpy module +python -m pip install .\3rd-party\numpy-1.9.3+vanilla-cp27-none-win_amd64.whl + +Write-Host "Setting up firewall rules" +# firewall rules for ports 8000 (web ui) and 55770 (sc-storage server) +if (!(Test-FirewallRule -Name "scweb")){ + Add-FirewallPortRule -Name "scweb" -Port 8000 +} + +if (!(Test-FirewallRule -Name "sctp")){ + Add-FirewallPortRule -Name "sctp" -Port 55770 +} + +if ($restart){ + write-host "Your computer needs to be restarted to finish installing prerequisite software" + write-host "Installation will continue after a reboot" + read-host "Save your work and press Enter to reboot" + + # schedule the second stage to run after reboot and initiate reboot + if (!(Test-Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce)){ + New-Item HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce + } + New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce -Name OstisBootstrap -PropertyType String -Value ` + "cmd /c ""cd /d $pwd & powershell -ExecutionPolicy Bypass .\bootstrap-stage2.ps1 -Toolchain $Toolchain -Qtdir $qtdir""" | out-null + restart-computer -force +} +else{ + # software installation finished, we can drop admin privileges now + # /env switch for 'runas' preserves the PATH environment variable + $user = & whoami + runas /env /user:$user "powershell .\bootstrap-stage2.ps1 -Toolchain $Toolchain -Qtdir $qtdir" +} diff --git a/scripts/windows/bootstrap-stage2.ps1 b/scripts/windows/bootstrap-stage2.ps1 new file mode 100644 index 00000000..509853b8 --- /dev/null +++ b/scripts/windows/bootstrap-stage2.ps1 @@ -0,0 +1,98 @@ +param([ValidateSet('VS12', 'VS14', 'BT14')]$Toolchain, [string]$Qtdir) + +. .\utils.ps1 + +# change to working directory +pushd ..\.. + +# clone latest sources from github +if(!(Test-Path .\sc-machine)){ + git clone -b scp_stable https://github.com/shunkevichdv/sc-machine +} + +if(!(Test-Path .\sc-web)){ + git clone https://github.com/Ivan-Zhukau/sc-web +} + +if(!(Test-Path .\ims.ostis.kb)){ + git clone https://github.com/shunkevichdv/ims.ostis.kb +} + +if(!(Test-Path .\kb.bin)){ + mkdir kb.bin | out-null +} + +# pull a minimum required subset of ims.ostis KB { + +# recreate a target location anew +del -Recurse -Force -ErrorAction SilentlyContinue ims.ostis.kb_copy +mkdir ims.ostis.kb_copy | out-null + +copy -Recurse ims.ostis.kb\ims\ostis_tech\semantic_network_represent\ ims.ostis.kb_copy\ +copy -Recurse ims.ostis.kb\ims\ostis_tech\unificated_models\ ims.ostis.kb_copy\ +copy -Recurse ims.ostis.kb\ims\ostis_tech\semantic_networks_processing\ ims.ostis.kb_copy\ +copy -Recurse ims.ostis.kb\ims\ostis_tech\lib_ostis\sectn_lib_of_reusable_comp_ui\ui_menu\ ims.ostis.kb_copy\ +copy -Recurse ims.ostis.kb\ims\ostis_tech\lib_ostis\sectn_lib_reusable_comp_kpm\reusable_sc_agents\lib_c_agents\ ims.ostis.kb_copy\ +copy -Recurse ims.ostis.kb\ims\ostis_tech\lib_ostis\sectn_lib_reusable_comp_kpm\reusable_sc_agents\lib_scp_agents\ ims.ostis.kb_copy\ +copy -Recurse ims.ostis.kb\ims\ostis_tech\lib_ostis\sectn_lib_reusable_comp_kpm\programs_for_sc_text_processing\scp_program\ ims.ostis.kb_copy\ +copy -Recurse ims.ostis.kb\to_check\ ims.ostis.kb_copy\ +copy -Recurse ims.ostis.kb\ui\ ims.ostis.kb_copy\ +del -Recurse ims.ostis.kb_copy\ui\menu +# } + +# prepare GUI +pushd sc-web\scripts +.\client.bat +npm install -g grunt-cli +popd + +pushd sc-web +npm install +grunt build +popd + +copy config\server.conf sc-web\server + +pushd sc-machine + +switch($Toolchain){ + "VS12" { + $env:CMAKE_PREFIX_PATH = @(dir -Recurse -Path $Qtdir -Filter msvc2013_64 | ?{ $_.PSIsContainer })[0].FullName + # pull in environment for vs2013 + pushd $env:VS120COMNTOOLS\..\..\VC + Invoke-CmdScript vcvarsall.bat amd64 + popd + # generate makefiles for x64 vs2013 + & "${env:ProgramFiles}\CMake\bin\cmake" -G 'Visual Studio 12 2013 Win64' . + } + "VS14" { + $env:CMAKE_PREFIX_PATH = @(dir -Recurse -Path $Qtdir -Filter msvc2015_64 | ?{ $_.PSIsContainer })[0].FullName + # pull in environment for VS2015 + pushd $env:VS140COMNTOOLS\..\..\VC + Invoke-CmdScript vcvarsall.bat amd64 + popd + # generate makefiles for x64 vs2015 + & "${env:ProgramFiles}\CMake\bin\cmake" -G 'Visual Studio 14 2015 Win64' . + } + "BT14"{ + $env:CMAKE_PREFIX_PATH = @(dir -Recurse -Path $Qtdir -Filter msvc2015_64 | ?{ $_.PSIsContainer })[0].FullName + # pull in environment for vc++ 2015 build tools + pushd "${env:ProgramFiles(x86)}\Microsoft Visual C++ Build Tools" + Invoke-CmdScript vcbuildtools.bat amd64 + popd + # generate makefiles for x64 vs2015 + & "${env:ProgramFiles}\CMake\bin\cmake" -G 'Visual Studio 14 2015 Win64' . + } +} + +# build generated solution +msbuild /m sc-machine.sln /property:Configuration=Release + +# copy required qt5 runtime libs +copy $env:CMAKE_PREFIX_PATH\bin\Qt5Core.dll bin\ +copy $env:CMAKE_PREFIX_PATH\bin\Qt5Network.dll bin\ +popd + +write-host +write-host -nonewline -foregroundcolor green "Base system installation is now complete. Press Enter to leave the installer. " +read-host diff --git a/scripts/windows/build_kb.cmd b/scripts/windows/build_kb.cmd new file mode 100644 index 00000000..170d56a7 --- /dev/null +++ b/scripts/windows/build_kb.cmd @@ -0,0 +1,5 @@ +@echo off + +pushd ..\.. +sc-machine\bin\sc-builder -f -c -i repo.path -o kb.bin -s config\sc-web.ini -e sc-machine\bin\extensions +popd \ No newline at end of file diff --git a/scripts/windows/packages.config b/scripts/windows/packages.config new file mode 100644 index 00000000..c272e062 --- /dev/null +++ b/scripts/windows/packages.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/scripts/windows/qt5-unattend.qs b/scripts/windows/qt5-unattend.qs new file mode 100644 index 00000000..017cdc9d --- /dev/null +++ b/scripts/windows/qt5-unattend.qs @@ -0,0 +1,53 @@ +function Controller() { + installer.autoRejectMessageBoxes(); + installer.installationFinished.connect(function() { + gui.clickButton(buttons.NextButton); + }) +} + +Controller.prototype.WelcomePageCallback = function() { + gui.clickButton(buttons.NextButton); +} + +Controller.prototype.CredentialsPageCallback = function() { + gui.clickButton(buttons.NextButton); +} + +Controller.prototype.IntroductionPageCallback = function() { + gui.clickButton(buttons.NextButton); +} + +Controller.prototype.TargetDirectoryPageCallback = function() +{ + gui.currentPageWidget().TargetDirectoryLineEdit.setText("C:/Qt"); + gui.clickButton(buttons.NextButton); +} + +Controller.prototype.ComponentSelectionPageCallback = function() { + var widget = gui.currentPageWidget(); + widget.deselectAll(); + widget.selectComponent("qt.57.win64_" + installer.value("Compiler") + "_64"); + gui.clickButton(buttons.NextButton); +} + +Controller.prototype.LicenseAgreementPageCallback = function() { + gui.currentPageWidget().AcceptLicenseRadioButton.setChecked(true); + gui.clickButton(buttons.NextButton); +} + +Controller.prototype.StartMenuDirectoryPageCallback = function() { + gui.clickButton(buttons.NextButton); +} + +Controller.prototype.ReadyForInstallationPageCallback = function() +{ + gui.clickButton(buttons.NextButton); +} + +Controller.prototype.FinishedPageCallback = function() { +var checkBoxForm = gui.currentPageWidget().LaunchQtCreatorCheckBoxForm +if (checkBoxForm && checkBoxForm.launchQtCreatorCheckBox) { + checkBoxForm.launchQtCreatorCheckBox.checked = false; +} + gui.clickButton(buttons.FinishButton); +} \ No newline at end of file diff --git a/scripts/windows/restart_sctp.cmd b/scripts/windows/restart_sctp.cmd new file mode 100644 index 00000000..35da7f5b --- /dev/null +++ b/scripts/windows/restart_sctp.cmd @@ -0,0 +1,6 @@ +@echo off + +call build_kb +pushd .. +..\sc-machine\bin\sctp-server ..\config\sc-web.ini +popd \ No newline at end of file diff --git a/scripts/windows/run_sctp.cmd b/scripts/windows/run_sctp.cmd new file mode 100644 index 00000000..1cd26de0 --- /dev/null +++ b/scripts/windows/run_sctp.cmd @@ -0,0 +1,2 @@ +@echo off +..\..\sc-machine\bin\sctp-server ..\..\config\sc-web.ini \ No newline at end of file diff --git a/scripts/windows/run_scweb.cmd b/scripts/windows/run_scweb.cmd new file mode 100644 index 00000000..bb06f9aa --- /dev/null +++ b/scripts/windows/run_scweb.cmd @@ -0,0 +1,5 @@ +@echo off + +pushd ..\..\sc-web\server\ +python app.py +popd \ No newline at end of file diff --git a/scripts/windows/utils.ps1 b/scripts/windows/utils.ps1 new file mode 100644 index 00000000..d300e171 --- /dev/null +++ b/scripts/windows/utils.ps1 @@ -0,0 +1,50 @@ +# Tests if a registry value $Name exists for a given key at $Path +function Test-RegValue{ + param ( + [Parameter(Position=0, Mandatory=$true)][String]$Path, + [Parameter(Position=1, Mandatory=$true)][String]$Name + ) + + process{ + if(Test-Path $Path){ + $key = (gi $Path) + return $key.GetValueNames() -contains "$Name" + } + else{ + return $false; + } + } +} + +# Invokes a Cmd.exe shell script and updates the environment. +function Invoke-CmdScript { + param( + [String] $scriptName + ) + $cmdLine = """$scriptName"" $args & set" + & $Env:SystemRoot\system32\cmd.exe /c $cmdLine | + select-string '^([^=]*)=(.*)$' | foreach-object { + $varName = $_.Matches[0].Groups[1].Value + $varValue = $_.Matches[0].Groups[2].Value + set-item Env:$varName $varValue + } +} + +function Test-FirewallRule{ + param( + [Parameter(Position=0, Mandatory=$true)][String]$Name + ) + process{ + netsh advfirewall firewall show rule name="$Name" | out-null + } +} + +function Add-FirewallPortRule{ + param( + [Parameter(Position=0, Mandatory=$true)][String]$Name, + [Parameter(Position=1, Mandatory=$true)][int]$Port + ) + process{ + netsh advfirewall firewall add rule name="$Name" dir=in action=allow protocol=TCP localport=$Port + } +} \ No newline at end of file diff --git a/wave_find_path_sc_memory b/wave_find_path_sc_memory new file mode 160000 index 00000000..69026903 --- /dev/null +++ b/wave_find_path_sc_memory @@ -0,0 +1 @@ +Subproject commit 69026903b089a2c336c8f5898d6a6f52c716ca3a diff --git a/wave_find_path_sc_memory-build/CMakeCache.txt b/wave_find_path_sc_memory-build/CMakeCache.txt new file mode 100644 index 00000000..91bb689e --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeCache.txt @@ -0,0 +1,396 @@ +# This is the CMakeCache file. +# For build in directory: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or +// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. +CMAKE_BUILD_TYPE:STRING= + +//The CodeBlocks executable +CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//Flags used by the compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the compiler during debug builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release builds for minimum +// size. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during release builds with debug info. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//Flags used by the compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the compiler during debug builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release builds for minimum +// size. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during release builds with debug info. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Flags used by the linker. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make + +//Flags used by the linker during the creation of modules. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=wave + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Flags used by the linker during the creation of dll's. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Value Computed by CMake +wave_BINARY_DIR:STATIC=/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build + +//Value Computed by CMake +wave_SOURCE_DIR:STATIC=/home/shokalirina/newostis/ostis/wave_find_path_sc_memory + +//Name of the computer/site where compile is being run +www.ostis.net:STRING=shokalirina-Lenovo + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=5 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL=CodeBlocks +//CXX compiler system defined macros +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__STDC__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__STDC_HOSTED__;1;__GNUC__;5;__GNUC_MINOR__;4;__GNUC_PATCHLEVEL__; ;__VERSION__;"5.4.0 20160609";__ATOMIC_RELAXED; ;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__FINITE_MATH_ONLY__; ;__SIZEOF_INT__;4;__SIZEOF_LONG__;4;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;12;__SIZEOF_SIZE_T__;4;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;4;__SIZE_TYPE__;unsigned int;__PTRDIFF_TYPE__;int;__WCHAR_TYPE__;long int;__WINT_TYPE__;unsigned int;__INTMAX_TYPE__;long long int;__UINTMAX_TYPE__;long long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;int;__INT_FAST32_TYPE__;int;__INT_FAST64_TYPE__;long long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;unsigned int;__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST64_TYPE__;long long unsigned int;__INTPTR_TYPE__;int;__UINTPTR_TYPE__;unsigned int;__has_include(STR);__has_include__(STR);__has_include_next(STR);__has_include_next__(STR);__GXX_ABI_VERSION;1009;__SCHAR_MAX__;0x7f;__SHRT_MAX__;0x7fff;__INT_MAX__;0x7fffffff;__LONG_MAX__;0x7fffffffL;__LONG_LONG_MAX__;0x7fffffffffffffffLL;__WCHAR_MAX__;0x7fffffffL;__WCHAR_MIN__;(-__WCHAR_MAX__ - 1);__WINT_MAX__;0xffffffffU;__WINT_MIN__;0U;__PTRDIFF_MAX__;0x7fffffff;__SIZE_MAX__;0xffffffffU;__INTMAX_MAX__;0x7fffffffffffffffLL;__INTMAX_C(c);c ## LL;__UINTMAX_MAX__;0xffffffffffffffffULL;__UINTMAX_C(c);c ## ULL;__SIG_ATOMIC_MAX__;0x7fffffff;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__INT8_MAX__;0x7f;__INT16_MAX__;0x7fff;__INT32_MAX__;0x7fffffff;__INT64_MAX__;0x7fffffffffffffffLL;__UINT8_MAX__;0xff;__UINT16_MAX__;0xffff;__UINT32_MAX__;0xffffffffU;__UINT64_MAX__;0xffffffffffffffffULL;__INT_LEAST8_MAX__;0x7f;__INT8_C(c);c;__INT_LEAST16_MAX__;0x7fff;__INT16_C(c);c;__INT_LEAST32_MAX__;0x7fffffff;__INT32_C(c);c;__INT_LEAST64_MAX__;0x7fffffffffffffffLL;__INT64_C(c);c ## LL;__UINT_LEAST8_MAX__;0xff;__UINT8_C(c);c;__UINT_LEAST16_MAX__;0xffff;__UINT16_C(c);c;__UINT_LEAST32_MAX__;0xffffffffU;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;0xffffffffffffffffULL;__UINT64_C(c);c ## ULL;__INT_FAST8_MAX__;0x7f;__INT_FAST16_MAX__;0x7fffffff;__INT_FAST32_MAX__;0x7fffffff;__INT_FAST64_MAX__;0x7fffffffffffffffLL;__UINT_FAST8_MAX__;0xff;__UINT_FAST16_MAX__;0xffffffffU;__UINT_FAST32_MAX__;0xffffffffU;__UINT_FAST64_MAX__;0xffffffffffffffffULL;__INTPTR_MAX__;0x7fffffff;__UINTPTR_MAX__;0xffffffffU;__GCC_IEC_559;2;__GCC_IEC_559_COMPLEX;2;__FLT_EVAL_METHOD__;2;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859812e+38F;__FLT_MIN__;1.17549435082228750797e-38F;__FLT_EPSILON__;1.19209289550781250000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;((double)1.79769313486231570815e+308L);__DBL_MIN__;((double)2.22507385850720138309e-308L);__DBL_EPSILON__;((double)2.22044604925031308085e-16L);__DBL_DENORM_MIN__;((double)4.94065645841246544177e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_STDC_INLINE__;1;__NO_INLINE__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__GCC_HAVE_DWARF2_CFI_ASM;1;__PRAGMA_REDEFINE_EXTNAME;1;__SSP_STRONG__;3;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;4;__i386;1;__i386__;1;i386;1;__SIZEOF_FLOAT80__;12;__SIZEOF_FLOAT128__;16;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__i686;1;__i686__;1;__pentiumpro;1;__pentiumpro__;1;__code_model_32__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;_STDC_PREDEF_H;1;__STDC_IEC_559__;1;__STDC_IEC_559_COMPLEX__;1;__STDC_ISO_10646__;201505L;__STDC_NO_THREADS__;1;__STDC__;1;__cplusplus;199711L;__STDC_HOSTED__;1;__GNUC__;5;__GNUC_MINOR__;4;__GNUC_PATCHLEVEL__; ;__VERSION__;"5.4.0 20160609";__ATOMIC_RELAXED; ;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__FINITE_MATH_ONLY__; ;__SIZEOF_INT__;4;__SIZEOF_LONG__;4;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;12;__SIZEOF_SIZE_T__;4;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;4;__GNUG__;5;__SIZE_TYPE__;unsigned int;__PTRDIFF_TYPE__;int;__WCHAR_TYPE__;long int;__WINT_TYPE__;unsigned int;__INTMAX_TYPE__;long long int;__UINTMAX_TYPE__;long long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;int;__INT_FAST32_TYPE__;int;__INT_FAST64_TYPE__;long long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;unsigned int;__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST64_TYPE__;long long unsigned int;__INTPTR_TYPE__;int;__UINTPTR_TYPE__;unsigned int;__has_include(STR);__has_include__(STR);__has_include_next(STR);__has_include_next__(STR);__GXX_WEAK__;1;__DEPRECATED;1;__GXX_RTTI;1;__cpp_rtti;199711;__cpp_binary_literals;201304;__cpp_runtime_arrays;198712;__EXCEPTIONS;1;__cpp_exceptions;199711;__GXX_ABI_VERSION;1009;__SCHAR_MAX__;0x7f;__SHRT_MAX__;0x7fff;__INT_MAX__;0x7fffffff;__LONG_MAX__;0x7fffffffL;__LONG_LONG_MAX__;0x7fffffffffffffffLL;__WCHAR_MAX__;0x7fffffffL;__WCHAR_MIN__;(-__WCHAR_MAX__ - 1);__WINT_MAX__;0xffffffffU;__WINT_MIN__;0U;__PTRDIFF_MAX__;0x7fffffff;__SIZE_MAX__;0xffffffffU;__INTMAX_MAX__;0x7fffffffffffffffLL;__INTMAX_C(c);c ## LL;__UINTMAX_MAX__;0xffffffffffffffffULL;__UINTMAX_C(c);c ## ULL;__SIG_ATOMIC_MAX__;0x7fffffff;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__INT8_MAX__;0x7f;__INT16_MAX__;0x7fff;__INT32_MAX__;0x7fffffff;__INT64_MAX__;0x7fffffffffffffffLL;__UINT8_MAX__;0xff;__UINT16_MAX__;0xffff;__UINT32_MAX__;0xffffffffU;__UINT64_MAX__;0xffffffffffffffffULL;__INT_LEAST8_MAX__;0x7f;__INT8_C(c);c;__INT_LEAST16_MAX__;0x7fff;__INT16_C(c);c;__INT_LEAST32_MAX__;0x7fffffff;__INT32_C(c);c;__INT_LEAST64_MAX__;0x7fffffffffffffffLL;__INT64_C(c);c ## LL;__UINT_LEAST8_MAX__;0xff;__UINT8_C(c);c;__UINT_LEAST16_MAX__;0xffff;__UINT16_C(c);c;__UINT_LEAST32_MAX__;0xffffffffU;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;0xffffffffffffffffULL;__UINT64_C(c);c ## ULL;__INT_FAST8_MAX__;0x7f;__INT_FAST16_MAX__;0x7fffffff;__INT_FAST32_MAX__;0x7fffffff;__INT_FAST64_MAX__;0x7fffffffffffffffLL;__UINT_FAST8_MAX__;0xff;__UINT_FAST16_MAX__;0xffffffffU;__UINT_FAST32_MAX__;0xffffffffU;__UINT_FAST64_MAX__;0xffffffffffffffffULL;__INTPTR_MAX__;0x7fffffff;__UINTPTR_MAX__;0xffffffffU;__GCC_IEC_559;2;__GCC_IEC_559_COMPLEX;2;__FLT_EVAL_METHOD__;2;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859812e+38F;__FLT_MIN__;1.17549435082228750797e-38F;__FLT_EPSILON__;1.19209289550781250000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;double(1.79769313486231570815e+308L);__DBL_MIN__;double(2.22507385850720138309e-308L);__DBL_EPSILON__;double(2.22044604925031308085e-16L);__DBL_DENORM_MIN__;double(4.94065645841246544177e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_GNU_INLINE__;1;__NO_INLINE__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__GCC_HAVE_DWARF2_CFI_ASM;1;__PRAGMA_REDEFINE_EXTNAME;1;__SSP_STRONG__;3;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;4;__i386;1;__i386__;1;i386;1;__SIZEOF_FLOAT80__;12;__SIZEOF_FLOAT128__;16;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__i686;1;__i686__;1;__pentiumpro;1;__pentiumpro__;1;__code_model_32__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;_GNU_SOURCE;1;_STDC_PREDEF_H;1;__STDC_IEC_559__;1;__STDC_IEC_559_COMPLEX__;1;__STDC_ISO_10646__;201505L;__STDC_NO_THREADS__;1 +//CXX compiler system include directories +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/include/c++/5;/usr/include/i386-linux-gnu/c++/5;/usr/include/c++/5/backward;/usr/lib/gcc/i686-linux-gnu/5/include;/usr/local/include;/usr/lib/gcc/i686-linux-gnu/5/include-fixed;/usr/include/i386-linux-gnu;/usr/include +//C compiler system defined macros +CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS:INTERNAL=__STDC__;1;__STDC_VERSION__;201112L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__STDC_HOSTED__;1;__GNUC__;5;__GNUC_MINOR__;4;__GNUC_PATCHLEVEL__; ;__VERSION__;"5.4.0 20160609";__ATOMIC_RELAXED; ;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__FINITE_MATH_ONLY__; ;__SIZEOF_INT__;4;__SIZEOF_LONG__;4;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;12;__SIZEOF_SIZE_T__;4;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;4;__SIZE_TYPE__;unsigned int;__PTRDIFF_TYPE__;int;__WCHAR_TYPE__;long int;__WINT_TYPE__;unsigned int;__INTMAX_TYPE__;long long int;__UINTMAX_TYPE__;long long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;int;__INT_FAST32_TYPE__;int;__INT_FAST64_TYPE__;long long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;unsigned int;__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST64_TYPE__;long long unsigned int;__INTPTR_TYPE__;int;__UINTPTR_TYPE__;unsigned int;__has_include(STR);__has_include__(STR);__has_include_next(STR);__has_include_next__(STR);__GXX_ABI_VERSION;1009;__SCHAR_MAX__;0x7f;__SHRT_MAX__;0x7fff;__INT_MAX__;0x7fffffff;__LONG_MAX__;0x7fffffffL;__LONG_LONG_MAX__;0x7fffffffffffffffLL;__WCHAR_MAX__;0x7fffffffL;__WCHAR_MIN__;(-__WCHAR_MAX__ - 1);__WINT_MAX__;0xffffffffU;__WINT_MIN__;0U;__PTRDIFF_MAX__;0x7fffffff;__SIZE_MAX__;0xffffffffU;__INTMAX_MAX__;0x7fffffffffffffffLL;__INTMAX_C(c);c ## LL;__UINTMAX_MAX__;0xffffffffffffffffULL;__UINTMAX_C(c);c ## ULL;__SIG_ATOMIC_MAX__;0x7fffffff;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__INT8_MAX__;0x7f;__INT16_MAX__;0x7fff;__INT32_MAX__;0x7fffffff;__INT64_MAX__;0x7fffffffffffffffLL;__UINT8_MAX__;0xff;__UINT16_MAX__;0xffff;__UINT32_MAX__;0xffffffffU;__UINT64_MAX__;0xffffffffffffffffULL;__INT_LEAST8_MAX__;0x7f;__INT8_C(c);c;__INT_LEAST16_MAX__;0x7fff;__INT16_C(c);c;__INT_LEAST32_MAX__;0x7fffffff;__INT32_C(c);c;__INT_LEAST64_MAX__;0x7fffffffffffffffLL;__INT64_C(c);c ## LL;__UINT_LEAST8_MAX__;0xff;__UINT8_C(c);c;__UINT_LEAST16_MAX__;0xffff;__UINT16_C(c);c;__UINT_LEAST32_MAX__;0xffffffffU;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;0xffffffffffffffffULL;__UINT64_C(c);c ## ULL;__INT_FAST8_MAX__;0x7f;__INT_FAST16_MAX__;0x7fffffff;__INT_FAST32_MAX__;0x7fffffff;__INT_FAST64_MAX__;0x7fffffffffffffffLL;__UINT_FAST8_MAX__;0xff;__UINT_FAST16_MAX__;0xffffffffU;__UINT_FAST32_MAX__;0xffffffffU;__UINT_FAST64_MAX__;0xffffffffffffffffULL;__INTPTR_MAX__;0x7fffffff;__UINTPTR_MAX__;0xffffffffU;__GCC_IEC_559;2;__GCC_IEC_559_COMPLEX;2;__FLT_EVAL_METHOD__;2;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859812e+38F;__FLT_MIN__;1.17549435082228750797e-38F;__FLT_EPSILON__;1.19209289550781250000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;((double)1.79769313486231570815e+308L);__DBL_MIN__;((double)2.22507385850720138309e-308L);__DBL_EPSILON__;((double)2.22044604925031308085e-16L);__DBL_DENORM_MIN__;((double)4.94065645841246544177e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_STDC_INLINE__;1;__NO_INLINE__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__GCC_HAVE_DWARF2_CFI_ASM;1;__PRAGMA_REDEFINE_EXTNAME;1;__SSP_STRONG__;3;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;4;__i386;1;__i386__;1;i386;1;__SIZEOF_FLOAT80__;12;__SIZEOF_FLOAT128__;16;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__i686;1;__i686__;1;__pentiumpro;1;__pentiumpro__;1;__code_model_32__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;_STDC_PREDEF_H;1;__STDC_IEC_559__;1;__STDC_IEC_559_COMPLEX__;1;__STDC_ISO_10646__;201505L;__STDC_NO_THREADS__;1 +//C compiler system include directories +CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/lib/gcc/i686-linux-gnu/5/include;/usr/local/include;/usr/lib/gcc/i686-linux-gnu/5/include-fixed;/usr/include/i386-linux-gnu;/usr/include +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/shokalirina/newostis/ostis/wave_find_path_sc_memory +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.5 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding PkgConfig +FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v0.29.1()] +GLIB2_CFLAGS:INTERNAL=-I/usr/include/glib-2.0;-I/usr/lib/i386-linux-gnu/glib-2.0/include +GLIB2_CFLAGS_I:INTERNAL= +GLIB2_CFLAGS_OTHER:INTERNAL= +GLIB2_FOUND:INTERNAL=1 +GLIB2_INCLUDEDIR:INTERNAL=/usr/include +GLIB2_INCLUDE_DIRS:INTERNAL=/usr/include/glib-2.0;/usr/lib/i386-linux-gnu/glib-2.0/include +GLIB2_LDFLAGS:INTERNAL=-lglib-2.0 +GLIB2_LDFLAGS_OTHER:INTERNAL= +GLIB2_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu +GLIB2_LIBRARIES:INTERNAL=glib-2.0 +GLIB2_LIBRARY_DIRS:INTERNAL= +GLIB2_LIBS:INTERNAL= +GLIB2_LIBS_L:INTERNAL= +GLIB2_LIBS_OTHER:INTERNAL= +GLIB2_LIBS_PATHS:INTERNAL= +GLIB2_MODULE_CFLAGS:INTERNAL=-pthread;-I/usr/include/glib-2.0;-I/usr/lib/i386-linux-gnu/glib-2.0/include +GLIB2_MODULE_CFLAGS_I:INTERNAL= +GLIB2_MODULE_CFLAGS_OTHER:INTERNAL=-pthread +GLIB2_MODULE_FOUND:INTERNAL=1 +GLIB2_MODULE_INCLUDEDIR:INTERNAL=/usr/include +GLIB2_MODULE_INCLUDE_DIRS:INTERNAL=/usr/include/glib-2.0;/usr/lib/i386-linux-gnu/glib-2.0/include +GLIB2_MODULE_LDFLAGS:INTERNAL=-Wl,--export-dynamic;-lgmodule-2.0;-pthread;-lglib-2.0 +GLIB2_MODULE_LDFLAGS_OTHER:INTERNAL=-Wl,--export-dynamic;-pthread +GLIB2_MODULE_LIBDIR:INTERNAL=/usr/lib/i386-linux-gnu +GLIB2_MODULE_LIBRARIES:INTERNAL=gmodule-2.0;glib-2.0 +GLIB2_MODULE_LIBRARY_DIRS:INTERNAL= +GLIB2_MODULE_LIBS:INTERNAL= +GLIB2_MODULE_LIBS_L:INTERNAL= +GLIB2_MODULE_LIBS_OTHER:INTERNAL= +GLIB2_MODULE_LIBS_PATHS:INTERNAL= +GLIB2_MODULE_PREFIX:INTERNAL=/usr +GLIB2_MODULE_STATIC_CFLAGS:INTERNAL=-pthread;-I/usr/include/glib-2.0;-I/usr/lib/i386-linux-gnu/glib-2.0/include +GLIB2_MODULE_STATIC_CFLAGS_I:INTERNAL= +GLIB2_MODULE_STATIC_CFLAGS_OTHER:INTERNAL=-pthread +GLIB2_MODULE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/glib-2.0;/usr/lib/i386-linux-gnu/glib-2.0/include +GLIB2_MODULE_STATIC_LDFLAGS:INTERNAL=-Wl,--export-dynamic;-lgmodule-2.0;-pthread;-ldl;-lglib-2.0;-pthread;-lpcre;-pthread +GLIB2_MODULE_STATIC_LDFLAGS_OTHER:INTERNAL=-Wl,--export-dynamic;-pthread +GLIB2_MODULE_STATIC_LIBDIR:INTERNAL= +GLIB2_MODULE_STATIC_LIBRARIES:INTERNAL=gmodule-2.0;dl;glib-2.0;pcre +GLIB2_MODULE_STATIC_LIBRARY_DIRS:INTERNAL= +GLIB2_MODULE_STATIC_LIBS:INTERNAL= +GLIB2_MODULE_STATIC_LIBS_L:INTERNAL= +GLIB2_MODULE_STATIC_LIBS_OTHER:INTERNAL= +GLIB2_MODULE_STATIC_LIBS_PATHS:INTERNAL= +GLIB2_MODULE_VERSION:INTERNAL=2.48.2 +GLIB2_MODULE_gmodule-2.0_INCLUDEDIR:INTERNAL= +GLIB2_MODULE_gmodule-2.0_LIBDIR:INTERNAL= +GLIB2_MODULE_gmodule-2.0_PREFIX:INTERNAL= +GLIB2_MODULE_gmodule-2.0_VERSION:INTERNAL= +GLIB2_PREFIX:INTERNAL=/usr +GLIB2_STATIC_CFLAGS:INTERNAL=-I/usr/include/glib-2.0;-I/usr/lib/i386-linux-gnu/glib-2.0/include +GLIB2_STATIC_CFLAGS_I:INTERNAL= +GLIB2_STATIC_CFLAGS_OTHER:INTERNAL= +GLIB2_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/glib-2.0;/usr/lib/i386-linux-gnu/glib-2.0/include +GLIB2_STATIC_LDFLAGS:INTERNAL=-lglib-2.0;-pthread;-lpcre;-pthread +GLIB2_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +GLIB2_STATIC_LIBDIR:INTERNAL= +GLIB2_STATIC_LIBRARIES:INTERNAL=glib-2.0;pcre +GLIB2_STATIC_LIBRARY_DIRS:INTERNAL= +GLIB2_STATIC_LIBS:INTERNAL= +GLIB2_STATIC_LIBS_L:INTERNAL= +GLIB2_STATIC_LIBS_OTHER:INTERNAL= +GLIB2_STATIC_LIBS_PATHS:INTERNAL= +GLIB2_VERSION:INTERNAL=2.48.2 +GLIB2_glib-2.0_INCLUDEDIR:INTERNAL= +GLIB2_glib-2.0_LIBDIR:INTERNAL= +GLIB2_glib-2.0_PREFIX:INTERNAL= +GLIB2_glib-2.0_VERSION:INTERNAL= +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +__pkg_config_checked_GLIB2:INTERNAL=1 +__pkg_config_checked_GLIB2_MODULE:INTERNAL=1 +prefix_result:INTERNAL=/usr/lib/i386-linux-gnu + diff --git a/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeCCompiler.cmake b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeCCompiler.cmake new file mode 100644 index 00000000..bc52f935 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeCCompiler.cmake @@ -0,0 +1,67 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "5.4.0") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") +set(CMAKE_C_COMPILE_FEATURES "c_function_prototypes;c_restrict;c_variadic_macros;c_static_assert") +set(CMAKE_C90_COMPILE_FEATURES "c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_static_assert") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_SIMULATE_VERSION "") + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "4") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_LIBRARY_ARCHITECTURE "i386-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "i386-linux-gnu") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "c") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/i686-linux-gnu/5;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeCXXCompiler.cmake b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeCXXCompiler.cmake new file mode 100644 index 00000000..4e31c833 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeCXXCompiler.cmake @@ -0,0 +1,68 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "5.4.0") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_template_template_parameters;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_SIMULATE_VERSION "") + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP) +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "4") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "i386-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "i386-linux-gnu") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/i686-linux-gnu/5;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeDetermineCompilerABI_C.bin b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 00000000..e33560a2 Binary files /dev/null and b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeDetermineCompilerABI_C.bin differ diff --git a/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeDetermineCompilerABI_CXX.bin b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 00000000..e6879ddb Binary files /dev/null and b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeSystem.cmake b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeSystem.cmake new file mode 100644 index 00000000..c4e52db5 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-4.10.0-40-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "4.10.0-40-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "i686") + + + +set(CMAKE_SYSTEM "Linux-4.10.0-40-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "4.10.0-40-generic") +set(CMAKE_SYSTEM_PROCESSOR "i686") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdC/CMakeCCompilerId.c b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 00000000..570a15e9 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,544 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" + +#elif defined(__ARMCC_VERSION) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(SDCC) +# define COMPILER_ID "SDCC" + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) + +#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) +# define COMPILER_ID "MIPSpro" +# if defined(_SGI_COMPILER_VERSION) + /* _SGI_COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) +# else + /* _COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__sgi) +# define COMPILER_ID "MIPSpro" + +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXE) || defined(__CRAYXC) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# else /* unknown platform */ +# define PLATFORM_ID "" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID "" + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID "" +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + + +const char* info_language_dialect_default = "INFO" ":" "dialect_default[" +#if !defined(__STDC_VERSION__) + "90" +#elif __STDC_VERSION__ >= 201000L + "11" +#elif __STDC_VERSION__ >= 199901L + "99" +#else +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXE) || defined(__CRAYXC) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdC/a.out b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdC/a.out new file mode 100755 index 00000000..6190f879 Binary files /dev/null and b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdC/a.out differ diff --git a/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdCXX/CMakeCXXCompilerId.cpp b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 00000000..e6d85363 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,533 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" + +#elif defined(__ARMCC_VERSION) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) +# define COMPILER_ID "MIPSpro" +# if defined(_SGI_COMPILER_VERSION) + /* _SGI_COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) +# else + /* _COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__sgi) +# define COMPILER_ID "MIPSpro" + +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXE) || defined(__CRAYXC) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# else /* unknown platform */ +# define PLATFORM_ID "" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID "" + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID "" +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + + +const char* info_language_dialect_default = "INFO" ":" "dialect_default[" +#if __cplusplus >= 201402L + "14" +#elif __cplusplus >= 201103L + "11" +#else + "98" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXE) || defined(__CRAYXC) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} diff --git a/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdCXX/a.out b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdCXX/a.out new file mode 100755 index 00000000..dc960223 Binary files /dev/null and b/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdCXX/a.out differ diff --git a/wave_find_path_sc_memory-build/CMakeFiles/CMakeDirectoryInformation.cmake b/wave_find_path_sc_memory-build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..84de94cb --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/shokalirina/newostis/ostis/wave_find_path_sc_memory") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/wave_find_path_sc_memory-build/CMakeFiles/CMakeOutput.log b/wave_find_path_sc_memory-build/CMakeFiles/CMakeOutput.log new file mode 100644 index 00000000..9efb71a7 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/CMakeOutput.log @@ -0,0 +1,554 @@ +The system is: Linux - 4.10.0-40-generic - i686 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/3.5.1/CompilerIdCXX/a.out" + +Determining if the C compiler works passed with the following output: +Change Dir: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_fed94/fast" +/usr/bin/make -f CMakeFiles/cmTC_fed94.dir/build.make CMakeFiles/cmTC_fed94.dir/build +make[1]: Entering directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_fed94.dir/testCCompiler.c.o +/usr/bin/cc -o CMakeFiles/cmTC_fed94.dir/testCCompiler.c.o -c /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp/testCCompiler.c +Linking C executable cmTC_fed94 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fed94.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTC_fed94.dir/testCCompiler.c.o -o cmTC_fed94 -rdynamic +make[1]: Leaving directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' + + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_956ed/fast" +/usr/bin/make -f CMakeFiles/cmTC_956ed.dir/build.make CMakeFiles/cmTC_956ed.dir/build +make[1]: Entering directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_956ed.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -o CMakeFiles/cmTC_956ed.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c +Linking C executable cmTC_956ed +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_956ed.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTC_956ed.dir/CMakeCCompilerABI.c.o -o cmTC_956ed -rdynamic +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper +Target: i686-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.5' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu +Thread model: posix +gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) +COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/5/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/5/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_956ed' '-rdynamic' '-mtune=generic' '-march=i686' + /usr/lib/gcc/i686-linux-gnu/5/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccR6zD7o.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTC_956ed /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/5 -L/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/5/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/5/../../.. CMakeFiles/cmTC_956ed.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-linux-gnu/5/crtend.o /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crtn.o +make[1]: Leaving directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:"/usr/bin/make" "cmTC_956ed/fast"] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_956ed.dir/build.make CMakeFiles/cmTC_956ed.dir/build] + ignore line: [make[1]: Entering directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_956ed.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_956ed.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c] + ignore line: [Linking C executable cmTC_956ed] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_956ed.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_956ed.dir/CMakeCCompilerABI.c.o -o cmTC_956ed -rdynamic ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper] + ignore line: [Target: i686-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.5' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/5/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/5/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_956ed' '-rdynamic' '-mtune=generic' '-march=i686'] + link line: [ /usr/lib/gcc/i686-linux-gnu/5/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccR6zD7o.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTC_956ed /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/5 -L/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/5/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/5/../../.. CMakeFiles/cmTC_956ed.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-linux-gnu/5/crtend.o /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crtn.o] + arg [/usr/lib/gcc/i686-linux-gnu/5/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/5/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccR6zD7o.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--sysroot=/] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_i386] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib/ld-linux.so.2] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_956ed] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crt1.o] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/5/crtbegin.o] ==> ignore + arg [-L/usr/lib/gcc/i686-linux-gnu/5] ==> dir [/usr/lib/gcc/i686-linux-gnu/5] + arg [-L/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu] ==> dir [/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu] + arg [-L/usr/lib/gcc/i686-linux-gnu/5/../../../../lib] ==> dir [/usr/lib/gcc/i686-linux-gnu/5/../../../../lib] + arg [-L/lib/i386-linux-gnu] ==> dir [/lib/i386-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/i386-linux-gnu] ==> dir [/usr/lib/i386-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/i686-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/i686-linux-gnu/5/../../..] + arg [CMakeFiles/cmTC_956ed.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--no-as-needed] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/5/crtend.o] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crtn.o] ==> ignore + remove lib [gcc] + remove lib [gcc_s] + remove lib [gcc] + remove lib [gcc_s] + collapse library dir [/usr/lib/gcc/i686-linux-gnu/5] ==> [/usr/lib/gcc/i686-linux-gnu/5] + collapse library dir [/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu] + collapse library dir [/usr/lib/gcc/i686-linux-gnu/5/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/i386-linux-gnu] ==> [/lib/i386-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/i686-linux-gnu/5/../../..] ==> [/usr/lib] + implicit libs: [c] + implicit dirs: [/usr/lib/gcc/i686-linux-gnu/5;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib] + implicit fwks: [] + + + + +Detecting C [-std=c11] compiler features compiled with the following output: +Change Dir: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_a1ce6/fast" +/usr/bin/make -f CMakeFiles/cmTC_a1ce6.dir/build.make CMakeFiles/cmTC_a1ce6.dir/build +make[1]: Entering directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_a1ce6.dir/feature_tests.c.o +/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_a1ce6.dir/feature_tests.c.o -c /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.c +Linking C executable cmTC_a1ce6 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a1ce6.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTC_a1ce6.dir/feature_tests.c.o -o cmTC_a1ce6 -rdynamic +make[1]: Leaving directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' + + + Feature record: C_FEATURE:1c_function_prototypes + Feature record: C_FEATURE:1c_restrict + Feature record: C_FEATURE:1c_static_assert + Feature record: C_FEATURE:1c_variadic_macros + + +Detecting C [-std=c99] compiler features compiled with the following output: +Change Dir: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_9fc2f/fast" +/usr/bin/make -f CMakeFiles/cmTC_9fc2f.dir/build.make CMakeFiles/cmTC_9fc2f.dir/build +make[1]: Entering directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_9fc2f.dir/feature_tests.c.o +/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_9fc2f.dir/feature_tests.c.o -c /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.c +Linking C executable cmTC_9fc2f +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9fc2f.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTC_9fc2f.dir/feature_tests.c.o -o cmTC_9fc2f -rdynamic +make[1]: Leaving directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' + + + Feature record: C_FEATURE:1c_function_prototypes + Feature record: C_FEATURE:1c_restrict + Feature record: C_FEATURE:0c_static_assert + Feature record: C_FEATURE:1c_variadic_macros + + +Detecting C [-std=c90] compiler features compiled with the following output: +Change Dir: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_ccd96/fast" +/usr/bin/make -f CMakeFiles/cmTC_ccd96.dir/build.make CMakeFiles/cmTC_ccd96.dir/build +make[1]: Entering directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_ccd96.dir/feature_tests.c.o +/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_ccd96.dir/feature_tests.c.o -c /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.c +Linking C executable cmTC_ccd96 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ccd96.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTC_ccd96.dir/feature_tests.c.o -o cmTC_ccd96 -rdynamic +make[1]: Leaving directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' + + + Feature record: C_FEATURE:1c_function_prototypes + Feature record: C_FEATURE:0c_restrict + Feature record: C_FEATURE:0c_static_assert + Feature record: C_FEATURE:0c_variadic_macros +Determining if the CXX compiler works passed with the following output: +Change Dir: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_7521e/fast" +/usr/bin/make -f CMakeFiles/cmTC_7521e.dir/build.make CMakeFiles/cmTC_7521e.dir/build +make[1]: Entering directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_7521e.dir/testCXXCompiler.cxx.o +/usr/bin/c++ -o CMakeFiles/cmTC_7521e.dir/testCXXCompiler.cxx.o -c /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx +Linking CXX executable cmTC_7521e +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7521e.dir/link.txt --verbose=1 +/usr/bin/c++ CMakeFiles/cmTC_7521e.dir/testCXXCompiler.cxx.o -o cmTC_7521e -rdynamic +make[1]: Leaving directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_f5c78/fast" +/usr/bin/make -f CMakeFiles/cmTC_f5c78.dir/build.make CMakeFiles/cmTC_f5c78.dir/build +make[1]: Entering directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_f5c78.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -o CMakeFiles/cmTC_f5c78.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp +Linking CXX executable cmTC_f5c78 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5c78.dir/link.txt --verbose=1 +/usr/bin/c++ -v CMakeFiles/cmTC_f5c78.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f5c78 -rdynamic +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper +Target: i686-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.5' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu +Thread model: posix +gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) +COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/5/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/5/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f5c78' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i686' + /usr/lib/gcc/i686-linux-gnu/5/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9HEMVO.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTC_f5c78 /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/5 -L/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/5/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/5/../../.. CMakeFiles/cmTC_f5c78.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-linux-gnu/5/crtend.o /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crtn.o +make[1]: Leaving directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command:"/usr/bin/make" "cmTC_f5c78/fast"] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_f5c78.dir/build.make CMakeFiles/cmTC_f5c78.dir/build] + ignore line: [make[1]: Entering directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_f5c78.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_f5c78.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Linking CXX executable cmTC_f5c78] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5c78.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_f5c78.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f5c78 -rdynamic ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper] + ignore line: [Target: i686-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.5' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/5/:/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/5/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/5/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f5c78' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i686'] + link line: [ /usr/lib/gcc/i686-linux-gnu/5/collect2 -plugin /usr/lib/gcc/i686-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9HEMVO.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -z relro -o cmTC_f5c78 /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/5 -L/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/5/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/5/../../.. CMakeFiles/cmTC_f5c78.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-linux-gnu/5/crtend.o /usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crtn.o] + arg [/usr/lib/gcc/i686-linux-gnu/5/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/5/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc9HEMVO.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--sysroot=/] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_i386] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib/ld-linux.so.2] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_f5c78] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crt1.o] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/5/crtbegin.o] ==> ignore + arg [-L/usr/lib/gcc/i686-linux-gnu/5] ==> dir [/usr/lib/gcc/i686-linux-gnu/5] + arg [-L/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu] ==> dir [/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu] + arg [-L/usr/lib/gcc/i686-linux-gnu/5/../../../../lib] ==> dir [/usr/lib/gcc/i686-linux-gnu/5/../../../../lib] + arg [-L/lib/i386-linux-gnu] ==> dir [/lib/i386-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/i386-linux-gnu] ==> dir [/usr/lib/i386-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/i686-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/i686-linux-gnu/5/../../..] + arg [CMakeFiles/cmTC_f5c78.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/i686-linux-gnu/5/crtend.o] ==> ignore + arg [/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crtn.o] ==> ignore + remove lib [gcc_s] + remove lib [gcc] + remove lib [gcc_s] + remove lib [gcc] + collapse library dir [/usr/lib/gcc/i686-linux-gnu/5] ==> [/usr/lib/gcc/i686-linux-gnu/5] + collapse library dir [/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu] + collapse library dir [/usr/lib/gcc/i686-linux-gnu/5/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/i386-linux-gnu] ==> [/lib/i386-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/i386-linux-gnu] ==> [/usr/lib/i386-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/i686-linux-gnu/5/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;c] + implicit dirs: [/usr/lib/gcc/i686-linux-gnu/5;/usr/lib/i386-linux-gnu;/usr/lib;/lib/i386-linux-gnu;/lib] + implicit fwks: [] + + + + +Detecting CXX [-std=c++14] compiler features compiled with the following output: +Change Dir: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_d65a8/fast" +/usr/bin/make -f CMakeFiles/cmTC_d65a8.dir/build.make CMakeFiles/cmTC_d65a8.dir/build +make[1]: Entering directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_d65a8.dir/feature_tests.cxx.o +/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_d65a8.dir/feature_tests.cxx.o -c /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.cxx +Linking CXX executable cmTC_d65a8 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d65a8.dir/link.txt --verbose=1 +/usr/bin/c++ CMakeFiles/cmTC_d65a8.dir/feature_tests.cxx.o -o cmTC_d65a8 -rdynamic +make[1]: Leaving directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' + + + Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers + Feature record: CXX_FEATURE:1cxx_alias_templates + Feature record: CXX_FEATURE:1cxx_alignas + Feature record: CXX_FEATURE:1cxx_alignof + Feature record: CXX_FEATURE:1cxx_attributes + Feature record: CXX_FEATURE:1cxx_attribute_deprecated + Feature record: CXX_FEATURE:1cxx_auto_type + Feature record: CXX_FEATURE:1cxx_binary_literals + Feature record: CXX_FEATURE:1cxx_constexpr + Feature record: CXX_FEATURE:1cxx_contextual_conversions + Feature record: CXX_FEATURE:1cxx_decltype + Feature record: CXX_FEATURE:1cxx_decltype_auto + Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types + Feature record: CXX_FEATURE:1cxx_default_function_template_args + Feature record: CXX_FEATURE:1cxx_defaulted_functions + Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers + Feature record: CXX_FEATURE:1cxx_delegating_constructors + Feature record: CXX_FEATURE:1cxx_deleted_functions + Feature record: CXX_FEATURE:1cxx_digit_separators + Feature record: CXX_FEATURE:1cxx_enum_forward_declarations + Feature record: CXX_FEATURE:1cxx_explicit_conversions + Feature record: CXX_FEATURE:1cxx_extended_friend_declarations + Feature record: CXX_FEATURE:1cxx_extern_templates + Feature record: CXX_FEATURE:1cxx_final + Feature record: CXX_FEATURE:1cxx_func_identifier + Feature record: CXX_FEATURE:1cxx_generalized_initializers + Feature record: CXX_FEATURE:1cxx_generic_lambdas + Feature record: CXX_FEATURE:1cxx_inheriting_constructors + Feature record: CXX_FEATURE:1cxx_inline_namespaces + Feature record: CXX_FEATURE:1cxx_lambdas + Feature record: CXX_FEATURE:1cxx_lambda_init_captures + Feature record: CXX_FEATURE:1cxx_local_type_template_args + Feature record: CXX_FEATURE:1cxx_long_long_type + Feature record: CXX_FEATURE:1cxx_noexcept + Feature record: CXX_FEATURE:1cxx_nonstatic_member_init + Feature record: CXX_FEATURE:1cxx_nullptr + Feature record: CXX_FEATURE:1cxx_override + Feature record: CXX_FEATURE:1cxx_range_for + Feature record: CXX_FEATURE:1cxx_raw_string_literals + Feature record: CXX_FEATURE:1cxx_reference_qualified_functions + Feature record: CXX_FEATURE:1cxx_relaxed_constexpr + Feature record: CXX_FEATURE:1cxx_return_type_deduction + Feature record: CXX_FEATURE:1cxx_right_angle_brackets + Feature record: CXX_FEATURE:1cxx_rvalue_references + Feature record: CXX_FEATURE:1cxx_sizeof_member + Feature record: CXX_FEATURE:1cxx_static_assert + Feature record: CXX_FEATURE:1cxx_strong_enums + Feature record: CXX_FEATURE:1cxx_template_template_parameters + Feature record: CXX_FEATURE:1cxx_thread_local + Feature record: CXX_FEATURE:1cxx_trailing_return_types + Feature record: CXX_FEATURE:1cxx_unicode_literals + Feature record: CXX_FEATURE:1cxx_uniform_initialization + Feature record: CXX_FEATURE:1cxx_unrestricted_unions + Feature record: CXX_FEATURE:1cxx_user_literals + Feature record: CXX_FEATURE:1cxx_variable_templates + Feature record: CXX_FEATURE:1cxx_variadic_macros + Feature record: CXX_FEATURE:1cxx_variadic_templates + + +Detecting CXX [-std=c++11] compiler features compiled with the following output: +Change Dir: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_40e7b/fast" +/usr/bin/make -f CMakeFiles/cmTC_40e7b.dir/build.make CMakeFiles/cmTC_40e7b.dir/build +make[1]: Entering directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_40e7b.dir/feature_tests.cxx.o +/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_40e7b.dir/feature_tests.cxx.o -c /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.cxx +Linking CXX executable cmTC_40e7b +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_40e7b.dir/link.txt --verbose=1 +/usr/bin/c++ CMakeFiles/cmTC_40e7b.dir/feature_tests.cxx.o -o cmTC_40e7b -rdynamic +make[1]: Leaving directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' + + + Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers + Feature record: CXX_FEATURE:1cxx_alias_templates + Feature record: CXX_FEATURE:1cxx_alignas + Feature record: CXX_FEATURE:1cxx_alignof + Feature record: CXX_FEATURE:1cxx_attributes + Feature record: CXX_FEATURE:0cxx_attribute_deprecated + Feature record: CXX_FEATURE:1cxx_auto_type + Feature record: CXX_FEATURE:0cxx_binary_literals + Feature record: CXX_FEATURE:1cxx_constexpr + Feature record: CXX_FEATURE:0cxx_contextual_conversions + Feature record: CXX_FEATURE:1cxx_decltype + Feature record: CXX_FEATURE:0cxx_decltype_auto + Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types + Feature record: CXX_FEATURE:1cxx_default_function_template_args + Feature record: CXX_FEATURE:1cxx_defaulted_functions + Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers + Feature record: CXX_FEATURE:1cxx_delegating_constructors + Feature record: CXX_FEATURE:1cxx_deleted_functions + Feature record: CXX_FEATURE:0cxx_digit_separators + Feature record: CXX_FEATURE:1cxx_enum_forward_declarations + Feature record: CXX_FEATURE:1cxx_explicit_conversions + Feature record: CXX_FEATURE:1cxx_extended_friend_declarations + Feature record: CXX_FEATURE:1cxx_extern_templates + Feature record: CXX_FEATURE:1cxx_final + Feature record: CXX_FEATURE:1cxx_func_identifier + Feature record: CXX_FEATURE:1cxx_generalized_initializers + Feature record: CXX_FEATURE:0cxx_generic_lambdas + Feature record: CXX_FEATURE:1cxx_inheriting_constructors + Feature record: CXX_FEATURE:1cxx_inline_namespaces + Feature record: CXX_FEATURE:1cxx_lambdas + Feature record: CXX_FEATURE:0cxx_lambda_init_captures + Feature record: CXX_FEATURE:1cxx_local_type_template_args + Feature record: CXX_FEATURE:1cxx_long_long_type + Feature record: CXX_FEATURE:1cxx_noexcept + Feature record: CXX_FEATURE:1cxx_nonstatic_member_init + Feature record: CXX_FEATURE:1cxx_nullptr + Feature record: CXX_FEATURE:1cxx_override + Feature record: CXX_FEATURE:1cxx_range_for + Feature record: CXX_FEATURE:1cxx_raw_string_literals + Feature record: CXX_FEATURE:1cxx_reference_qualified_functions + Feature record: CXX_FEATURE:0cxx_relaxed_constexpr + Feature record: CXX_FEATURE:0cxx_return_type_deduction + Feature record: CXX_FEATURE:1cxx_right_angle_brackets + Feature record: CXX_FEATURE:1cxx_rvalue_references + Feature record: CXX_FEATURE:1cxx_sizeof_member + Feature record: CXX_FEATURE:1cxx_static_assert + Feature record: CXX_FEATURE:1cxx_strong_enums + Feature record: CXX_FEATURE:1cxx_template_template_parameters + Feature record: CXX_FEATURE:1cxx_thread_local + Feature record: CXX_FEATURE:1cxx_trailing_return_types + Feature record: CXX_FEATURE:1cxx_unicode_literals + Feature record: CXX_FEATURE:1cxx_uniform_initialization + Feature record: CXX_FEATURE:1cxx_unrestricted_unions + Feature record: CXX_FEATURE:1cxx_user_literals + Feature record: CXX_FEATURE:0cxx_variable_templates + Feature record: CXX_FEATURE:1cxx_variadic_macros + Feature record: CXX_FEATURE:1cxx_variadic_templates + + +Detecting CXX [-std=c++98] compiler features compiled with the following output: +Change Dir: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_94d53/fast" +/usr/bin/make -f CMakeFiles/cmTC_94d53.dir/build.make CMakeFiles/cmTC_94d53.dir/build +make[1]: Entering directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_94d53.dir/feature_tests.cxx.o +/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_94d53.dir/feature_tests.cxx.o -c /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.cxx +Linking CXX executable cmTC_94d53 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94d53.dir/link.txt --verbose=1 +/usr/bin/c++ CMakeFiles/cmTC_94d53.dir/feature_tests.cxx.o -o cmTC_94d53 -rdynamic +make[1]: Leaving directory '/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/CMakeTmp' + + + Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers + Feature record: CXX_FEATURE:0cxx_alias_templates + Feature record: CXX_FEATURE:0cxx_alignas + Feature record: CXX_FEATURE:0cxx_alignof + Feature record: CXX_FEATURE:0cxx_attributes + Feature record: CXX_FEATURE:0cxx_attribute_deprecated + Feature record: CXX_FEATURE:0cxx_auto_type + Feature record: CXX_FEATURE:0cxx_binary_literals + Feature record: CXX_FEATURE:0cxx_constexpr + Feature record: CXX_FEATURE:0cxx_contextual_conversions + Feature record: CXX_FEATURE:0cxx_decltype + Feature record: CXX_FEATURE:0cxx_decltype_auto + Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types + Feature record: CXX_FEATURE:0cxx_default_function_template_args + Feature record: CXX_FEATURE:0cxx_defaulted_functions + Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers + Feature record: CXX_FEATURE:0cxx_delegating_constructors + Feature record: CXX_FEATURE:0cxx_deleted_functions + Feature record: CXX_FEATURE:0cxx_digit_separators + Feature record: CXX_FEATURE:0cxx_enum_forward_declarations + Feature record: CXX_FEATURE:0cxx_explicit_conversions + Feature record: CXX_FEATURE:0cxx_extended_friend_declarations + Feature record: CXX_FEATURE:0cxx_extern_templates + Feature record: CXX_FEATURE:0cxx_final + Feature record: CXX_FEATURE:0cxx_func_identifier + Feature record: CXX_FEATURE:0cxx_generalized_initializers + Feature record: CXX_FEATURE:0cxx_generic_lambdas + Feature record: CXX_FEATURE:0cxx_inheriting_constructors + Feature record: CXX_FEATURE:0cxx_inline_namespaces + Feature record: CXX_FEATURE:0cxx_lambdas + Feature record: CXX_FEATURE:0cxx_lambda_init_captures + Feature record: CXX_FEATURE:0cxx_local_type_template_args + Feature record: CXX_FEATURE:0cxx_long_long_type + Feature record: CXX_FEATURE:0cxx_noexcept + Feature record: CXX_FEATURE:0cxx_nonstatic_member_init + Feature record: CXX_FEATURE:0cxx_nullptr + Feature record: CXX_FEATURE:0cxx_override + Feature record: CXX_FEATURE:0cxx_range_for + Feature record: CXX_FEATURE:0cxx_raw_string_literals + Feature record: CXX_FEATURE:0cxx_reference_qualified_functions + Feature record: CXX_FEATURE:0cxx_relaxed_constexpr + Feature record: CXX_FEATURE:0cxx_return_type_deduction + Feature record: CXX_FEATURE:0cxx_right_angle_brackets + Feature record: CXX_FEATURE:0cxx_rvalue_references + Feature record: CXX_FEATURE:0cxx_sizeof_member + Feature record: CXX_FEATURE:0cxx_static_assert + Feature record: CXX_FEATURE:0cxx_strong_enums + Feature record: CXX_FEATURE:1cxx_template_template_parameters + Feature record: CXX_FEATURE:0cxx_thread_local + Feature record: CXX_FEATURE:0cxx_trailing_return_types + Feature record: CXX_FEATURE:0cxx_unicode_literals + Feature record: CXX_FEATURE:0cxx_uniform_initialization + Feature record: CXX_FEATURE:0cxx_unrestricted_unions + Feature record: CXX_FEATURE:0cxx_user_literals + Feature record: CXX_FEATURE:0cxx_variable_templates + Feature record: CXX_FEATURE:0cxx_variadic_macros + Feature record: CXX_FEATURE:0cxx_variadic_templates diff --git a/wave_find_path_sc_memory-build/CMakeFiles/Makefile.cmake b/wave_find_path_sc_memory-build/CMakeFiles/Makefile.cmake new file mode 100644 index 00000000..3d278e7e --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/Makefile.cmake @@ -0,0 +1,120 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "CMakeFiles/3.5.1/CMakeCCompiler.cmake" + "CMakeFiles/3.5.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.5.1/CMakeSystem.cmake" + "CMakeFiles/feature_tests.c" + "CMakeFiles/feature_tests.cxx" + "/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/CMakeLists.txt" + "/usr/share/cmake-3.5/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake-3.5/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.5/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake-3.5/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake-3.5/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-3.5/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.5/Modules/CMakeCompilerIdDetection.cmake" + "/usr/share/cmake-3.5/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake-3.5/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake-3.5/Modules/CMakeDetermineCompileFeatures.cmake" + "/usr/share/cmake-3.5/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake-3.5/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake-3.5/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake-3.5/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" + "/usr/share/cmake-3.5/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake-3.5/Modules/CMakeFindCodeBlocks.cmake" + "/usr/share/cmake-3.5/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.5/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.5/Modules/CMakeParseArguments.cmake" + "/usr/share/cmake-3.5/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake-3.5/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake-3.5/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.5/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.5/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake-3.5/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake-3.5/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake-3.5/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/GNU-C-FeatureTests.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/GNU-CXX-FeatureTests.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/GNU-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/MIPSpro-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-3.5/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-3.5/Modules/FindPkgConfig.cmake" + "/usr/share/cmake-3.5/Modules/Internal/FeatureTesting.cmake" + "/usr/share/cmake-3.5/Modules/MultiArchCross.cmake" + "/usr/share/cmake-3.5/Modules/Platform/Linux-CXX.cmake" + "/usr/share/cmake-3.5/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-3.5/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-3.5/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-3.5/Modules/Platform/Linux.cmake" + "/usr/share/cmake-3.5/Modules/Platform/UnixPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.5.1/CMakeSystem.cmake" + "CMakeFiles/3.5.1/CMakeCCompiler.cmake" + "CMakeFiles/3.5.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.5.1/CMakeCCompiler.cmake" + "CMakeFiles/3.5.1/CMakeCXXCompiler.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/wave.dir/DependInfo.cmake" + ) diff --git a/wave_find_path_sc_memory-build/CMakeFiles/Makefile2 b/wave_find_path_sc_memory-build/CMakeFiles/Makefile2 new file mode 100644 index 00000000..244811f0 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/Makefile2 @@ -0,0 +1,108 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# The main recursive all target +all: + +.PHONY : all + +# The main recursive preinstall target +preinstall: + +.PHONY : preinstall + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/shokalirina/newostis/ostis/wave_find_path_sc_memory + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build + +#============================================================================= +# Target rules for target CMakeFiles/wave.dir + +# All Build rule for target. +CMakeFiles/wave.dir/all: + $(MAKE) -f CMakeFiles/wave.dir/build.make CMakeFiles/wave.dir/depend + $(MAKE) -f CMakeFiles/wave.dir/build.make CMakeFiles/wave.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles --progress-num=1,2,3 "Built target wave" +.PHONY : CMakeFiles/wave.dir/all + +# Include target in all. +all: CMakeFiles/wave.dir/all + +.PHONY : all + +# Build rule for subdir invocation for target. +CMakeFiles/wave.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles 3 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/wave.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles 0 +.PHONY : CMakeFiles/wave.dir/rule + +# Convenience name for target. +wave: CMakeFiles/wave.dir/rule + +.PHONY : wave + +# clean rule for target. +CMakeFiles/wave.dir/clean: + $(MAKE) -f CMakeFiles/wave.dir/build.make CMakeFiles/wave.dir/clean +.PHONY : CMakeFiles/wave.dir/clean + +# clean rule for target. +clean: CMakeFiles/wave.dir/clean + +.PHONY : clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/wave_find_path_sc_memory-build/CMakeFiles/TargetDirectories.txt b/wave_find_path_sc_memory-build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 00000000..8d5819df --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/edit_cache.dir +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/rebuild_cache.dir +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/wave.dir diff --git a/wave_find_path_sc_memory-build/CMakeFiles/cmake.check_cache b/wave_find_path_sc_memory-build/CMakeFiles/cmake.check_cache new file mode 100644 index 00000000..3dccd731 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.bin b/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.bin new file mode 100755 index 00000000..eaeb69b4 Binary files /dev/null and b/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.bin differ diff --git a/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.c b/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.c new file mode 100644 index 00000000..6590dded --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.c @@ -0,0 +1,34 @@ + + const char features[] = {"\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 +"1" +#else +"0" +#endif +"c_function_prototypes\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +"1" +#else +"0" +#endif +"c_restrict\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L +"1" +#else +"0" +#endif +"c_static_assert\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +"1" +#else +"0" +#endif +"c_variadic_macros\n" + +}; + +int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.cxx b/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.cxx new file mode 100644 index 00000000..b93418c6 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/feature_tests.cxx @@ -0,0 +1,405 @@ + + const char features[] = {"\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L +"1" +#else +"0" +#endif +"cxx_aggregate_default_initializers\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_alias_templates\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_alignas\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_alignof\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_attributes\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_attribute_deprecated\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_auto_type\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_binary_literals\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_constexpr\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_contextual_conversions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_decltype\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_decltype_auto\n" +"CXX_FEATURE:" +#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_decltype_incomplete_return_types\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_default_function_template_args\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_defaulted_functions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_defaulted_move_initializers\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_delegating_constructors\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_deleted_functions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_digit_separators\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_enum_forward_declarations\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_explicit_conversions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_extended_friend_declarations\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_extern_templates\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_final\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_func_identifier\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_generalized_initializers\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_generic_lambdas\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_inheriting_constructors\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_inline_namespaces\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_lambdas\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_lambda_init_captures\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_local_type_template_args\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_long_long_type\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_noexcept\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_nonstatic_member_init\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_nullptr\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_override\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_range_for\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_raw_string_literals\n" +"CXX_FEATURE:" +#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_reference_qualified_functions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L +"1" +#else +"0" +#endif +"cxx_relaxed_constexpr\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_return_type_deduction\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_right_angle_brackets\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_rvalue_references\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_sizeof_member\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_static_assert\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_strong_enums\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus +"1" +#else +"0" +#endif +"cxx_template_template_parameters\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_thread_local\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_trailing_return_types\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_unicode_literals\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_uniform_initialization\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_unrestricted_unions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_user_literals\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L +"1" +#else +"0" +#endif +"cxx_variable_templates\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_variadic_macros\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_variadic_templates\n" + +}; + +int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/wave_find_path_sc_memory-build/CMakeFiles/progress.marks b/wave_find_path_sc_memory-build/CMakeFiles/progress.marks new file mode 100644 index 00000000..00750edc --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +3 diff --git a/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/CXX.includecache b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/CXX.includecache new file mode 100644 index 00000000..2c9d24b5 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/CXX.includecache @@ -0,0 +1,684 @@ +#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_config.h +sc_types.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_types.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_defines.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_element.h +sc_types.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_types.h +sc_defines.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_defines.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_event.h +sc_types.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_types.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator.h +sc_iterator3.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator3.h +sc_iterator5.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator5.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator3.h +sc_defines.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_defines.h +sc_types.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_types.h +sc_element.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_element.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator5.h +sc_iterator3.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator3.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream.h +sc_types.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_types.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream_file.h +sc_stream.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream_memory.h +sc_stream.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_types.h +sc_defines.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_defines.h +memory.h +- +stdlib.h +- +string.h +- + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_helper.h +sc_memory.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory.h +sc-store/sc_types.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_types.h +sc-store/sc_stream.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory_headers.h +sc_memory.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory.h +sc_memory_version.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory_version.h +sc-store/sc_event.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_event.h +sc-store/sc_iterator.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator.h +sc-store/sc_stream.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream.h +sc-store/sc_stream_file.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream_file.h +sc-store/sc_stream_memory.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream_memory.h +sc-store/sc_config.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_config.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory_version.h +sc-store/sc_types.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_types.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.cpp +sc_memory_headers.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/sc_memory_headers.h +utils.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.h +sc_helper.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/sc_helper.h +stdio.h +- +iostream +- + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.h + +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/wavefindpath.cpp +sc_memory_headers.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/sc_memory_headers.h +sc_helper.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/sc_helper.h +utils.h +/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.h +stdio.h +- +iostream +- +glib.h +- +unistd.h +- +assert.h +- +vector +- +algorithm +- + +/usr/include/glib-2.0/glib.h +glib/galloca.h +- +glib/garray.h +- +glib/gasyncqueue.h +- +glib/gatomic.h +- +glib/gbacktrace.h +- +glib/gbase64.h +- +glib/gbitlock.h +- +glib/gbookmarkfile.h +- +glib/gbytes.h +- +glib/gcharset.h +- +glib/gchecksum.h +- +glib/gconvert.h +- +glib/gdataset.h +- +glib/gdate.h +- +glib/gdatetime.h +- +glib/gdir.h +- +glib/genviron.h +- +glib/gerror.h +- +glib/gfileutils.h +- +glib/ggettext.h +- +glib/ghash.h +- +glib/ghmac.h +- +glib/ghook.h +- +glib/ghostutils.h +- +glib/giochannel.h +- +glib/gkeyfile.h +- +glib/glist.h +- +glib/gmacros.h +- +glib/gmain.h +- +glib/gmappedfile.h +- +glib/gmarkup.h +- +glib/gmem.h +- +glib/gmessages.h +- +glib/gnode.h +- +glib/goption.h +- +glib/gpattern.h +- +glib/gpoll.h +- +glib/gprimes.h +- +glib/gqsort.h +- +glib/gquark.h +- +glib/gqueue.h +- +glib/grand.h +- +glib/gregex.h +- +glib/gscanner.h +- +glib/gsequence.h +- +glib/gshell.h +- +glib/gslice.h +- +glib/gslist.h +- +glib/gspawn.h +- +glib/gstrfuncs.h +- +glib/gstring.h +- +glib/gstringchunk.h +- +glib/gtestutils.h +- +glib/gthread.h +- +glib/gthreadpool.h +- +glib/gtimer.h +- +glib/gtimezone.h +- +glib/gtrashstack.h +- +glib/gtree.h +- +glib/gtypes.h +- +glib/gunicode.h +- +glib/gurifuncs.h +- +glib/gutils.h +- +glib/gvarianttype.h +- +glib/gvariant.h +- +glib/gversion.h +- +glib/gversionmacros.h +- +glib/gwin32.h +- +glib/deprecated/gallocator.h +- +glib/deprecated/gcache.h +- +glib/deprecated/gcompletion.h +- +glib/deprecated/gmain.h +- +glib/deprecated/grel.h +- +glib/deprecated/gthread.h +- +glib/glib-autocleanups.h +- + +/usr/include/glib-2.0/glib/deprecated/gallocator.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/deprecated/gcache.h +glib/glist.h +- + +/usr/include/glib-2.0/glib/deprecated/gcompletion.h +glib/glist.h +- + +/usr/include/glib-2.0/glib/deprecated/gmain.h +glib/gmain.h +- + +/usr/include/glib-2.0/glib/deprecated/grel.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/deprecated/gthread.h +glib/gthread.h +- +sys/types.h +- +pthread.h +- + +/usr/include/glib-2.0/glib/galloca.h +glib/gtypes.h +- +alloca.h +- +alloca.h +- +malloc.h +- + +/usr/include/glib-2.0/glib/garray.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gasyncqueue.h +glib/gthread.h +- + +/usr/include/glib-2.0/glib/gatomic.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gbacktrace.h +glib/gtypes.h +- +signal.h +- + +/usr/include/glib-2.0/glib/gbase64.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gbitlock.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gbookmarkfile.h +glib/gerror.h +- +time.h +- + +/usr/include/glib-2.0/glib/gbytes.h +glib/gtypes.h +- +glib/garray.h +- + +/usr/include/glib-2.0/glib/gcharset.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gchecksum.h +glib/gtypes.h +- +glib/gbytes.h +- + +/usr/include/glib-2.0/glib/gconvert.h +glib/gerror.h +- + +/usr/include/glib-2.0/glib/gdataset.h +glib/gquark.h +- + +/usr/include/glib-2.0/glib/gdate.h +time.h +- +glib/gtypes.h +- +glib/gquark.h +- + +/usr/include/glib-2.0/glib/gdatetime.h +glib/gtimezone.h +- + +/usr/include/glib-2.0/glib/gdir.h +glib/gerror.h +- +dirent.h +- + +/usr/include/glib-2.0/glib/genviron.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gerror.h +stdarg.h +- +glib/gquark.h +- + +/usr/include/glib-2.0/glib/gfileutils.h +glib/gerror.h +- + +/usr/include/glib-2.0/glib/ggettext.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/ghash.h +glib/gtypes.h +- +glib/glist.h +- + +/usr/include/glib-2.0/glib/ghmac.h +glib/gtypes.h +- +gchecksum.h +/usr/include/glib-2.0/glib/gchecksum.h + +/usr/include/glib-2.0/glib/ghook.h +glib/gmem.h +- + +/usr/include/glib-2.0/glib/ghostutils.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/giochannel.h +glib/gconvert.h +- +glib/gmain.h +- +glib/gstring.h +- + +/usr/include/glib-2.0/glib/gkeyfile.h +glib/gerror.h +- + +/usr/include/glib-2.0/glib/glib-autocleanups.h + +/usr/include/glib-2.0/glib/glist.h +glib/gmem.h +- +glib/gnode.h +- + +/usr/include/glib-2.0/glib/gmacros.h +stddef.h +- + +/usr/include/glib-2.0/glib/gmain.h +glib/gpoll.h +- +glib/gslist.h +- +glib/gthread.h +- + +/usr/include/glib-2.0/glib/gmappedfile.h +glib/gbytes.h +- +glib/gerror.h +- + +/usr/include/glib-2.0/glib/gmarkup.h +stdarg.h +- +glib/gerror.h +- +glib/gslist.h +- + +/usr/include/glib-2.0/glib/gmem.h +glib/gutils.h +- + +/usr/include/glib-2.0/glib/gmessages.h +stdarg.h +- +glib/gtypes.h +- +glib/gmacros.h +- + +/usr/include/glib-2.0/glib/gnode.h +glib/gmem.h +- + +/usr/include/glib-2.0/glib/goption.h +glib/gerror.h +- +glib/gquark.h +- + +/usr/include/glib-2.0/glib/gpattern.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gpoll.h +glibconfig.h +- +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gprimes.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gqsort.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gquark.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gqueue.h +glib/glist.h +- + +/usr/include/glib-2.0/glib/grand.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gregex.h +glib/gerror.h +- +glib/gstring.h +- + +/usr/include/glib-2.0/glib/gscanner.h +glib/gdataset.h +- +glib/ghash.h +- + +/usr/include/glib-2.0/glib/gsequence.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gshell.h +glib/gerror.h +- + +/usr/include/glib-2.0/glib/gslice.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gslist.h +glib/gmem.h +- +glib/gnode.h +- + +/usr/include/glib-2.0/glib/gspawn.h +glib/gerror.h +- + +/usr/include/glib-2.0/glib/gstrfuncs.h +stdarg.h +- +glib/gmacros.h +- +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gstring.h +glib/gtypes.h +- +glib/gunicode.h +- +glib/gbytes.h +- +glib/gutils.h +- + +/usr/include/glib-2.0/glib/gstringchunk.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gtestutils.h +glib/gmessages.h +- +glib/gstring.h +- +glib/gerror.h +- +glib/gslist.h +- + +/usr/include/glib-2.0/glib/gthread.h +glib/gatomic.h +- +glib/gerror.h +- +glib/gutils.h +- + +/usr/include/glib-2.0/glib/gthreadpool.h +glib/gthread.h +- + +/usr/include/glib-2.0/glib/gtimer.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gtimezone.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gtrashstack.h +glib/gutils.h +- + +/usr/include/glib-2.0/glib/gtree.h +glib/gnode.h +- + +/usr/include/glib-2.0/glib/gtypes.h +glibconfig.h +- +glib/gmacros.h +- +glib/gversionmacros.h +- +time.h +- + +/usr/include/glib-2.0/glib/gunicode.h +glib/gerror.h +- +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gurifuncs.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gutils.h +glib/gtypes.h +- +stdarg.h +- + +/usr/include/glib-2.0/glib/gvariant.h +glib/gvarianttype.h +- +glib/gstring.h +- +glib/gbytes.h +- + +/usr/include/glib-2.0/glib/gvarianttype.h +glib/gmessages.h +- +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gversion.h +glib/gtypes.h +- + +/usr/include/glib-2.0/glib/gversionmacros.h + +/usr/include/glib-2.0/glib/gwin32.h +glib/gtypes.h +- + +/usr/lib/i386-linux-gnu/glib-2.0/include/glibconfig.h +glib/gmacros.h +- +limits.h +- +float.h +- + diff --git a/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/DependInfo.cmake b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/DependInfo.cmake new file mode 100644 index 00000000..df14aa37 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/DependInfo.cmake @@ -0,0 +1,25 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.cpp" "/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/utils.cpp.o" + "/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/wavefindpath.cpp" "/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/wavefindpath.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory" + "/usr/include/glib-2.0" + "/usr/lib/i386-linux-gnu/glib-2.0/include" + "/usr/lib/x86_64-linux-gnu/glib-2.0/include" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/build.make b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/build.make new file mode 100644 index 00000000..5745188f --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/build.make @@ -0,0 +1,140 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/shokalirina/newostis/ostis/wave_find_path_sc_memory + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build + +# Include any dependencies generated for this target. +include CMakeFiles/wave.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/wave.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/wave.dir/flags.make + +CMakeFiles/wave.dir/wavefindpath.cpp.o: CMakeFiles/wave.dir/flags.make +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/wavefindpath.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/wave.dir/wavefindpath.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/wave.dir/wavefindpath.cpp.o -c /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/wavefindpath.cpp + +CMakeFiles/wave.dir/wavefindpath.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/wave.dir/wavefindpath.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/wavefindpath.cpp > CMakeFiles/wave.dir/wavefindpath.cpp.i + +CMakeFiles/wave.dir/wavefindpath.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/wave.dir/wavefindpath.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/wavefindpath.cpp -o CMakeFiles/wave.dir/wavefindpath.cpp.s + +CMakeFiles/wave.dir/wavefindpath.cpp.o.requires: + +.PHONY : CMakeFiles/wave.dir/wavefindpath.cpp.o.requires + +CMakeFiles/wave.dir/wavefindpath.cpp.o.provides: CMakeFiles/wave.dir/wavefindpath.cpp.o.requires + $(MAKE) -f CMakeFiles/wave.dir/build.make CMakeFiles/wave.dir/wavefindpath.cpp.o.provides.build +.PHONY : CMakeFiles/wave.dir/wavefindpath.cpp.o.provides + +CMakeFiles/wave.dir/wavefindpath.cpp.o.provides.build: CMakeFiles/wave.dir/wavefindpath.cpp.o + + +CMakeFiles/wave.dir/utils.cpp.o: CMakeFiles/wave.dir/flags.make +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/wave.dir/utils.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/wave.dir/utils.cpp.o -c /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.cpp + +CMakeFiles/wave.dir/utils.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/wave.dir/utils.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.cpp > CMakeFiles/wave.dir/utils.cpp.i + +CMakeFiles/wave.dir/utils.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/wave.dir/utils.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.cpp -o CMakeFiles/wave.dir/utils.cpp.s + +CMakeFiles/wave.dir/utils.cpp.o.requires: + +.PHONY : CMakeFiles/wave.dir/utils.cpp.o.requires + +CMakeFiles/wave.dir/utils.cpp.o.provides: CMakeFiles/wave.dir/utils.cpp.o.requires + $(MAKE) -f CMakeFiles/wave.dir/build.make CMakeFiles/wave.dir/utils.cpp.o.provides.build +.PHONY : CMakeFiles/wave.dir/utils.cpp.o.provides + +CMakeFiles/wave.dir/utils.cpp.o.provides.build: CMakeFiles/wave.dir/utils.cpp.o + + +# Object files for target wave +wave_OBJECTS = \ +"CMakeFiles/wave.dir/wavefindpath.cpp.o" \ +"CMakeFiles/wave.dir/utils.cpp.o" + +# External object files for target wave +wave_EXTERNAL_OBJECTS = + +/home/shokalirina/newostis/ostis/sc-machine/bin/wave: CMakeFiles/wave.dir/wavefindpath.cpp.o +/home/shokalirina/newostis/ostis/sc-machine/bin/wave: CMakeFiles/wave.dir/utils.cpp.o +/home/shokalirina/newostis/ostis/sc-machine/bin/wave: CMakeFiles/wave.dir/build.make +/home/shokalirina/newostis/ostis/sc-machine/bin/wave: CMakeFiles/wave.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable /home/shokalirina/newostis/ostis/sc-machine/bin/wave" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/wave.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/wave.dir/build: /home/shokalirina/newostis/ostis/sc-machine/bin/wave + +.PHONY : CMakeFiles/wave.dir/build + +CMakeFiles/wave.dir/requires: CMakeFiles/wave.dir/wavefindpath.cpp.o.requires +CMakeFiles/wave.dir/requires: CMakeFiles/wave.dir/utils.cpp.o.requires + +.PHONY : CMakeFiles/wave.dir/requires + +CMakeFiles/wave.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/wave.dir/cmake_clean.cmake +.PHONY : CMakeFiles/wave.dir/clean + +CMakeFiles/wave.dir/depend: + cd /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/shokalirina/newostis/ostis/wave_find_path_sc_memory /home/shokalirina/newostis/ostis/wave_find_path_sc_memory /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/wave.dir/depend + diff --git a/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/cmake_clean.cmake b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/cmake_clean.cmake new file mode 100644 index 00000000..c396fba6 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/wave.dir/wavefindpath.cpp.o" + "CMakeFiles/wave.dir/utils.cpp.o" + "/home/shokalirina/newostis/ostis/sc-machine/bin/wave.pdb" + "/home/shokalirina/newostis/ostis/sc-machine/bin/wave" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/wave.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/depend.internal b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/depend.internal new file mode 100644 index 00000000..8ee33bfc --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/depend.internal @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +CMakeFiles/wave.dir/utils.cpp.o + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_config.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_defines.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_element.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_event.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator3.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator5.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream_file.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream_memory.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_types.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_helper.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory_headers.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory_version.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.cpp + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.h +CMakeFiles/wave.dir/wavefindpath.cpp.o + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_config.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_defines.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_element.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_event.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator3.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator5.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream_file.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream_memory.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_types.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_helper.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory_headers.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory_version.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.h + /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/wavefindpath.cpp + /usr/include/glib-2.0/glib.h + /usr/include/glib-2.0/glib/deprecated/gallocator.h + /usr/include/glib-2.0/glib/deprecated/gcache.h + /usr/include/glib-2.0/glib/deprecated/gcompletion.h + /usr/include/glib-2.0/glib/deprecated/gmain.h + /usr/include/glib-2.0/glib/deprecated/grel.h + /usr/include/glib-2.0/glib/deprecated/gthread.h + /usr/include/glib-2.0/glib/galloca.h + /usr/include/glib-2.0/glib/garray.h + /usr/include/glib-2.0/glib/gasyncqueue.h + /usr/include/glib-2.0/glib/gatomic.h + /usr/include/glib-2.0/glib/gbacktrace.h + /usr/include/glib-2.0/glib/gbase64.h + /usr/include/glib-2.0/glib/gbitlock.h + /usr/include/glib-2.0/glib/gbookmarkfile.h + /usr/include/glib-2.0/glib/gbytes.h + /usr/include/glib-2.0/glib/gcharset.h + /usr/include/glib-2.0/glib/gchecksum.h + /usr/include/glib-2.0/glib/gconvert.h + /usr/include/glib-2.0/glib/gdataset.h + /usr/include/glib-2.0/glib/gdate.h + /usr/include/glib-2.0/glib/gdatetime.h + /usr/include/glib-2.0/glib/gdir.h + /usr/include/glib-2.0/glib/genviron.h + /usr/include/glib-2.0/glib/gerror.h + /usr/include/glib-2.0/glib/gfileutils.h + /usr/include/glib-2.0/glib/ggettext.h + /usr/include/glib-2.0/glib/ghash.h + /usr/include/glib-2.0/glib/ghmac.h + /usr/include/glib-2.0/glib/ghook.h + /usr/include/glib-2.0/glib/ghostutils.h + /usr/include/glib-2.0/glib/giochannel.h + /usr/include/glib-2.0/glib/gkeyfile.h + /usr/include/glib-2.0/glib/glib-autocleanups.h + /usr/include/glib-2.0/glib/glist.h + /usr/include/glib-2.0/glib/gmacros.h + /usr/include/glib-2.0/glib/gmain.h + /usr/include/glib-2.0/glib/gmappedfile.h + /usr/include/glib-2.0/glib/gmarkup.h + /usr/include/glib-2.0/glib/gmem.h + /usr/include/glib-2.0/glib/gmessages.h + /usr/include/glib-2.0/glib/gnode.h + /usr/include/glib-2.0/glib/goption.h + /usr/include/glib-2.0/glib/gpattern.h + /usr/include/glib-2.0/glib/gpoll.h + /usr/include/glib-2.0/glib/gprimes.h + /usr/include/glib-2.0/glib/gqsort.h + /usr/include/glib-2.0/glib/gquark.h + /usr/include/glib-2.0/glib/gqueue.h + /usr/include/glib-2.0/glib/grand.h + /usr/include/glib-2.0/glib/gregex.h + /usr/include/glib-2.0/glib/gscanner.h + /usr/include/glib-2.0/glib/gsequence.h + /usr/include/glib-2.0/glib/gshell.h + /usr/include/glib-2.0/glib/gslice.h + /usr/include/glib-2.0/glib/gslist.h + /usr/include/glib-2.0/glib/gspawn.h + /usr/include/glib-2.0/glib/gstrfuncs.h + /usr/include/glib-2.0/glib/gstring.h + /usr/include/glib-2.0/glib/gstringchunk.h + /usr/include/glib-2.0/glib/gtestutils.h + /usr/include/glib-2.0/glib/gthread.h + /usr/include/glib-2.0/glib/gthreadpool.h + /usr/include/glib-2.0/glib/gtimer.h + /usr/include/glib-2.0/glib/gtimezone.h + /usr/include/glib-2.0/glib/gtrashstack.h + /usr/include/glib-2.0/glib/gtree.h + /usr/include/glib-2.0/glib/gtypes.h + /usr/include/glib-2.0/glib/gunicode.h + /usr/include/glib-2.0/glib/gurifuncs.h + /usr/include/glib-2.0/glib/gutils.h + /usr/include/glib-2.0/glib/gvariant.h + /usr/include/glib-2.0/glib/gvarianttype.h + /usr/include/glib-2.0/glib/gversion.h + /usr/include/glib-2.0/glib/gversionmacros.h + /usr/include/glib-2.0/glib/gwin32.h + /usr/lib/i386-linux-gnu/glib-2.0/include/glibconfig.h diff --git a/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/depend.make b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/depend.make new file mode 100644 index 00000000..cab8933d --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/depend.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_config.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_defines.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_element.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_event.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator3.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator5.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream_file.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream_memory.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_types.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_helper.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory_headers.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory_version.h +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.cpp +CMakeFiles/wave.dir/utils.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.h + +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_config.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_defines.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_element.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_event.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator3.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_iterator5.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream_file.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_stream_memory.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc-store/sc_types.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_helper.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory_headers.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory/sc_memory_version.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/utils.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory/wavefindpath.cpp +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/deprecated/gallocator.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/deprecated/gcache.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/deprecated/gcompletion.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/deprecated/gmain.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/deprecated/grel.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/deprecated/gthread.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/galloca.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/garray.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gasyncqueue.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gatomic.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gbacktrace.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gbase64.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gbitlock.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gbookmarkfile.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gbytes.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gcharset.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gchecksum.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gconvert.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gdataset.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gdate.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gdatetime.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gdir.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/genviron.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gerror.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gfileutils.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/ggettext.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/ghash.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/ghmac.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/ghook.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/ghostutils.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/giochannel.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gkeyfile.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/glib-autocleanups.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/glist.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gmacros.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gmain.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gmappedfile.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gmarkup.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gmem.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gmessages.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gnode.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/goption.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gpattern.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gpoll.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gprimes.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gqsort.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gquark.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gqueue.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/grand.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gregex.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gscanner.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gsequence.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gshell.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gslice.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gslist.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gspawn.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gstrfuncs.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gstring.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gstringchunk.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gtestutils.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gthread.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gthreadpool.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gtimer.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gtimezone.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gtrashstack.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gtree.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gtypes.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gunicode.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gurifuncs.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gutils.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gvariant.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gvarianttype.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gversion.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gversionmacros.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/include/glib-2.0/glib/gwin32.h +CMakeFiles/wave.dir/wavefindpath.cpp.o: /usr/lib/i386-linux-gnu/glib-2.0/include/glibconfig.h + diff --git a/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/flags.make b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/flags.make new file mode 100644 index 00000000..47093759 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -g + +CXX_DEFINES = + +CXX_INCLUDES = -I/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/sc-memory -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/glib-2.0/include + diff --git a/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/link.txt b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/link.txt new file mode 100644 index 00000000..8e268401 --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -g CMakeFiles/wave.dir/wavefindpath.cpp.o CMakeFiles/wave.dir/utils.cpp.o -o /home/shokalirina/newostis/ostis/sc-machine/bin/wave -L/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/bin -rdynamic -lsc-memory -lglib-2.0 -lgmodule-2.0 -lglib-2.0 -lgmodule-2.0 -Wl,-rpath,/home/shokalirina/newostis/ostis/wave_find_path_sc_memory/../sc-machine/bin diff --git a/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/progress.make b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/progress.make new file mode 100644 index 00000000..6a9dc74f --- /dev/null +++ b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 + diff --git a/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/utils.cpp.o b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/utils.cpp.o new file mode 100644 index 00000000..9a7c241c Binary files /dev/null and b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/utils.cpp.o differ diff --git a/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/wavefindpath.cpp.o b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/wavefindpath.cpp.o new file mode 100644 index 00000000..9cbc253c Binary files /dev/null and b/wave_find_path_sc_memory-build/CMakeFiles/wave.dir/wavefindpath.cpp.o differ diff --git a/wave_find_path_sc_memory-build/Makefile b/wave_find_path_sc_memory-build/Makefile new file mode 100644 index 00000000..d8766765 --- /dev/null +++ b/wave_find_path_sc_memory-build/Makefile @@ -0,0 +1,208 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.5 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/shokalirina/newostis/ostis/wave_find_path_sc_memory + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named wave + +# Build rule for target. +wave: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 wave +.PHONY : wave + +# fast build rule for target. +wave/fast: + $(MAKE) -f CMakeFiles/wave.dir/build.make CMakeFiles/wave.dir/build +.PHONY : wave/fast + +utils.o: utils.cpp.o + +.PHONY : utils.o + +# target to build an object file +utils.cpp.o: + $(MAKE) -f CMakeFiles/wave.dir/build.make CMakeFiles/wave.dir/utils.cpp.o +.PHONY : utils.cpp.o + +utils.i: utils.cpp.i + +.PHONY : utils.i + +# target to preprocess a source file +utils.cpp.i: + $(MAKE) -f CMakeFiles/wave.dir/build.make CMakeFiles/wave.dir/utils.cpp.i +.PHONY : utils.cpp.i + +utils.s: utils.cpp.s + +.PHONY : utils.s + +# target to generate assembly for a file +utils.cpp.s: + $(MAKE) -f CMakeFiles/wave.dir/build.make CMakeFiles/wave.dir/utils.cpp.s +.PHONY : utils.cpp.s + +wavefindpath.o: wavefindpath.cpp.o + +.PHONY : wavefindpath.o + +# target to build an object file +wavefindpath.cpp.o: + $(MAKE) -f CMakeFiles/wave.dir/build.make CMakeFiles/wave.dir/wavefindpath.cpp.o +.PHONY : wavefindpath.cpp.o + +wavefindpath.i: wavefindpath.cpp.i + +.PHONY : wavefindpath.i + +# target to preprocess a source file +wavefindpath.cpp.i: + $(MAKE) -f CMakeFiles/wave.dir/build.make CMakeFiles/wave.dir/wavefindpath.cpp.i +.PHONY : wavefindpath.cpp.i + +wavefindpath.s: wavefindpath.cpp.s + +.PHONY : wavefindpath.s + +# target to generate assembly for a file +wavefindpath.cpp.s: + $(MAKE) -f CMakeFiles/wave.dir/build.make CMakeFiles/wave.dir/wavefindpath.cpp.s +.PHONY : wavefindpath.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... wave" + @echo "... utils.o" + @echo "... utils.i" + @echo "... utils.s" + @echo "... wavefindpath.o" + @echo "... wavefindpath.i" + @echo "... wavefindpath.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/wave_find_path_sc_memory-build/cmake_install.cmake b/wave_find_path_sc_memory-build/cmake_install.cmake new file mode 100644 index 00000000..8bafa494 --- /dev/null +++ b/wave_find_path_sc_memory-build/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/shokalirina/newostis/ostis/wave_find_path_sc_memory + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/shokalirina/newostis/ostis/wave_find_path_sc_memory-build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/wave_find_path_sc_memory-build/wave.cbp b/wave_find_path_sc_memory-build/wave.cbp new file mode 100644 index 00000000..159ad439 --- /dev/null +++ b/wave_find_path_sc_memory-build/wave.cbp @@ -0,0 +1,108 @@ + + + + + + diff --git "a/\320\221\320\227/\320\222\320\276\321\201\321\201\321\202\320\260\320\275\320\270\321\217/concept_participant_of_the_uprising_1863.scs" "b/\320\221\320\227/\320\222\320\276\321\201\321\201\321\202\320\260\320\275\320\270\321\217/concept_participant_of_the_uprising_1863.scs" new file mode 100644 index 00000000..c5324d53 --- /dev/null +++ "b/\320\221\320\227/\320\222\320\276\321\201\321\201\321\202\320\260\320\275\320\270\321\217/concept_participant_of_the_uprising_1863.scs" @@ -0,0 +1,7 @@ +concept_participant_of_the_uprising_1863 +=>nrel_main_idtf: + [участник восстания 1863 года] (* <-lang_ru;; *); +=>nrel_main_idtf: + [participant of the uprising 1863] (* <-lang_en;; *); +=>nrel_main_idtf: + [удзельнік паўстання 1863 года] (* <-lang_by;; *);; diff --git "a/\320\221\320\227/\320\222\320\276\321\201\321\201\321\202\320\260\320\275\320\270\321\217/concept_uprising_of_1863.scs" "b/\320\221\320\227/\320\222\320\276\321\201\321\201\321\202\320\260\320\275\320\270\321\217/concept_uprising_of_1863.scs" new file mode 100644 index 00000000..170e3639 --- /dev/null +++ "b/\320\221\320\227/\320\222\320\276\321\201\321\201\321\202\320\260\320\275\320\270\321\217/concept_uprising_of_1863.scs" @@ -0,0 +1,18 @@ +concept_uprising_of_1863 +=> nrel_main_idtf: + [Восстание 1863 года] + (* + <- lang_ru;; + *); + [Uprising of 1863] + (* + <- lang_en;; + *); + [Паўстанне 1863 года] + (* + <- lang_by;; + *); + +<-concept_uprising; + +=>nrel_performer:concept_participant_of_the_uprising_1863;; diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.baptism_Vankovich_Adam_Valencijevich.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.baptism_Vankovich_Adam_Valencijevich.scs" new file mode 100644 index 00000000..3e10ed17 --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.baptism_Vankovich_Adam_Valencijevich.scs" @@ -0,0 +1,9 @@ +Action.baptism_Vankovich_Adam_Valencijevich + +=>nrel_main_idtf: + [Действие. крещение Ваньковича Адама Валентиевича] (* <-lang_ru;; *); + +=>nrel_location: building_catholic_church_of_Pinsk; +=>nrel_object: Vankovich_Adam_Valencijevich; +<-begin_date_25_10_1827; +<-action.baptism;; diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.baptism_Vankovich_Kazimir_Valencijevich.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.baptism_Vankovich_Kazimir_Valencijevich.scs" new file mode 100644 index 00000000..34f55a66 --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.baptism_Vankovich_Kazimir_Valencijevich.scs" @@ -0,0 +1,9 @@ +Action.baptism_Vankovich_Kazimir_Valencijevich + +=>nrel_main_idtf: + [Действие. крещение Ваньковича Казимира Валентиевича] (* <-lang_ru;; *); + +=>nrel_location: Archcathedral_Cathedral_of_Saint_Mary; +=>nrel_object: Vankovich_Kazimir_Valencijevich; +<-begin_date_29_12_1831; +<-action.baptism;; diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.confiscation_of_property_Vankovich_Adam_Valencijevich.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.confiscation_of_property_Vankovich_Adam_Valencijevich.scs" new file mode 100644 index 00000000..6d18243a --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.confiscation_of_property_Vankovich_Adam_Valencijevich.scs" @@ -0,0 +1,7 @@ +Action.confiscation_of_property_Vankovich_Adam_Valencijevich + +=>nrel_main_idtf: + [Действие. конфискация имущества Ваньковича Адама Валентиевича] (* <-lang_ru;; *); + +=>nrel_object: Vankovich_Adam_Valencijevich; +<-action.confiscation_of_property;; diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.confiscation_of_property_Vankovich_Flaryan.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.confiscation_of_property_Vankovich_Flaryan.scs" new file mode 100644 index 00000000..29dea858 --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.confiscation_of_property_Vankovich_Flaryan.scs" @@ -0,0 +1,7 @@ +Action.confiscation_of_property_Vankovich_Flaryan + +=>nrel_main_idtf: + [Действие. конфискация имущества имущества Ваньковича Флориана] (* <-lang_ru;; *); + +=>nrel_object: Vankovich_Flaryan; +<-action.confiscation_of_property;; diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.confiscation_of_property_Vankovich_Kazimir_Valencijevich.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.confiscation_of_property_Vankovich_Kazimir_Valencijevich.scs" new file mode 100644 index 00000000..3058c9ea --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.confiscation_of_property_Vankovich_Kazimir_Valencijevich.scs" @@ -0,0 +1,7 @@ +Action.confiscation_of_property_Vankovich_Kazimir_Valencijevich + +=>nrel_main_idtf: + [Действие. конфискация имущества Ваньковича Казимира Валентиевича] (* <-lang_ru;; *); + +=>nrel_object: Vankovich_Kazimir_Valencijevich; +<-action.confiscation_of_property;; diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.court_Tjundevickij_Mihail_Efim_Melhiorovich.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.court_Tjundevickij_Mihail_Efim_Melhiorovich.scs" new file mode 100644 index 00000000..3a5467a4 --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.court_Tjundevickij_Mihail_Efim_Melhiorovich.scs" @@ -0,0 +1,10 @@ +Action.court_Tjundevickij_Mihail_Efim_Melhiorovich + +=>nrel_main_idtf: + [Действие. суд над Тюндевицким Михаилом-Ефимом] (* <-lang_ru;; *); +=>nrel_object: Tjundevickij_Mihail_Efim_Melhiorovich; +=>nrel_performer: organization_Minsk_military_field_court; +<-begin_date_15_03_1863; +<-action.court;; + + diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.court_Tjundevickij_Mihail_Efim_Melhiorovich_05_1863.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.court_Tjundevickij_Mihail_Efim_Melhiorovich_05_1863.scs" new file mode 100644 index 00000000..c7f1a4e4 --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.court_Tjundevickij_Mihail_Efim_Melhiorovich_05_1863.scs" @@ -0,0 +1,21 @@ +Action.court_Tjundevickij_Mihail_Efim_Melhiorovich_05_1863 + +=>nrel_main_idtf: + [Действие. суд над Тюндевицким Михаилом-Ефимом] (* <-lang_ru;; *); +=>nrel_object: Tjundevickij_Mihail_Efim_Melhiorovich; +=>nrel_performer: organization_Minsk_military_field_court; +=>nrel_initiator: Muravjov_Mihail_Nikolaevich; +<-begin_date_17_05_1863; +<-action.court; + +<- rrel_key_sc_element:... + (* + <-sc_explanation;; + <= nrel_sc_text_translation: + ... + (* -> rrel_example: + [Прысуджаны да расстрэлу і канфіскацыі маемасці.] + (* <- lang_by;;*);; + *);; +*);; + diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.court_Vankovich_Kazimir_Valencijevich.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.court_Vankovich_Kazimir_Valencijevich.scs" new file mode 100644 index 00000000..3d6e014f --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.court_Vankovich_Kazimir_Valencijevich.scs" @@ -0,0 +1,13 @@ +Action.court_Vankovich_Kazimir_Valencijevich + +=>nrel_main_idtf: + [Действие. суд над Ваньковичем Казимиром Валентиевичем] (* <-lang_ru;; *); +=>nrel_object: Vankovich_Kazimir_Valencijevich; +=>nrel_initiator: Zabolotckij_Vasilij; +=>nrel_performer: organization_Minsk_commission_of_inquiry; +=>nrel_location: building_of_the_church_of_St_Joseph; +<-begin_date_15_01_1864; +<-completion_date_18_02_1864; +<-action.court;; + + diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.court_Vankovich_Melhior_Raman_Julian.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.court_Vankovich_Melhior_Raman_Julian.scs" new file mode 100644 index 00000000..ecb71bbd --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.court_Vankovich_Melhior_Raman_Julian.scs" @@ -0,0 +1,10 @@ +Action.court_Vankovich_Melhior_Raman_Julian + +=>nrel_main_idtf: + [Действие. суд над Ваньковичем Мельхиором-Романом-Юлианом Каролиевичем] (* <-lang_ru;; *); +=>nrel_object: Vankovich_Melhior_Raman_Julian; +=>nrel_performer: Muravjov_Mihail_Nikolaevich; +<-begin_date_30_01_1864; +<-action.court;; + + diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.detention_Tjundevickij_Mihail_Efim_Melhiorovich.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.detention_Tjundevickij_Mihail_Efim_Melhiorovich.scs" new file mode 100644 index 00000000..d8dee911 --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.detention_Tjundevickij_Mihail_Efim_Melhiorovich.scs" @@ -0,0 +1,11 @@ +Action.detention_Tjundevickij_Mihail_Efim_Melhiorovich + +=>nrel_main_idtf: + [Действие. арест Тюндевицкого Михаила-Ефима] (* <-lang_ru;; *); + +=>nrel_object: Tjundevickij_Mihail_Efim_Melhiorovich; +=>nrel_performer: organization_Minsk_commission_of_inquiry; +=> nrel_location: organization_Minsk_city_prison; +<-begin_date_1863; +<-completion_date_04_03_1863; +<-action.detention;; diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.detention_Vankovich_Adam_Valencijevich.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.detention_Vankovich_Adam_Valencijevich.scs" new file mode 100644 index 00000000..f83692b3 --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.detention_Vankovich_Adam_Valencijevich.scs" @@ -0,0 +1,9 @@ +Action.detention_Vankovich_Adam_Valencijevich + +=>nrel_main_idtf: + [Действие. арест Ваньковича Адама Валентиевича] (* <-lang_ru;; *); + +=>nrel_object: Vankovich_Adam_Valencijevich; +=>nrel_performer: organisation_Minsk_city_police; +<-begin_date_01_10_1864; +<-action.detention;; diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.detention_Vankovich_Kazimir_Valencijevich.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.detention_Vankovich_Kazimir_Valencijevich.scs" new file mode 100644 index 00000000..56fae737 --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.detention_Vankovich_Kazimir_Valencijevich.scs" @@ -0,0 +1,9 @@ +Action.detention_Vankovich_Kazimir_Valencijevich + +=>nrel_main_idtf: + [Действие. арест Ваньковича Казимира Валентиевича] (* <-lang_ru;; *); + +=>nrel_object: Vankovich_Kazimir_Valencijevich; +=>nrel_performer: organization_Igumensk_commission_of_inquiry; +<-begin_date_1863; +<-action.detention;; diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.detention_Vankovich_Melhior_Raman_Julian.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.detention_Vankovich_Melhior_Raman_Julian.scs" new file mode 100644 index 00000000..ed9bc9a9 --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.detention_Vankovich_Melhior_Raman_Julian.scs" @@ -0,0 +1,8 @@ +Action.detention_Vankovich_Melhior_Raman_Julian + +=>nrel_main_idtf: + [Действие. арест Ваньковича Мельхиора-Романа-Юлиана] (* <-lang_ru;; *); + +=>nrel_object: Vankovich_Melhior_Raman_Julian; +=>nrel_performer: organization_Igumensk_commission_of_inquiry; +<-action.detention;; diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.sequester_Vankovich_Flaryan.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.sequester_Vankovich_Flaryan.scs" new file mode 100644 index 00000000..a0ade696 --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.sequester_Vankovich_Flaryan.scs" @@ -0,0 +1,7 @@ +Action.sequester_Vankovich_Flaryan + +=>nrel_main_idtf: + [Действие. секвестр имущества Ваньковича Флориана] (* <-lang_ru;; *); + +=>nrel_object: Vankovich_Flaryan; +<-action.sequester;; diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.sequester_Vankovich_Melhior_Raman_Julian.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.sequester_Vankovich_Melhior_Raman_Julian.scs" new file mode 100644 index 00000000..83de6d70 --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.sequester_Vankovich_Melhior_Raman_Julian.scs" @@ -0,0 +1,7 @@ +Action.sequester_Vankovich_Melhior_Raman_Julian + +=>nrel_main_idtf: + [Действие. секвестр имущества Ваньковича Мельхиора-Романа-Юльана Валентиевича] (* <-lang_ru;; *); + +=>nrel_object: Vankovich_Melhior_Raman_Julian; +<-action.sequester;; diff --git "a/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.shooting_Tjundevickij_Mihail_Efim_Melhiorovich.scs" "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.shooting_Tjundevickij_Mihail_Efim_Melhiorovich.scs" new file mode 100644 index 00000000..beb6fa8f --- /dev/null +++ "b/\320\221\320\227/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/Action.shooting_Tjundevickij_Mihail_Efim_Melhiorovich.scs" @@ -0,0 +1,9 @@ +Action.shooting_Tjundevickij_Mihail_Efim_Melhiorovich + +=>nrel_main_idtf: + [Действие. расстрел Тюндевицкого Михаила-Ефима] (* <-lang_ru;; *); + +=>nrel_object: Tjundevickij_Mihail_Efim_Melhiorovich; +=>nrel_location: concept_Igumensk_outpost; +<-begin_date_21_06_1863; +<-action.shooting;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Kljachkovskaya_Amelija.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Kljachkovskaya_Amelija.scs" new file mode 100644 index 00000000..8ac3bdc5 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Kljachkovskaya_Amelija.scs" @@ -0,0 +1,12 @@ +Kljachkovskaya_Amelija +=> nrel_main_idtf: + [Клячковская Амелия] + (* + <- lang_ru;; + *); + [Kljachkovskaya Amelija] + (* + <- lang_en;; + *); + +<-concept_woman;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Muravjov_Mihail_Nikolaevich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Muravjov_Mihail_Nikolaevich.scs" new file mode 100644 index 00000000..fa2791c2 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Muravjov_Mihail_Nikolaevich.scs" @@ -0,0 +1,14 @@ +Muravjov_Mihail_Nikolaevich +=> nrel_main_idtf: + [Муравьев Михаил Николаевич] + (* + <- lang_ru;; + *); + [Muravjov Mihail Nikolaevich] + (* + <- lang_en;; + *); + [Мураўеў Міхаіл Мікалаевіч] + (* + <- lang_by;; + *);; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Shvajnitckaja_Marija.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Shvajnitckaja_Marija.scs" new file mode 100644 index 00000000..ceba1862 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Shvajnitckaja_Marija.scs" @@ -0,0 +1,16 @@ +Shvajnitckaja_Marija +=> nrel_main_idtf: + [Швайницкая Мария] + (* + <- lang_ru;; + *); + [Shvajnitckaja_Marija] + (* + <- lang_en;; + *); + [Швайніцкая Марыя] + (* + <- lang_by;; + *); + +<-concept_woman;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Klementina_Melhiorovna.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Klementina_Melhiorovna.scs" new file mode 100644 index 00000000..8f8d3cc1 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Klementina_Melhiorovna.scs" @@ -0,0 +1,16 @@ +Tjundevickaja_Klementina_Melhiorovna +=> nrel_main_idtf: + [Тюндевицкая Клементина Мельхиоровна] + (* + <- lang_ru;; + *); + [Tjundevickaja Klementina Melhiorovna] + (* + <- lang_en;; + *); + [Цюндзявіцкая Клемянціна Мельхіёраўна] + (* + <- lang_by;; + *); + +<-concept_female;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Maria_Melhiorovna.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Maria_Melhiorovna.scs" new file mode 100644 index 00000000..030fa0cf --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Maria_Melhiorovna.scs" @@ -0,0 +1,16 @@ +Tjundevickaja_Maria_Melhiorovna +=> nrel_main_idtf: + [Тюндевицкая Мария Мельхиоровна] + (* + <- lang_ru;; + *); + [Tjundevickaja Maria Melhiorovna] + (* + <- lang_en;; + *); + [Цюндзявіцкая Марыя Мельхіёраўна] + (* + <- lang_by;; + *); + +<-concept_female;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Olimpija_Melhiorovna.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Olimpija_Melhiorovna.scs" new file mode 100644 index 00000000..727999b7 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Olimpija_Melhiorovna.scs" @@ -0,0 +1,16 @@ +Tjundevickaja_Olimpija_Melhiorovna +=> nrel_main_idtf: + [Тюндевицкая Олимпия Мельхиоровна] + (* + <- lang_ru;; + *); + [Tjundevickaja Olimpija Melhiorovna] + (* + <- lang_en;; + *); + [Цюндзявіцкая Алімпія Мельхіёраўна] + (* + <- lang_by;; + *); + +<-concept_female;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Rozalija_Melhiorovna.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Rozalija_Melhiorovna.scs" new file mode 100644 index 00000000..359ba3ce --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Rozalija_Melhiorovna.scs" @@ -0,0 +1,16 @@ +Tjundevickaja_Rozalija_Melhiorovna +=> nrel_main_idtf: + [Тюндевицкая Розалия Мельхиоровна] + (* + <- lang_ru;; + *); + [Tjundevickaja Rozalija Melhiorovna] + (* + <- lang_en;; + *); + [Цюндзявіцкая Разалія Мельхіёраўна] + (* + <- lang_by;; + *); + +<-concept_female;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Zofja_Melhiorovna.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Zofja_Melhiorovna.scs" new file mode 100644 index 00000000..4f8d52bf --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickaja_Zofja_Melhiorovna.scs" @@ -0,0 +1,16 @@ +Tjundevickaja_Zofja_Melhiorovna +=> nrel_main_idtf: + [Тюндевицкая Зофья Мельхиоровна] + (* + <- lang_ru;; + *); + [Tjundevickaja Zofja Melhiorovna] + (* + <- lang_en;; + *); + [Цюндзявіцкая Зоф'я Мельхіёраўна] + (* + <- lang_by;; + *); + +<-concept_female;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Alexandr_Melhiorovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Alexandr_Melhiorovich.scs" new file mode 100644 index 00000000..62475b41 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Alexandr_Melhiorovich.scs" @@ -0,0 +1,16 @@ +Tjundevickij_Alexandr_Melhiorovich +=> nrel_main_idtf: + [Тюндевицкий Александр Мельхиорович] + (* + <- lang_ru;; + *); + [Tjundevickij Alexandr Melhiorovich] + (* + <- lang_en;; + *); + [Цюндзявіцкі Аляксандр Мельхіёравіч] + (* + <- lang_by;; + *); + +<-concept_male;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Emil_Melhiorovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Emil_Melhiorovich.scs" new file mode 100644 index 00000000..af7882e2 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Emil_Melhiorovich.scs" @@ -0,0 +1,16 @@ +Tjundevickij_Emil_Melhiorovich +=> nrel_main_idtf: + [Тюндевицкий Эмиль Мельхиорович] + (* + <- lang_ru;; + *); + [Tjundevickij Emil Melhiorovich] + (* + <- lang_en;; + *); + [Цюндзявіцкі Эміль Мельхіёравіч] + (* + <- lang_by;; + *); + +<-concept_male;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Evgenij_Melhiorovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Evgenij_Melhiorovich.scs" new file mode 100644 index 00000000..4bde0f46 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Evgenij_Melhiorovich.scs" @@ -0,0 +1,16 @@ +Tjundevickij_Evgenij_Melhiorovich +=> nrel_main_idtf: + [Тюндевицкий Евгений Мельхиорович] + (* + <- lang_ru;; + *); + [Tjundevickij Evgenij Melhiorovich] + (* + <- lang_en;; + *); + [Цюндзявіцкі Яўген Мельхіёравіч] + (* + <- lang_by;; + *); + +<-concept_male;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Melhior_Haljashevich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Melhior_Haljashevich.scs" new file mode 100644 index 00000000..a4b86a41 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Melhior_Haljashevich.scs" @@ -0,0 +1,27 @@ +Tjundevickij_Melhior_Haljashevich +=> nrel_main_idtf: + [Тюндевицкий Мельхиор Гальяшевич] + (* + <- lang_ru;; + *); + [Tjundevickij Melhior Haljashevich] + (* + <- lang_en;; + *); + [Цюндзявіцкі Мельхіёр Гальяшавіч] + (* + <- lang_by;; + *); + +<-concept_male; +<=nrel_parent: Tjundevickij_Mihail_Efim_Melhiorovich; +<=nrel_parent: Tjundevickij_Alexandr_Melhiorovich; +<=nrel_parent: Tjundevickij_Evgenij_Melhiorovich; +<=nrel_parent: Tjundevickij_Mihail_Melhiorovich; +<=nrel_parent: Tjundevickij_Emil_Melhiorovich; +<=nrel_parent: Tjundevickaja_Maria_Melhiorovna; +<=nrel_parent: Tjundevickaja_Rozalija_Melhiorovna; +<=nrel_parent: Tjundevickaja_Olimpija_Melhiorovna; +<=nrel_parent: Tjundevickaja_Klementina_Melhiorovna; +<=nrel_parent: Tjundevickaja_Zofja_Melhiorovna; +->completion_date_1863;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Mihail_Efim_Melhiorovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Mihail_Efim_Melhiorovich.scs" new file mode 100644 index 00000000..9519245a --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Mihail_Efim_Melhiorovich.scs" @@ -0,0 +1,64 @@ +Tjundevickij_Mihail_Efim_Melhiorovich +=> nrel_main_idtf: + [Тюндевицкий Михаил-Ефим Мельхиорович] + (* + <- lang_ru;; + *); + [Tjundevickij Mihail-Efim Melhiorovich] + (* + <- lang_en;; + *); + [Цюндзявіцкі Міхал-Іаахім Мельхіёравіч] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; + +<-begin_date_1840; +<-completion_date_21_05_1863; + +-> rrel_student: organization_cadet_school; + +<- rrel_key_sc_element:... + (* + <-sc_explanation;; + <= nrel_sc_text_translation: + ... + (* -> rrel_example: + [У паўстанні 06.02.1863 зачытаў ў карчме ля в.Камень Барысаўскага павета паўстанцкі маніфест і газету "Мужыцкая праўда", агітаваў сялян удзельнічаць ў паўстанні. Арыштаваны. Знаходзіўся пад следствам ў МСК, якая 04.03.1863 скончыла яго справу. Загадам камандуючага Віленскай вайсковай акругі ад 15.03.1863 аддадзены пад ПВС пры штабе 3 пяхотнай дывізіі ў Мінску. Яго маемасць падлягала секвестру. 17.05.1863 прысуджаны да расстрэлу і канфіскацыі маемасці. 21.05.1863 расстраляны ў Мінску ля Ігуменскай заставы.] + (* <- lang_by;;*);; + *);; +*);; + +concept_situation->[*Tjundevickij_Mihail_Efim_Melhiorovich => nrel_dwelling: estate_Viljanovo;;*] +(* + => nrel_main_idtf: [Контур периода времени местожительства Тюндевицкого Михаила-Ефима в поместье Вильяново.] + (*<-lang_ru;;*);; + <- begin_date_10_10_1862;; + <- completion_date_1863;; +*);; + +concept_situation->[*Tjundevickij_Mihail_Efim_Melhiorovich <- concept_participant_of_the_uprising_1863;;*] +(* + => nrel_main_idtf: [Контур периода времени участия Тюндевицкого Михаила-Ефима в восстании 1863 года.] + (*<-lang_ru;;*);; + <- begin_date_1863;; + <-completion_date_21_05_1863;; +*);; + +concept_situation->[*Tjundevickij_Mihail_Efim_Melhiorovich => nrel_owner: estate_Viljanovo;;*] +(* + => nrel_main_idtf: [Контур периода времени владения Тюндевицкого Михаила-Ефима имением Вильяново.] + (*<-lang_ru;;*);; + <- completion_date_06_1863;; +*);; + +concept_situation->[*Tjundevickij_Mihail_Efim_Melhiorovich <- rrel_warrant_officer: concept_rifled_vicinity_of_the_third_battery;;*] +(* + => nrel_main_idtf: [Контур периода времени Тюндевицкого Михаила-Ефима службы прапорщиком.] + (*<-lang_ru;;*);; + <- completion_date_10_10_1862;; +*);; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Mihail_Melhiorovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Mihail_Melhiorovich.scs" new file mode 100644 index 00000000..7c128fa1 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Tjundevickij_Mihail_Melhiorovich.scs" @@ -0,0 +1,16 @@ +Tjundevickij_Mihail_Melhiorovich +=> nrel_main_idtf: + [Тюндевицкий Михаил Мельхиорович] + (* + <- lang_ru;; + *); + [Tjundevickij Mihail Melhiorovich] + (* + <- lang_en;; + *); + [Цюндзявіцкі Міхал Мельхіёравіч] + (* + <- lang_by;; + *); + +<-concept_male;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Adam_Iosif_Adamovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Adam_Iosif_Adamovich.scs" new file mode 100644 index 00000000..109ea4ca --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Adam_Iosif_Adamovich.scs" @@ -0,0 +1,19 @@ +Vankovich_Adam_Iosif_Adamovich +=> nrel_main_idtf: + [Ванькович Адам-Иосиф Адамович] + (* + <- lang_ru;; + *); + [Vankovich Adam-Iosif Adamovich] + (* + <- lang_en;; + *); + [Ваньковіч Адам-Юзаф Адамавіч] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +=>nrel_parent: Vankovich_Adam_Valencijevich;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Adam_Valencijevich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Adam_Valencijevich.scs" new file mode 100644 index 00000000..4859d777 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Adam_Valencijevich.scs" @@ -0,0 +1,114 @@ +Vankovich_Adam_Valencijevich +=> nrel_main_idtf: + [Ванькович Адам Валентиевич] + (* + <- lang_ru;; + *); + [Vankovich Adam Valencijevich] + (* + <- lang_en;; + *); + [Ваньковіч Адам Валенціявіч] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +<=>nrel_spouse: Kljachkovskaya_Amelija; +<- concept_participant_of_the_uprising_1863; + +<-begin_date_1827; +<-completion_date_1895; + +<- rrel_key_sc_element:... + (* + <-sc_explanation;; + <= nrel_sc_text_translation: + ... + (* -> rrel_example: + [За ўдзел ў паўстанні ў складзе "Мінскай рэвалюцыйнай арганізацыі" арыштаваны. Прысуджаны (да 01.10.1864) да пазбаўлення правоў стану, канфіскацыі маёмасці і ссылкі ў Сібір на пасяленне.] + (* <- lang_by;;*);; + *);; +*); + +-> rrel_student: organization_Minsk_Male_Gymnasium; +-> rrel_student: organization_main_engineering_school_in_St_Petersburg;; + + +concept_situation->[*Vankovich_Adam_Valencijevich -> rrel_chairman: organisation_Minsk_court_of_concience;;*] +(* + => nrel_main_idtf: [Контур периода времени работы Адама Ваньковича председателем Минского совестного суда.] + (*<-lang_ru;;*);; + <- begin_date_1859;; + <- completion_date_1863;; +*);; + +concept_situation->[*Vankovich_Adam_Valencijevich => nrel_owner: estate_Sliepianka;;*] +(* + => nrel_main_idtf: [Контур периода времени владения Адама Ваньковича имением Слепянка.] + (*<-lang_ru;;*);; + <- begin_date_1860;; + <- completion_date_1863;; +*);; + +concept_situation->[*Vankovich_Adam_Valencijevich => nrel_owner: farm_Dudy;;*] +(* + => nrel_main_idtf: [Контур периода времени владения Адама Ваньковича хутором Дуды.] + (*<-lang_ru;;*);; + <- begin_date_1860;; + <- completion_date_1863;; +*);; + +concept_situation->[*Vankovich_Adam_Valencijevich => nrel_dwelling: estate_Sliepianka;;*] +(* + => nrel_main_idtf: [Контур периода времени местожительства Адама Ваньковича в имении Слепянка.] + (*<-lang_ru;;*);; + <- begin_date_1860;; + <- completion_date_1864;; +*);; + +concept_situation->[*Vankovich_Adam_Valencijevich => nrel_dwelling: estate_Mikelevshchyna;;*] +(* + => nrel_main_idtf: [Контур периода времени местожительства Адама Ваньковича в имении Микелевщина.] + (*<-lang_ru;;*);; + <- begin_date_1876;; +*);; + +concept_situation->[*Vankovich_Adam_Valencijevich => nrel_dwelling: estate_Galynka;;*] +(* + => nrel_main_idtf: [Контур периода времени местожительства Адама Ваньковича в имении Галынка.] + (*<-lang_ru;;*);; + <- begin_date_1871;; + <- completion_date_1876;; +*);; + +concept_situation->[*Vankovich_Adam_Valencijevich => nrel_dwelling: region_Sibir;;*] +(* + => nrel_main_idtf: [Контур периода времени нахождения Адама Ваньковича в ссылке, в Сибири.] + (*<-lang_ru;;*);; + <- begin_date_1863;; + <- completion_date_1871;; +*);; + +concept_situation->[*Vankovich_Adam_Valencijevich => nrel_member: organization_Minsk_revolutionary_organization;;*] +(* + => nrel_main_idtf: [Контур периода времени участия Адама Ваньковича в Минской революционной организации.] + (*<-lang_ru;;*);; + <- begin_date_1863;; +*);; + +concept_situation->[*Vankovich_Adam_Valencijevich <- rrel_servant: unknown;;*] +(* + => nrel_main_idtf: [Контур периода времени службы Адама Ваньковича в Инженерной службе.] + (*<-lang_ru;;*);; + <- completion_date_1854;; +*);; + +concept_situation->[*Vankovich_Adam_Valencijevich <- concept_lieutenant;;*] +(* + => nrel_main_idtf: [Контур периода времени, когда Адам Ванькович ушел в отставку поручиком.] + (*<-lang_ru;;*);; + <- begin_date_14_04_1854;; +*);; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Boleslav_Feliks_Adamovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Boleslav_Feliks_Adamovich.scs" new file mode 100644 index 00000000..a334a6c6 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Boleslav_Feliks_Adamovich.scs" @@ -0,0 +1,19 @@ +Vankovich_Boleslav_Feliks_Adamovich +=> nrel_main_idtf: + [Ванькович Болеслав-Феликс Адамович] + (* + <- lang_ru;; + *); + [Vankovich Boleslav Feliks Adamovich] + (* + <- lang_en;; + *); + [Ваньковіч Баляслаў-Фелікс Адамавіч] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +=>nrel_parent: Vankovich_Adam_Valencijevich;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Chaslau_Melhiorovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Chaslau_Melhiorovich.scs" new file mode 100644 index 00000000..7ce66225 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Chaslau_Melhiorovich.scs" @@ -0,0 +1,19 @@ +Vankovich_Chaslau_Melhiorovich +=> nrel_main_idtf: + [Ванькович Чеслав Мельхиорович] + (* + <- lang_ru;; + *); + [Vankovich Chaslau Melhiorovich] + (* + <- lang_en;; + *); + [Ваньковіч Часлаў Мельхіеравич] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +=>nrel_parent: Vankovich_Melhior_Raman_Julian;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Flaryan.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Flaryan.scs" new file mode 100644 index 00000000..a188504d --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Flaryan.scs" @@ -0,0 +1,30 @@ +Vankovich_Flaryan +=> nrel_main_idtf: + [Ванькович Флориан] + (* + <- lang_ru;; + *); + [Vankovich Flaryan] + (* + <- lang_en;; + *); + [Ваньковіч Фларыян] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +<- concept_participant_of_the_uprising_1863; + +<- rrel_key_sc_element:... + (* + <-sc_explanation;; + <= nrel_sc_text_translation: + ... + (* -> rrel_example: + [Дваранін Свянцінскага павета. За ўдзел ў паўстанні яго маемасць на падставе распараджэння віленскага гібернатара ад 22.06.1863 і пастановы ВілГП ад 09.07.1863 падлягала секвестру. Прысуджаны (каля 09.1864) да пазбаўлення правоў стану, канфіскацыі маемасці і ссылкі на жыхарства ў Томскую губернію.] + (* <- lang_by;;*);; + *);; +*);; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Frantcishek_Selezij_Valentcij_Adamovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Frantcishek_Selezij_Valentcij_Adamovich.scs" new file mode 100644 index 00000000..10836254 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Frantcishek_Selezij_Valentcij_Adamovich.scs" @@ -0,0 +1,19 @@ +Vankovich_Frantcishek_Selezij_Valentcij_Adamovich +=> nrel_main_idtf: + [Ванькович Франтишек-Селезий-Валентий Адамович] + (* + <- lang_ru;; + *); + [Vankovich Frantcishek Selezij Valentcij Adamovich] + (* + <- lang_en;; + *); + [Ваньковіч Францішак-Селезій-Валенцій Адамавіч] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +=>nrel_parent: Vankovich_Adam_Valencijevich;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Jan_Edvard_Valencijevich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Jan_Edvard_Valencijevich.scs" new file mode 100644 index 00000000..53500816 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Jan_Edvard_Valencijevich.scs" @@ -0,0 +1,17 @@ +Vankovich_Jan_Edvard_Valencijevich +=> nrel_main_idtf: + [Ванькович Ян-Эдвард Валентиевич] + (* + <- lang_ru;; + *); + [Vankovich Jan Edvard Valencijevich] + (* + <- lang_en;; + *); + [Ваньковіч Ян-Эдвард Валенціявіч] + (* + <- lang_by;; + *); + +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Karal_Erazm_Adamovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Karal_Erazm_Adamovich.scs" new file mode 100644 index 00000000..20a81f2c --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Karal_Erazm_Adamovich.scs" @@ -0,0 +1,19 @@ +Vankovich_Karal_Erazm_Adamovich +=> nrel_main_idtf: + [Ванькович Кароль-Эразм Адамович] + (* + <- lang_ru;; + *); + [Vankovich Karal Erazm Adamovich] + (* + <- lang_en;; + *); + [Ваньковіч Караль-Эразм Адамавіч] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +=>nrel_parent: Vankovich_Adam_Valencijevich;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Karal_Melkhiorovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Karal_Melkhiorovich.scs" new file mode 100644 index 00000000..d61b5bc6 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Karal_Melkhiorovich.scs" @@ -0,0 +1,19 @@ +Vankovich_Karal_Melkhiorovich +=> nrel_main_idtf: + [Ванькович Караль Мельхиорович] + (* + <- lang_ru;; + *); + [Vankovich Karal Melkhiorovich] + (* + <- lang_en;; + *); + [Ваньковіч Караль Мельхіёравіч] + (* + <- lang_by;; + *); + +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +<= nrel_parent: Vankovich_Melhior_Raman_Julian; +<-concept_male;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Kazimir_Valencijevich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Kazimir_Valencijevich.scs" new file mode 100644 index 00000000..4f444be1 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Kazimir_Valencijevich.scs" @@ -0,0 +1,70 @@ +Vankovich_Kazimir_Valencijevich +=> nrel_main_idtf: + [Ванькович Казимир Валентиевич] + (* + <- lang_ru;; + *); + [Vankovich Kazimir Valencijevich] + (* + <- lang_en;; + *); + [Ваньковіч Казімір Валенціявіч] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +<-begin_date_1831; +<- concept_participant_of_the_uprising_1863; + +<- rrel_key_sc_element:... + (* + <-sc_explanation;; + <= nrel_sc_text_translation: + ... + (* -> rrel_example: + [За ўдзел ў паўстанні ў складзе "Мінскай рэвалюцыйнай арганізацыі" арыштаваны. Знаходзіўся пад следствам ў ІСК. 06.07.1863 адасланы Мінск. Утрымліваўся ў Мінскай гарадской турме. Прысуджаны (суд цягнуўся з 15.01.1864 па 18.02.1864) да пазбаўлення правоў стану, канфіскацыі маёмасці і ссылкі на катаргу на заводах на 4 гады. "Вызвалены з ссылкі на падставе асобага Высачэйшага загаду" і вярнуўся на радзіму.] + (* <- lang_by;;*);; + *);; + +*);; + +concept_situation->[*Vankovich_Kazimir_Valencijevich <= nrel_dwelling: estate_Sliepianka;;*] +(* + => nrel_main_idtf: [Контур периода времени местожительства Казимира Ваньковича в им.Слепянка.] + (*<-lang_ru;;*);; + <- begin_date_1831;; + <- completion_date_1863;; +*);; + +concept_situation->[*Vankovich_Kazimir_Valencijevich <= nrel_dwelling: the_city_of_Vilnius;;*] +(* + => nrel_main_idtf: [Контур периода времени местожительства Казимира Ваньковича в Вильнюсе.] + (*<-lang_ru;;*);; + <- begin_date_1868;; +*);; + +concept_situation->[*Vankovich_Kazimir_Valencijevich <= nrel_dwelling: Warsaw;;*] +(* + => nrel_main_idtf: [Контур периода времени местожительства Казимира Ваньковича в Варшаве.] + (*<-lang_ru;;*);; + <- begin_date_1870;; +*);; + +concept_situation->[*Vankovich_Kazimir_Valencijevich <= nrel_location: organization_Minsk_city_prison;;*] +(* + => nrel_main_idtf: [Контур периода времени нахождения Казимира Ваньковича в Минской городской тюрьме.] + (*<-lang_ru;;*);; + <- begin_date_06_07_1863;; + <- completion_date_1863;; +*);; + + +concept_situation->[*Vankovich_Kazimir_Valencijevich <= nrel_member: organization_Minsk_revolutionary_organization;;*] +(* + => nrel_main_idtf: [Контур периода времени участия Казимира Ваньковича в Минской революционной организации.] + (*<-lang_ru;;*);; + <- begin_date_1863;; +*);; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Maurizij_Dyjanizij_Adamovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Maurizij_Dyjanizij_Adamovich.scs" new file mode 100644 index 00000000..a5a6e118 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Maurizij_Dyjanizij_Adamovich.scs" @@ -0,0 +1,19 @@ +Vankovich_Maurizij_Dyjanizij_Adamovich +=> nrel_main_idtf: + [Ванькович Мауриций-Дианизий Адамович] + (* + <- lang_ru;; + *); + [Vankovich Maurizij Dyjanizij Adamovich] + (* + <- lang_en;; + *); + [Ваньковіч Маўрыцый-Дыянізій Адамавіч] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +=>nrel_parent: Vankovich_Adam_Valencijevich;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Melhior_Melhiorovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Melhior_Melhiorovich.scs" new file mode 100644 index 00000000..de3d0dd5 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Melhior_Melhiorovich.scs" @@ -0,0 +1,19 @@ +Vankovich_Melhior_Melhiorovich +=> nrel_main_idtf: + [Ванькович Мельхиор Мельхиорович] + (* + <- lang_ru;; + *); + [Vankovich Melhior Melhiorovich] + (* + <- lang_en;; + *); + [Ваньковіч Мельхіер Мельхіеравич] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +=>nrel_parent: Vankovich_Melhior_Raman_Julian;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Melhior_Raman_Julian.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Melhior_Raman_Julian.scs" new file mode 100644 index 00000000..43e301bb --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Melhior_Raman_Julian.scs" @@ -0,0 +1,68 @@ +Vankovich_Melhior_Raman_Julian +=> nrel_main_idtf: + [Ванькович Мельхиор-Роман-Юльан Каролиевич] + (* + <- lang_ru;; + *); + [Vankovich Melhior Raman Julian Karolievich] + (* + <- lang_en;; + *); + [Ваньковіч Мельхіёр-Раман-Юльян Караліявіч] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +<=>nrel_spouse: Shvajnitckaja_Marija; +<- concept_participant_of_the_uprising_1863; + +<-begin_date_1842; +<-completion_date_1892; + +<- rrel_key_sc_element:... + (* + <-sc_explanation;; + <= nrel_sc_text_translation: + ... + (* -> rrel_example: + [Ўдзельнічаў ў паўстанні, арыштаваны. Знаходзіўся пад следствам ў ІСК. Прысуджаны да пазбаўлення правоў стану, канфіскацыі маёмасці і ссылкі ў Сібір ці на катаргу.] + (* <- lang_by;;*);; + *);; + +*);; + +concept_situation->[*Vankovich_Melhior_Raman_Julian <= nrel_dwelling: estate_Koljuzhycy;;*] +(* + => nrel_main_idtf: [Контур периода времени местожительства Мельхиора-Романа-Юльана Ваньковича в им.Колюжыцы.] + (*<-lang_ru;;*);; + <- begin_date_1842;; + <- completion_date_1863;; +*);; + +concept_situation->[*Vankovich_Melhior_Raman_Julian <= nrel_dwelling: estate_Koljuzhycy;;*] +(* + => nrel_main_idtf: [Контур периода времени местожительства Мельхиора-Романа-Юльана Ваньковича в им.Колюжыцы.] + (*<-lang_ru;;*);; + <- begin_date_1868;; + <- completion_date_1892;; +*);; + + +concept_situation->[*Vankovich_Melhior_Raman_Julian <= nrel_dwelling: region_Sibir;;*] +(* + => nrel_main_idtf: [Контур периода времени нахождения Мельхиора-Романа-Юльана Ваньковича в ссылке, в Сибири.] + (*<-lang_ru;;*);; + <- begin_date_30_01_1864;; + <- completion_date_17_05_1868;; +*);; + +concept_situation->[*Vankovich_Melhior_Raman_Julian <= nrel_owner: estate_Koljuzhycy;;*] +(* + => nrel_main_idtf: [Контур периода времени владения Мельхіора-Рамана-Юльана Ваньковича поместьем Колюжицы.] + (*<-lang_ru;;*);; + <- begin_date_1890;; + <- completion_date_1892;; +*);; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Mihail_Markovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Mihail_Markovich.scs" new file mode 100644 index 00000000..ff38e677 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Mihail_Markovich.scs" @@ -0,0 +1,19 @@ +Vankovich_Mihail_Markovich +=> nrel_main_idtf: + [Ванькович Михаил Маркович] + (* + <- lang_ru;; + *); + [Vankovich Mihail Markovich] + (* + <- lang_en;; + *); + [Ваньковіч Міхал Маркавіч] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +<-concept_rural_inhabitants;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Regina_Melhiorovna.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Regina_Melhiorovna.scs" new file mode 100644 index 00000000..7f493844 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Regina_Melhiorovna.scs" @@ -0,0 +1,19 @@ +Vankovich_Regina_Melhiorovna +=> nrel_main_idtf: + [Ванькович Регина Мельхиоровна] + (* + <- lang_ru;; + *); + [Vankovich Regina Melhiorovna] + (* + <- lang_en;; + *); + [Ваньковіч Рэгіна Мельхіераўна] + (* + <- lang_by;; + *); + +<-concept_female; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +=>nrel_parent: Vankovich_Melhior_Raman_Julian;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Valencij_Melkhiorovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Valencij_Melkhiorovich.scs" new file mode 100644 index 00000000..856f1fc8 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Valencij_Melkhiorovich.scs" @@ -0,0 +1,22 @@ +Vankovich_Valencij_Melkhiorovich +=> nrel_main_idtf: + [Ванькович Валентий Мельхиорович] + (* + <- lang_ru;; + *); + [Vankovich Valencij Melkhiorovich] + (* + <- lang_en;; + *); + +<-begin_date_1800; +<-completion_date_1842; + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +<=nrel_parent: Vankovich_Adam_Valencijevich; +<=nrel_parent: Vankovich_Kazimir_Valencijevich; +<=nrel_parent: Vankovich_Jan_Edvard_Valencijevich; + +=>nrel_owner:estate_Sliepianka;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Vatclav_Stanislav_Adamovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Vatclav_Stanislav_Adamovich.scs" new file mode 100644 index 00000000..8d86d420 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Vatclav_Stanislav_Adamovich.scs" @@ -0,0 +1,19 @@ +Vankovich_Vatclav_Stanislav_Adamovich +=> nrel_main_idtf: + [Ванькович Вацлав-Станислав Адамович] + (* + <- lang_ru;; + *); + [Vankovich Vatclav Stanislav Adamovich] + (* + <- lang_en;; + *); + [Ваньковіч Вацлаў-Станіслаў Адамавіч] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +=>nrel_parent: Vankovich_Adam_Valencijevich;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Vitald_Melhiorovich.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Vitald_Melhiorovich.scs" new file mode 100644 index 00000000..122e6e35 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Vankovich_Vitald_Melhiorovich.scs" @@ -0,0 +1,19 @@ +Vankovich_Vitald_Melhiorovich +=> nrel_main_idtf: + [Ванькович Витольд Мельхиорович] + (* + <- lang_ru;; + *); + [Vankovich Vitald Melhiorovich] + (* + <- lang_en;; + *); + [Ваньковіч Вітальд Мельхіеравич] + (* + <- lang_by;; + *); + +<-concept_male; +=>nrel_social_status: concept_titled_nobility; +=>nrel_social_status: concept_ancestral_nobility; +=>nrel_parent: Vankovich_Melhior_Raman_Julian;; diff --git "a/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Zabolotckij_Vasilij.scs" "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Zabolotckij_Vasilij.scs" new file mode 100644 index 00000000..144662d8 --- /dev/null +++ "b/\320\221\320\227/\320\233\320\270\321\207\320\275\320\276\321\201\321\202\320\270/Zabolotckij_Vasilij.scs" @@ -0,0 +1,15 @@ +Zabolotckij_Vasilij +=> nrel_main_idtf: + [Заболоцкий Василий] + (* + <- lang_ru;; + *); + [Zabolotckij Vasilij] + (* + <- lang_en;; + *); + [Забалоцкі Васілій] + (* + <- lang_by;; + *); +<= nrel_governor: organization_provincial_board_of_Minsk;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\320\276\321\201\321\201\321\202\320\260\320\275\320\270\321\217/concept_uprising.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\320\276\321\201\321\201\321\202\320\260\320\275\320\270\321\217/concept_uprising.scs" new file mode 100644 index 00000000..a8eeee85 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\320\276\321\201\321\201\321\202\320\260\320\275\320\270\321\217/concept_uprising.scs" @@ -0,0 +1,17 @@ +concept_uprising +<-sc_const; +<-sc_node_not_relation; +=> nrel_main_idtf: + [восстание] + (* + <- lang_ru;; + *); + [uprising] + (* + <- lang_en;; + *); + [паўстанне] + (* + <- lang_by;; + *);; + diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/begin_date_15_05_1835.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/begin_date_15_05_1835.scs" new file mode 100644 index 00000000..528f44e2 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/begin_date_15_05_1835.scs" @@ -0,0 +1,20 @@ +begin_date_15_05_1835 +=> nrel_main_idtf: + [время начала - 15 мая 1835] + (* + <- lang_ru;; + *); + [час пачатку - 15 мая 1835] + (* + <- lang_by;; + *); + <- exact_value; + <- begin; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [15];; + <- number_of_month_in_year: [5];; + <- number_of_year: [1835];; + *); + <- begin_date_05_1835; + <- begin_date_1835;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_04_03_1863.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_04_03_1863.scs" new file mode 100644 index 00000000..22b806f5 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_04_03_1863.scs" @@ -0,0 +1,20 @@ +completion_date_04_03_1863 +=> nrel_main_idtf: + [время завершения - 4 марта 1863] + (* + <- lang_ru;; + *); + [час заканчэння - 4 марта 1863] + (* + <- lang_by;; + *); + <- exact_value; + <- completion; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [4];; + <- number_of_month_in_year: [3];; + <- number_of_year: [1863];; + *); + <- completion_date_03_1919; + <- completion_date_1863;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_17_05_1868.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_17_05_1868.scs" new file mode 100644 index 00000000..6fc5017e --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_17_05_1868.scs" @@ -0,0 +1,24 @@ +completion_date_17_05_1868 +=> nrel_main_idtf: + [время завершения - 17 мая 1868] + (* + <- lang_ru;; + *); + [completion date - 17 may of 1868] + (* + <- lang_en;; + *); + [час заканчэння - 17 мая 1868] + (* + <- lang_by;; + *); + <- exact_value; + <- completion; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [17];; + <- number_of_month_in_year: [5];; + <- number_of_year: [1868];; + *); + <- completion_date_05_1868; + <- completion_date_1868;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_18_02_1864.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_18_02_1864.scs" new file mode 100644 index 00000000..d6f16c1b --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_18_02_1864.scs" @@ -0,0 +1,20 @@ +completion_date_18_02_1864 +=> nrel_main_idtf: + [время завершения - 18 февраля 1864] + (* + <- lang_ru;; + *); + [час заканчэння - 18 лютага 1864] + (* + <- lang_by;; + *); + <- exact_value; + <- completion; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [18];; + <- number_of_month_in_year: [2];; + <- number_of_year: [1863];; + *); + <- completion_date_02_1864; + <- completion_date_1864;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_21_05_1863.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_21_05_1863.scs" new file mode 100644 index 00000000..cd507e32 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_21_05_1863.scs" @@ -0,0 +1,20 @@ +completion_date_21_05_1863 +=> nrel_main_idtf: + [время завершения - 21 мая 1863] + (* + <- lang_ru;; + *); + [час заканчэння - 21 мая 1863] + (* + <- lang_by;; + *); + <- exact_value; + <- completion; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [21];; + <- number_of_month_in_year: [5];; + <- number_of_year: [1863];; + *); + <- completion_date_05_1919; + <- completion_date_1863;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_06_1863.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_06_1863.scs" new file mode 100644 index 00000000..afd673f8 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\227\320\260\320\262\320\265\321\200\321\210\320\265\320\275\320\270\320\265/\320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/completion_date_06_1863.scs" @@ -0,0 +1,22 @@ +completion_date_06_1863 +=> nrel_main_idtf: + [время завершения - июнь 1863] + (* + <- lang_ru;; + *); + [completion date - june of 1863] + (* + <- lang_en;; + *); + [час заканчэння - червень 1863] + (* + <- lang_by;; + *); + <- exact_value; + <- completion; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_month_in_year: [6];; + <- number_of_year: [1863];; + *); + <- completion_date_1863;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_01_10_1864.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_01_10_1864.scs" new file mode 100644 index 00000000..c4213b56 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_01_10_1864.scs" @@ -0,0 +1,20 @@ +begin_date_01_10_1864 +=> nrel_main_idtf: + [время начала - 1 октября 1864] + (* + <- lang_ru;; + *); + [час пачатку - 1 кастрычніка 1864] + (* + <- lang_by;; + *); + <- exact_value; + <- begin; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [01];; + <- number_of_month_in_year: [10];; + <- number_of_year: [1864];; + *); + <- begin_date_10_1864; + <- begin_date_1864;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_06_07_1863.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_06_07_1863.scs" new file mode 100644 index 00000000..75a3d692 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_06_07_1863.scs" @@ -0,0 +1,24 @@ +begin_date_06_07_1863 +=> nrel_main_idtf: + [время начала - 6 июля 1863] + (* + <- lang_ru;; + *); + [begin date - 6 july of 1863] + (* + <- lang_en;; + *); + [час пачатку - 6 ліпеня 1863] + (* + <- lang_by;; + *); + <- exact_value; + <- begin; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [6];; + <- number_of_month_in_year: [7];; + <- number_of_year: [1863];; + *); + <- begin_date_7_1863; + <- begin_date_1863;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_10_10_1862.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_10_10_1862.scs" new file mode 100644 index 00000000..c7371598 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_10_10_1862.scs" @@ -0,0 +1,20 @@ +begin_date_10_10_1862 +=> nrel_main_idtf: + [время начала - 10 октября 1862] + (* + <- lang_ru;; + *); + [час пачатку - 10 кастрычніка 1862] + (* + <- lang_by;; + *); + <- exact_value; + <- begin; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [10];; + <- number_of_month_in_year: [10];; + <- number_of_year: [1862];; + *); + <- begin_date_10_1862; + <- begin_date_1862;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_14_04_1854.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_14_04_1854.scs" new file mode 100644 index 00000000..1ede6e65 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_14_04_1854.scs" @@ -0,0 +1,24 @@ +begin_date_14_04_1854 +=> nrel_main_idtf: + [время начала - 14 апреля 1854] + (* + <- lang_ru;; + *); + [begin date - 14 april of 1854] + (* + <- lang_en;; + *); + [час пачатку - 14 красавіка 1858] + (* + <- lang_by;; + *); + <- exact_value; + <- begin; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [14];; + <- number_of_month_in_year: [4];; + <- number_of_year: [1854];; + *); + <- begin_date_04_1854; + <- begin_date_1854;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_15_01_1864.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_15_01_1864.scs" new file mode 100644 index 00000000..19e87080 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_15_01_1864.scs" @@ -0,0 +1,24 @@ +begin_date_15_01_1864 +=> nrel_main_idtf: + [время начала - 15 января 1864] + (* + <- lang_ru;; + *); + [begin date - 15 janyary of 1864] + (* + <- lang_en;; + *); + [час пачатку - 15 студзеня 1864] + (* + <- lang_by;; + *); + <- exact_value; + <- begin; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [15];; + <- number_of_month_in_year: [1];; + <- number_of_year: [1864];; + *); + <- begin_date_01_1864; + <- begin_date_1864;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_15_03_1863.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_15_03_1863.scs" new file mode 100644 index 00000000..2b082641 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_15_03_1863.scs" @@ -0,0 +1,24 @@ +begin_date_15_03_1863 +=> nrel_main_idtf: + [время начала - 15 марта 1863] + (* + <- lang_ru;; + *); + [begin date - 15 march of 1863] + (* + <- lang_en;; + *); + [час пачатку - 15 сакавіка 1863] + (* + <- lang_by;; + *); + <- exact_value; + <- begin; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [15];; + <- number_of_month_in_year: [3];; + <- number_of_year: [1863];; + *); + <- begin_date_03_1863; + <- begin_date_1863;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_15_05_1835.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_15_05_1835.scs" new file mode 100644 index 00000000..528f44e2 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_15_05_1835.scs" @@ -0,0 +1,20 @@ +begin_date_15_05_1835 +=> nrel_main_idtf: + [время начала - 15 мая 1835] + (* + <- lang_ru;; + *); + [час пачатку - 15 мая 1835] + (* + <- lang_by;; + *); + <- exact_value; + <- begin; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [15];; + <- number_of_month_in_year: [5];; + <- number_of_year: [1835];; + *); + <- begin_date_05_1835; + <- begin_date_1835;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_17_05_1863.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_17_05_1863.scs" new file mode 100644 index 00000000..5e268d92 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_17_05_1863.scs" @@ -0,0 +1,20 @@ +begin_date_17_05_1863 +=> nrel_main_idtf: + [время начала - 17 мая 1863] + (* + <- lang_ru;; + *); + [час пачатку - 17 мая 1863] + (* + <- lang_by;; + *); + <- exact_value; + <- completion; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [17];; + <- number_of_month_in_year: [5];; + <- number_of_year: [1863];; + *); + <- completion_date_05_1863; + <- completion_date_1863;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_21_06_1863.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_21_06_1863.scs" new file mode 100644 index 00000000..b8cad70c --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_21_06_1863.scs" @@ -0,0 +1,24 @@ +begin_date_21_06_1863 +=> nrel_main_idtf: + [время начала - 21 июня 1863] + (* + <- lang_ru;; + *); + [begin date - 21 june of 1863] + (* + <- lang_en;; + *); + [час пачатку - 21 чэрвень 1863] + (* + <- lang_by;; + *); + <- exact_value; + <- begin; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [21];; + <- number_of_month_in_year: [6];; + <- number_of_year: [1863];; + *); + <- begin_date_6_1863; + <- begin_date_1863;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_25_10_1827.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_25_10_1827.scs" new file mode 100644 index 00000000..25f81355 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_25_10_1827.scs" @@ -0,0 +1,20 @@ +begin_date_25_10_1827 +=> nrel_main_idtf: + [время начала - 25 октября 1827] + (* + <- lang_ru;; + *); + [час пачатку - 25 кастрычніка 1827] + (* + <- lang_by;; + *); + <- exact_value; + <- begin; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [25];; + <- number_of_month_in_year: [10];; + <- number_of_year: [1827];; + *); + <- begin_date_10_1827; + <- begin_date_1827;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_29_12_1831.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_29_12_1831.scs" new file mode 100644 index 00000000..fe1808b1 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_29_12_1831.scs" @@ -0,0 +1,24 @@ +begin_date_29_12_1831 +=> nrel_main_idtf: + [время начала - 29 декабря 1831] + (* + <- lang_ru;; + *); + [begin date - 29 december of 1831] + (* + <- lang_en;; + *); + [час пачатку - 29 сьнежня 1831] + (* + <- lang_by;; + *); + <- exact_value; + <- begin; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [29];; + <- number_of_month_in_year: [12];; + <- number_of_year: [1831];; + *); + <- begin_date_12_1831; + <- begin_date_1831;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_30_01_1864.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_30_01_1864.scs" new file mode 100644 index 00000000..af8d7530 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\222\321\200\320\265\320\274\320\265\320\275\320\275\321\213\320\265 \321\202\320\276\321\207\320\272\320\270/\320\235\320\260\321\207\320\260\320\273\320\276/\320\224\320\275\320\270 \320\234\320\265\321\201\321\217\321\206\321\213 \320\223\320\276\320\264\321\213/begin_date_30_01_1864.scs" @@ -0,0 +1,24 @@ +begin_date_30_01_1864 +=> nrel_main_idtf: + [время начала - 30 января 1864] + (* + <- lang_ru;; + *); + [begin date - 30 janyary of 1864] + (* + <- lang_en;; + *); + [час пачатку - 30 студзеня 1864] + (* + <- lang_by;; + *); + <- exact_value; + <- begin; + => nrel_Gregorian_calendar_scale: ... + (* + <- number_of_day_in_month: [30];; + <- number_of_month_in_year: [1];; + <- number_of_year: [1864];; + *); + <- begin_date_01_1864; + <- begin_date_1864;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.baptism.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.baptism.scs" new file mode 100644 index 00000000..6c1989d1 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.baptism.scs" @@ -0,0 +1,19 @@ +action.baptism +=>nrel_main_idtf: + [действие. крестить] (* <-lang_ru;; *); + [action. baptism] (* <-lang_en;; *); + [дзеянне. хрост] (* <-lang_by;; *); +<- rrel_key_sc_element: ... + (* + <- sc_explanation;; + <= nrel_sc_text_translation: + ... + (* + -> rrel_example: [Крестить- класс действий, обозначающих христианский обряд (таинство) принятия кого-н. в число верующих, приобщения к церкви и наречения личного имени.] + (* <-lang_ru;; *);; + *);; + *); + +<-actions_class;; + + diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.confiscation_of_property.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.confiscation_of_property.scs" new file mode 100644 index 00000000..0c614463 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.confiscation_of_property.scs" @@ -0,0 +1,8 @@ +action.confiscation_of_property +=>nrel_main_idtf: + [действие. конфискация имущества] (* <-lang_ru;; *); + [action. confiscation of property] (* <-lang_en;; *); + +<-actions_class;; + + diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.court.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.court.scs" new file mode 100644 index 00000000..907a6fc6 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.court.scs" @@ -0,0 +1,8 @@ +action.court +=>nrel_main_idtf: + [действие. суд] (* <-lang_ru;; *); + [action. court] (* <-lang_en;; *); + +<-actions_class;; + + diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.detention.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.detention.scs" new file mode 100644 index 00000000..326f7a48 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.detention.scs" @@ -0,0 +1,8 @@ +action.detention +=>nrel_main_idtf: + [действие. арест] (* <-lang_ru;; *); + [action. detention] (* <-lang_en;; *); + +<-actions_class;; + + diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.sequester.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.sequester.scs" new file mode 100644 index 00000000..7f7236cd --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.sequester.scs" @@ -0,0 +1,8 @@ +action.sequester +=>nrel_main_idtf: + [действие. секвестр] (* <-lang_ru;; *); + [action. sequester] (* <-lang_en;; *); + +<-actions_class;; + + diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.shooting.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.shooting.scs" new file mode 100644 index 00000000..ccc20ac2 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\265\320\271\321\201\321\202\320\262\320\270\321\217/action.shooting.scs" @@ -0,0 +1,8 @@ +action.shooting +=>nrel_main_idtf: + [действие. расстрел] (* <-lang_ru;; *); + [action. shooting] (* <-lang_en;; *); + +<-actions_class;; + + diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\276\320\273\320\266\320\275\320\276\321\201\321\202\321\214/rrel_governor.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\276\320\273\320\266\320\275\320\276\321\201\321\202\321\214/rrel_governor.scs" new file mode 100644 index 00000000..79ab372a --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\276\320\273\320\266\320\275\320\276\321\201\321\202\321\214/rrel_governor.scs" @@ -0,0 +1,18 @@ +rrel_governor +=>nrel_main_idtf: + [губернатор'] (* <-lang_ru;; *); +=>nrel_main_idtf: + [governor'] (* <-lang_en;; *); +<- rrel_key_sc_element: + ... + (* + <- sc_explanation;; + <= nrel_sc_text_translation: + ... + (* + -> [Губернатор — это ролевое отношение, связывающее губернию и человека, который являлся начальником этой губернии.] (* <-lang_ru;; *);; + *);; + *); + +<-sc_const; +<-sc_node_role_relation;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\276\320\273\320\266\320\275\320\276\321\201\321\202\321\214/rrel_servant.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\276\320\273\320\266\320\275\320\276\321\201\321\202\321\214/rrel_servant.scs" new file mode 100644 index 00000000..77e2b45d --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\276\320\273\320\266\320\275\320\276\321\201\321\202\321\214/rrel_servant.scs" @@ -0,0 +1,18 @@ +rrel_servant +=>nrel_main_idtf: + [служащий'] (* <-lang_ru;; *); +=>nrel_main_idtf: + [servant'] (* <-lang_en;; *); +<- rrel_key_sc_element: + ... + (* + <- sc_explanation;; + <= nrel_sc_text_translation: + ... + (* + -> [Служащий — это ролевое отношение, связывающее службу и человека, который работал по найму в различных областях умственного труда.] (* <-lang_ru;; *);; + *);; + *); + +<-sc_const; +<-sc_node_role_relation;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\276\320\273\320\266\320\275\320\276\321\201\321\202\321\214/rrel_typesetter.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\276\320\273\320\266\320\275\320\276\321\201\321\202\321\214/rrel_typesetter.scs" new file mode 100644 index 00000000..10ac055e --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\224\320\276\320\273\320\266\320\275\320\276\321\201\321\202\321\214/rrel_typesetter.scs" @@ -0,0 +1,21 @@ +rrel_typesetter +<- sc_node_norole_relation; +=>nrel_main_idtf: + [наборщик] (* <-lang_ru;; *); +=>nrel_main_idtf: + [typesetter] (* <-lang_en;; *); +=>nrel_main_idtf: + [наборшчык] (* <-lang_by;; *); + +<- rrel_key_sc_element: + ... + (* + <- sc_explanation;; + <= nrel_sc_text_translation: + ... + (* + -> rrel_example: [Рабочий специалист по типографскому набору.] (* <-lang_ru;; *);; + *);; + *); + +<-sc_const;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\227\320\264\320\260\320\275\320\270\321\217 \320\270 \320\241\320\276\320\276\321\200\321\203\320\266\320\265\320\275\320\270\321\217/concept_typography.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\227\320\264\320\260\320\275\320\270\321\217 \320\270 \320\241\320\276\320\276\321\200\321\203\320\266\320\265\320\275\320\270\321\217/concept_typography.scs" new file mode 100644 index 00000000..107b62c5 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\227\320\264\320\260\320\275\320\270\321\217 \320\270 \320\241\320\276\320\276\321\200\321\203\320\266\320\265\320\275\320\270\321\217/concept_typography.scs" @@ -0,0 +1,21 @@ +concept_typography +<- sc_node_norole_relation; +=>nrel_main_idtf: + [типография] (* <-lang_ru;; *); +=>nrel_main_idtf: + [typography] (* <-lang_en;; *); +=>nrel_main_idtf: + [друкарня] (* <-lang_by;; *); + +<- rrel_key_sc_element: + ... + (* + <- sc_explanation;; + <= nrel_sc_text_translation: + ... + (* + -> rrel_example: [Предприятие, где производится надор и печатание изданий.] (* <-lang_ru;; *);; + *);; + *); + +<-sc_const;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/concept_outpost.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/concept_outpost.scs" new file mode 100644 index 00000000..d9760cb4 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/concept_outpost.scs" @@ -0,0 +1,21 @@ +concept_outpost +=>nrel_main_idtf: + [застава] (* <-lang_ru;; *); +=>nrel_main_idtf: + [outpost] (* <-lang_en;; *); +=>nrel_main_idtf: + [застава] (* <-lang_by;; *); + +<- rrel_key_sc_element: + ... + (* + <- sc_explanation;; + <= nrel_sc_text_translation: + ... + (* + -> rrel_example: [1.Место въезда в город, являющееся пунктом контроля привозимых грузов и приезжающих. + 2.Воинское подразделение, несущее охранение.] (* <-lang_ru;; *);; + *);; + *); + +<-sc_const;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\236\321\201\321\202\320\260\320\273\321\214\320\275\320\276\320\265/eighth_artillery_brigade.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\236\321\201\321\202\320\260\320\273\321\214\320\275\320\276\320\265/eighth_artillery_brigade.scs" new file mode 100644 index 00000000..86337932 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\236\321\201\321\202\320\260\320\273\321\214\320\275\320\276\320\265/eighth_artillery_brigade.scs" @@ -0,0 +1,7 @@ +eighth_artillery_brigade +=>nrel_main_idtf: + [Восьмая артиллерийская бригада] (* <-lang_ru;; *); +=>nrel_main_idtf: + [Eighth artillery brigade] (* <-lang_en;; *); +=>nrel_main_idtf: + [Восьмая артылерыйская брыгада] (* <-lang_by;; *);; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\236\321\201\321\202\320\260\320\273\321\214\320\275\320\276\320\265/rifled_vicinity_of_the_third_battery.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\236\321\201\321\202\320\260\320\273\321\214\320\275\320\276\320\265/rifled_vicinity_of_the_third_battery.scs" new file mode 100644 index 00000000..ba30125e --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\236\321\201\321\202\320\260\320\273\321\214\320\275\320\276\320\265/rifled_vicinity_of_the_third_battery.scs" @@ -0,0 +1,8 @@ +rifled_vicinity_of_the_third_battery +=>nrel_main_idtf: + [Нарезная легкая третья батарея] (* <-lang_ru;; *); +=>nrel_main_idtf: + [Rifled vicinity of the third battery] (* <-lang_en;; *); +=>nrel_main_idtf: + [Наразная лёгкая трэцяя батарэя] (* <-lang_by;; *); +<-concept_eighth_artillery_brigade;; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\241\320\273\321\203\320\266\320\261\321\213/class_engeneering_service_of_the_russian_empire.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\241\320\273\321\203\320\266\320\261\321\213/class_engeneering_service_of_the_russian_empire.scs" new file mode 100644 index 00000000..b1abe014 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\241\320\273\321\203\320\266\320\261\321\213/class_engeneering_service_of_the_russian_empire.scs" @@ -0,0 +1,14 @@ +class_engeneering_service_of_the_russian_empire +=> nrel_main_idtf: + [Инженерная служба Российского империи] + (* + <- lang_ru;; + *); + [Engeneering service of the Russian empire] + (* + <- lang_en;; + *); + [Інжынерная служба Расійская імперыі] + (* + <- lang_by;; + *);; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\247\320\270\320\275\321\213/concept_lieutenant.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\247\320\270\320\275\321\213/concept_lieutenant.scs" new file mode 100644 index 00000000..02cb2c34 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\247\320\270\320\275\321\213/concept_lieutenant.scs" @@ -0,0 +1,29 @@ +concept_lieutenant +<-sc_const; +=> nrel_main_idtf: + [поручик] + (* + <- lang_ru;; + *); + [lieutenant] + (* + <- lang_en;; + *); + [паручнік] + (* + <- lang_by;; + *); +<- rrel_key_sc_element: + ... + (* + <-sc_definition;; + <=nrel_sc_text_translation: + ... + (* + -> rrel_example: + [Поручик — офицерский чин рангом выше подпоручика и ниже штабс-капитана, а также лицо, имеющее этот чин.] + (* + <- lang_ru;; + *);; + *);; + *);; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\247\320\270\320\275\321\213/nrel_rank.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\247\320\270\320\275\321\213/nrel_rank.scs" new file mode 100644 index 00000000..22b4af79 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\247\320\270\320\275\321\213/nrel_rank.scs" @@ -0,0 +1,29 @@ +nrel_rank +<- sc_node_norole_relation; +=> nrel_main_idtf: + [чин*] + (* + <- lang_ru;; + *); + [rank*] + (* + <- lang_en;; + *); + [чын*] + (* + <- lang_by;; + *); +<- rrel_key_sc_element: + ... + (* + <- sc_definition;; + <= nrel_sc_text_translation: + ... + (* + -> rrel_example: + [Чин* - служебный разряд у военных и гражданских служащих.] + (* + <- lang_ru;; + *);; + *);; + *);; diff --git "a/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\247\320\270\320\275\321\213/rrel_warrant_officer.scs" "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\247\320\270\320\275\321\213/rrel_warrant_officer.scs" new file mode 100644 index 00000000..68b9cabd --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\211\320\260\321\217 \320\261\320\260\320\267\320\260 \320\267\320\275\320\260\320\275\320\270\320\271/\320\247\320\270\320\275\321\213/rrel_warrant_officer.scs" @@ -0,0 +1,22 @@ +rrel_warrant_officer +<- sc_node_norole_relation; +=>nrel_main_idtf: + [прапорщик'] (* <-lang_ru;; *); +=>nrel_main_idtf: + [warrant officer'] (* <-lang_en;; *); +=>nrel_main_idtf: + [прапаршчык'] (* <-lang_by;; *); + +<- rrel_key_sc_element: + ... + (* + <- sc_explanation;; + <= nrel_sc_text_translation: + ... + (* + -> rrel_example: [Воинское звание, категория (ранее чин) в вооружённых силах и других «силовых» структурах некоторых государств.] (* <-lang_ru;; *);; + *);; + *); + +<-sc_const; +<-sc_node_role_relation;; diff --git "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/region_Sibir.scs" "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/region_Sibir.scs" new file mode 100644 index 00000000..629c5ee0 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/region_Sibir.scs" @@ -0,0 +1,6 @@ +region_Sibir +=> nrel_main_idtf: + [Сибирь](* <-lang_ru;; *); + [Сибир](*<- lang_by;; *); + [Sibir](* <- lang_en;; *); +<-sc_node_not_relation;; diff --git "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/Igumensk_outpost.scs" "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/Igumensk_outpost.scs" new file mode 100644 index 00000000..a55da48e --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/Igumensk_outpost.scs" @@ -0,0 +1,36 @@ +Igumensk_outpost +=>nrel_main_idtf: + [Игуменская застава] (* <-lang_ru;; *); +=>nrel_main_idtf: + [Igumensk outpost] (* <-lang_en;; *); +=>nrel_main_idtf: + [Ігуменская застава] (* <-lang_by;; *); +<-concept_outpost; + +=> nrel_geographical_location: ... + (* + <-concept_mapped_point;; + => nrel_WGS_84_translation: [53.896135, 27.551958] + (* + -> ... + (* + <- concept_coordinate;; + ->rrel_latitude: ... + (* + <=nrel_value: ... + (* + -> rrel_degree: 53.896135;; + *);; + *);; + ->rrel_longitude: ... + (* + <=nrel_value: ... + (* + -> rrel_degree: 27.551958;; + *);; + *);; + *);; + *);; + *); + +=> nrel_osm_query: [way(35996171);];; diff --git "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/Pichalovski_Castle.scs" "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/Pichalovski_Castle.scs" index ec208940..c60736ab 100644 --- "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/Pichalovski_Castle.scs" +++ "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/Pichalovski_Castle.scs" @@ -1,4 +1,3 @@ - Pichalovski_Castle => nrel_main_idtf: [Пищаловски замок] @@ -16,7 +15,8 @@ Pichalovski_Castle <- ... (* => nrel_subdividing: the_city_of_Minsk;; *); -<-concept_prison; +<-organization_Minsk_city_prison; + <-concept_building; <-concept_terrain_object ;; diff --git "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/building_catholic_church_of_Pinsk.scs" "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/building_catholic_church_of_Pinsk.scs" new file mode 100644 index 00000000..155da335 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/building_catholic_church_of_Pinsk.scs" @@ -0,0 +1,7 @@ +building_catholic_church_of_Pinsk +=> nrel_main_idtf: + [Костел города Пинска] + (* + <- lang_ru;; + *); +<-concept_building;; diff --git "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/building_of_residential_housing_of_male_Bernardine_monastery.scs" "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/building_of_residential_housing_of_male_Bernardine_monastery.scs" index c9f0dfcd..a24540f3 100644 --- "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/building_of_residential_housing_of_male_Bernardine_monastery.scs" +++ "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\227\320\264\320\260\320\275\320\270\321\217/building_of_residential_housing_of_male_Bernardine_monastery.scs" @@ -47,18 +47,18 @@ building_of_residential_housing_of_male_Bernardine_monastery <- completion_date_1864;; *); - building_of_the_Minsk_city_prison + building_prison_for_the_participants_of_the_uprising_of_1863 (* => nrel_main_idtf: - [Здание Минской городской тюрьмы] + [Здание тюрьмы для участников восстания 1863 года] (* <- lang_ru;; *); - [The building of Minsk city prison] + [The building prison for the participants of the uprising of 1863] (* <- lang_en;; *); - [Будынак Мінскай гарадской турмы] + [Будынак турмы для ўдзельнікаў паўстання 1863 года] (* <- lang_by;; *);; @@ -187,7 +187,7 @@ concept_situation->[* <- completion_date_2020;; *);; -concept_situation->[*organization_Minsk_city_prison => nrel_location: building_of_residential_housing_of_male_Bernardine_monastery;;*] +concept_situation->[* organization_prison_for_the_participants_of_the_uprising_of_1863 => nrel_location: building_of_residential_housing_of_male_Bernardine_monastery;;*] (* => nrel_main_idtf: [Контур периода времени расположения тюрьмы в здании жилого корпуса мужского монастыря бернардинцев](*<-lang_ru;;*); diff --git "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Galynka.scs" "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Galynka.scs" new file mode 100644 index 00000000..bbb15479 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Galynka.scs" @@ -0,0 +1,11 @@ +estate_Galynka +=> nrel_main_idtf: + [Галынка] + (* + <- lang_ru;; + *); + [Galynka] + (* + <- lang_en;; + *); +<-concept_estate;; diff --git "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Koljuzhycy.scs" "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Koljuzhycy.scs" new file mode 100644 index 00000000..b1f0d24e --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Koljuzhycy.scs" @@ -0,0 +1,11 @@ +estate_Koljuzhycy +=> nrel_main_idtf: + [Колюжицы] + (* + <- lang_ru;; + *); + [Koljuzhycy] + (* + <- lang_en;; + *); +<-concept_estate;; diff --git "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Mikelevshchyna.scs" "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Mikelevshchyna.scs" new file mode 100644 index 00000000..b8d523c9 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Mikelevshchyna.scs" @@ -0,0 +1,11 @@ +estate_Mikelevshchyna +=> nrel_main_idtf: + [Микелевщина] + (* + <- lang_ru;; + *); + [Mikelevshchyna] + (* + <- lang_en;; + *); +<-concept_estate;; diff --git "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Sliepianka.scs" "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Sliepianka.scs" new file mode 100644 index 00000000..21cd8973 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Sliepianka.scs" @@ -0,0 +1,39 @@ +estate_Sliepianka +=> nrel_main_idtf: + [Слепянка] + (* + <- lang_ru;; + *); + [Sliepianka] + (* + <- lang_en;; + *); +<-concept_estate; + +=> nrel_geographical_location: ... + (* + <-concept_mapped_point;; + => nrel_WGS_84_translation: [53.919643, 27.638709] + (* + -> ... + (* + <- concept_coordinate;; + ->rrel_latitude: ... + (* + <=nrel_value: ... + (* + -> rrel_degree: 53.919643;; + *);; + *);; + ->rrel_longitude: ... + (* + <=nrel_value: ... + (* + -> rrel_degree: 27.638709;; + *);; + *);; + *);; + *);; + *); + +=> nrel_osm_query: [way(25327517);];; diff --git "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Viljanovo.scs" "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Viljanovo.scs" new file mode 100644 index 00000000..e21763d4 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\230\320\274\320\265\320\275\320\270\321\217/estate_Viljanovo.scs" @@ -0,0 +1,37 @@ +estate_Viljanovo +=> nrel_main_idtf: + [Вильяново] + (* + <- lang_ru;; + *); + [Viljanovo] + (* + <- lang_en;; + *); +<-concept_estate; + +=> nrel_geographical_location: ... + (* + <-concept_mapped_point;; + => nrel_WGS_84_translation: [54.409755, 28.456715] + (* + -> ... + (* + <- concept_coordinate;; + ->rrel_latitude: ... + (* + <=nrel_value: ... + (* + -> rrel_degree: 54.409755;; + *);; + *);; + ->rrel_longitude: ... + (* + <=nrel_value: ... + (* + -> rrel_degree: 28.456715;; + *);; + *);; + *);; + *);; + *);; diff --git "a/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\245\321\203\321\202\320\276\321\200\320\260/farm_Dudy.scs" "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\245\321\203\321\202\320\276\321\200\320\260/farm_Dudy.scs" new file mode 100644 index 00000000..2ad8c811 --- /dev/null +++ "b/\320\221\320\227/\320\236\320\261\321\212\320\265\320\272\321\202\321\213 \320\274\320\265\321\201\321\202\320\275\320\276\321\201\321\202\320\270/\320\245\321\203\321\202\320\276\321\200\320\260/farm_Dudy.scs" @@ -0,0 +1,11 @@ +farm_Dudy +=> nrel_main_idtf: + [Хутор Дуды] + (* + <- lang_ru;; + *); + [farm Dudy] + (* + <- lang_en;; + *); +<-concept_khutor;; diff --git "a/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organisation_Minsk_city_police.scs" "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organisation_Minsk_city_police.scs" new file mode 100644 index 00000000..f3dff7c4 --- /dev/null +++ "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organisation_Minsk_city_police.scs" @@ -0,0 +1,15 @@ +organisation_Minsk_city_police +=> nrel_main_idtf: + [Минская городская полиция] + (* + <- lang_ru;; + *); + [Minsk city police] + (* + <- lang_en;; + *); + [Мінская гарадская паліцыя] + (* + <- lang_by;; + *); +<-concept_organization;; diff --git "a/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organisation_Minsk_court_of_concience.scs" "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organisation_Minsk_court_of_concience.scs" new file mode 100644 index 00000000..1dd757c7 --- /dev/null +++ "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organisation_Minsk_court_of_concience.scs" @@ -0,0 +1,14 @@ +organisation_Minsk_court_of_concience +=> nrel_main_idtf: + [Минский совестный суд] + (* + <- lang_ru;; + *); + [Minsk honest court] + (* + <- lang_en;; + *); + [Мінскі сумленнасны суд] + (* + <- lang_by;; + *);; diff --git "a/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Igumensk_commission_of_inquiry.scs" "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Igumensk_commission_of_inquiry.scs" new file mode 100644 index 00000000..9de77b72 --- /dev/null +++ "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Igumensk_commission_of_inquiry.scs" @@ -0,0 +1,14 @@ +organization_Igumensk_commission_of_inquiry +=> nrel_main_idtf: + [Игуменская следственная комиссия] + (* + <- lang_ru;; + *); + [Igumensk commission of inquiry] + (* + <- lang_en;; + *); + [Ігуменская следчая камісія] + (* + <- lang_by;; + *);; diff --git "a/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Minsk_commission_of_inquiry.scs" "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Minsk_commission_of_inquiry.scs" new file mode 100644 index 00000000..0ff53321 --- /dev/null +++ "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Minsk_commission_of_inquiry.scs" @@ -0,0 +1,16 @@ +organization_Minsk_commission_of_inquiry +=> nrel_main_idtf: + [Минская следственная комиссия] + (* + <- lang_ru;; + *); + [Minsk commission of inquiry] + (* + <- lang_en;; + *); + [Мінская следчая камісія] + (* + <- lang_by;; + *); + +=>nrel_location: building_of_the_church_of_St_Joseph;; diff --git "a/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Minsk_military_field_court.scs" "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Minsk_military_field_court.scs" new file mode 100644 index 00000000..60fb6c15 --- /dev/null +++ "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Minsk_military_field_court.scs" @@ -0,0 +1,14 @@ +organization_Minsk_military_field_court +=> nrel_main_idtf: + [Минский полевой военный суд] + (* + <- lang_ru;; + *); + [Minsk military field court] + (* + <- lang_en;; + *); + [Мінскі палявы ваенны суд] + (* + <- lang_by;; + *);; diff --git "a/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Minsk_revolutionary_organization.scs" "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Minsk_revolutionary_organization.scs" new file mode 100644 index 00000000..53e59e20 --- /dev/null +++ "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Minsk_revolutionary_organization.scs" @@ -0,0 +1,7 @@ +organization_Minsk_revolutionary_organization + +=> nrel_main_idtf: + [Минская революционная организация] (* <- lang_ru;; *); + [Minsk revolutionary organization] (* <- lang_en;; *); + [Мінская рэвалюцыйная арганізацыя] (* <- lang_by;; *); +<-concept_organization;; diff --git "a/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Narodnoje_delo.scs" "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Narodnoje_delo.scs" new file mode 100644 index 00000000..a780acfa --- /dev/null +++ "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_Narodnoje_delo.scs" @@ -0,0 +1,16 @@ +organization_typography_of_journal_Narodnoje_delo +=> nrel_main_idtf: + [Типография журнала "Народное дело"] + (* + <- lang_ru;; + *); + [Typography of journal Narodnoje delo] + (* + <- lang_en;; + *); + [Друкарня часопіса "Народнае дзела"] + (* + <- lang_by;; + *); + +<-concept_typography;; diff --git "a/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_cadet_school.scs" "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_cadet_school.scs" new file mode 100644 index 00000000..53279a33 --- /dev/null +++ "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_cadet_school.scs" @@ -0,0 +1,17 @@ +organization_cadet_school + +=> nrel_main_idtf: + [Кадетский корпус] (* <- lang_ru;; *); + [Cadet school] (* <- lang_en;; *); + [Кадэцкі корпус] (* <- lang_by;; *); + +<- rrel_key_sc_element: + ... + (* + <- sc_explanation;; + <= nrel_sc_text_translation: + ... + (* + -> rrel_example: [Начальное военно-учебное заведение (корпус) с программой среднеучебного заведения с полным пансионом для подготовки молодежи к военной карьере; раньше по окончании полного курса, воспитанники принимались не только в военные училища, но и в высшие школы без экзаменов.] (* <-lang_ru;; *);; + *);; + *);; diff --git "a/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_main_engineering_school_in_St_Petersburg.scs" "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_main_engineering_school_in_St_Petersburg.scs" new file mode 100644 index 00000000..9ac4eb76 --- /dev/null +++ "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_main_engineering_school_in_St_Petersburg.scs" @@ -0,0 +1,7 @@ +organization_main_engineering_school_in_St_Petersburg +<-concept_organization; + +=> nrel_main_idtf: + [Главное инженерное училище г.Санкт-Петербурга] (* <- lang_ru;; *); + [The main engineering school in St. Petersburg] (* <- lang_en;; *); + [Галоўнае інжынернае вучылішча г.Санкт-Петербурга] (* <- lang_by;; *);; diff --git "a/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_prison_for_the_participants_of_the_uprising_of_1863.scs" "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_prison_for_the_participants_of_the_uprising_of_1863.scs" new file mode 100644 index 00000000..cb77c79b --- /dev/null +++ "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_prison_for_the_participants_of_the_uprising_of_1863.scs" @@ -0,0 +1,14 @@ +organization_prison_for_the_participants_of_the_uprising_of_1863 + => nrel_main_idtf: + [Тюрьма для участников восстания 1863 года] + (* + <- lang_ru;; + *); + [Prison for the participants of the uprising of 1863] + (* + <- lang_en;; + *); + [Турма для ўдзельнікаў паўстання 1863 года] + (* + <- lang_by;; + *);; diff --git "a/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_provincial_board_of_Minsk.scs" "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_provincial_board_of_Minsk.scs" new file mode 100644 index 00000000..618ca9fa --- /dev/null +++ "b/\320\221\320\227/\320\236\321\200\320\263\320\260\320\275\320\270\320\267\320\260\321\206\320\270\320\270/organization_provincial_board_of_Minsk.scs" @@ -0,0 +1,12 @@ +organization_provincial_board_of_Minsk +=> nrel_main_idtf: + [Губернское правление Минска] + (* + <- lang_ru;; + *); + [Provincial board of Minsk] + (* + <- lang_en;; + *); +<-concept_provincial_board; +<-concept_organization;; diff --git "a/\320\221\320\227/\320\241\320\273\321\203\320\266\320\261\321\213/unknown.scs" "b/\320\221\320\227/\320\241\320\273\321\203\320\266\320\261\321\213/unknown.scs" new file mode 100644 index 00000000..1de2b119 --- /dev/null +++ "b/\320\221\320\227/\320\241\320\273\321\203\320\266\320\261\321\213/unknown.scs" @@ -0,0 +1,15 @@ +unknown +=> nrel_main_idtf: + [Неизвестный] + (* + <- lang_ru;; + *); + [unknown] + (* + <- lang_en;; + *); + [Невядомы] + (* + <- lang_by;; + *); +<-class_engeneering_service_of_the_russian_empire;;