- 27 Jun, 2019 2 commits
-
-
Swann Perarnau authored
MAP_ANONYMOUS is only visible in _GNU_SOURCE code. Ensure the config header is included first so that this symbol appears.
-
Swann Perarnau authored
Our code relies on _GNU_SOURCE in a couple of places, so make sure we call it. Take this opportunity to reorder and clean up the configure.ac config a bit.
-
- 03 Jun, 2019 1 commit
-
-
Swann Perarnau authored
[doc] fix contributing link Closes #38 See merge request !62
-
- 31 May, 2019 1 commit
-
-
Swann Perarnau authored
Closes #38. Also adds a caption to the toctree.
-
- 02 May, 2019 15 commits
-
-
Nicolas Denoyelle authored
fix doxygen version on readthedocs See merge request !60
-
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
-
-
- 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 1 commit
-
-
Swann Perarnau authored
Implement #31 for tiling. Improve error management. Checkpatch tiling.
-