Revision tags: 1.21.0-1, 1.21.0, 1.20.0-1, 1.20.0, 1.19.0-1, 1.19.0, 1.18.0-1, 1.18.0, 1.17.0-1, 1.17.0, 1.16.0-1, 1.16.0, 1.15.0-1, 1.15.0, 1.14.0-1, 1.14.0, 1.13.0-1, 1.13.0, 1.12.0-1, 1.12.0 |
|
#
1217:ed8c4e263152 |
| 02-Oct-2019 |
Max Romanov |
Fixed "make tests" build without preceding "make".
Currently almost all Unit object files depends on generated nxt_version.h. This patch adds missing dependence and fixes running make with multiple
Fixed "make tests" build without preceding "make".
Currently almost all Unit object files depends on generated nxt_version.h. This patch adds missing dependence and fixes running make with multiple jobs.
This closes #318 issue on GitHub.
show more ...
|
Revision tags: 1.11.0-2, 1.11.0-1, 1.11.0, 1.10.0-2, 1.10.0-1, 1.10.0 |
|
#
1108:8788f96701d5 |
| 17-Jul-2019 |
Valentin Bartenev |
Perl: propagated compile options from perl build.
Some Perl compile options affects ABI and not using them while compiling our module resulted in non-working build.
Notably on 32-bit Debian 10, Per
Perl: propagated compile options from perl build.
Some Perl compile options affects ABI and not using them while compiling our module resulted in non-working build.
Notably on 32-bit Debian 10, Perl is built with -D_FILE_OFFSET_BITS=64 and our module after being compiled without this option caused segmentation faults in unexpected places.
show more ...
|
#
1107:8269bf9e736e |
| 17-Jul-2019 |
Valentin Bartenev |
Perl: removed "--include=" configure option.
It's surplus option because the perl executable returns the proper path.
Also the Perl module configure script was cleaned up a bit. Note that NXT_PERL_
Perl: removed "--include=" configure option.
It's surplus option because the perl executable returns the proper path.
Also the Perl module configure script was cleaned up a bit. Note that NXT_PERL_LDOPTS already contains the library path.
show more ...
|
Revision tags: 1.9.0-1, 1.9.0, 1.8.0-1, 1.8.0, 1.7.1-1, 1.7.1, 1.7-1, 1.7, 1.6-1, 1.6, 1.5-1, 1.5, 1.4-2, 1.4 |
|
#
780:0de745fae82c |
| 20-Sep-2018 |
Sergey Kandaurov |
Fixed building perl on Alpine Linux.
_GNU_SOURCE is required there to expose off64_t and other types.
|
#
743:e0f0cd7d244a |
| 06-Aug-2018 |
Max Romanov |
Unit application library.
Library now used in all language modules. Old 'nxt_app_*' code removed.
See src/test/nxt_unit_app_test.c for usage sample.
|
Revision tags: 1.3 |
|
#
709:e1af38445a13 |
| 28-Jun-2018 |
Igor Sysoev |
Removed -mmacosx-version-min option.
|
#
706:9b7baae18541 |
| 28-Jun-2018 |
Igor Sysoev |
Added check of "make install" ability.
This closes #136 issue on GitHub.
|
Revision tags: 1.2, 1.1, 1.0 |
|
#
612:217e48a3b091 |
| 04-Apr-2018 |
Alexander Borisov |
Changed version processing for modules.
|
Revision tags: 0.7, 0.6, 0.5 |
|
#
523:75c5901f7ab7 |
| 07-Feb-2018 |
Andrei Belov |
Perl: use ExtUtils::Embed in configure.
|
#
510:4979fe09d9cd |
| 31-Jan-2018 |
Alexander Borisov |
Added Perl support.
|