buildtools/wafsamba: Decode output of cmd_output (which is bytes)
[amitay/samba.git] / buildtools / wafsamba / samba_conftests.py
2018-12-13 Noel Powerbuildtools/wafsamba: Decode output of cmd_output (which...
2018-09-26 Noel PowerPY3: decode bytes in py3 where strings are needed
2018-09-19 Noel PowerPY3: make sure print stmt is enclosed by '(' & ')'
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-02-15 Douglas Bagnallbuildtools python: convert 'except X, e' to 'except...
2017-03-01 Volker Lendeckewaf: Fix a typo
2017-01-02 Lukas SlebodnikWAF: Fix detection os sysname ...
2017-01-02 Lukas SlebodnikWAF: Fix detection of linker features
2015-11-16 Thomas Nagybuild:wafsamba: Waf 1.8 compatible declaration of ...
2015-11-02 Thomas Nagybuild:wafsamba: Remove the now unneeded special treatme...
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-03-31 Jeremy Allisonwaf: Remove 'linkflags.remove(x)' line added in error.
2015-01-08 Michael Adamwafsamba: filter out standard library paths from RPATH...
2015-01-08 Michael Adamwafsamba: fix ordering problems with lib-provided and...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-06 Matthieu Patouconfigure: print a message when docbook.xsl is missing...
2012-06-07 Björn Jackebuild: try to fix large file support for AIX
2012-05-18 Thomas NagyAdd include/lib folders from the commandline
2012-04-05 Andrew Bartlettbuild: Add getconf LFS_CFLAGS support to waf build
2012-02-09 Jelmer Vernooijwafsamba: Expand tabs.
2010-12-10 Matthieu Patoubuild: add a function to test if -lc is needed
2010-12-08 Andrew Tridgellwaf: added configure test for -Wl,--version-script
2010-10-31 Matthieu Patoubuild: In some case the flags for the sun studio linker...
2010-10-30 Matthieu Patoubuild: set shared libraries flags correctly on mac...
2010-08-22 Jelmer Vernooijwafsamba: fix CHECK_XSLTPROC_MANPAGES().
2010-06-24 Andrew Tridgellbuild: check if the manpages stylesheet is available...
2010-06-20 Kai Blinbuild: Allow for a custom message in CHECK_C_PROTOTYPE
2010-05-05 Andrew Tridgellbuild: added configure test for inline
2010-05-02 Andrew Tridgellbuild: uname on opensolaris returns 1 for success
2010-04-21 Andrew Tridgellbuild: fixed uname output to be on target machine when...
2010-04-20 Andrew Tridgellbuild: added uname display and SYSTEM_UNAME define
2010-04-19 Andrew Tridgellbuild: added --cross-answers support
2010-04-13 Andrew Tridgellbuild: allow cross-builds to use shared libraries
2010-04-06 Andrew Tridgellbuild: don't link when checking a C prototype
2010-04-06 Andrew Tridgells4-waf: added auto-detection of perl manpage extensions
2010-04-06 Andrew Tridgellbuild: auto-detect platforms which don't support shared...
2010-04-06 Andrew Tridgellbuild: these chdir() calls break waf on HPUX. They...
2010-04-06 Andrew Tridgells3-waf: fixed tests for charsets
2010-04-06 Andrew Tridgellbuild: improved exception handling for systems without...
2010-04-06 Andrew Tridgellbuild: much better rpath test function
2010-04-06 Kai Blinbuild: Import conf decorator in samba_conftests.py
2010-04-06 Andrew Tridgellbuild: started a library of common config tests for...