- 02 May, 2019 14 commits
-
-
Nicolas Denoyelle authored
-
Nicolas Denoyelle authored
fix CI See merge request !59
-
Nicolas Denoyelle authored
-
Nicolas Denoyelle authored
-
Nicolas Denoyelle authored
Run in nix env See merge request !58
-
Nicolas Denoyelle authored
-
Nicolas Denoyelle authored
remove recommonmark See merge request !57
-
Nicolas Denoyelle authored
-
Nicolas Denoyelle authored
Fix CI pipeline See merge request !56
-
Nicolas Denoyelle authored
-
Nicolas Denoyelle authored
Readthedocs on branch See merge request !55
-
Nicolas Denoyelle authored
-
Nicolas Denoyelle authored
Dist release See merge request !50
-
Nicolas Denoyelle authored
* events triggering a pipeline on master will create aml-latest dist release * events on branches v.0.0.x will also trigger the pipeline and create a release archive aml-0.0.x.tar.gz * new tags will trigger the release pipeline and if tag match vx.x.x then it will create a release aml-x.x.x.tar.gz * Whenever a branch, tag is updated and a release exists, only the link to dist archives is update. Description will remain the same, but can be updated withe the script release.sh In order to work, the release pipeline still needs to export a RELEASE_TOKEN with rights on gitlab api.
-
- 01 May, 2019 10 commits
-
-
Swann Perarnau authored
Another attempt at breathe fixes See merge request !54
-
Swann Perarnau authored
Breathe doesn't like that.
-
Swann Perarnau authored
Fix readthedoc configuration See merge request !53
-
Swann Perarnau authored
Install breathe in the environment, Fix typo in doxy. Remove formats command.
-
Swann Perarnau authored
[doc/fix] wrong rtd config file name See merge request !52
-
Swann Perarnau authored
The readthedocs main config file was not recognized by RTD.
-
Swann Perarnau authored
[fix] readthedocs needs breathe installed See merge request !51
-
Swann Perarnau authored
Readthedocs doesn't include breathe by default anymore.
-
Swann Perarnau authored
Initial conversion of documentation to sphinx+breathe for readthedocs Closes #36 See merge request !49
-
Swann Perarnau authored
Ensure that autoconf and automake can build the docs, and are distributing it properly. Still one issue: if we detect doxygen and sphinx on configure, we rebuild the docs, even if the user is using a distributed release.
-
- 26 Apr, 2019 2 commits
-
-
Swann Perarnau authored
These functions do not exist anymore.
-
Swann Perarnau authored
Also create the basic page structure, including importing the doxygen API documentation through breathe. Also fix some doxygen config, as doxygen wasn't generating scratchpad info, and the dma implementation groups had a different name that the structs.
-
- 25 Apr, 2019 5 commits
-
-
Swann Perarnau authored
Improve landing page for public documentation See merge request !48
-
Swann Perarnau authored
Reuse some of the text from our draft paper, typos, grammar, and overall style.
-
Swann Perarnau authored
Typo in ignore file.
-
Swann Perarnau authored
[doc] Add doxygen documentation to the project See merge request !47
-
Nicolas Denoyelle authored
-
- 10 Apr, 2019 3 commits
-
-
Swann Perarnau authored
Improve code base for create API and style Closes #31 See merge request !46
-
Swann Perarnau authored
Last bit of API lacking consistency.
-
Swann Perarnau authored
Implement #31 for vector. Improve error management. Checkpatch vector.
-
- 09 Apr, 2019 5 commits
-
-
Swann Perarnau authored
Implement #31 for tiling. Improve error management. Checkpatch tiling.
-
Swann Perarnau authored
Implement #31 for scratch. Improve error management. Checkpatch scratch.
-
Swann Perarnau authored
Implement #31 for dma. Improve error management. Checkpatch dma
-
Swann Perarnau authored
Implement #31 for bitmap. Extra init/fini function for API consistency, but not needed. Checkpatch another header.
-
Swann Perarnau authored
Convert area/area_linux to new error handler. Implement #31 for area. Checkpatch area Note that area_linux is still using a dynamic data structure no matter what: a bitmask to the set of authorized nodes. The conversion to aml_bitmap wouldn't help as there's no default value available for all nodes on that type (similar to numa_all_nodes_ptr).
-
- 02 Apr, 2019 1 commit
-
-
Swann Perarnau authored
In POSIX land, error codes are positive integers, returned by functions as a negative value, but assigned to errno as a positive value. Use that chance to checkpatch the files.
-