summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2022-05-23third_party: Update waf to version 2.0.24Andreas Schneider2-2/+2
2022-05-10python: Remove redundant assignmentsJoseph Sutton1-1/+1
2022-05-10wafsamba: Fix previously unreachable exception pathJoseph Sutton1-1/+1
2022-05-10python: Remove unnecessary 'pass' statementsJoseph Sutton1-1/+0
2022-04-01Move LSP stuff to buildtools/devel_env.shAndreas Schneider1-0/+7
2022-03-29wafsamba: require PYTHONHASHSEED=1 to be exportedStefan Metzmacher1-0/+4
2022-03-29configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher2-4/+11
2022-03-29wafsamba: let test_duplicate_symbol.sh export PYTHONHASHSEED=1Stefan Metzmacher1-0/+3
2022-03-29buildtools: remove unused testwaf.shStefan Metzmacher1-70/+0
2022-03-28waf: Document the confusing --nonshared-binary, --builtin-libraries, --privat...Andrew Bartlett1-7/+60
2022-03-17wafsamba: Fix call to sorted()Joseph Sutton1-3/+3
2022-03-01third_party/heimdal_build: Determine whether time_t is signedJoseph Sutton1-0/+17
2022-02-22buildtools: Reformat shell scriptsAndreas Schneider6-81/+80
2022-02-21third_party: Update waf to verison 2.0.23Andreas Schneider2-3/+2
2022-02-15builtools: Make abi_gen.sh less prone to errorsAndreas Schneider1-2/+7
2022-02-11wafsamba: replace 'echo -n' with printfSergey V. Lobanov1-1/+1
2022-01-21wafsamba: Add our own implmentation to generate the clangdbStefan Metzmacher1-1/+51
2022-01-21wafsamba: Remove clangdb code which doesn't workStefan Metzmacher2-13/+2
2022-01-19HEIMDAL: move code from source4/heimdal* to third_party/heimdal*Stefan Metzmacher1-6/+6
2022-01-19s4:heimdal_build: changes required to build after importAndrew Bartlett1-1/+1
2022-01-17build: reduce printf() calls in generated build_options.cDavid Disseldorp1-34/+64
2022-01-17build: reduce fp.write calls for build_options.c generationDavid Disseldorp1-104/+104
2021-12-06wafsamba: Pass lib to CHECK_DECLS()Andreas Schneider1-1/+3
2021-12-06build: Only use embedded Heimdal include paths in an embedded Heimdal buildAndrew Bartlett1-2/+2
2021-11-30wafsamba: allow SAMBA_LIBRARY() to get and use original 'version-script.map' ...Stefan Metzmacher2-2/+73
2021-11-30wafsamba: introduce SAMBA[3]_PLUGIN()Stefan Metzmacher6-20/+97
2021-11-30wafsamba: introduce require_builtin_deps/provide_builtin_linking/builtin_cfla...Stefan Metzmacher4-39/+261
2021-11-30wafsamba: let reduce_objects() not remove duplicates of BUILTINS even if ther...Stefan Metzmacher1-2/+6
2021-11-30wafsamba: add SAMBA_SUBSYSTEM(force_empty=False)Stefan Metzmacher1-1/+2
2021-11-30wafsamba: assert for *.sigs source files in abi_build_vscript()Stefan Metzmacher1-3/+6
2021-11-30wafsamba: the symbol version string of private libraries should be based on t...Stefan Metzmacher3-6/+27
2021-11-30wafsamba: use private extentions also for bundled public librariesStefan Metzmacher2-13/+2
2021-11-30wafsamba: remove unused private_library argument of PRIVATE_NAME()Stefan Metzmacher2-5/+2
2021-11-30wafsamba: SAMBA_GENERATOR() should not alter the callers dep_varsStefan Metzmacher1-0/+1
2021-11-30wafsamba: fix '--private-libraries' option when using 'ALL,!something'Stefan Metzmacher2-8/+10
2021-11-30wafsamba: mark SAMBA_MODULE() with private_library=TrueStefan Metzmacher1-0/+1
2021-10-28third_party: Update pam_wrapper to version 1.1.4Andreas Schneider1-1/+1
2021-09-13build: Make Python 3.6 the minimum to build now oss-fuzz is upgradedAndrew Bartlett1-3/+0
2021-09-09Don't use sysconf(_SC_NGROUPS_MAX) on macOS for getgroups()Alex Richardson1-1/+4
2021-09-09docs: Ensure to rebuild manpages if samba.entities or samba.version changesAndrew Bartlett1-1/+5
2021-09-02third_party: Update waf to version 2.0.22Andreas Schneider2-2/+2
2021-08-26wafsamba: always generate compile_commands.json again, but only when the samb...Stefan Metzmacher2-11/+15
2021-08-12wafsamba: add support git worktree to vcs_dir_contents()Stefan Metzmacher1-1/+1
2021-06-15build: in SAMBA_BINARY use TO_LIST(cflags)Stefan Metzmacher1-2/+2
2021-06-15heimdal_build: Set up new build groups for the Heimdal hostcc componentsAndrew Bartlett1-5/+5
2021-04-20wafsamba: let 'use_hostcc=True' result in -D_SAMBA_HOSTCC_Stefan Metzmacher2-2/+9
2021-03-17third_party: Update socket_wrapper to version 1.3.3Stefan Metzmacher1-1/+1
2021-03-01Suggest running './configure' rather than 'waf configure'.Jelmer Vernooij1-1/+1
2021-02-10third_party: Update socket_wrapper to version 1.3.2Stefan Metzmacher1-1/+1
2020-12-16wafsamba: move clang_compilation_database usage behind an --enable-clangdb op...Stefan Metzmacher3-12/+23