summaryrefslogtreecommitdiffhomepage
path: root/auto (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-09Expand the comment about -Wstrict-overflow on GCCAndrew Clayton1-1/+3
2024-03-09Remove -W from compiler flagsAndrew Clayton1-2/+2
2024-03-09Remove support for Sun's Sun Studio/SunPro C compilerAndrew Clayton3-65/+0
2024-03-09Remove support for IBM's XL C compilerAndrew Clayton2-73/+0
2024-03-09Remove support for Intel's icc compilerAndrew Clayton1-11/+0
2024-03-09Remove support for Microsoft's Visual C++ compilerAndrew Clayton1-12/+0
2024-03-05Remove unused nxt_vector_t APIAndrew Clayton1-1/+0
2024-02-27Wasm-wc: use more common uname switch to get operating system nameKonstantin Pavlov1-1/+1
2024-02-22Update third-party java components to their recent versionsSergey A. Osokin2-14/+14
2024-02-22Wasm-wc: Use the cargo build output as the make target dependencyAndrew Clayton1-3/+5
2024-02-22Wasm-wc: Add nxt_unit.o as a dependency in the auto scriptAndrew Clayton1-2/+1
2024-02-21Wasm-wc: Wire it up to the build systemAndrew Clayton3-0/+128
2024-02-21Fix alignment of wasm options text in auto/helpAndrew Clayton1-2/+2
2024-02-20Updated copyright notice.Andrei Zeliankou1-1/+1
2024-02-19Node.js: Build/install fixAndrew Clayton1-2/+2
2024-01-16White space formatting fixesAndrei Zeliankou1-2/+2
2023-11-29Update third-party components for the Java module.Sergey A. Osokin2-12/+12
2023-10-17Update third-party components for the Java module.Sergey A. Osokin2-10/+10
2023-10-10Update third-party components for the Java module.Sergey A. Osokin2-14/+14
2023-10-06Update third-party components for the Java module.Sergey A. Osokin2-16/+16
2023-08-01Added unit pkg-config file.Konstantin Pavlov4-1/+38
2023-08-17Wasm: Wire the Wasm language module up to the build system.Andrew Clayton3-0/+214