summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* build:wafsamba: Fix TypeError in read_submodule_status()Joseph Sutton2023-05-091-0/+1
* wafsamba: Normalize strings in gdb output when comparing ABIAlexander Bokovoy2023-04-271-1/+2
* buildtools: Remove compile_commands.json symlinkAndreas Schneider2023-03-291-5/+0
* buildtools: Fix code spellingAndreas Schneider2023-03-289-11/+12
* wafsamba: Remove unused configure checkJoseph Sutton2023-03-201-5/+0
* samba_version.py: Avoid resource leakJoseph Sutton2023-03-031-16/+16
* buildtools: fix mutable default argumentsRob van der Linde2023-02-233-5/+15
* Skip running a C program during cross compilationHelmut Grohne2023-02-201-1/+1
* waf: Add support for MemorySanitizerAndreas Schneider2023-02-062-2/+18
* python: Don't use deprecated escape sequencesAndreas Schneider2023-01-207-16/+16
* buildtools/wafsamba: Avoid calling lib_func without a prototypeFlorian Weimer2023-01-091-1/+2
* third_party: Update waf to version 2.0.25Andreas Schneider2023-01-062-2/+2
* third_party: Update resolv_wrapper to version 1.1.8Andreas Schneider2022-12-211-1/+1
* CVE-2022-37966 wafsamba: add support for CHECK_VARIABLE(mandatory=True)Stefan Metzmacher2022-12-131-1/+3
* third_party: Update nss_wrapper to version 1.1.13Andreas Schneider2022-11-091-1/+1
* wafsamba: Have CHECK_C_PROTOTYPE() pass through 'lib' into CHECK_CODE()Joseph Sutton2022-11-081-2/+3
* wafsamba: Add -Werror=implicit-intAndreas Schneider2022-10-271-0/+2
* wafsamba: Add -Werror=old-style-definitionAndreas Schneider2022-10-271-0/+2
* wafsamba: allow cflags for CHECK_TYPE[_IN]()Stefan Metzmacher2022-08-151-3/+4
* third_party: Update socket_wrapper to version 1.3.4Andreas Schneider2022-07-221-1/+1
* waf: Check for -Wno-error=array-bounds flagsAndreas Schneider2022-07-191-0/+3
* third_party: Update nss_wraper to version 1.1.12Andreas Schneider2022-06-241-1/+1
* build: Ensure that SAMBA_GENERATOR() tasks fail on errorAndrew Bartlett2022-06-221-1/+8
* build: Allow &pathconfig XML entities to be used in all manpages, not just sm...Andrew Bartlett2022-06-221-2/+2
* python: Don't use deprecated escape sequencesJoseph Sutton2022-06-141-1/+1
* third_party: Update waf to version 2.0.24Andreas Schneider2022-05-232-2/+2
* python: Remove redundant assignmentsJoseph Sutton2022-05-101-1/+1
* wafsamba: Fix previously unreachable exception pathJoseph Sutton2022-05-101-1/+1
* python: Remove unnecessary 'pass' statementsJoseph Sutton2022-05-101-1/+0
* Move LSP stuff to buildtools/devel_env.shAndreas Schneider2022-04-011-0/+7
* wafsamba: require PYTHONHASHSEED=1 to be exportedStefan Metzmacher2022-03-291-0/+4
* configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher2022-03-292-4/+11
* wafsamba: let test_duplicate_symbol.sh export PYTHONHASHSEED=1Stefan Metzmacher2022-03-291-0/+3
* buildtools: remove unused testwaf.shStefan Metzmacher2022-03-291-70/+0
* waf: Document the confusing --nonshared-binary, --builtin-libraries, --privat...Andrew Bartlett2022-03-281-7/+60
* wafsamba: Fix call to sorted()Joseph Sutton2022-03-171-3/+3
* third_party/heimdal_build: Determine whether time_t is signedJoseph Sutton2022-03-011-0/+17
* buildtools: Reformat shell scriptsAndreas Schneider2022-02-226-81/+80
* third_party: Update waf to verison 2.0.23Andreas Schneider2022-02-212-3/+2
* builtools: Make abi_gen.sh less prone to errorsAndreas Schneider2022-02-151-2/+7
* wafsamba: replace 'echo -n' with printfSergey V. Lobanov2022-02-111-1/+1
* wafsamba: Add our own implmentation to generate the clangdbStefan Metzmacher2022-01-211-1/+51
* wafsamba: Remove clangdb code which doesn't workStefan Metzmacher2022-01-212-13/+2
* HEIMDAL: move code from source4/heimdal* to third_party/heimdal*Stefan Metzmacher2022-01-191-6/+6
* s4:heimdal_build: changes required to build after importAndrew Bartlett2022-01-191-1/+1
* build: reduce printf() calls in generated build_options.cDavid Disseldorp2022-01-171-34/+64
* build: reduce fp.write calls for build_options.c generationDavid Disseldorp2022-01-171-104/+104
* wafsamba: Pass lib to CHECK_DECLS()Andreas Schneider2021-12-061-1/+3
* build: Only use embedded Heimdal include paths in an embedded Heimdal buildAndrew Bartlett2021-12-061-2/+2
* wafsamba: allow SAMBA_LIBRARY() to get and use original 'version-script.map' ...Stefan Metzmacher2021-11-302-2/+73