summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_cross.py
Commit message (Expand)AuthorAgeFilesLines
* python: Don't use deprecated escape sequencesJoseph Sutton2022-06-141-1/+1
* wafsamba: replace 'echo -n' with printfSergey V. Lobanov2022-02-111-1/+1
* wafsamba: pass environment to cross-execute testsUri Simchoni2019-10-201-1/+2
* wafsamba: avoid pre-forking if cross-compilation is enabledUri Simchoni2019-10-201-0/+2
* wafsamba: use test_args instead of exec_args to support cross-compilationUri Simchoni2019-10-201-1/+1
* buildtools/wafsamba: Avoid decode when using python2Noel Power2019-02-111-1/+2
* buildtools/wafsamba: Decode result of Popen as unicode/stringNoel Power2018-12-101-1/+1
* buildtools/wafsamba: use context instead of options for cross-compile checks ...Alexander Bokovoy2018-09-051-2/+2
* buildtools/wafsamba: crosscompile should use Utils.subprocess in waf 2.0Alexander Bokovoy2018-09-051-4/+4
* third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy2018-09-051-7/+7
* build:wafsamba: removed most import * statementsThomas Nagy2015-10-281-2/+2
* waf: Fix parsing of cross-answers file in case answer includes a colonUri Simchoni2015-05-201-1/+1
* waf: allow cross-execute program to have arguments with spacesUri Simchoni2015-05-201-1/+2
* waf: improve readability of cross-answers generated by cross-executeUri Simchoni2015-05-201-5/+8
* Adds a new mode to samba cross-compiling.Uri Simchoni2015-05-201-12/+34
* waf: sanitize and fix added cross answerUri Simchoni2015-05-201-2/+11
* waf: always close cross answers fileUri Simchoni2015-05-201-0/+2
* build: fixed uname output to be on target machine when cross compilingAndrew Tridgell2010-04-211-1/+1
* build: quote cross-answer stringsAndrew Tridgell2010-04-201-1/+1
* build: added --cross-answers supportAndrew Tridgell2010-04-191-7/+107
* build: added cross-compilation configure optionsAndrew Tridgell2010-04-121-0/+34