|
Packit |
345191 |
OPEN DEVELOPMENT
|
|
Packit |
345191 |
================
|
|
Packit |
345191 |
|
|
Packit |
345191 |
We are moving to a more open development model with memkind.
|
|
Packit |
345191 |
|
|
Packit |
345191 |
- The memkind github organization:
|
|
Packit |
345191 |
https://github.com/memkind
|
|
Packit |
345191 |
|
|
Packit |
345191 |
- Rather than posting bulk patches at time of tag, we are posting more
|
|
Packit |
345191 |
incremental patches with finer grain commit details.
|
|
Packit |
345191 |
|
|
Packit |
345191 |
- There is now a "dev" branch in the memkind repository and a
|
|
Packit |
345191 |
"memkind-dev" branch in the memkind fork of the jemalloc repository.
|
|
Packit |
345191 |
These will be used for open development work.
|
|
Packit |
345191 |
|
|
Packit |
345191 |
- There is a memkind web page here:
|
|
Packit |
345191 |
http://memkind.github.io/memkind
|
|
Packit |
345191 |
|
|
Packit |
345191 |
- We have posted an architecture document here:
|
|
Packit |
345191 |
http://memkind.github.io/memkind/memkind_arch_20150318.pdf
|
|
Packit |
345191 |
|
|
Packit |
345191 |
- We invite you to join the memkind mailing list:
|
|
Packit |
345191 |
https://lists.01.org/mailman/listinfo/memkind
|
|
Packit |
345191 |
|
|
Packit |
345191 |
- Feel free to open a github issue, especially if there is a TODO item
|
|
Packit |
345191 |
that you would like to prioritize.
|
|
Packit |
345191 |
|
|
Packit |
345191 |
- We have posted source and binary RPMs for several distributions here:
|
|
Packit |
345191 |
http://download.opensuse.org/repositories/home:/cmcantalupo/
|
|
Packit |
345191 |
|
|
Packit |
345191 |
- memkind is also available in Fedora package repository (devel, EPEL7):
|
|
Packit |
345191 |
https://admin.fedoraproject.org/pkgdb/package/memkind/
|
|
Packit |
345191 |
|
|
Packit |
345191 |
- Pull requests are welcome.
|
|
Packit |
345191 |
|
|
Packit |
345191 |
- White space formatting generally conforms to
|
|
Packit |
345191 |
$ astyle --style=linux --indent=spaces=4 -S --max-continuation-indent=80 \
|
|
Packit |
345191 |
--max-code-length=80 --break-after-logical --indent-namespaces -z2 \
|
|
Packit |
345191 |
--align-pointer=name
|
|
Packit |
345191 |
|
|
Packit |
345191 |
- For more information about astyle:
|
|
Packit |
345191 |
http://astyle.sourceforge.net/
|