1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/buildtools/wafsamba
2018-10-23 05:50:27 +02:00
..
tests PY3: ensure StringIO usage is py2/py3 compatible 2018-10-23 05:50:27 +02:00
__init__.py waf: Add initial unit test for samba_utils. 2012-02-12 18:44:09 +01:00
configure_file.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
generic_cc.py wafsamba: fix generic_cc.py to work with waf 2 2018-09-10 19:28:15 +02:00
nothreads.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
pkgconfig.py buildtools/wafsamba: add_manual_dependency needs bytes for value 2018-09-27 01:54:27 +02:00
README build: tidy up the wafsamba rules a bit 2010-04-06 20:27:14 +10:00
samba3.py buildtools/wafsamba: reduce imports 2018-09-05 06:37:25 +02:00
samba_abi.py PY3: relative import fixes 2018-10-23 05:50:26 +02:00
samba_autoconf.py wafsamba: fix generic_cc.py to work with waf 2 2018-09-10 19:28:15 +02:00
samba_autoproto.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_bundled.py PY3: relative import fixes 2018-10-23 05:50:26 +02:00
samba_conftests.py PY3: decode bytes in py3 where strings are needed 2018-09-27 01:54:27 +02:00
samba_cross.py buildtools/wafsamba: use context instead of options for cross-compile checks for waf 2.0 2018-09-05 06:37:27 +02:00
samba_deps.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_dist.py buildtools/wafsamba: use top for waf 2.0 2018-09-05 06:37:26 +02:00
samba_git.py build:wafsamba: Build on waf 1.9 2018-09-05 06:37:21 +02:00
samba_headers.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_install.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_patterns.py PY3: bytes.maketrans, string.maketrans is a PY2 only function 2018-09-16 06:16:19 +02:00
samba_perl.py PY3: decode bytes in py3 where strings are needed 2018-09-27 01:54:27 +02:00
samba_pidl.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
samba_python.py wafsamba: install Python modules back to bin/python, not bin/python_modules 2018-09-05 06:37:27 +02:00
samba_third_party.py third_party: Update cmocka to version 1.1.3 2018-10-03 01:07:15 +02:00
samba_utils.py PY3: md5 related functions need to be passed bytes 2018-09-27 01:54:27 +02:00
samba_version.py buildtools/wafsamba: Finally fix reference to basestring PY3 error. 2018-09-28 01:01:23 +02:00
samba_waf18.py wafsamba: Drop unused, broken install_dir() 2018-09-11 10:00:05 +02:00
samba_wildcard.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
stale_files.py buildtools/wafsamba: port stale_files to waf 2.0 2018-09-05 06:37:27 +02:00
symbols.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
test_duplicate_symbol.sh test_duplicate_symbol: Use Samba subunit emitter. 2015-03-06 04:41:47 +01:00
wafsamba.py PY3: fix some octal literals 2018-09-16 06:16:19 +02:00
wscript PY3: fix "TabError: inconsistent use of tabs and spaces" 2018-09-27 01:54:27 +02:00

This is a set of waf 'tools' to help make building the Samba
components easier, by having common functions in one place. This gives
us a more consistent build, and ensures that our project rules are
obeyed


TODO:
	see http://wiki.samba.org/index.php/Waf