Commits on Source (17)
-
Maxence Naud authored
Testing std::any for a more standard structure in CParameter before changing it for a c++14 compatible option
8a63188d -
Maxence Naud authoredc0acb6b5
-
Maxence Naud authored
- [Add] minimal std::any implementation compatible with C++14 GenericOperator parameters are accessed by reference
42a7741a -
Maxence Naud authored04f81b7f
-
Maxence Naud authored3a091045
-
Maxence Naud authored662ecccd
-
Maxence Naud authored5f3ac9c8
-
Maxence Naud authored1786b36a
-
Maxence Naud authoredac37b61c
-
Maxence Naud authoreda5914815
-
Maxence Naud authored94ed8b34
-
Maxence Naud authored936a5dc1
-
Maxence Naud authoreddde40b01
-
Maxence Naud authored
[Fix] Memory leak due to containers serialization See merge request eclipse/aidge/aidge_core!3
84821386 -
Maxence Naud authoredc5a2f1be
-
Maxence Naud authored284d4bd8
-
Maxence Naud authored
Remove CParameter memory leak See merge request eclipse/aidge/aidge_core!15
29ba2cbf
Showing
- include/aidge/operator/GenericOperator.hpp 8 additions, 3 deletionsinclude/aidge/operator/GenericOperator.hpp
- include/aidge/utils/Any.hpp 154 additions, 0 deletionsinclude/aidge/utils/Any.hpp
- include/aidge/utils/CParameter.hpp 33 additions, 42 deletionsinclude/aidge/utils/CParameter.hpp
- src/graph/GraphView.cpp 3 additions, 6 deletionssrc/graph/GraphView.cpp
- unit_tests/operator/Test_GenericOperator.cpp 3 additions, 3 deletionsunit_tests/operator/Test_GenericOperator.cpp
include/aidge/utils/Any.hpp
0 → 100644