summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_patterns.py
Commit message (Expand)AuthorAgeFilesLines
* 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: run SAMBA_GENERATOR('VERSION') with group='setup'Stefan Metzmacher2020-08-071-0/+1
* build: add SAMBA_DATADIR as "samba" subdirectory of DATADIRRalph Boehme2019-10-091-0/+2
* PY3: bytes.maketrans, string.maketrans is a PY2 only functionNoel Power2018-09-161-1/+1
* buildtools/wafsamba: generate build options output with waf 2.0Alexander Bokovoy2018-09-051-2/+9
* third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy2018-09-051-1/+1
* param: Add 'binddns dir' parameterAndreas Schneider2017-09-051-0/+1
* s3: drop build_envBernhard M. Wiedemann2017-07-141-14/+0
* wafsamba: Allow to specify VERSION file pathAmitay Isaacs2017-05-241-2/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-0/+3
* build:wafsamba: Replace Options.is_install by bld.is_installThomas Nagy2015-11-161-2/+1
* build:wafsamba: removed most import * statementsThomas Nagy2015-10-281-3/+1
* build:wafsamba: Close file handles in the build scripts tooThomas Nagy2015-09-021-4/+1
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-141-3/+3
* wafsamba: let SAMBA_BLDOPTIONS() use dep_vars=['defines'] instead of always=TrueStefan Metzmacher2014-09-051-2/+2
* smbd/nmbd: Remove HAVE_LONGLONGVolker Lendecke2014-07-221-2/+0
* wafsamba: use cluster_support_features in build_options.cStefan Metzmacher2014-03-241-0/+5
* build: Do not always regenerate the version.h fileAndrew Bartlett2013-05-271-1/+5
* swat: Remove swat.Kai Blin2013-05-181-1/+0
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-1/+1
* build: Replace mkbuildoptions-waf awk script with waf targetAmitay Isaacs2011-09-071-0/+174
* build: only use the git version on install, not in the build treeAndrew Tridgell2011-06-171-1/+2
* waf: added --git-local-changes configure optionAndrew Tridgell2010-11-161-3/+1
* samba_version: When working from git checkout, display git revision SHA1 ratherJelmer Vernooij2010-11-121-2/+2
* build: only use git when found by configureAndrew Tridgell2010-06-291-2/+5
* waf Read VERSION file inside WAF to set package versionAndrew Bartlett2010-05-281-8/+19
* build: tidy up the wafsamba rules a bitAndrew Tridgell2010-04-061-2/+0
* build: make use on_results=True for some build rulesStefan Metzmacher2010-04-061-0/+1
* build: fixed git version in samba -VAndrew Tridgell2010-04-061-1/+2
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-20/+1
* build: added generation of version.hAndrew Tridgell2010-04-061-0/+13
* build: result of hack session with itaAndrew Tridgell2010-04-061-65/+0
* build: add README to explain gen_ndr, and ensure directory existsAndrew Tridgell2010-04-061-0/+6
* build: rewrote PIDL rules, breaking them into a separate waf toolAndrew Tridgell2010-04-061-35/+0
* build: fixed location of gen_ndr filesAndrew Tridgell2010-04-061-8/+8
* build: fixed --includedir options for PIDLAndrew Tridgell2010-04-061-1/+11
* build: split out the extension based build patternsAndrew Tridgell2010-04-061-0/+107