summaryrefslogtreecommitdiff
path: root/session_utils/wscript
AgeCommit message (Collapse)Author
2020-02-14Fix cross-compile linking (arm-linux ld)Robin Gareus
Explicitly specify required libraries (waf does no longer forward .uselib dependencies of libraries used by .use). This leads to undefined symbols.
2020-01-25Towards waf python 2+3 supportDavid Runge
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2016-10-14include session-utils with windows bundlesRobin Gareus
2016-06-03update session-utilsRobin Gareus
* use target name in help text * add options and documentation to copy-mixer
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2016-01-07session-utils use the "Dummy" backendRobin Gareus
2015-12-16commandline session utilitiesRobin Gareus