Skip to content

Tags: vision5/ngx_devel_kit

Tags

v0.3.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
src/ndk.h: Update version

v0.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #37 from lynch1981/master

Fix minor bugs

v0.3.2

Fixed typo in ndk_upstream_list.c

v0.3.1

Remove See Also references to simpl and simplresty

v0.3.1rc1

Minor changes to README.md

v0.3.0

Merge pull request #13 from chobits/master

fix compiler error: comparison between signed and unsigned integer expressions

v0.3.0rc1

doc: added new section "Modules using NDK".

v0.2.19

bugfix: #warning is not supported in the Microsoft Visuall C++ compil…

…er. thanks Edwin Cleton for the report.

v0.2.18

various fixes for C89 compliance. also stripped some line-trailing sp…

…aces.

v0.2.17

added trailing newlines to ndk.c and ndk_upstream_list.c because they…

… cause compilation errors (-Werror) on RHEL 5.2. also removed several spots of line trailing spaces.