14
I Use This!
Activity Not Available

News

Analyzed 3 months ago. based on code collected over 2 years ago.
Posted over 7 years ago by [email protected]
[PATCH 05/13] tools: make helpers from shared parts of ffado-diag.in and -static.py. From Nicolas Boulenguez.
Posted over 7 years ago by [email protected]
[PATCH 04/13] tools: listirqinfo: avoid creating a temporary list. A function call can also be eliminated as a result. From Nicolas Boulenguez
Posted over 7 years ago by [email protected]
[PATCH 03/13] python tools: simplify listirqinfo. * A full import and calls with dot notation allows reference searchs. The previous import from listirqinfo in ffado-diag refers to 3 functions but only one is used. * str() and str() ... [More] introduce unneeded complexity. * import os is not used. * subprocess module is available since python2.4. * Reading a file from python is easier and more readable than spawning a cat command. From Nicolas Boulenguez. [Less]
Posted over 7 years ago by [email protected]
[PATCH 02/13] python tools: simplify helpstrings. From Nicolas Boulenguez.
Posted over 7 years ago by [email protected]
[PATCH 01/13] python tools: delete trailing whitespaces. From Nicolas Boulenguez.
Posted over 7 years ago by [email protected]
Allow python interpreter to be specified at build time. Patch from Nicolas Boulenguez (forwarded to ffado-devel by Benoit Delcour) which allows packagers to directly specify the python interpreter which should be used by FFADO components. This is useful for systems which do not have /usr/bin/python due to only python 3 being installed.
Posted over 7 years ago by [email protected]
Remove executable property and shebang line from ffadowindow.py. This python module is imported by ffado-mixer and as a result does not need to be executable. Similarly it does not require a shebang line.
Posted over 7 years ago by [email protected]
listirqinfo.py does not need to be executable. This python module is imported by ffado-diag but is never executed in its own right. It therefore does not require the execute property, nor does it require the shebang line at the top of the script.
Posted over 7 years ago by [email protected]
Add build-time control over documentation generation. Up to this point, FFADO documentation has always been generated when doxygen is on the system. Furthermore, the documentation included internal API details which are not of any interest to ... [More] users of FFADO. This patch from Orcan Ogetbil (via ffado-devel) adds the BUILD_DOC scons parameter which takes one of three values: "none" (don't build any documentation), "user" (build documentation of interest to users of FFADO) and "all" (build all documentation). The default is "none", mostly because Orcan's distribution (Fedora) has traditionally patched doc/reference.doxygen.in to exclude documentation. This is fine since the documentation is not of interest to a vast majority of people. [Less]
Posted over 7 years ago by [email protected]
Fix typos throughout the source tree. Rectify some long-lived typos in strings throughout the source code. in the FFADO desktop file. This benefits Debian and possibly others. Patch by Nicolas Boulenguez for Debian and provided to FFADO by Benoit Delcour via the ffado-user mailing list.