- 29 Mar, 2019 4 commits
-
-
Swann Perarnau authored
Same as the rest.
-
Swann Perarnau authored
We're starting to agree on one main header for all the generic APIs of building blocks, struct definitions included, and one header per specific implementation. Improve the spelling while we're at it.
-
Swann Perarnau authored
[test] add area test for linux See merge request !45
-
-
- 27 Mar, 2019 2 commits
-
- 26 Mar, 2019 5 commits
-
-
Swann Perarnau authored
Remove DMA move operations See merge request !41
-
Swann Perarnau authored
Since we removed `move` from the dma API, bindings are now useless.
-
Swann Perarnau authored
Poorly supported feature that doesn't play well with the rest of the library and limits what we can do in the future.
-
Swann Perarnau authored
[feature/ci] add bitmap methods, fasten tests See merge request !42
-
-
- 25 Mar, 2019 4 commits
-
-
Swann Perarnau authored
[feature] add error codes and functions See merge request !39
-
-
Swann Perarnau authored
[fix] use local headers in aml.h See merge request !40
-
Swann Perarnau authored
To ensure that unit tests include the right version of the code, aml.h should include local header. This also works for installed programs.
-
- 22 Mar, 2019 2 commits
-
-
Swann Perarnau authored
[refactor] use autoconf + m4 for version mngmt See merge request !36
-
Swann Perarnau authored
Use m4 to define autoconf-level version variables, following the naming scheme of semver.org To make use of these variables in the headers and sources, a generated-header is added in aml/utils/version.h Also add a simple test for that part of the lib.
-
- 21 Mar, 2019 5 commits
-
-
Nicolas Denoyelle authored
Aml version See merge request !35
-
Nicolas Denoyelle authored
-
Nicolas Denoyelle authored
-
Nicolas Denoyelle authored
-
Nicolas Denoyelle authored
-
- 20 Mar, 2019 3 commits
-
-
Swann Perarnau authored
Continue splitting headers. See merge request !34
-
Swann Perarnau authored
The overall strategy for now is to split the implementations into distinct headers, but keep the generic APIs inside the main aml.h Related to #27
-
Swann Perarnau authored
The overall strategy for now is to split the implementations into distinct headers, but keep the generic APIs inside the main aml.h Related to #27
-
- 19 Mar, 2019 3 commits
-
-
Swann Perarnau authored
[doc] add documentation on design/workflow Closes #29 See merge request !33
-
Swann Perarnau authored
Document design principles, coding guidelines, contribution workflow.
-
Swann Perarnau authored
[refactor] make bitmasks closer to a real type See merge request !32
-
- 14 Mar, 2019 1 commit
-
-
While the current bitmask management is heavily inspired by libnuma, it is not as easy to use has the libnuma API. This patch is an attempt to refactor to code towards something cleaner.
-
- 13 Mar, 2019 4 commits
-
-
Swann Perarnau authored
Add No-op request capability to Scratch Closes #18 See merge request !31
-
Swann Perarnau authored
If an operation should not trigger any actual work, create a no-op request to deal with it properly. Related to #18.
-
Swann Perarnau authored
Reorganisation of aml files See merge request !30
-
- create one directory per building block in src and include - keep one directory for tests, \ otherwise automake make them "test suites" - move to AC_OPENMP, which is from autoconf 2.62 (2008)
-
- 12 Mar, 2019 1 commit
-
-
Swann Perarnau authored
[ci] URL fix for gitlab CI. See merge request !29
-
- 11 Mar, 2019 1 commit
-
-
Valentin Reis authored
-
- 08 Mar, 2019 2 commits
-
-
Swann Perarnau authored
[fix] Embed custom jemalloc into libaml Closes #26 See merge request !28
-
Swann Perarnau authored
Force libtool to static link the PIC version of our jemalloc import into libaml, making libaml standalone. This requires us to test some additional libraries in our own configure (pthread, and dlopen). This also solves the long-standing issue of `make check` only working after `make install`, while removing our custom jemalloc from the installed libraries. Fixes #26.
-
- 15 Feb, 2019 1 commit
-
-
Swann Perarnau authored
-
- 27 Aug, 2018 2 commits
-
-
Swann Perarnau authored
Mbind is giving us trouble again, will need to spend time looking at it carefully.
-
Swann Perarnau authored
Modify the benchmarks to use the new functions.
-