Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-04 | Ruby: rpath made optional. | Valentin Bartenev | 1 | -3/+22 | |
In most cases it is not needed because Ruby libraries are in the default path. At the same time, rpath pointing to the default path is prohibited by rpmbuild on Fedora. This is related to issue #87 on GitHub. | |||||
2018-08-06 | Unit application library. | Max Romanov | 1 | -1/+1 | |
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample. | |||||
2018-06-28 | Added check of "make install" ability. | Igor Sysoev | 1 | -1/+1 | |
This closes #136 issue on GitHub. | |||||
2018-04-04 | Changed version processing for modules. | Alexander Borisov | 1 | -2/+17 | |
2018-04-02 | Ruby: correctly getting version from RbConfig::CONFIG. | sshaw | 1 | -1/+1 | |
This closes #90 PR on GitHub. | |||||
2018-03-21 | Added Ruby support. | Alexander Borisov | 1 | -0/+171 | |