param: rename szLdapIdmapSuffix -> _ldap_sz_idmap_suffix
[sfrench/samba-autobuild/.git] / buildtools /
2015-07-21 Petr Viktorinbuildtools: Fix crash on invalid --extra-python option
2015-07-21 Petr Viktorinbuildtools: Don't configure Python more than once
2015-06-30 Amitay Isaacswafsamba: Cache final_libs for each target
2015-06-26 Thomas NagyAlways use Samba's CHECK_CFG instead of waf check_cfg
2015-06-26 Thomas NagyRemove PYTHONDIR and PYTHONARCHDIR in a single place
2015-06-19 Andreas Schneiderwafsamba: Also build libraries with RELRO protection
2015-06-12 Stefan Metzmacherwafsamba: let CHECK_DECLS() find enum values
2015-06-12 Stefan Metzmacherwafsamba: remove unused allow_warnings=True from SAMBA_...
2015-06-10 Petr Viktorinbuildtools: Always reset the build environment
2015-05-20 Uri Simchoniwaf: add a sample run-on-target script
2015-05-20 Uri Simchoniwaf: Fix parsing of cross-answers file in case answer...
2015-05-20 Uri Simchoniwaf: allow cross-execute program to have arguments...
2015-05-20 Uri Simchoniwaf: improve readability of cross-answers generated...
2015-05-20 Uri SimchoniAdds a new mode to samba cross-compiling.
2015-05-20 Uri Simchoniwaf: sanitize and fix added cross answer
2015-05-20 Uri Simchoniwaf: always close cross answers file
2015-05-19 Jelmer VernooijFactor out submodule presence checking.
2015-05-19 Jelmer VernooijMake waf fail if submodules are out of date.
2015-05-19 Jelmer VernooijFactor out function for finding Git binary.
2015-05-19 Jelmer VernooijDrop bzr VCS support.
2015-05-19 Petr Viktorinbuildtools: Add a helper for running Python tests
2015-05-19 Petr Viktorinbuildtools: Add a helper to iterate through Python...
2015-05-19 Petr Viktorinbuildtools: Add --extra-python configure option
2015-05-19 Petr Viktorinbuildtools: Expose the Python 3 ABI tag
2015-05-14 Richard SharpeConvert all uint32/16/8 to _t in a grab-bag of remainin...
2015-04-26 Ralph BoehmeRevert "wafsamba: flags from enviroment are put before...
2015-04-24 Michael Adamdocs: correctly depend on used xsl files and catalog...
2015-04-24 Petr Viktorinbuildtools: Use all of pyext_PATTERN in map_shlib_extension
2015-04-23 Petr Viktorinwafsamba: Add install argument to SAMBA_PYTHON
2015-04-02 Michael Adambuild:wafsamba: fix a typo
2015-03-31 Jeremy Allisonwaf: Remove 'linkflags.remove(x)' line added in error.
2015-03-26 Jelmer VernooijMerge update-waf.sh into update-external.sh
2015-03-26 Jelmer VernooijMove waf into third_party/.
2015-03-17 Volker Lendeckelib: Remove tdb_compat
2015-03-16 Thomas NagyTransition to waf 1.8: wrapped conf.check_cfg
2015-03-16 Thomas NagyTransition to waf 1.8: replaced on_results by update_ou...
2015-03-16 Jelmer VernooijUpdate the copy of waf to current 1.5
2015-03-06 Jelmer Vernooijtest_duplicate_symbol: Use Samba subunit emitter.
2015-03-04 Michael Adambuild:wafadmin: fix use of spaces instead of tabs.
2015-03-03 Volker Lendeckewaf: Fix the build on openbsd
2015-02-25 Garming Sambuild: amend typo for address sanitizer help
2015-02-24 Alexander Bokovoywafsamba: make sure build fails when uninitialized...
2015-02-17 Petr Viktorinbuildtools: Use separate storage for each function...
2015-01-28 Andreas Schneiderwaf: Add address sanitizer configure option.
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-09 Thomas Nagywafadmin: backported the openbsd fixes from waf 1.7
2015-01-08 Michael Adamwafsamba: remove commented out code.
2015-01-08 Michael AdamRevert "waf: added suncc_wrap"
2015-01-08 Stefan Metzmacherwafsamba: generate an empty.c file if a SAMBA_{LIBRARY...
2015-01-08 Ralph Boehmewafsamba: flags from enviroment are put before our...
2015-01-08 Michael Adamwafsamba: filter out standard library paths from RPATH...
2015-01-08 Michael Adamwafsamba: fix ordering problems with lib-provided and...
2015-01-08 Stefan Metzmacherwafsamba: make it possible to specify ADDITIONAL_{CFLAG...
2015-01-08 Stefan Metzmacherwafsamba: improve -fvisibility=hidden, we should check...
2015-01-08 Stefan Metzmacherwafsamba: let CURRENT_CFLAGS() use bld.env.VISIBILITY_C...
2015-01-08 Stefan Metzmacherwafsamba: move -fvisibility=hidden checks from lib...
2015-01-08 Stefan Metzmacherwafsamba: move '-fstack-protector' checks from lib...
2015-01-08 Stefan Metzmacherwafsamba: move WERROR_CFLAGS checks from lib/replace...
2015-01-08 Stefan Metzmacherwafsamba: move compiler / cflags related stuff from...
2015-01-08 Stefan Metzmacherwafsamba: let TO_LIST(mylist) return a copy of mylist
2014-12-19 Ralph Boehmewafsamba: check for rpath compiler/linker flags
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-11-25 Stefan Metzmacherwafsamba: change the default to allow_warnings=False...
2014-11-25 Stefan Metzmacherwafsamba: use -Wno-error=deprecated-declarations in...
2014-11-14 Stefan Metzmacherwafsamba: add -Werror=return-type for developer builds
2014-10-14 Jelmer VernooijRun duplicate symbol check as just another test, rather...
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-10-03 Thomas NagyReduce the no-op build times by 30%
2014-09-09 Michael AdamRevert "buildtools: Rename perl vendorarch configure...
2014-09-08 Michael AdamRevert "buildtools: Add perl vendorlib configure option."
2014-09-08 Michael AdamRevert "wafsamba: If perl can't provide defaults, defin...
2014-09-08 Michael AdamRevert "wafsamba: Fail with error message if perl doesn...
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: let SAMBA_BLDOPTIONS() use dep_vars=['defines...
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-21 Amitay Isaacswafsamba: Correctly locate the 'third_party' directory
2014-08-14 Jeremy AllisonDon't build iniparser anymore.
2014-08-09 Ira Cooperthird_party/popt: Initial support for popt.
2014-08-09 Ira Cooperthird_party/zlib: Initial support for zlib
2014-08-09 Ira Cooperthird_party/iniparser: Initial support for iniparser.
2014-07-22 Volker Lendeckesmbd/nmbd: Remove HAVE_LONGLONG
2014-06-20 Michael Adambuild: rename argument of list_directory_files(): abspa...
2014-06-20 Amitay Isaacswafsamba: allow samba_dist.dist() to be called from...
2014-05-09 Stefan Metzmacherwafsamba: Fail with error message if perl doesn't provi...
2014-05-08 Andreas Schneiderwafsamba: If perl can't provide defaults, define them.
2014-05-06 Gustavo Zacariasbuild: make wafsamba CHECK_SIZEOF cross-compile friendly
2014-05-06 Gustavo Zacariasbuild: unify and fix endian tests
2014-04-17 Andreas Schneiderwafsamba: Add set_target to CHECK_BUNDLED_SYSTEM.
next