summaryrefslogtreecommitdiffhomepage
path: root/auto (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-06java: update tomcat distribution to its recent version 9.0.110Sergey A. Osokin2-1/+10
2025-08-20java: Update classgraph to the latest versionAndrew Clayton2-2/+2
2025-08-19java: update third-party components to their recent versionsSergey A. Osokin2-14/+14
2025-05-08njs: Update for version 0.9.0 API changesAndrew Clayton1-3/+3
2025-05-07auto/compression: Error out if requested library not foundAndrew Clayton1-0/+15
2025-05-01auto/modules/wasm: Remove an unneeded compiler optionAndrew Clayton1-2/+2
2025-04-14http: Wire up HTTP compression to the build systemAndrew Clayton5-0/+127
2025-03-20auto/cc: gcc: Don't disable -Wunterminated-string-initializationAndrew Clayton1-4/+0
2025-03-19auto/clang: Add a NXT_NONSTRING macroAndrew Clayton1-0/+14
2025-02-03Fix build with GCC 15Andrew Clayton1-0/+4
2025-01-10auto/make: Fix various issues with building OTELAndrew Clayton1-18/+20
2025-01-10auto/otel: don't look for OpenSSL on DarwinKonstantin Pavlov1-23/+39
2025-01-10auto/make: Add missing NXT_OTEL_LIB_STATIC to some C testsRemi Collet1-8/+12
2025-01-10auto/make, otel: fix linking on macOS and UbuntuKonstantin Pavlov1-4/+6
2025-01-10auto/make: s/NXT_OTEL_LIB_LOC/NXT_OTEL_LIB_STATIC/Andrew Clayton1-10/+10
2025-01-10auto/otel: Make use of nxt_feature_nameAndrew Clayton1-7/+1
2024-12-13auto/otel: Remove pkg-config checkAndrew Clayton1-3/+1
2024-12-09java: update third-party components to their recent versionsSergey A. Osokin2-12/+12
2024-11-12otel: add build tooling to include otel codeAva Hahn6-11/+106
2024-11-12java: Update third-party components to their recent versionsSergey A. Osokin2-12/+12
2024-11-05auto: Remove unused pthread spinlock checksAndrew Clayton1-50/+0
2024-09-24Compile with -funsigned-charAndrew Clayton1-0/+4
2024-09-07java: Update third-party componentsSergey A. Osokin2-16/+16
2024-08-19auto: Add a check for Linux's sched_getaffinity(2)Andrew Clayton1-0/+19
2024-07-08auto, wasm-wc: Copy the .so into build/lib/unit/modules/Andrew Clayton1-0/+2
2024-07-08auto: Fix some indentation in auto/modules/wasm-wasi-componentAndrew Clayton1-2/+2
2024-06-18Use octal instead of mode macrosAlejandro Colomar1-4/+3
2024-06-18auto: Don't install $runstatedirAlejandro Colomar1-2/+0
2024-06-14fuzzing: add fuzzing infrastructure in build systemArjun6-1/+93
2024-05-08java: Update third-party componentsSergey A. Osokin2-12/+12
2024-05-07auto, perl: Fix building the Perl language module with clangAndrew Clayton1-0/+6
2024-05-07auto/wasm: No need to explicitly set -fno-strict-aliasing nowAndrew Clayton1-2/+1
2024-04-10njs (lowercase) is more preferred way to mentionAndrei Zeliankou3-5/+5
2024-03-14Rebuild wasm-wasi-component when any of its dependencies changeAndrew Clayton1-1/+8
2024-03-13Build with -std=gnu11 (C11 with GNU extensions)Alejandro Colomar1-2/+3
2024-03-12NJS: loader should be registered using njs_vm_set_module_loader()Andrei Zeliankou1-3/+3
2024-03-09Add an EXTRA_CFLAGS make variableAndrew Clayton1-1/+4
2024-03-09Add a help target to the root MakefileAndrew Clayton1-0/+10
2024-03-09Allow to disable -Werror at 'make' timeAndrew Clayton1-0/+8
2024-03-09Enable optional 'debuggable' buildsAndrew Clayton2-2/+11
2024-03-09Pretty print the wasm language module compiler outputAndrew Clayton1-3/+5
2024-03-09Pretty print the Ruby language module compiler outputAndrew Clayton1-3/+5
2024-03-09Pretty print the Python language module compiler outputAndrew Clayton1-3/+5
2024-03-09Pretty print the PHP language module compiler outputAndrew Clayton1-2/+4
2024-03-09Pretty print the Perl language module compiler outputAndrew Clayton1-3/+5
2024-03-09Pretty print the Java language module compiler outputAndrew Clayton1-3/+5
2024-03-09Hook up make pretty printing to the Unit core and testsAndrew Clayton1-20/+40
2024-03-09Add initial infrastructure for pretty printing make outputAndrew Clayton1-0/+29
2024-03-09Compile with -fno-strict-overflowAndrew Clayton1-0/+4
2024-03-09Disable strict-aliasing in clang by defaultAndrew Clayton1-2/+4