43 lines
962 B
JSON
43 lines
962 B
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"com.atria-soft",
|
|
"description":"Ewol memory basic interface (have a thread safe shared_ptr with constness)",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENSE",
|
|
"maintainer":"file://authors.txt",
|
|
"author":"file://authors.txt",
|
|
"version":"file://version.txt",
|
|
"code-quality":"MEDIUM",
|
|
|
|
"source": [
|
|
"ememory/debug.cpp",
|
|
"ememory/Counter.cpp",
|
|
"ememory/RefCounter.cpp"
|
|
],
|
|
"header": [
|
|
"ememory/debug.hpp",
|
|
"ememory/memory.hpp",
|
|
"ememory/Counter.hpp",
|
|
"ememory/RefCounter.hpp",
|
|
"ememory/RefPtr.hpp",
|
|
"ememory/SharedPtr.hpp",
|
|
"ememory/UniquePtr.hpp",
|
|
"ememory/WeakPtr.hpp",
|
|
"ememory/EnableSharedFromThis.hpp",
|
|
"ememory/details/memory.hxx",
|
|
"ememory/details/SharedPtr.hxx",
|
|
"ememory/details/RefPtr.hxx",
|
|
"ememory/details/WeakPtr.hxx",
|
|
"ememory/details/EnableSharedFromThis.hxx"
|
|
],
|
|
"path":[
|
|
"."
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2011
|
|
},
|
|
"dependency": [
|
|
"etk-core",
|
|
"elog"
|
|
]
|
|
} |