pyldb: avoid segfault when adding an element with no name
[sfrench/samba-autobuild/.git] / buildtools / wafsamba / wafsamba.py
2019-03-21 Andrew Bartlettbuild: Remove distinct .py3 ABI files
2019-03-21 Andrew Bartlettbuild: Remove --extra-python
2019-02-17 Björn Jackewafsamba: we should also remove stale symlinks here
2019-02-13 Joe Guowafsamba/samba_utils.py: override symlink to allow...
2019-02-08 Aliaksei Karalioubuild:docs: Get rid of hardcoded 'bin/default'
2018-12-21 Andrew Bartlettbuild: Remove --timestamp-dependencies (BROKEN)
2018-12-13 Noel Powerbuildtools/wafsamba: re-write shebang for delivered...
2018-12-10 Noel Powerbuildtools/wafsamba Provide proper pc file
2018-11-20 Stefan Metzmacherwafsamba: add a fix for broken python threading if...
2018-09-16 Noel PowerPY3: fix some octal literals
2018-09-13 Martin Schwenkewafsamba: Only use $DESTDIR in INSTALL_DIR() if it...
2018-09-11 Martin Schwenkewafsamba: Have INSTALL_DIR() log directory creation
2018-09-11 Martin Schwenkewafsamba: Make INSTALL_DIR() respect $DESTDIR
2018-09-10 Stefan Metzmacherwafsamba: remove tru64cc.py as it's not compatible...
2018-09-10 Stefan Metzmacherwafsamba: remove hpuxcc.py as it's not compatible with...
2018-09-10 Stefan Metzmacherwafsamba: remove irixcc.py as we don't support IRIX...
2018-09-05 Alexander Bokovoywafsamba: install Python modules back to bin/python...
2018-09-05 Alexander Bokovoybuildtools/wafsamba: change SAMBA_BUILD_ENV to use...
2018-09-05 Alexander Bokovoybuildtools/wafsamba: adopt to waf 2.0.8
2018-09-05 Alexander Bokovoythird_party:waf: update to upstream 2.0.4 release
2018-09-05 Thomas Nagybuild:wafsamba: Build on waf 1.9
2018-04-03 Andreas Schneiderwafsamba: Add missing cflags_end argument to SAMBA_BINARY
2018-04-03 Andreas Schneiderwafsamba: Add missing cflags_end argument to SAMBA_MODULE
2018-02-15 Douglas Bagnallbuildtools python: convert 'except X, e' to 'except...
2017-11-22 Uri Simchonibuild: allow passing custom cflags to end of library...
2017-09-16 Andreas Schneiderwafsamba: We need to honor DESTDIR in INSTALL_DIR
2017-09-15 Andreas Schneiderwafsamba: Do not chmod already existing dirs on install
2017-08-24 Andreas Schneiderwafsamba: Call INSTALL_DIR in INSTALL_DIRS
2017-08-24 Andreas Schneiderwafsamba: Add INSTALL_DIR function
2017-06-06 Andreas Schneiderwafsamba: Pass down the install argument for samba...
2017-03-10 Andrew Bartletttalloc: use the system pytalloc-util for python3 as...
2016-01-13 Jelmer VernooijError when private libraries have public headers.
2016-01-13 Jelmer VernooijAdd private_headers flag to SAMBA_*() functions.
2015-11-24 Thomas Nagybuild:wafsamba: Specify whether node objects or flat...
2015-11-16 Thomas Nagybuild:wafsamba: Replace Options.is_install by bld.is_in...
2015-11-06 Thomas Nagybuild:wafsamba: Remove samba_utils.runonce
2015-11-01 Petr Viktorinbuildtools: Ignore exact Python version for ABI checking
2015-10-28 Thomas Nagybuild:wafsamba: removed most import * statements
2015-10-13 Thomas Nagybuild:wafsamba: Enable feature-compatible declaration...
2015-09-01 Thomas Nagybuild:wafsamba: Close file handles in the build scripts too
2015-06-19 Andreas Schneiderwafsamba: Also build libraries with RELRO protection
2015-05-19 Petr Viktorinbuildtools: Add a helper to iterate through Python...
2015-05-19 Petr Viktorinbuildtools: Add --extra-python configure option
2015-04-24 Michael Adamdocs: correctly depend on used xsl files and catalog...
2015-03-16 Thomas NagyTransition to waf 1.8: replaced on_results by update_ou...
2015-01-19 Stefan Metzmacherwafsamba: create unique names when building shared...
2015-01-19 Stefan Metzmacherwafsamba: remove unused variable in SAMBA_MODULE()
2015-01-19 Stefan Metzmacherwafsamba: passing 'subsystem' to SAMBA_MODULE() is...
2015-01-19 Stefan Metzmacherwafsamba: make it possible to pass bundled_name to...
2015-01-08 Stefan Metzmacherwafsamba: generate an empty.c file if a SAMBA_{LIBRARY...
2014-12-19 Stefan Metzmacherwafsamba: fill PRIVATE_NAME() logic again
2014-12-19 Stefan Metzmacherwafsamba: add optional keep_underscore=True to SAMBA_LI...
2014-11-25 Stefan Metzmacherwafsamba: change the default to allow_warnings=False...
2014-10-14 Jelmer VernooijFix more pep8 issues in code I touched recently.
2014-10-14 Jelmer VernooijRemove last instances of pep8 error E712 (use 'is'...
2014-09-05 Michael Adamwafsamba: add perl_fixup parameter to INSTALL_FILES
2014-09-05 Michael Adamwafsamba: add samba_perl.py with SAMBA_CHECK_PERL(...
2014-09-05 Stefan Metzmacherwafsamba: fix dependencies on environment variables...
2014-09-05 Stefan Metzmacherwafsamba: allow an optional dep_vars list to be passed...
2014-09-05 Stefan Metzmacherwafsamba: fix dependency for SAMBA_GENERATOR() when...
2014-09-05 Stefan Metzmacherwafsamba: fix dependency calculation for SAMBA_GENERATOR()
2014-09-05 Michael Adamwafsamba: improve wording in a comment
2014-09-05 Michael Adamwafsamba: remove unused variable from copy_and_fix_pyth...
2014-08-09 Ira Cooperthird_party/iniparser: Initial support for iniparser.
2014-04-02 Stefan Metzmacherwafsamba: add optional allow_warnings(default=True...
2014-01-31 Garming Samdocs: define and include entities for the docs
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-07-09 Andreas Schneiderwaf: Build with RELRO if supported by the compiler.
2013-05-29 Michael Adambuild: Add missing new line to replaced python shebang...
2013-05-28 David Disseldorpwaf: build position independent executables
2013-05-27 Andrew Bartlettbuild: Remove binaries and libraries build groups
2013-04-09 Andrew Bartlettbuild: Replace #!/usr/bin/env python with passed in...
2013-03-02 Andrew Bartlettbuild: Change bin/default/python -> bin/python symlink...
2013-01-15 Björn Baumbachwafsamba: use additional xml catalog file (bug #9512)
2013-01-10 Andrew Bartlettbuild: Remove bashism from SAMBAMANPAGES rule
2012-12-04 Andreas SchneiderBUG 9459: Install manpages only if we install the target.
2012-09-27 Jelmer Vernooijs4-python: Various formatting fixes.
2012-09-17 Alexander Bokovoydocs-xml: convert smb.conf.5 build to waf
2012-09-12 Andreas Schneiderwafsamba: Add a SAMBAMANPAGES function.
2012-09-07 Andreas Schneiderwaf: Create catalog file for manpage generation.
2012-09-07 Andreas Schneiderwafsamba: Add a CONFIGURE_FILE option.
2012-09-07 Andreas Schneiderwafsamba: Add support for manpages in SAMBA_MODULE.
2012-05-23 Alexander BokovoyIntroduce system MIT krb5 build with --with-system...
2012-04-20 Andrew Bartlettwafsamba: allow certain public libraries to be forced...
2012-04-19 Simo Sorcewaf: Fix mispelling
2011-12-03 Jelmer VernooijRevert making public of the samba-module library.
2011-11-13 Jelmer Vernooijwaf: Simplify handling of python modules.
2011-11-13 Jelmer VernooijRevert 9a5ae8edd6d006c078b3af8fdfd84677a63276b1.
2011-11-13 Jelmer Vernooijwafsamba: Support allow_undefined_symbols in SAMBA_SUBS...
2011-11-13 Jelmer Vernooijldb: Use pyembed rather than pyext for ldb-util library.
2011-11-13 Jelmer Vernooijwaf: Don't link python modules against libpython2.x...
2011-10-28 Andrew Bartlettlib/util Rename samba_init_module -> samba_module_init
2011-08-21 Jelmer Vernooijwafsamba: Only install .pc files if libraries are public.
2011-08-21 Jelmer Vernooijwafsamba: Require public libraries to have headers.
2011-08-21 Jelmer Vernooijwafsamba: Require public libraries to have a pc file...
2011-07-08 Andrew Bartlettparam: Move per-share parameters into a seperate file...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-15 Andrew Tridgellbuild: fixed dependencies on install prefix for pc...
2011-06-01 Andrew Tridgellbuild: fixed a problem with installing scripts in the...
next