Age | Commit message (Collapse) | Author |
|
|
|
|
|
scripting API tests
|
|
|
|
|
|
|
|
#1079)
|
|
doc: update Japanese translations
|
|
|
|
sub-groups (closes #1079)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Automatic tests of scripting API are made with Python scripts:
- unparse.py: convert Python code to other languages
- testapigen.py: generate scripts in all languages to test the API
- testapi.py scripting API tests
|
|
|
|
|
|
|
|
|
|
|
|
option "-q"
|
|
|
|
|
|
|
|
|
|
|
|
doc: update Japanese translations
|
|
|
|
|
|
The lang should never be NULL anyway (this fixes a compiler warning).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
php: use find_library to find libphp7.so
|
|
|
|
|
|
|
|
Zesty/Yakkety/Xenial to use PHP 7.0 instead of 7.1
|
|
|
|
Compilation with PHP 7.0 is still OK, the version in dependencies is the latest
available in Debian Sid (unstable).
|
|
Automatic builds for Raspbian Jessie were stopped three months ago, on June 2017.
|
|
Automatic builds for Ubuntu Wily were stopped five months ago, on April 2017.
|
|
Automatic builds for Debian Squeeze were stopped one year ago, on October 2016.
|
|
This fixes a compiler warning, in some cases wattr_get may not initialize the
variables.
|
|
|