summaryrefslogtreecommitdiffhomepage
path: root/auto/cc/sunc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-05-15Configure: recent Sun C versions.Maxim Dounin1-1/+4
2016-06-27Configure: fix build with -Werror=old-style-definition.Piotr Sikora1-1/+4
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
2016-06-30Internal md5 and sha1 implementations are now always used.Maxim Dounin1-4/+0
This reduces the number of moving parts in ABI compatibility checks. Additionally, it also allows to use OpenSSL in FIPS mode while still using md5 for non-security tasks.
2016-02-04Dynamic modules.Maxim Dounin1-0/+3
The auto/module script is extended to understand ngx_module_link=DYNAMIC. When set, it links the module as a shared object rather than statically into nginx binary. The module can later be loaded using the "load_module" directive. New auto/module parameter ngx_module_order allows to define module loading order in complex cases. By default the order is set based on ngx_module_type. 3rd party modules can be compiled dynamically using the --add-dynamic-module configure option, which will preset ngx_module_link to "DYNAMIC" before calling the module config script. Win32 support is rudimentary, and only works when using MinGW gcc (which is able to handle exports/imports automatically). In collaboration with Ruslan Ermilov.
2013-07-31Configure: fixed autotest cleanup commands.Sergey Kandaurov1-1/+1
Previously, if configured with --with-cc="clang -g", the autotest.dSYM directories were left unremoved.
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-08-18Lower optimization level for Sun Studio before 12.1.Maxim Dounin1-5/+17
At least Sun Studio 12 has problems with bit-fields exposed by nginx code (caught by test suite). They seems to be fixed in Sun Studio 12.1. As a workaround use "-fast -xalias_level=any" for older versions, it resolves the problem.
2009-05-08preserve Solaris binary hardware capabilitiesIgor Sysoev1-15/+0
2007-08-07add debug info for Sun StudioIgor Sysoev1-0/+3
2007-07-28fix building on amd64 by Sun Studio 11 and more early versionsIgor Sysoev1-1/+1
2007-07-21fix building on amd64 and add -xipo to the link stageIgor Sysoev1-1/+2
2007-07-16Sun Studio 12 compatibilityIgor Sysoev1-14/+46
2007-07-15--with-cpu-opt=sparc32 and --with-cpu-opt=sparc64Igor Sysoev1-3/+16
2007-07-15fix building PCRE by SunStudioIgor Sysoev1-1/+1
2006-11-27test PCRE in FreeBSD, Linux, and NetBSDIgor Sysoev1-0/+1
2006-10-05add sun4vIgor Sysoev1-3/+3
2006-09-18auto/configure [ PAUSE ] hwcap bugIgor Sysoev1-3/+15
2006-09-15disable [ PAUSE ] hwcap for Sun Studio 11Igor Sysoev1-0/+3
2005-10-12nginx-0.3.2-RELEASE importrelease-0.3.2Igor Sysoev1-0/+95
*) Feature: the Sun Studio 10 C compiler support. *) Feature: the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and "fastcgi_upstream_fail_timeout" directives.